*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba4190ab3168d18cf274b9535aef01eae01b4142e
1 2005-11-21  Juri Linkov  <juri@jurta.org>
3         * custom.el (defcustom): Update link types in docstring.
5 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7         * custom.el (defgroup): Add doc-string-elt info.
9         * widget.el (define-widget): Don't use declare for the doc-string-elt.
11 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * newcomment.el (comment-enter-backward): Fix last fix.
15         * simple.el (blink-matching-open):
16         * paren.el (show-paren-function): Allow new paren-class info.
18 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
21         handled automagically.
23 2005-11-20  Juri Linkov  <juri@jurta.org>
25         * simple.el (what-cursor-position):
26         * descr-text.el (describe-char): Use Lisp-readable syntax
27         for octal and hex.  Reorder decimal, octal and hex values.
28         Remove excess whitespace in the output.  Use `=' in `column='
29         like in `point=' and `Hscroll='.
31         * international/mule-cmds.el (encoded-string-description):
32         Use Lisp-readable syntax for hex.
34 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
36         * newcomment.el (comment-enter-backward): Handle the case where the
37         comment is closed by EOB.
39 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
41         * longlines.el (longlines-before-revert-hook)
42         (longlines-after-revert-hook): New functions.
43         (longlines-mode): Turn off longlines temporarily when reverting.
44         Add a message-setup-hook.
45         (longlines-decode-buffer): New function.
46         (longlines-wrap-line): Preserve marker positions.
48 2005-11-19  Andreas Schwab  <schwab@suse.de>
50         * emacs-lisp/shadow.el: Handle compressed files.
52 2005-11-19  Romain Francoise  <romain@orebokech.com>
54         * net/browse-url.el (browse-url-default-browser): Signal an error
55         if no usable browser can be found, rather than try to load w3.
57 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
59         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
60         replacing existing properties.
61         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
62         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
63         tty specs.
64         (rcirc-server-prefix, rcirc-server): New faces.
65         (rcirc-url-regexp): Generate with rx macro.
66         (rcirc-last-server-message-time): New variable.
67         (rcirc-filter): Record time of last message.
68         (rcirc-keepalive): Kill processes that did not send a message
69         since the last ping.
70         (rcirc-mode): Give rcirc-topic a local binding here.
72 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
74         * subr.el (read-passwd): Fontify the prompt as we do with other
75         prompts.
77 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
79         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
80         binding buffer-read-only to nil.
82 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
84         * complete.el (partial-completion-mode):
85         Mention completion-auto-help in the doc string.
87         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
88         more Lisp-ish way.
90 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
92         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
93         digits, not 8, to avoid misalignment for files larger than 100MB.
95 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
97         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
98         Mention "keyboard shortcuts" in the help text.
100 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
102         * startup.el (fancy-splash-default-action): Discard only
103         mouse-down and succeeding mouse-up events in the splash screen
104         window so that drag-n-drop event can be processed.
106 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
108         * longlines.el (longlines-mode): Add hacks for mail-mode and
109         message-mode.
111 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
113         * textmodes/org.el: (org-table-sort-lines): New command.
114         (org-tbl-menu): Add entry for `org-table-sort-lines'.
115         (org-add-file): Command removed, use `org-agenda-file-to-front'
116         instead.
117         (org-export-icalendar): Use `org-icalendar-combined-name'.
118         (org-cycle-agenda-files, org-agenda-file-to-end)
119         (org-agenda-file-to-front): New commands.
120         (org-table-tab-jumps-over-hlines,org-export-html-style): New
121         options.
122         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
123         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
124         New functions.
125         (org-fill-paragraph): Call `org-table-align' in tables.
126         (org-mode): Call `org-set-autofill-regexps'.
127         (org-export-as-html): Support for local handformatted lists.
128         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
129         (org-export-local-list-max-depth): New option.
130         (org-html-expand): Use `org-html-protect'.
132 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
134         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
135         to "p".
136         (gdb): Move definition of gud-pp to...
138         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
139         speedbar.
140         (gdb-find-watch-expression): New function.
142 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
144         * faces.el (face-attribute, set-face-attribute): Mention existence
145         of `:ignore-defface' setting in docstring.
147 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * simple.el (completion-setup-function): Fix last change.
151 2005-11-17  John Paul Wallington  <jpw@pobox.com>
153         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
154         Use `posn-set-point' instead of `mouse-set-point' because the
155         latter is not fbound when configured without X.
157         * comint.el (comint-insert-input): Likewise.
159 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
161         * simple.el (hard-newline): New variable.
162         (sendmail-user-agent-compose, next-line): Use it.
164         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
165         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
166         (mail-mail-reply-to, mail-mail-followup-to)
167         (mail-position-on-field, mail-signature, mail-yank-original)
168         (mail-attach-file): Likewise.
170         * mail/mailheader.el (mail-header-format)
171         (mail-header-format-function): Likewise.
173         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
175 2005-11-17  Juri Linkov  <juri@jurta.org>
177         * font-lock.el (font-lock-faces): Rename this defgroup from
178         `font-lock-highlighting-faces'.
179         (font-lock-comment-face, font-lock-comment-delimiter-face)
180         (font-lock-string-face, font-lock-doc-face)
181         (font-lock-keyword-face, font-lock-builtin-face)
182         (font-lock-function-name-face, font-lock-variable-name-face)
183         (font-lock-type-face, font-lock-constant-face)
184         (font-lock-warning-face, font-lock-negation-char-face)
185         (font-lock-preprocessor-face)
186         (font-lock-regexp-grouping-backslash)
187         (font-lock-regexp-grouping-construct): Rename :group from
188         `font-lock-highlighting-faces' to `font-lock-faces'.
190         * cus-edit.el (lisp, c, tex):
191         * progmodes/ada-mode.el (ada):
192         * progmodes/asm-mode.el (asm):
193         * progmodes/cperl-mode.el (cperl-faces):
194         * progmodes/cpp.el (cpp):
195         * progmodes/dcl-mode.el (dcl):
196         * progmodes/f90.el (f90):
197         * progmodes/fortran.el (fortran):
198         * progmodes/icon.el (icon):
199         * progmodes/idlwave.el (idlwave-misc):
200         * progmodes/m4-mode.el (m4):
201         * progmodes/make-mode.el (makefile):
202         * progmodes/meta-mode.el (meta-font):
203         * progmodes/modula2.el (modula2):
204         * progmodes/octave-mod.el (octave):
205         * progmodes/pascal.el (pascal):
206         * progmodes/perl-mode.el (perl):
207         * progmodes/prolog.el (prolog):
208         * progmodes/ps-mode.el (PostScript-edit):
209         * progmodes/scheme.el (scheme):
210         * progmodes/sh-script.el (sh-script):
211         * progmodes/simula.el (simula):
212         * progmodes/tcl.el (tcl):
213         * textmodes/nroff-mode.el (nroff):
214         * textmodes/reftex-vars.el (reftex-fontification-configurations):
215         * textmodes/sgml-mode.el (sgml):
216         * textmodes/texinfo.el (texinfo):
217         Add :link (custom-group-link font-lock-faces) to defgroup.
219         * hi-lock.el (hi-lock): Rename this defgroup from
220         `hi-lock-interactive-text-highlighting'.  Change parent group from
221         `faces' to `font-lock'.  Add link to the manual.
222         (hi-lock-mode, hi-lock-file-patterns-range)
223         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
224         `hi-lock-interactive-text-highlighting' to `hi-lock'.
225         (hi-lock-faces): Add :group `faces'.
227         * cus-edit.el (custom-variable-prompt): Clarify the code.
229         * faces.el (face-read-string): Set the default value arg of
230         completing-read.
232 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
234         * rfn-eshadow.el (file-name-shadow-properties)
235         (file-name-shadow-tty-properties, file-name-shadow-mode):
236         Remove autoloads, because the file is now preloaded.
238 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * printing.el (easy-menu-intern): Don't define.
241         (pr-get-symbol): Use easy-menu-intern only if defined.
243         * simple.el (blink-matching-open): Simplify a bit.
244         (completion-setup-function): Fix the case of partial-completion-mode
245         when the minibuffer's contents start with "-".
246         Obey completion-base-size-function even when
247         minibuffer-completing-file-name is non-nil.
249 2005-11-16  Richard M. Stallman  <rms@gnu.org>
251         * net/eudcb-ph.el (eudc-ph-open-session):
252         Use set-process-query-on-exit-flag.
254         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
256         * international/ucs-tables.el (ucs-set-table-for-input):
257         Use make-local-variable, not make-variable-buffer-local.
259         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
260         Improve warning message text.
262         * savehist.el (savehist-save-hook): Add :group.
264         * menu-bar.el (menu-bar-help-menu):
265         Rename Find Extra Packages to External Packages.
267         * cus-edit.el (Custom-reset-standard): Verify that
268         :custom-standard-value prop exists before calling it.
270         * apropos.el (apropos-calc-scores): Use apropos-pattern.
272 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
274         * wid-edit.el (color): Enclose %t in %{...%}.
276         * cus-edit.el (face): Enclose %t in %{...%}.
278 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
280         * savehist.el (savehist-mode-hook): Re-add the var.
281         (savehist-mode): Use it.
283 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * textmodes/flyspell.el: Fix commenting convention.
286         Remove unnecessary leading * in custom docstrings.
287         (flyspell-emacs): Remove unused var.
288         (flyspell-delete-region-overlays): Use remove-overlays.
289         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
290         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
291         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
292         (flyspell-debug-signal-word-checked): Use with-current-buffer.
293         (make-flyspell-overlay): Don't locally reuse a global name.
294         (flyspell-highlight-incorrect-region)
295         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
296         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
297         (flyspell-notify-misspell): Remove unused args `start' and `end'.
298         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
299         Wrap calls to accept-process-output inside with-local-quit since it's
300         often called from a post-command-hook.
301         (flyspell-correct-word, flyspell-auto-correct-word):
302         Use ispell-send-string.
303         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
305         * calendar/diary-lib.el (diary-list-entries): Also hide the
306         terminating newline.
308 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
310         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
311         window-system, to allow fonts on tty.
313 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
315         * progmodes/gud.el (gud-speedbar-item-info): New function.
316         (gud-install-speedbar-variables): Use it to display data type
317         of watch expression as a tooltip in speedbar.
319 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
321         * font-core.el (global-font-lock-mode): Add :version keyword,
322         because default was changed.
324         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
326         * startup.el (command-line): Use `custom-reevaluate-setting' for
327         `file-name-shadow-mode'.
329         * loadup.el: Preload rfn-eshadow.
331         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
332         Add :version keyword.
333         (file-name-shadow-properties, file-name-shadow-tty-properties)
334         (file-name-shadow): Add :version keyword.
336         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
337         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
338         in the custom-group property of the symbol frames and the fringe
339         group got no link to its parent group frames.
340         Doc fix.
342 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
344         * progmodes/gud.el (gud-stop-subjob): New function.
345         (gud-menu-map, gud-tool-bar-map): Use it.
347 2005-11-16  Kim F. Storm  <storm@cua.dk>
349         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
350         than kill it.
351         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
352         to a more useful/logical place.
354 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
356         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
357         go buttons complementary.
359 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
361         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
362         (rfn-eshadow-sifn-equal): New function.
363         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
365 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
367         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
368         string.
370         * viper.el (viper-emacs-state-mode-list): Ensure that
371         rcirc-mode buffers come up in Emacs state.
373         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
374         operation.
376 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
378         * term.el (term-termcap-format): Fix typos.
379         (term-down): Fix the negative argument case.
381 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
383         * progmodes/gdb-ui.el: Remove face-alias left over from change on
384         2005-08-15.
385         (gdb-ann3): New command gud-go.
386         (menu): Accomodate gdb-mi.el.
387         (gdb-assembler-custom): Make buffer of selected window current
388         so that set-window-point works.
390         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
391         buttons and include new ones.
393 2005-11-16  Kim F. Storm  <storm@cua.dk>
395         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
396         (gud-menu-map): Use it.
398 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
400         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
401         that works correctly for Custom and that does not override a user
402         who disables it.
404         * help-mode.el (help-make-xrefs, help-xref-on-pp)
405         (help-xref-interned, help-follow): Make hyperlinks for variables
406         that are unbound, but have a non-nil variable-documentation property.
408         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
409         mode hook.  (It conflicted with defcustoms for some mode hooks.)
410         Use the `variable-documentation' property to give the mode hook a
411         docstring and expand that docstring.
413 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
415         * savehist.el (savehist-mode): Don't bother with
416         `custom-set-minor-mode'.
417         (savehist-coding-system): Check XEmacs version.
418         (history-length): Declare also at run time.
419         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
420         Don't set the customize state.
421         (savehist-minibuffer-hook): Special case for when
422         minibuffer-history-variable is equal to t.
424 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * files.el (write-file): Refresh VC status.
428         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
429         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
430         than fundamental-mode to see if the mode was set.
432 2005-11-14  Romain Francoise  <romain@orebokech.com>
434         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
435         dummy function in `eval-when-compile' to avoid compiler warning.
436         Require `man' at compile time.
438 2005-11-14  Jay Belanger  <belanger@truman.edu>
440         * calc-alg.el (calcFunc-write-out-power): Rename it to
441         calcFunc-powerexpand.
442         (math-write-out-power): Rename it to math-powerexpand; have it
443         handle negative exponents.
444         (calc-writeoutpower): Rename it to calc-powerexpand.
446         * calc-ext.el: Change calcFunc-writeoutpower and
447         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
448         autoloads.
449         Add calcFunc-ldiv to autoloads.
451         * calc-arith.el (calcFunc-ldiv): New function.
453         * calc.el (calc-left-divide): New function.
455 2005-11-14  Juri Linkov  <juri@jurta.org>
457         * cus-edit.el (custom-variable-prompt): Set the default value arg
458         of completing-read.
460         * cus-dep.el (custom-make-dependencies): Reverse the list of
461         found dependencies.
463 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
465         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
466         Highlighting" entry, it is on by default now.
467         (menu-bar-options-save): Do not save global-font-lock-mode.
469 2005-11-13  Richard M. Stallman  <rms@gnu.org>
471         * textmodes/flyspell.el (flyspell-large-region):
472         Call flyspell-accept-buffer-local-defs.
474 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
476         * textmodes/flyspell.el (flyspell-notify-misspell):
477         Fix misspelling of "Misspelling".
478         (flyspell-process-localwords): New function.
479         (flyspell-large-region): Call flyspell-process-localwords and
480         flyspell-delete-region-overlays.
481         (flyspell-delete-region-overlays): New function.
482         (flyspell-delete-all-overlays): Call that.
484 2005-11-13  Richard M. Stallman  <rms@gnu.org>
486         * help.el (help-for-help-internal): Improve doc of C-h a.
487         (describe-key): Improve prompt; doc fix.
489 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
491         * vc-svn.el (vc-svn-registered): Catch all errors.
493         * cus-dep.el (custom-make-dependencies): Typo.
495 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
497         * net/tramp-util.el (top): Fix compilation warning.
499 2005-11-13  Kim F. Storm  <storm@cua.dk>
501         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
503 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
505         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
506         (gud-speedbar-buttons): Match on "const char *" too.
508         * progmodes/gdb-ui.el (gdb-var-create-handler)
509         (gdb-var-list-children-handler): Match on "const char *" too.
510         (gdb-var-evaluate-expression-handler): Match on empty string.
511         (gdb-var-update-handler): Only call
512         gdb-var-evaluate-expression-handler when required.
514 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
516         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
517         selected window.  This still doesn't work for speedbar.
518         (gud-speedbar-buttons): Handle string expressions properly.
520         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
521         (gdb-var-create-handler): Handle string expressions properly.
522         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
523         Handle string expressions properly.  Move "type" field into regexp.
525 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
527         * bookmark.el (bookmark-maybe-message): New function to reduce
528         code duplication: invokes `message' iff baud-rate is high enough.
529         (bookmark-write-file): Use above instead of an inline conditional.
530         (bookmark-load): Same.
532 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
534         * bookmark.el (bookmark-write-file): Don't visit the destination
535         file, just write the data to it using write-region.  This is
536         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
537         change to avoid visiting the file in the first place.
539 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
541         * hi-lock.el (hi-lock-mode): Set the default value of
542         font-lock-defaults.
544 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
546         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
547         arg to `file-attributes'.
548         (find-lisp-format): The UID and GID can now be strings.
550 2005-11-12  Kim F. Storm  <storm@cua.dk>
552         * help.el (help-map): Bind C-h d to apropos-documentation.
554         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
555         when point is at end-of-buffer.
557         * apropos.el (apropos-match-face): Doc fix.
558         (apropos-sort-by-scores): Add new choice `verbose'.
559         (apropos-documentation-sort-by-scores): New defcustom.
560         (apropos-pattern): Now contains the pattern entered by the user.
561         (apropos-pattern-quoted): New defvar.
562         (apropos-regexp): New defvar, containing the regexp corresponding
563         to apropos-pattern.
564         (apropos-all-words-regexp): Rename from apropos-all-regexp.
565         (apropos-read-pattern): New defun.  Use it to read pattern arg in
566         interactive calls; returns list of words for a word list, and
567         string for a regexp.
568         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
569         parses a list of words or regexp as returned by apropos-read-pattern.
570         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
571         (apropos-score-doc): Return a very high score if the string
572         entered by the user matches literally.
573         (apropos-variable): Doc fix.  Use apropos-read-pattern.
574         (apropos-command): Doc fix.  Use apropos-read-pattern and
575         apropos-parse-pattern.  Call apropos-print with nosubst=t.
576         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
577         apropos-parse-pattern.
578         (apropos-documentation): Doc fix. Use apropos-read-pattern and
579         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
580         apropos-documentation-sort-by-scores.  Call apropos-print with
581         nosubst=t.
582         (apropos-documentation-internal): Pass doc string through
583         substitute-key-definition before adding text properties.
584         Highlight substring matching literal user input if possible.
585         (apropos-documentation-check-doc-file): Remove locals beg and end.
586         Fix calculation of score (as added twice).  Pass doc string through
587         substitute-key-definition before adding text properties.
588         (apropos-documentation-check-elc-file): Pass doc string through
589         substitute-key-definition before adding text properties.
590         Highlight substring matching literal user input if possible.
591         (apropos-print): Add new arg NOSUBST; if set, command and variable
592         doc strings have already been passed through substitute-key-definition.
593         Add code to handle apropos-accumulator items without score element
594         for backwards compatibility (e.g. with woman package).
595         Only show scores if apropos-sort-by-scores is `verbose'.
597 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
600         Add jka-compr-load-suffixes to load-suffixes.
602         * jka-compr.el: Require 'jka-cmpr-hook.
603         (jka-compr-info-compress-message, jka-compr-info-compress-program)
604         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
605         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
606         (jka-compr-info-can-append, jka-compr-info-strip-extension)
607         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
608         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
609         (jka-compr-uninstall): Remove entries from
610         jka-compr-added-to-file-coding-system-alist after they are used.
611         (jka-compr-error): Remove unused var `curbuf'.
612         (jka-compr-file-local-copy): Remove unused var `notfound'.
614 2005-11-10  Romain Francoise  <romain@orebokech.com>
616         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
618 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
620         * progmodes/gud.el (gud-menu-map): Move parentheses.
621         (gdb): New command gud-pv.
623 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * tar-mode.el: Remove spurious or unnecessary leading stars
626         in docstrings.
627         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
628         (tar-parse-octal-integer-safe): Use mapc.
629         (tar-header-block-summarize): Remove unused var `ck'.
630         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
631         cleared before.  Obey default-enable-multibyte-characters.
632         Use mapconcat.  Simplify setting of tar-header-offset.
633         (tar-mode-map): Move initialization inside delcaration.
634         (tar-flag-deleted): Use `abs'.
635         (tar-expunge-internal): Remove unused var `line'.
636         (tar-expunge-internal): Don't hardcode point-min==1.
637         (tar-expunge): Widen while doing set-buffer-multibyte.
638         (tar-rename-entry): Use file-name-coding-system.
639         (tar-alter-one-field): Don't hardcode point-min==1.
640         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
641         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
643 2005-11-10  Masatake YAMATO  <jet@gyve.org>
645         * add-log.el (add-log-current-defun): Handle class::method
646         notation of c++. Fix incorrect comment.
648 2005-11-10  Alan Mackenzie  <acm@muc.de>
650         * help-fns.el (describe-variable): Make C-h v work when a variable
651         has variable documentation yet is unbound.
653 2005-11-10  Masatake YAMATO  <jet@gyve.org>
655         * man.el (Man-highlight-references): Set an empty
656         string to `Man-arguments' if it is nil.
657         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
659 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
662         commenting conventions.
664         * cus-dep.el (custom-make-dependencies): Simplify.
665         Better follow the commenting conventions.
667 2005-11-09  Richard M. Stallman  <rms@gnu.org>
669         * apropos.el (apropos-pattern): Rename from apropos-regexp.
670         (apropos-orig-pattern): Rename from apropos-orig-regexp.
671         All uses changed.
672         (apropos-rewrite-regexp): Doc fix.
673         (apropos-variable, apropos-command, apropos, apropos-value):
674         Change prompt; carry through the argument renaming.
676 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
678         * find-lisp.el: Require dired.
679         (find-lisp-find-dired-internal): Do not call
680         `abbreviate-file-name' on DIR.
682 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
684         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
686 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
688         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
689         when using the speedbar.
690         (gdb): New command gud-pp.
691         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
693 2005-11-09  Juri Linkov  <juri@jurta.org>
695         * replace.el (occur-excluded-properties): New defcustom.
696         (occur-1, occur-engine, occur-accumulate-lines): Use it.
698 2005-11-08  Jay Belanger  <belanger@truman.edu>
700         * calc/calc-units.el (math-convert-units): Replace any composite
701         unit by its definition.
703 2005-11-08  Lars Hansen  <larsh@soem.dk>
705         * emacs-lisp/autoload.el (update-directory-autoloads):
706         Add obsolete function alias.
708 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
711         comment-indent-function.
712         (lisp-comment-indent): Replace by an alias for comment-indent-default.
714         * reveal.el (reveal-post-command): Rework the handling of
715         reveal-open-spots, so as to be more reliable.  There were several
716         tricky corner cases where an open spot might be lost, or where
717         a closed spot might end up on the list of open spots.
718         Only reveal text that's ellipsised.
720 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
722         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
724 2005-11-07  John Paul Wallington  <jpw@gnu.org>
726         * ibuffer.el (ibuffer): Search iconified frames too when
727         getting Ibuffer buffer's window.
729 2005-11-06  Richard M. Stallman  <rms@gnu.org>
731         * progmodes/compile.el (compilation-internal-error-properties):
732         save-excursion around the computation of MARKER.
734 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
736         * textmodes/flyspell.el (flyspell-external-point-words):
737         flyspell-get-word returns a list, not just a string.
739 2005-11-06  John Paul Wallington  <jpw@pobox.com>
741         * ibuffer.el (ibuffer): Search all visible frames when getting
742         Ibuffer buffer's window.
744 2005-11-07  Masatake YAMATO  <jet@gyve.org>
746         * man.el (Man-reference-regexp): Accept spaces between
747         `Man-name-regexp' and `Man-section-regexp'.
748         (Man-apropos-regexp): New variable.
749         (Man-abstract-xref-man-page): Use value for `Man-target-string'
750         if available.
751         (Man-highlight-references, Man-highlight-references0):
752         Handle the case when `Man-arguments' includes "-k".
753         (Man-highlight-references0): Rename the argument `TARGET-POS' to
754         `TARGET'. `TARGET' can be a number, function or nil.
756 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
758         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
759         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
760         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
761         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
762         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
763         (gdb-send-item): Use buffer-local-value and simplify.
765 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
767         * startup.el (command-line): Use `custom-reevaluate-setting' for
768         `global-font-lock-mode'.
770         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
771         by default, except in batch mode or when the -D option is given.
773         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
774         specified keyword args on to `define-minor-mode'.  Update docstring.
776 2005-11-05  Romain Francoise  <romain@orebokech.com>
778         * replace.el (occur-engine): Add marker at end of line, too.
780 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
782         * font-lock.el: Don't deal with font-lock-face-attributes here,
783         move the code ...
785         * startup.el (command-line): ... here. Use face-spec-set instead
786         of custom-declare-face.
788         * faces.el (face-spec-set): Reset the face if spec is not nil.
790 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * newcomment.el (comment-region-internal): Box more tightly in the
793         common case where there's no TAB in the boxed text.
795 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
797         * info.el (info-tool-bar-map): Use images prev-node, next-node and
798         up-node.
800 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
802         * newsticker.el: Commentary updated. Code formatting changed.
803         (newsticker-version): Change to "1.9".
804         (newsticker, newsticker-feed): Doc fix.
805         (newsticker-url-list): Doc fix.  Add option "Weekly".
806         (newsticker-retrieval-interval): Add option "Weekly".
807         (newsticker-headline-processing): Doc fix.
808         (newsticker-auto-mark-filter): Remove.
809         (newsticker-auto-mark-filter-list): New.
810         (newsticker-layout, newsticker-sort-method): Doc fix.
811         (newsticker-hide-old-items-in-newsticker-buffer)
812         (newsticker-heading-format, newsticker-item-format)
813         (newsticker-desc-format): Doc fix.
814         (newsticker-show-all-rss-elements): Remove.
815         (newsticker-show-all-news-elements): New.
816         (newsticker-faces, newsticker-ticker): Doc fix.
817         (remove-from-invisibility-spec): Code formatting.
818         (newsticker--process-ids): New.
819         (newsticker-mode): Doc fix.
820         (newsticker-mode): Change mode-line-format.
821         (newsticker-start): Remove debug output.
822         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
823         (newsticker-w3m-show-inline-images): Code formatting.
824         (newsticker-next-item): Call `force-mode-line-update'.
825         (newsticker-previous-item): Call `force-mode-line-update'.
826         (newsticker-next-feed): Call `force-mode-line-update'.
827         (newsticker-previous-feed): Call `force-mode-line-update'.
828         (newsticker-mark-all-items-at-point-as-read): Code formatting.
829         (newsticker-show-old-items): Do not show descs.
830         (newsticker-hide-entry): Hide too much.
831         (newsticker-hide-entry, newsticker-show-entry)
832         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
833         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
834         (newsticker-toggle-auto-narrow-to-item): Code formatting.
835         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
836         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
837         (newsticker-get-news): Call `force-mode-line-update'.
838         Collect process ids.
839         (newsticker--sentinel): Change coding system handling.
840         Move image retrieval to new functions newsticker--get-logo-url-*.
841         Move feed parsing to new functions newsticker--parse-*.
842         Update list of process ids.
843         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
844         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
845         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
846         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
847         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
848         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
849         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
850         (newsticker--decode-coding-string): Remove.
851         (newsticker--decode-numeric-entities): Check input.  Format code.
852         (newsticker--remove-whitespace): Check input.
853         (newsticker--do-forget-preformatted): Doc fix.
854         (newsticker--decode-rfc822-date): Allow for missing time.
855         (newsticker--update-process-ids): New.
856         (newsticker--image-sentinel): Change comment.
857         (newsticker--image-read): Change error message.
858         (newsticker--imenu-goto): Doc fix.  Show headline title.
859         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
860         (newsticker--buffer-do-insert-text): Clean whitespace in
861         html-rendered headline title.  Code formatting.
862         Call `newsticker--buffer-print-extra-elements'.
863         (newsticker--buffer-print-extra-element): Remove.
864         (newsticker--buffer-print-extra-elements): New.
865         (newsticker--buffer-do-print-extra-element): New.
866         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
867         large sizes.
868         (newsticker--run-auto-mark-filter)
869         (newsticker--do-run-auto-mark-filter):
870         Use `newsticker-auto-mark-filter-list'.
872 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
874         * net/rcirc.el: Use split-string OMIT-NULLS argument.
875         (rcirc-print): Force redisplay before running hooks.  Do long
876         buffer truncation after making new text read-only.  Deal with nil
877         text when decoding strings.  If TARGET is nil, use either the
878         currently selected buffer, if it is an rcirc buffer and of the
879         same process or the process buffer.
880         (rcirc-mode): Remove header-line.  Recompute short buffer names.
881         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
882         (rcirc-short-buffer-name): Add variable.
883         (rcirc-kill-buffer-hook): Recompute short buffer names.
884         Remove nick from private channel.
885         (rcirc-send-input): Send command text to current-buffer.
886         Don't clear overlay arrow here.
887         (rcirc-short-buffer-name): Return a short buffer name.
888         (rcirc-update-short-buffer-names, rcirc-abbreviate)
889         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
890         buffer-name abbreviations.
891         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
892         Do not touch nick-table when killing a parted channel.
893         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
894         Clear arrow from current buffer if it is now hidden.
895         (rcirc-current-buffer): Add variable.
896         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
897         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
898         Remove -face from names.
899         (rcirc-update-activity-string): Print "DND" when globally ignoring
900         activity.
901         (rcirc-ignore-buffer-activity-flag): Rename from
902         rcirc-ignore-channel-activity.
903         (rcirc-ignore-all-activity-flag): Doc fix.
904         (rcirc-channels): Remove variable.
905         (rcirc-kill-buffer-hook):
906         (rcirc-get-buffer-create): Add nick to private channel.
907         (rcirc-multiline-edit-submit): Remove tabs.
908         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
909         folded.
910         (rcirc-remove-nick-channel): Bug fix.
911         (rcirc-toggle-ignore-buffer-activity): Rename from
912         rcirc-toggle-ignore-channel-activity.
913         (rcirc-record-activity): Add buffers to the front of the list.
914         (rcirc-update-activity): Remove killed buffers from list.
915         (rcirc-process-server-response-1): Remove last argument if it is
916         null before calling handler.
917         (rcirc): Add "rcirc" defcustom prefix.
918         (rcirc-prompt): Simplify default prompt.
919         Use custom-initialize-default.
920         (rcirc-private-chats): Remove variable.
921         (rcirc-prompt): Change initialization.
922         (rcirc-version): Remove function.
923         (rcirc-id-string): Add constant.
924         (rcirc-last-buffer): Remove variable.
925         (rcirc-buffer-alist): Add variable.
926         (rcirc-connect): Update variable setup.
927         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
928         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
929         default.
930         (rcirc-handler-generic): Trigger activity.
931         (rcirc-send-message): Create the buffor of the target.
932         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
933         (rcirc-get-buffer): Just return nil if there is no matching buffer.
934         (rcirc-multiline-edit-cancel): Remove function.
935         (rcirc-set-last-buffer): Remove function.
936         (rcirc-get-any-buffer): Add function.
937         (rcirc-join-channels): Don't print /join text.
938         (rcirc-toggle-ignore-channel-activity): Add and update echo area
939         messages.
940         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
941         (rcirc-handler-NOTICE): Recognize CTCP responses.
942         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
943         constructing TOPIC string for buffers we are not JOINed.
944         (rcirc-handler-CTCP-response): Add handler.
945         (rcirc-multiline-edit-submit): Restore the window-configuration
946         before adjusting point.
947         (rcirc): Add customization group.
948         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
949         (rcirc-user-full-name, rcirc-startup-channels-alist)
950         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
951         (rcirc-ignore-all-activity-flag, rcirc-time-format)
952         (rcirc-input-ring-size, rcirc-read-only-flag)
953         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
954         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
955         Change defvar to defcustom.
956         (rcirc-update-prompt): Add optional ALL arg, which will update
957         prompts in all rcirc buffers.  Regexp quote replacement text.
958         (rcirc-fill-column): Accept 'frame-width as a value.
959         (rcirc-set-changed): Add function.
960         (rcirc-next-active-buffer): Write more meaningful messages.
961         (rcirc-faces): Add customization group.
962         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
963         (rcirc-nick-in-message-face, rcirc-prompt-face)
964         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
965         (with-rcirc-process-buffer): Move before first usage.
966         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
967         (rcirc-debug-flag): Rename from `rcirc-log-p'.
968         (rcirc-debug): Rename from `rcirc-log'.
969         (rcirc-format-response-string): Do not print '-' chars for a
970         NOTICE with no sender.  Simplify output of server responses.
972 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
974         (rcirc-browse-url-map, rcirc-browse-url-at-point)
975         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
976         mouse and RET clickable.
978 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
980         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
982 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
984         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
985         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
986         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
987         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
988         argument to all these routines, so the passphrase can be managed
989         externally and passed in to the system.
990         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
991         pgg-add-passphrase-to-cache function.
993         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
994         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
995         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
996         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
997         argument to all these routines, so the passphrase can be managed
998         externally and passed in to the system.
999         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1000         function.
1002 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1004         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1005         from goto-address-url-regexp.
1007 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
1009         * textmodes/org.el (org-read-date, org-goto-calendar)
1010         (org-recenter-calendar, org-agenda-goto-calendar):
1011         Temporarily clear 'calendar-move-hook'.
1013 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
1015         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1016         merging.
1018         * ediff-util.el (ediff-previous-difference): Don't skip regions that
1019         have merge clashes.
1021 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1023         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1024         Undo previous change.
1026         * startup.el (command-line): Use `custom-reevaluate-setting' for
1027         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
1028         tty-register-default-colors on Mac.
1030 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1032         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1033         (gdb-buffer-type): Make it automatically buffer local...
1034         (gdb-get-create-buffer): ...and set it accordingly.
1035         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1036         actually work.
1038 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1040         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1041         not red.
1043 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
1045         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1046         case GUD buffer is not visible.
1047         (gdb-goto-breakpoint): Try to force display in source buffer.
1048         (gdb-frame-gdb-buffer): Copy other similar functions.
1049         (gdb-restore-windows): Don't display source if not asked for.
1050         (gdb-assembler-buffer-name): Don't capitalise.
1052 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1054         * wid-edit.el (key-sequence): New widget type.
1056         * simple.el (set-mark-command-repeat-pop): New variable.
1057         (set-mark-command): Only interpret plan C-@ after a pop as a pop
1058         if set-mark-command-repeat-pop is true.
1060         * info.el (Info-fontify-node): Don't display extra "see" if there
1061         already is one here.
1063         * mouse.el: Fix special handling of DEL after dragging a region:
1064         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1065         (mouse-region-delete-keys): Add [backspace].
1067         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1069         * textmodes/ispell.el (ispell-command-loop): Change `i' description
1070         not to assume it pertains to an affix.
1072         * textmodes/flyspell.el (flyspell-post-command-hook):
1073         Bind deactivate-mark to prevent deactivation.
1075 2005-11-03  Lars Hansen  <larsh@soem.dk>
1077         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1078         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1079         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1081 2005-11-03  Romain Francoise  <romain@orebokech.com>
1083         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
1084         Update copyright years.
1086 2005-11-03  Sam Steingold  <sds@gnu.org>
1088         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1089         Use system-type instead of window-system because window-system is not
1090         correctly defined during loadup.
1092 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
1094         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1095         (xml-parse-tag): Join strings separated by a comment properly.
1097 2005-11-02  Andreas Schwab  <schwab@suse.de>
1099         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1101 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1103         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1104         (byte-optimize-pure-func): Quote the eval'd value.
1106         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1107         Rename from perl-font-lock-syntactic-face-function.
1108         Change the calling convention so it can be used as a font-lock MATCHER.
1109         Do the parse-partial-sexp loop outselves.
1110         (perl-font-lock-syntactic-keywords): Use it.
1111         (perl-mode): Don't set font-lock-syntactic-face-function any more.
1113 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
1115         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1116         disassembly buffer too.
1117         (gdb-exited): Remove overlay arrows when execution has finished.
1118         (gdb-info-frames-custom, gdb-info-threads-custom)
1119         (gdb-info-registers-custom): Don't add inappropriate text
1120         properties if inferior is not active.
1122 2005-11-02  Glenn Morris  <rgm@gnu.org>
1124         * progmodes/fortran.el (fortran-blink-match):
1125         Use `blink-matching-delay'.
1127 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
1129         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1131 2005-11-02  Lars Hansen  <larsh@soem.dk>
1133         * net/tramp.el (tramp-action-out-of-band): Handle scp message
1134         "Permission denied".
1136 2005-11-01  Richard M. Stallman  <rms@gnu.org>
1138         * textmodes/flyspell.el (flyspell-external-point-words):
1139         Pass nil to flyspell-get-word.
1141 2005-11-02  Kim F. Storm  <storm@cua.dk>
1143         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1144         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1146 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1149         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1150         (calendar-mouse-print-dates): Add optional `event' argument.
1151         Update interactive-spec.
1152         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1153         Use `calendar-event-to-date' instead of `event'.
1155 2005-11-02  Masatake YAMATO  <jet@gyve.org>
1157         * progmodes/ld-script.el (ld-script-builtins):
1158         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1159         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1160         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1162 2005-11-01  Romain Francoise  <romain@orebokech.com>
1164         * vc-sccs.el: Update copyright year.
1165         * ezimage.el: Likewise.
1167 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
1169         * info.el (Info-fontify-node): Use `string-width' for fontifying
1170         underlined titles.
1172 2005-11-01  Juri Linkov  <juri@jurta.org>
1174         * info.el (Info-fontify-node): Downcase node header keywords Node,
1175         Prev, Next, Up before comparison.
1176         (Info-history): Insert absolute directory name, and put invisible
1177         property on it.
1179 2005-11-01  Juri Linkov  <juri@jurta.org>
1181         * info.el (Info-file-supports-index-cookies): New variable.
1182         (Info-find-node-2): Check makeinfo version for index cookie support.
1183         (Info-index-nodes): Search for nodes with index cookies only when
1184         Info-file-supports-index-cookies is t.  Otherwise, search nodes
1185         with "Index" in the node name.
1186         (Info-index-node): Search index cookie in the current node only when
1187         Info-file-supports-index-cookies is t.  Otherwise, check the word
1188         "Index" in the node name.
1189         (Info-find-emacs-command-nodes): Remove code that searches nodes
1190         with "Index" node name in the top menu.
1192 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * progmodes/scheme.el (scheme-mode-variables): Use the default
1195         comment-indent-function.
1197         * faces.el (face-attribute): Handle the case where a face inherits from
1198         a non-existent face.
1200         * simple.el (eval-expression-print-format): Use lisp-readable syntax
1201         for octal and hexa output, and merge the char into the paren.
1202         (kill-new): Use push.
1203         (copy-to-buffer): Use with-current-buffer.
1204         (completion-setup-function): Move code in loop to remove redundancy.
1205         (minibuffer-local-must-match-map): Don't add bindings that duplicate
1206         those inherited from minibuffer-local-completion-map.
1208         * savehist.el (savehist-mode) <defcustom>:
1209         Use custom-set-minor-mode if available.
1210         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1211         and emit a message if applicable.
1213 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
1215         * savehist.el: Sync up to version 19.
1216         (savehist-mode): New minor mode.
1217         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1218         (savehist-length): Remove (use history-length instead).
1219         (savehist-file-modes): Rename from savehist-modes.
1220         (savehist-save-hook, savehist-loaded): New vars.
1221         (savehist-load): Use savehist-mode.  Try to smooth up transition from
1222         old format to new format.
1223         (savehist-install): Allow savehist-autosave-interval to be nil.
1224         (savehist-save): Run the new hook.  Be more careful to only trim the
1225         history variables.
1226         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
1227         (savehist-printable): Print into a buffer rather than char-by-char.
1229 2005-11-01  John Wiegley  <johnw@newartisans.com>
1231         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1232         toggle-ignore keybinding (C-a).  The author said it had been
1233         disabled much earlier due to a possible incompatibility, but after
1234         many months of usage I have encountered no problems (and it is a
1235         rather useful option, especially for switching to " *temp*").
1237         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1238         support for OS/X's AddressBook, by calling out to the open source
1239         program "contacts" (installable through Fink).
1241         * net/eudc.el (eudc-expand-inline): If the
1242         `eudc-multiple-match-handling-method' is set to `all', delete the
1243         query string before inserting the query result.
1245         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1246         flag, to prevent Eshell from using the system ls when
1247         `eshell-ls-insert-directory' is in used.
1248         (eshell-ls-insert-directory): Disable font-lock in directory
1249         buffer so that Eshell's own fontification is seen.  This broke
1250         recently due to changes in font-lock, so this goes back to version
1251         21 behavior.
1253 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
1255         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1256         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1257         (gdb-many-windows): Doc fix.
1259 2005-10-31  Romain Francoise  <romain@orebokech.com>
1261         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1263 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1265         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1266         that global-font-lock-mode can be enabled by default.
1268         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1269         (font-lock-add-keywords, font-lock-remove-keywords)
1270         (font-lock-fontify-buffer): Remove autoload cookies.
1272         * jit-lock.el (jit-lock-register): Likewise.
1274         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1276 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1278         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1279         intact if there is no gud-comint-buffer.
1281 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
1283         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1284         old prompt comint-prompt-read-only is t and GDB commands are
1285         issued from tool bar etc.
1287 2005-10-31  Masatake YAMATO  <jet@gyve.org>
1289         * vc.el (vc-directory-exclusion-list): Add "{arch}".
1291 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1293         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1294         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1296 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
1298         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1299         starting at beginning of line.  Fontification is messed up when
1300         `open-paren-in-column-0-is-defun-start' set to t.
1301         Reported by John Paul Wallington <jpw@pobox.com>.
1303 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1305         * comint.el (comint-send-input): Call `comint-update-fence' when
1306         `comint-process-echoes' and `comint-prompt-read-only' are both
1307         non-nil, to avoid leftover read-only newline.
1309 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1311         * textmodes/flyspell.el (flyspell-external-point-words):
1312         Detect when WORD can't be checked properly because
1313         flyspell-get-word finds just part of it, and move on.
1315         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1316         boundarychar for Polish.
1317         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1318         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1320 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
1322         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1323         (gdb-registers-font-lock-keywords): Delete.
1324         (gdb-registers-mode): Don't fontify.
1325         (gdb-info-registers-custom): Use text properties instead as, in
1326         future, changed register values will use font-lock-warning-face.
1327         (gdb-local-font-lock-keywords): Rename to...
1328         (gdb-locals-font-lock-keywords): ...for consistency.
1330 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
1332         * vc.el (vc-switch-backend): Better error message if the buffer is
1333         not visiting a file under version control.
1335         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1337 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1339         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1340         ~/.emacs.d/.emacs.
1342 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1344         * replace.el (occur-mode-mouse-goto): Always go to other window.
1345         (occur-mode-goto-occurrence): Always switch in same window.
1347         * simple.el (undo): Display message at end, not at start.
1349         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1350         New arg REUSE-CELL.
1351         (cancel-timer-internal): New function.
1352         (timer-event-handler): Use cancel-timer-internal,
1353         and pass the cell it returns to timer-activate...
1355         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1356         (jit-lock-deferred-fontify, jit-lock-context-fontify)
1357         (jit-lock-after-change): Test memory-full.
1359 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
1361         * textmodes/conf-mode.el (conf-assignment-sign)
1362         (conf-assignment-regexp): Fix docstrings.
1363         (conf-mode-initialize): New function.
1364         (conf-mode): Remove optional args.  Use delay-mode-hooks to
1365         recognize recursive calls.
1366         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1367         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1368         (conf-xdefaults-mode): Use define-derived-mode and
1369         conf-mode-initialize.
1371 2005-10-29  Romain Francoise  <romain@orebokech.com>
1373         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1375 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
1377         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1378         part of the decoded armor to find the key-identifier.
1379         (pgg-gpg-lookup-key-owner): New function to return the
1380         human-readable identifier of a key owner.
1381         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1382         key itself.
1383         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1384         the key value) if we have a key and can match it against a secret
1385         key.  Also, added a note pointing out fact that the prompt only
1386         indicates the first matching key.
1388         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1389         pgg-decrypt-region.
1390         (pgg-pending-timers): A new hash for tracking the passphrase cache
1391         timers, so that new ones supercede old ones.
1392         (pgg-add-passphrase-to-cache): Rename from
1393         `pgg-add-passphrase-cache' to reduce confusion (all callers
1394         changed).  Modified to cancel old timers when new ones are added.
1395         (pgg-remove-passphrase-from-cache): Rename from
1396         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1397         changed).  Modified to cancel old timers when their keys are
1398         removed from the cache.
1399         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1400         XEmacs, an indirection to delete-itimer.
1401         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1402         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1403         users can only check cache without risk of prompting.  Correct bug in
1404         notruncate behavior.
1405         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1406         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1407         Add informative docstrings.
1408         (pgg-decrypt): Convey provided passphrase in subordinate call to
1409         pgg-decrypt-region.
1411 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
1413         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1414         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1415         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1416         'passphrase' argument, so the passphrase can be managed externally
1417         and then passed in to the system.
1419         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1420         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1421         so the passphrase cache can be used reliably with identifiers
1422         besides a pgp packet's key id.
1424         * pgg-gpg.el (pgg-pgp-encrypt-region)
1425         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1426         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1427         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1428         argument to all these routines, so the passphrase can be managed
1429         externally and passed in to the system.
1431         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1432         'notruncate' argument, so the passphrase cache can be used
1433         reliably with identifiers besides a pgp packet's key id.
1435 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
1437         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1438         symmetric encryption.
1439         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1440         encrypted session key.
1441         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1442         message ask for the passphrase in a proper way.
1444         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1445         New user commands for symmetric encryption.
1447 2005-10-28  Bill Wohler  <wohler@newt.com>
1449         * help-mode.el (help-url): New button type. Calls browse-url.
1450         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1451         Similar to Info nodes: URL `url'.
1452         (help-make-xrefs): Create help-url buttons for
1453         help-xref-url-regexp matches.
1455 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
1457         * tool-bar.el (tool-bar-add-item-from-menu)
1458         (tool-bar-local-item-from-menu): Fix doc strings.
1460 2005-10-28  Romain Francoise  <romain@orebokech.com>
1462         * ldefs-boot.el: Update.
1464         * subr.el (locate-library): Move from help-fns.el.
1465         * help-fns.el (locate-library): Move to subr.el.
1467 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1469         * net/tramp.el (tramp-completion-mode): defvar moved up.
1471         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1473         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1475         * files.el (find-file-noselect): Use %d to format large file size.
1477         * bindings.el (mode-line-format): Add %e.
1479         * loadup.el ("facemenu"): Load unconditionally.
1480         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1481         ("x-dnd"): Load, when appropriate.
1483         * startup.el (command-line): Call before-init-hook earlier.
1484         Warn about some bad characters in -u user name.
1486         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1487         (flyspell-external-point-words): Error if misspelled word is not found.
1488         Set flyspell-large-region-beg at end of word.
1490 2005-10-28  Andreas Schwab  <schwab@suse.de>
1492         * view.el (View-revert-buffer-scroll-page-forward):
1493         Use view-page-size-default.
1495 2005-10-28  Juri Linkov  <juri@jurta.org>
1497         * international/quail.el (quail-get-current-str): Translate last
1498         raw character for deterministic input methods.
1500 2005-10-27  Jay Belanger  <belanger@truman.edu>
1502         * calc/calc-ext.el: Add functions to autoloads.
1503         (math-identity-matrix-p, math-ident-row-p): New functions.
1505         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1506         multiplication by an identity matrix; don't turn multiplication by
1507         an inverse matrix into division.
1508         (math-div-symbol-fancy):  Replace division by matrices with
1509         multiplication by inverse.
1511         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1513         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1514         (calc-writeoutpower): New functions.
1516 2005-10-27  Romain Francoise  <romain@orebokech.com>
1518         * replace.el (occur-engine): Include colon in mouse-face highlight.
1520         * dired-x.el: Change Maintainer field.
1522 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
1524         * longlines.el (longlines-mode): Bind after-change-functions to
1525         nil during initial decoding and final encoding.
1527 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1529         * term.el (term-emulate-terminal, term-handle-colors-array)
1530         (term-handle-ansi-escape): Specify the terminfo capabilities
1531         implemented.
1533 2005-10-26  Richard M. Stallman  <rms@gnu.org>
1535         * info.el (Info-fontify-node): Fix detection of sentence-break
1536         before *Note.
1538 2005-10-26  Romain Francoise  <romain@orebokech.com>
1540         * smerge-mode.el: Add `tools' to file keywords.
1542 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
1544         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1545         when the fringe is not available.
1547         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1548         (def-gdb-auto-update-trigger): Simplify construction.
1549         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1550         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1551         defined explicitly.
1552         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1553         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1554         defined explicitly.
1555         (gdb-info-locals-custom): Remove as it's a no-op.
1557 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
1559         * longlines.el (longlines-mode): Remove narrowing before
1560         performing the initial decoding or final encoding.
1562 2005-10-25  Romain Francoise  <romain@orebokech.com>
1564         * emacs-lisp/find-func.el (find-library-name): Also strip
1565         extension if library name ends in .el, to take advantage of
1566         `find-library-suffixes'.
1568 2005-10-25  Richard M. Stallman  <rms@gnu.org>
1570         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1572 2005-10-25  Juri Linkov  <juri@jurta.org>
1574         * textmodes/texinfo.el (texinfo-mode): Change charset of one
1575         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1577 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1580         (blackbox-redefine-key): Add argument `map'.
1582         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1583         regions when moving the jit-lock-context-unfontify-pos boundary.
1585 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1587         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1589 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1591         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1593 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1595         * play/blackbox.el (blackbox-redefine-key): New function.
1596         (blackbox-mode-map): Use it to remap existing bindings for cursor
1597         motion instead of binding literal keys.
1599 2005-10-25  Glenn Morris  <rgm@gnu.org>
1601         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1602         diary does not end in a newline.  Do not assume a blank line at
1603         the start of the diary file.
1605 2005-10-25  Kenichi Handa  <handa@m17n.org>
1607         * international/quail.el (quail-translate-key): If the input
1608         method is deterministic and failed to handle the last key, restart
1609         the key handling loop from an appropriate key.
1611 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
1613         * vc.el (vc-dired-mode): Extend comment for binding of
1614         `directory-listing-before-filename-regexp'.
1616 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1618         * textmodes/texinfo.el (texinfo-mode):
1619         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1620         not to unnecessarily expose emacs-mule's internal char codes.
1622 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
1624         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1625         Display hand pointer and help-echo on disabled icon too.
1626         (gdb-mouse-until): New function.
1627         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1629 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
1631         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1632         with 2005-10-23 change to doctor.el.
1634         * finder.el (finder-mode-map): Add follow-link binding.
1636 2005-10-25  Kim F. Storm  <storm@cua.dk>
1638         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1639         to gdb-mouse-toggle-breakpoint-fringe.
1640         (gdb-mouse-toggle-breakpoint-margin): Rename from
1641         gdb-mouse-toggle-breakpoint. Fix doc.
1642         (gdb-mouse-toggle-breakpoint-fringe): New defun.
1643         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
1644         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1645         string properties also for fringe breakpoint bitmaps.
1647 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
1649         * textmodes/org.el (org-start-icalendar-file): Fix format form.
1651 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1653         * simple.el (completion-common-substring):
1654         Use `completion-common-substring' prior to `completion-base-size'.
1656 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
1658         * savehist.el: Require CL while compiling.
1659         (savehist-history-variables): Remove.
1660         (savehist-save-minibuffer-history, savehist-additional-variables)
1661         (savehist-minibuffer-history-variables): New vars.
1662         (savehist-save): Use them.
1663         (savehist-uninstall, savehist-minibuffer-hook): New funs.
1664         (savehist-install): New fun, extracted from savehist-load.
1665         (savehist-load): Use them.
1667 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1670         a dummy doc-string-elt property.
1671         (defalias, defvaralias, define-category): Add a docstring property.
1673         * image.el (defimage):
1674         * widget.el (define-widget):
1675         * custom.el (defface, defcustom): Add `doc-string' declaration.
1677         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1678         (defadvice): Add `doc-string' declaration.
1680         * emacs-lisp/byte-run.el (macro-declaration-function):
1681         Handle `doc-string' declarations.
1682         (define-obsolete-function-alias, define-obsolete-variable-alias):
1683         Add `doc-string' declaration.
1685 2005-10-24  Kenichi Handa  <handa@m17n.org>
1687         * international/utf-7.el (utf-7): Add autoload cookie.
1689         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1691 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
1693         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1694         list of directories passed to batch-update-autoloads.  Add "." to
1695         the list of the echoed directories.
1697         * pgg-def.el:
1698         * pgg-gpg.el:
1699         * pgg-parse.el:
1700         * pgg-pgp.el:
1701         * pgg-pgp5.el:
1702         * pgg.el: Moved here from the gnus subdirectory.
1704 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
1706         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1707         in case comint-prompt-read-only is set to t.
1709         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1710         in case comint-prompt-read-only is set to t.
1712 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
1714         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1715         Now a string.
1716         (icalendar-import-format): Handle CLASS, STATUS, URL.
1717         Rename `subject' to `summary'.
1718         (icalendar-import-format-summary): Rename from
1719         `icalendar-import-format-subject'.
1720         (icalendar-import-format-url, icalendar-import-format-status)
1721         (icalendar-import-format-class): New variables.
1722         (icalendar--rris): Take variable argument list.
1723         (icalendar--datestring-to-isodate): Remove unnecessary
1724         calendar-style check when converting dates with explicit month names.
1725         (icalendar-export-region): Change return type of conversion
1726         subroutines.  Bury current buffer unless error occurred.
1727         (icalendar--convert-to-ical)
1728         (icalendar--parse-summary-and-rest): New functions.
1729         (icalendar--convert-ordinary-to-ical)
1730         (icalendar--convert-weekly-to-ical)
1731         (icalendar--convert-yearly-to-ical)
1732         (icalendar--convert-block-to-ical)
1733         (icalendar--convert-cyclic-to-ical)
1734         (icalendar--convert-anniversary-to-ical): Change return type.
1735         Strip trailing blanks from subject.
1736         (icalendar--convert-sexp-to-ical): Change return type.
1737         Strip trailing blanks from subject.  Handle simple sexp
1738         entries as generated by icalendar.el.
1739         (icalendar--convert-float-to-ical)
1740         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
1741         (icalendar-import-file): Doc fix.
1742         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
1743         Correct call to icalendar--rris.
1744         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
1745         `summary'.
1746         (icalendar--add-diary-entry): Rename `subject' to `summary'.
1748 2005-10-24  Romain Francoise  <romain@orebokech.com>
1750         * server.el (server-sentinel): Set query-on-exit flag to nil on
1751         new client processes (it isn't inherited from the server process).
1753         * replace.el (occur-engine): Rearrange text properties.
1755 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1757         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
1758         case-fold-search is nil.
1759         (debug-help-follow): Use help-xref-interned directly.
1761 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1763         * thumbs.el (thumbs-image-type): Add .pbm.
1765 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1767         * faces.el (inhibit-face-set-after-frame-default): New variable.
1768         (set-face-attribute): Bind it.
1769         (face-set-after-frame-default): Test it.
1771         * help-fns.el (describe-simplify-lib-file-name): New function.
1772         (describe-function-1, describe-variable): Use it.
1774         * faces.el (describe-face): Use describe-simplify-lib-file-name.
1776         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
1777         Eliminate nil as possible value.
1778         (tooltip-hide-delay): Reduce internal-border-width.
1780         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
1781         (menu-bar-file-menu) <new-file>: Likewise.
1783         * simple.el (line-move-finish): Ignore fields computing LINE-END.
1785         * international/mule.el (load-with-code-conversion):
1786         Pass full file name to `eval-buffer' unless preloading.
1788         * textmodes/flyspell.el (flyspell-large-region):
1789         Call ispell-check-version.
1791         * textmodes/ispell.el (ispell-local-dictionary-overridden):
1792         Fix the make-variable-buffer-local call that was supposed
1793         to be for this variable.
1794         (ispell-aspell-supports-utf8): Doc fix.
1795         (ispell-find-aspell-dictionaries): Preserve elements of
1796         ispell-dictionary-alist for dictionaries that aspell doesn't report.
1797         (ispell-aspell-find-dictionary): Return nil on error.
1799         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
1800         (doctor-symptoms): Likewise.
1802         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
1804 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1806         * cus-edit.el (custom-button, custom-button-pressed): New vars.
1807         (custom-raised-buttons): Add :set spec.
1808         (custom-button-unraised, custom-button-pressed-unraised):
1809         New faces, so that custom-raised-buttons actually does something.
1810         (custom-mode): Use custom-button and custom-button-pressed.
1812         * wid-edit.el (widget-specify-button): Don't ignore
1813         widget-mouse-face on graphic terminals.
1814         (widget-move-and-invoke): Cleanup.
1816 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
1818         * whitespace.el (whitespace-cleanup): Doc fix.
1820 2005-10-23  Romain Francoise  <romain@orebokech.com>
1822         * emulation/viper.el (viper-set-hooks): Quote forms passed to
1823         `eval-after-load' to avoid evaluating their result.
1825 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
1827         * files.el (directory-listing-before-filename-regexp):
1828         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
1830         * dired.el (dired-move-to-filename-regexp): Remove.
1831         All occurences replaced by `directory-listing-before-filename-regexp'.
1833         * dired-x.el, locate.el, vc.el:
1834         Replace `dired-move-to-filename-regexp' by
1835         `directory-listing-before-filename-regexp'.  In vc.el it is
1836         overwritten locally; maybe this can be handled in files.el too.
1838         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
1839         replaced by `directory-listing-before-filename-regexp'.
1841 2005-10-23  Andreas Schwab  <schwab@suse.de>
1843         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
1844         and eval-next-after-load.
1846 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1848         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
1849         exist, create it.
1851 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
1853         * allout.el: Remove autoloads for mailcrypt and crypt++.
1854         Require pgg, pgg-gpg during compilation.
1855         (allout-version): Increment version number to 2.1, and use a literal
1856         rather than RCS Id.
1857         (allout-default-encryption-scheme): Remove.
1858         (allout-passphrase-verifier-handling)
1859         (allout-passphrase-verifier-string)
1860         (allout-file-passphrase-verifier-string)
1861         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
1862         (allout-passphrase-hint-handling): Rename and simplify.
1863         (allout-init): Use `find-file-hook' if available, otherwise
1864         `find-file-hooks'.
1865         (allout-mode): Use `write-file-functions' if available, otherwise
1866         `local-write-file-hooks' and, instead of making auto-save-hook
1867         buffer local, make the write-file-hook activity contingent to
1868         allout-mode.
1869         (allout-mode): Use key-binding substitution in the docstring.
1870         (allout-kill-line): Spell-out kill ring data structure mutation
1871         instead of using byte-compiler-complaint-provoking `pop'.
1872         (allout-insert-listified): Use `insert' rather than `insert-string'
1873         (allout-toggle-current-subtree-encryption): Update docstring, adjust
1874         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
1875         (allout-encrypt-string): Totally revamped vis new underlying
1876         encryption facilities.
1877         (allout-mc-activate-passwd): Remove.
1878         (allout-obtain-passphrase): New, more or less replaces
1879         allout-mc-activate-passwd.
1880         (allout-encrypted-key-info): More or less replaces
1881         allout-encrypted-text-type.
1882         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
1883         (my-mark-marker): Use `(featurep 'xemacs)'.
1885 2005-10-23  Lars Hansen <larsh@soem.dk>
1887         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
1888         (byte-compile-file-form-defmumble, byte-compile-defun)
1889         (byte-compile-defmacro): Use it.
1890         (byte-compile-form): Don't call byte-compile-set-symbol-position
1891         when a byte-compile handler is called.
1893 2005-10-22  Romain Francoise  <romain@orebokech.com>
1895         * savehist.el (savehist-history-variables): Add `grep-find-history'.
1897         * subr.el (eval-after-load): Convert library name to an absolute
1898         file name using locate-library, since load-history no longer has
1899         library names in it.
1901 2005-10-22  Richard M. Stallman  <rms@gnu.org>
1903         * files.el (make-temp-file): Move from subr.el.
1904         * subr.el (make-temp-file): Move to files.el.
1906         * window.el (get-buffer-window-list): Move from subr.el.
1907         * subr.el (get-buffer-window-list): Move to window.el.
1909         * image.el (image-load-path): Use eval-at-startup to initialize.
1911         * subr.el (eval-at-startup): New macro.
1913         * subr.el: Much rearrangement of functions and division
1914         into pages.  No code changes.
1916 2005-10-22  Kenichi Handa  <handa@m17n.org>
1918         * tar-mode.el (tar-extract): Be sure to call
1919         find-operation-coding-system if set-auto-coding doesn't find a
1920         coding system.
1922 2005-10-22  Kim F. Storm  <storm@cua.dk>
1924         * image.el (image-type-header-regexps): Rename from image-type-regexps.
1925         Change users.
1926         (image-type-file-name-regexps): New defconst.
1927         (image-type-from-data): Simplify loop.
1928         (image-type-from-buffer): New defun.
1929         (image-type-from-file-header): Use it instead of image-type-from-data.
1930         Use image-search-load-path instead of only looking in data-directory.
1931         (image-type-from-file-name): New defun.
1932         (image-search-load-path): Change `pathname' to `filename'.
1933         Make PATH arg optional, default to image-load-path.
1935 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1937         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
1939         * textmodes/paragraphs.el (sentence-end-base): New variable.
1940         (sentence-end): Use sentence-end-base.
1942 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * font-lock.el (font-lock-default-fontify-region): Check the multiline
1945         property independently from the font-lock-multiline variable.
1947 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1949         * emacs-lisp/find-func.el (find-library-name): Doc fix.
1951         * startup.el (command-line): Convert library names
1952         in `load-history' to absolute file names.
1954         * subr.el (symbol-file): Doc fix.
1956         * loadhist.el (file-loadhist-lookup): Call locate-library
1957         instead of find-library-name.  Don't try converting
1958         abs file names to library names, since load-history no longer
1959         has library names in it.
1960         (file-dependents, file-provides, file-requires): Doc fixes.
1962 2005-10-21  Juri Linkov  <juri@jurta.org>
1964         * progmodes/etags.el (tags-table-mode): New function.
1965         (tags-verify-table): Replace initialize-new-tags-table with
1966         tags-table-mode.
1968         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
1969         default value.
1970         (desktop-modes-not-to-save): Add tags-table-mode to the
1971         default value.
1973         * info.el (Info-index-next): Add total number of index
1974         alternatives to the message.
1976         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
1977         backward only space (instead of space and period) before looking
1978         at sentence end.
1980         * simple.el (set-variable): Use user-variable-p instead of symbolp.
1981         Add the old variable value as 4th default-value arg of read-string.
1983 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1985         * cus-face.el (custom-declare-face): Make face from X resources
1986         also on Mac.
1988         * disp-table.el (standard-display-g1, standard-display-graphic):
1989         Refuse to use string glyphs also on Mac.
1990         (standard-display-european): Don't set terminal coding system also
1991         on Mac.
1993         * frame.el (display-screens): Use x-display-screens also on Mac.
1995 2005-10-21  Romain Francoise  <romain@orebokech.com>
1997         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
1999 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2002         and $? into sexps.
2004         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2005         warning face on open-paren-in-column-0.
2007         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2008         boundary case.  Fix typo.
2009         Suggested by Martin Rudalics <rudalics@gmx.at>.
2011 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
2013         * textmodes/org.el: (org-combined-agenda-icalendar-file)
2014         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2015         (org-export-icalendar-this-file)
2016         (org-export-icalendar-all-agenda-files)
2017         (org-export-icalendar-combine-agenda-files): New commands.
2018         (org-export-icalendar, org-print-icalendar-entries)
2019         (org-start-icalendar-file, org-finish-icalendar-file)
2020         (org-ical-ts-to-string): New functions.
2021         (org-read-date, org-goto-calendar)
2022         (org-agenda-goto-calendar): Inhibit displaying diary entries by
2023         call to `calendar'.
2024         (orgtbl-setup): Remove the :keys arguments from the menu description.
2025         (org-after-save-iCalendar-file-hook): New variable.
2027 2005-10-21  Kenichi Handa  <handa@m17n.org>
2029         * language/vietnamese.el (tcvn-5712): Make it an alias of
2030         vietnamese-tcvn coding-system.
2032 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
2034         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2035         group id is given.
2037 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         * progmodes/sh-script.el (sh-escaped-line-re): New var.
2040         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2041         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2042         whose line is either continued or ends with a comment.
2044 2005-10-20  Romain Francoise  <romain@orebokech.com>
2046         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2048         * replace.el (occur-engine): Add follow-link property.
2050         * font-core.el (font-lock-mode): Doc fix.
2052 2005-10-20  Richard M. Stallman  <rms@gnu.org>
2054         * net/rcirc.el: New file.
2056 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2058         * term.el (term-term-name): Initialize to "eterm-color".
2060 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
2062         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2063         for encryption functionality.
2064         Move allout customization subgroup from `editing' to `outlines' group.
2065         Fix commentary 'keywords' to legitimate ones.
2066         Update author info (using my current email address, obscurified).
2067         (allout-encrypt-string, allout-encryption-produce-work-buffer)
2068         (allout-encrypted-topic-p, allout-encrypted-text-type)
2069         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2070         (allout-situate-encryption-key-verifier)
2071         (allout-get-encryption-key-verifier, allout-verify-key)
2072         (allout-next-topic-pending-encryption)
2073         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2074         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2075         (outline-key-verifier-handling, outline-key-hint-handling)
2076         (outline-encrypt-unencrypted-on-saves): New defcustoms.
2077         (allout-file-key-verifier-string, allout-encryption-scheme)
2078         (allout-key-verifier-string, allout-key-hint-string)
2079         (allout-after-save-decrypt): New variables.
2080         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2081         (allout-after-saves-handler): New hook functions.
2082         (allout-post-command-business): Do allout-after-save-decrypt.
2083         (allout-enable-file-variable-adjustment): Custom var to enable
2084         mechanism for adding and adjusting settings of Emacs file variables.
2085         (allout-adjust-file-variable, allout-file-vars-section-data):
2086         New functions, implement the mechanism.
2087         (outlineify-sticky): Use the file vars mechanism.
2088         (allout-inhibit-protection, allout-during-write-cue)
2089         (allout-override-protect, allout-before-change-protect): Remove.
2090         (allout-flag-region, allout-open-topic): Adjust read-only text.
2091         (allout-open-line-not-read-only): Add to facilitate read-only
2092         text based protection.
2093         (allout-kill-line): Revise to adjust read-only text, clue the
2094         user about the inhibition.
2095         (allout-unprotected): Use unwind-protect.
2096         (allout-shift-in, allout-shift-out): Disallow manually shifting a
2097         topic deeper than the offspring depth of the previous topic -
2098         avoiding confusing "containment discontinuities".
2099         (allout-reindent-bodies): Fix retention of body relative hanging
2100         indent during promotion of collapsed bodies.
2101         (allout-open-topic): Make it easy to open new topic with same
2102         bullet as current topic - topic creation functions provided with
2103         any universal argument provokes now prompt for bullet, defaulting
2104         to the bullet of the previous topic.
2105         (allout-plain-bullets-string, allout-distinctive-bullets-string):
2106         Plain bullet alternates '.' period and ',' comma only.  All other
2107         bullets are relegated to special status (but customizable).
2108         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2109         since it actually operates w.r.t. most immediately containing
2110         entry, visible or not.
2111         (allout-hide-current-entry, allout-show-current-entry): Use the
2112         revised version.
2113         (allout-old-expose-topic): Solidify deprecation.
2114         (allout-end-of-subtree): Add so we can span concealed as well
2115         as visible topics.
2116         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2117         (allout-end-of-current-heading): Tweak to just respect the first line.
2118         (allout-get-body-text): Add.
2119         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2120         when invoked interactively.
2121         (allout-up-current-level): Use `interactive-p'.
2122         (allout-mode, allout-init): Miscellaneous docstring and
2123         operational refinements, as well as hookups of new encryption stuff.
2124         (allout-beginning-of-current-entry): Now works as advertised.
2125         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2126         (allout-isearch-rectification): Refine condition for isearching.
2127         (allout-isearch-abort, allout-enwrap-isearch)
2128         (allout-flag-region, my-region-active-p): Relocate some macros.
2129         (allout-title): Fallback title is '(buffer-name)', not
2130         non-existing '(current-buffer-name)'.
2131         (subst-char-in-string): Define if absent (for some XEmacs versions).
2133 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
2135         * mail/sendmail.el (mail-setup-hook, mail-aliases)
2136         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2137         (mail-citation-prefix-regexp, mail-signature-file)
2138         (mail-default-headers, mail-bury-selects-summary)
2139         (mail-send-nonascii): Add autoload cookies.
2141 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2143         * frame.el (blink-cursor-mode): Add `mac' to the list of
2144         window-system's that support blinking cursor.
2146 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2148         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2150 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
2152         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2153         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2154         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2156 2005-10-20  Kim F. Storm  <storm@cua.dk>
2158         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2159         (ido-set-current-directory): Don't add / after final @.
2160         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2161         Explicitly handle ange-ftp completion oddities.
2162         (ido-make-file-list): Don't rotate list at tramp root to avoid
2163         triggering tramp file handler for expand-file-name via get-file-buffer.
2165 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2167         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2169 2005-10-19  Jay Belanger  <belanger@truman.edu>
2171         * calc/calc-units.el (math-standard-units): Add units, adjust
2172         symbols and update values.
2173         (math-unit-prefixes):  Add more prefixes.
2175 2005-10-19  Romain Francoise  <romain@orebokech.com>
2177         * bookmark.el (bookmark-menu-heading): New face.
2178         (bookmark-bmenu-list): Use it.
2179         Don't fiddle with `baud-rate' at top-level.
2181 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2183         * image.el (create-image, find-image): Mention max-image-size in
2184         docstring.
2186 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2188         * savehist.el (savehist-load): Revert to checking XEmacs.
2190         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2191         Various docstring and line-width fixups.
2192         (conf-mode): Use cond.
2193         Set font-lock-defaults.  Don't set comment-use-syntax.
2195 2005-10-18  David Ponce  <david@dponce.com>
2197         * tree-widget.el (tree-widget-button-click): New function.
2198         (tree-widget-button-keymap): Use it.
2200 2005-10-18  Romain Francoise  <romain@orebokech.com>
2202         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2203         (bookmark-bmenu-hide-filenames): Add follow-link property.
2204         Improve help-echo text.
2206         * ffap.el (find-file-at-point): Doc fix.
2208 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2210         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2212 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2214         Install to the CVS repository what I forgot to install in my
2215         2005-10-16 changes.
2217         * progmodes/python.el (python-complete-symbol): Pass the common
2218         prefix substring of completion to `display-completion-list'.
2220         * textmodes/org.el (org-complete): Ditto.
2222 2005-10-18  Masatake YAMATO  <jet@gyve.org>
2224         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2226         * woman.el (WoMan-xref-man-page): New button type derived
2227         from `Man-abstract-xref-man-page'.
2228         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2230         * man.el (Man-abstract-xref-man-page): New button type.
2231         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2232         (Man-highlight-references): Add new optional argument `xref-man-type'.
2234 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2236         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2238 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2240         * cus-edit.el (Custom-move-and-invoke): Delete.
2241         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2243         * wid-edit.el (widget-move-and-invoke): New function, from
2244         Custom-move-and-invoke.
2246 2005-10-17  Bill Wohler  <wohler@newt.com>
2248         Move all remaining images from lisp/toolbar to etc/images, move
2249         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
2250         the low resolution images in their own directory (low-color).
2252         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2253         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2254         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2255         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2256         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2257         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2258         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2260         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2261         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2262         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2263         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2264         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2265         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2266         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2267         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2268         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2269         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2270         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2271         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2272         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2273         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2274         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2276         To conform with convention, replace the underscore (_) in the
2277         following image names with dash (-) or (/) as appropriate.
2279         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2280         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2281         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2282         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2283         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2284         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2285         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2286         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2287         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2288         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2289         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2290         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2291         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2292         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2293         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2295         * info.el (info-tool-bar-map): Replace underscores in image names
2296         with dashes.
2298         * makefile.w32-in (WINS): Remove toolbar.
2300         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2302         * tool-bar.el: Move to lisp from toolbar.  Now that
2303         toolbar is empty, it should be deleted when folks run "cvs up -P".
2305 2005-10-18  Jay Belanger  <belanger@truman.edu>
2307         * calc/calc-store.el (calc-store-into): Get the proper variable name
2308         to display in message.
2310 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
2312         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2313         expressions display in speedbar for all buffers when debugging.
2314         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2316         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2317         (speedbar-insert-button, speedbar-make-button):
2318         Use add-text-properties.
2319         (speedbar-update-localized-contents)
2320         (speedbar-update-directory-contents)
2321         (speedbar-update-special-contents): Use dolist.
2322         (speedbar-buffer-easymenu-definition): Add a menu separator.
2324 2005-10-17  Jason Rumney  <jasonr@gnu.org>
2326         * makefile.w32-in: Use $(lisp) consistently.
2327         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2328         for shell specific generation of mh-autoloads.
2330 2005-10-17  Richard M. Stallman  <rms@gnu.org>
2332         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2334 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2336         * jit-lock.el (jit-lock-fontify-now):
2337         Move jit-lock-context-unfontify-pos to avoid wasted work.
2339 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
2341         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
2342         `tramp-completion-mode' for checking if we are in completion mode.
2343         (tramp-completion-handle-file-name-all-completions): Reorder code
2344         in order to complete for file names only in case there are no
2345         method/user/host completions.  This is necessary for cooperation
2346         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
2348 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
2350         * longlines.el (longlines-search-forward)
2351         (longlines-search-backward): Match any number of spaces.
2353 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
2355         * diff-mode.el (diff-mode): Doc fix.
2357 2005-10-16  David Reitter <david.reitter@gmail.com>
2359         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2360         as default on darwin and windows systems.
2362 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2364         * arc-mode.el (archive-zip-extract): Doc fix.
2366 2005-10-16  Romain Francoise  <romain@orebokech.com>
2368         * mouse.el (mouse-1-click-follows-link): Doc fix.
2370 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * savehist.el: Don't require CL at runtime.
2373         (savehist-xemacs): Remove.
2374         (savehist-coding-system): Use utf-8 if present, regardless of religion.
2375         (savehist-no-conversion): Use (featurep 'xemacs).
2376         (savehist-load): Check existence of start-itimer rather than XEmacs.
2377         Use an idle timer.
2378         (savehist-process-for-saving): Replace use of CL funs `subseq' and
2379         `delete-if-not'.
2381 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2383         * savehist.el: Newer version.
2384         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2385         (savehist-last-checksum, savehist-no-conversion): New vars.
2386         (savehist-autosave, savehist-process-for-saving, savehist-printable):
2387         New functions.
2388         (savehist-load, savehist-save): Use them.
2389         (savehist-delimit): Remove.
2391 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * progmodes/compile.el (compilation-goto-locus): Display the
2394         compilation buffer first and the source buffer second, in case they're
2395         in overlapping frames.  Don't raise the compilation frame if it was the
2396         selected window upon entry.  Pass the `other-window' arg to
2397         pop-to-buffer.
2399         * info.el (Info-fontify-node): Use dolist.
2400         Change add-text-properties to put-text-property.
2402 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2404         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2405         bound of search.
2407 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2409         * dabbrev.el (dabbrev-completion): Pass the common
2410         prefix substring of completion to `display-completion-list'.
2412         * filecache.el (file-cache-minibuffer-complete)
2413         (file-cache-complete): Ditto.
2415         * tempo.el (tempo-display-completions): Ditto.
2417         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2419         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2421         * eshell/em-hist.el (eshell-list-history): Ditto.
2423         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2425         * mail/mailalias.el (mail-complete): Ditto.
2427         * progmodes/etags.el (complete-tag): Ditto.
2429         * progmodes/make-mode.el (makefile-complete): Ditto.
2431         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2433         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2435         * progmodes/pascal.el (pascal-complete-word)
2436         (pascal-show-completions): Ditto.
2438         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2440         * simple.el (completion-common-substring): New variable.
2441         (completion-setup-function): Use `completion-common-substring'
2442         to put faces.
2444 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2446         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2447         (x-get-selection, mac-select-convert-to-string): Convert from/to
2448         UTF-16 clipboard data as in native byte order, no BOM.
2450 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2452         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2453         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2454         (gud-sentinel): Use speedbar-frame to check for speedbar.
2456 2005-10-15  Richard M. Stallman  <rms@gnu.org>
2458         * savehist.el: New file.
2460 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
2462         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2463         Fix bug in \bf fontification.
2465 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         * pcvs.el (cvs-edit-log-files): New var.
2468         (cvs-mode-edit-log): New arg `file'.
2469         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2470         Instead force the use of the original file and nothing else.
2471         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2472         the cvs-minor-wrap-function is set.
2473         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2475 2005-10-14  Bill Wohler  <wohler@newt.com>
2477         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2478         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2479         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2480         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2481         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2482         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2483         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2484         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2485         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2486         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2487         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2488         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2489         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2490         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2491         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2493         * progmodes/gud.el (gud-tool-bar-map): Rename the images
2494         appropriately (for example, gud-break to gud/break).
2496 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
2498         * longlines.el (longlinges-search-function)
2499         (longlines-search-forward, longlines-search-backward): New functions.
2500         (longlines-mode): Set isearch-search-fun-function to
2501         longlinges-search-function.
2503         * mouse.el (mouse-drag-region-1): Handle the case where a
2504         double-click event is bound to an arbitrary function.
2506 2005-10-14  David Ponce  <david@dponce.com>
2508         * recentf.el (recentf-track-opened-file)
2509         (recentf-track-closed-file, recentf-update-menu)
2510         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2511         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2512         mouse-1-click-follows-link.
2514 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2516         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2517         Gnome file-manager.png.  Suggested by
2518         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2520         * toolbar/README: Add diropen.xpm.
2522 2005-10-13  Bill Wohler  <wohler@newt.com>
2524         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2525         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
2527 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2529         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2530         Don't waste the byte-compiler's time on constant data.
2532 2005-10-13  Kenichi Handa  <handa@m17n.org>
2534         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2535         byte with `escape-glyph' face.
2537         * international/fontset.el (ccl-encode-unicode-font):
2538         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2539         Handle the case that ucs-mule-to-mule-unicode translates a character to
2540         ASCII (usually for IPA characters).
2542 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2544         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2545         Don't hide the underline of titles if font-lock-mode is disabled.
2547 2005-10-12  Bill Wohler  <wohler@newt.com>
2549         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2550         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2551         files in MH-E-SRC have been updated.
2552         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2554 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2557         (mixal-mode-syntax-table): Add \n as end-comment.
2558         (mixal-operation-codes-alist): Immediately initialize to full value.
2559         (mixal-add-operation-code): Remove.
2560         (mixal-describe-operation-code): Make the arg non-optional.
2561         Use the interactive spec instead.
2562         Use mixal-operation-codes-alist rather than mixal-operation-codes.
2563         (mixal-font-lock-keywords): Don't highlight comments here any more.
2564         (mixal-font-lock-syntactic-keywords): New var.
2565         (mixal-mode): Use it.  Fix comment-start-skip.
2567 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2569         * startup.el (command-line-x-option-alist): -nb => -nbi
2571 2005-10-12  Kim F. Storm  <storm@cua.dk>
2573         * startup.el (fancy-splash-default-action): Discard mouse click in
2574         the splash screen window, as it has no sensible meaning in the
2575         next window to be selected.  Fixes error reported by Jan D.
2577 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2579         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2581 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2584         Try to fix up minor layout issues like indentation, line break, etc...
2585         (mixal-mode-syntax-table): Don't try to specify comment syntax,
2586         because it doesn't work.
2587         (mixal-operation-codes): Add some more codes.
2588         (mixal-font-lock-keywords): Process comments here.
2589         (mixal-mode): mixasm no longer needs -g option.
2591 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2593         * progmodes/sh-script.el (sh-tmp-file):
2594         Use mktemp -t.  Finish support for es and rc shells.
2596 2005-10-11  Jay Belanger  <belanger@truman.edu>
2598         * calc/calcalg2.el (calc-integral): With an argument, compute the
2599         definite integral.
2601 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
2603         * mouse.el (mouse-drag-region-1): Don't try to catch a
2604         double-click when doing follow-link (it's overridden anyway).
2606 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2608         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2609         (autoload-print-form-outbuf): Add docstring.
2611 2005-10-11  Juri Linkov  <juri@jurta.org>
2613         * info.el (Info-mode-menu): Delete menu item "Edit".
2614         (Info-mode): Delete description of Info-edit from docstring,
2615         and rearrange descriptions of Info commands in the order
2616         they are documented in the Info manual.
2618 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * calendar/appt.el (appt-check): Use diary-selective-display var.
2622 2005-10-10  Richard M. Stallman  <rms@gnu.org>
2624         * net/newsticker.el (newsticker-start, newsticker-show-news):
2625         Add autoload cookies.
2627 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
2629         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2631 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
2633         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2635 2005-10-10  Jay Belanger  <belanger@truman.edu>
2637         * calc/calc-arith.el (math-check-known-scalarp)
2638         (math-check-known-matrixp): Check the values of arguments that are
2639         variables.
2640         (math-check-known-square-matrixp): New function.
2641         (math-known-square-matrixp): Use math-check-known-square-matrixp.
2642         (math-super-types): Add sqmatrix type.
2644         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2645         mode name `square' to 'sqmatrix'.
2647         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2648         mode name `square' to 'sqmatrix'.
2650 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2652         * progmodes/etags.el (select-tags-table-mode): Don't use
2653         selective-display.
2654         (tags-select-tags-table): Pass `button' to the action function.
2655         (select-tags-table): Place the side-info on button properties rather
2656         than in hidden text.  Abbreviate file names.
2657         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2658         (select-tags-table-select): Add `button' argument.
2659         Get side-info from the button property rather than from hidden text.
2661 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
2663         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2664         (gud-speedbar-buttons): Preserve point if possible.
2665         (gud-sentinel): Restore previous speedbar display type.
2667         * progmodes/gdb-ui.el (gdba): Improve diagram.
2668         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2669         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2670         Call get-buffer-window once.
2672 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2675         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2676         (pascal-indent-command): Remove unused var `ind'.
2677         (pascal-indent-case): Remove unused var `oldpos'.
2678         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2679         since it's now used as a proper minor mode map.
2680         (pascal-outline): Rename to pascal-outline-mode.
2681         (pascal-outline-mode): Use define-minor-mode.
2682         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2683         selective-display.
2685 2005-10-10  Andreas Schwab  <schwab@suse.de>
2687         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2688         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
2690         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2691         outside source directory.
2693 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
2695         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2696         C-x' as a prefix.
2697         (orgtbl-mode-map): Full keymap instead of sparse, because all
2698         `self-insert-command' keys are redefined in this map.
2699         (org-export-as-html): Specify charset for HTML file, by taking it
2700         from the coding system.
2702 2005-10-10  Kenichi Handa  <handa@m17n.org>
2704         * textmodes/flyspell.el (flyspell-check-word-p):
2705         If unread-command-events is non-empty, don't call sit-for.
2707 2005-10-09  Richard M. Stallman  <rms@gnu.org>
2709         * font-lock.el (font-lock-syntactic-keywords)
2710         (font-lock-keywords): Doc fixes.
2712         * textmodes/flyspell.el (flyspell-external-point-words):
2713         Simplify logic, and don't try to check for consecutive appearances
2714         of one incorrect word.
2716 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
2718         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2719         separator.
2721         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2722         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2723         (gud-expansion-speedbar-buttons): New function.
2724         (gud-speedbar-buttons): Check for gud-comint-buffer.
2726 2005-10-09  Bill Wohler  <wohler@newt.com>
2728         * Makefile.in (updates): Add mh-loaddefs dependency.
2730 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
2732         * speedbar.el (speedbar-file-key-map): Fix typo.
2734 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2736         * cus-start.el (line-spacing): Add custom spec.
2738 2005-10-09  Romain Francoise  <romain@orebokech.com>
2740         * textmodes/ispell.el (ispell-check-version): Fix last change.
2742 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2744         * term/x-win.el: Remove -i, --icon-type from comment.
2746         * startup.el (command-line-x-option-alist): Remove options -i,
2747         -itype, --icon-type, added -nb, --no-bitmap-icon
2749 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
2751         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
2752         instead of :active.
2754 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
2756         * textmodes/ispell.el (ispell-check-version):
2757         Ignore hyphen, and all that follows, in aspell's version text.
2759 2005-10-08  Jay Belanger  <belanger@truman.edu>
2761         * calc/calc-arith.el (math-known-square-matrixp): New function.
2762         (math-pow-fancy): Check for matrices before distributing exponent
2763         across products.
2765         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
2766         fullscreen keypad.  Suggested by Luc Teirlinck.
2767         (calc-keypad-show-input): Add space for formatting.
2769         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
2770         Add square matrix option.
2772         * calc/calc-poly.el (math-expand-term): Check for matrices instead
2773         of checking calc-matrix-mode when deciding how to expand.
2775         * calc/calc.el (calc-set-mode-line): Add square matrix option.
2777 2005-10-08  Lars Hansen  <larsh@soem.dk>
2779         * net/tramp.el (tramp-perl-directory-files-and-attributes):
2780         Add error handling.
2781         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
2783 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
2785         Sync with Tramp 2.0.51.
2787         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2788         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2789         Insert special handling for `last-coding-system-used', again
2790         it still seems to be necessary (unlike stated before).
2791         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
2792         (tramp-password-prompt-regexp): There might be other words before
2793         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
2794         (tramp-chunksize): Improve docstring.
2795         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
2796         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
2797         Christian Joergensen <bugs@razor.dk>.
2799 2005-10-07  Glenn Morris  <rgm@gnu.org>
2801         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
2802         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
2803         precision'.
2805 2005-10-07  Romain Francoise  <romain@orebokech.com>
2807         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
2808         (ibuffer-do-shell-command-pipe-replace)
2809         (ibuffer-do-shell-command-file, ibuffer-do-eval)
2810         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
2811         (ibuffer-do-revert, ibuffer-do-replace-regexp)
2812         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
2813         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
2814         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
2815         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
2816         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
2817         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
2818         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
2819         Autoload file sans suffix.
2821         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
2823 2005-10-07  David Ponce  <david@dponce.com>
2825         * recentf.el (recentf-menu-open-all-flag): New option.
2826         (recentf-digit-shortcut-command-name): New function.
2827         (recentf--shortcuts-keymap): New variable.
2828         (recentf-menu-shortcuts): New variable.
2829         (recentf-make-menu-items): Initialize it.  Replace the "More..."
2830         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
2831         (recentf-menu-value-shortcut): New function.
2832         (recentf-make-menu-item): Use it.  No more in-lined.
2833         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
2834         (recentf-open-most-recent-file): Rename from
2835         `recentf-open-file-with-key'.  Don't depend on key binding.
2836         (recentf-mode-map): New variable.
2837         (recentf-mode): Use it.
2839 2005-10-06  Bill Wohler  <wohler@newt.com>
2841         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
2843         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
2844         (MH-E-SRC): New.  Used by mh-autoloads.
2845         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
2846         files in MH-E-SRC have been updated.
2847         (compile, recompile, bootstrap): Depend on mh-autoloads.
2849 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
2851         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
2852         gud-break and gud-remove icons when the fringe is not available.
2854         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
2855         Typo.
2857 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
2859         * play/zone.el (zone): Wrap body with save-window-excursion.
2861 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2863         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2864         Use the new `list-only' arg to diary-list-entries.
2866         * calendar/diary-lib.el: Use overlays rather than selective-display.
2867         (diary-selective-display): New var.
2868         (diary-header-line-format): Use it.
2869         (diary-list-entries): Add argument `list-only'.
2870         Put the buffer in diary-mode.  Don't add \^M at beg and end.
2871         Replace \^M by invisible overlays.
2872         (diary-unhide-everything): Replace \^M by invisible overlays.
2873         (print-diary-entries): Look for overlays rather than \^M.
2874         Add a space to the temp buffer name.
2875         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
2876         Put the buffer in diary-mode.
2877         (list-sexp-diary-entries): Replace \^M by invisible overlays.
2878         (diary-anniversary): Make the year arg optional.
2879         (diary-time-regexp): New const.
2880         (diary-font-lock-keywords): Use it to accept a few more time formats.
2882         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
2884 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
2886         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
2887         Fix bug introduced 2005-07-03: Use (car (last ...))
2888         to faithfully reproduce replaced artist-last.
2889         (artist-set-arrow-points-for-poly): Likewise.
2890         Suggested by Johan Bockg\e,Ae\e(Brd.
2892 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
2894         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
2895         * wid-edit.el (widget):
2896         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
2897         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
2899 2005-10-06  Kenichi Handa  <handa@m17n.org>
2901         * international/mule-cmds.el (set-language-environment):
2902         Fix setting up of case-table for unibyte mode.
2904         * simple.el (what-cursor-position): If the character is displayed
2905         by some `display' text property, show that.  Don't use
2906         single-key-description for eight-bit characters in multibyte mode.
2908 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
2910         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
2911         (gdb-ann3): Set it.
2912         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
2913         (gdb-info-frames-custom): Use inverse-video for first five
2914         characters of selected frame only.
2915         (gdb-get-frame-number): Select frame even when point is on frame
2916         number.
2918 2005-10-06  Masatake YAMATO  <jet@gyve.org>
2920         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2921         Put `font-lock-function-name-face'.
2922         (gdb-info-frames-custom): Put `font-lock-function-name-face'
2923         and `font-lock-variable-name-face'
2924         (gdb-registers-font-lock-keywords): New font lock keywords definition.
2925         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
2926         (gdb-memory-font-lock-keywords): New font lock keywords definition.
2927         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
2928         (gdb-local-font-lock-keywords): New font lock keywords definition.
2929         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
2930         (gdb-threads-font-lock-keywords): New font lock keywords definition.
2931         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
2933 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
2935         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
2936         (ediff-merge-region-is-non-clash-to-skip): Previously called
2937         ediff-merge-region-is-non-clash.
2939         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
2940         Use insert-buffer-substring.
2942         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
2943         selecting files to patch.  Also bug fixes.
2945         * ediff-util.el (ediff-setup): Bug fix.
2946         (ediff-next-difference): Never skip clashes that differ in white
2947         space only.
2949         * ediff-wind.el (ediff-setup-control-frame)
2950         (ediff-destroy-control-frame): Check the menubar feature.
2952         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
2953         (viper-refresh-mode-line): Use make-local-variable to localize
2954         some vars instead of make-variable-buffer-local.  Suggested by
2955         Stefan Monnier.
2957         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
2958         (viper-restore-cursor-type, viper-set-insert-cursor-type):
2959         Use make-local-variable instead of make-variable-buffer-local.
2960         Suggested by Stefan Monnier.
2962         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
2963         (viper-comint-mode-hook): Use make-local-variable on
2964         require-final-newline.
2965         (viper-non-hook-settings): Don't use make-variable-buffer-local.
2967 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
2970         also the second char of a comment-start sequence.
2971         (scheme-sexp-comment-syntax-table): New var.
2972         (lambda, define): Set their scheme-doc-string-elt property.
2973         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
2974         Use lisp-font-lock-syntactic-face-function now that it properly
2975         handles |...| symbols.
2976         (scheme-mode-variables): Set lisp-doc-string-elt-property,
2977         parse-sexp-lookup-properties and font-lock-extra-managed-props.
2979         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
2980         bit from # to |.
2981         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
2983         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
2984         (lisp-doc-string-elt-property): New var.
2985         (lisp-font-lock-syntactic-face-function): Use it.
2986         Rewrite to recognize docstrings even for forms not at toplevel.
2988         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
2989         annotation on the | part of #| rather than on the # part.
2990         (scheme-font-lock-syntactic-face-function): New function, to
2991         distinguish strings from |...| symbols.
2992         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
2993         syntax-table so that #|...|# is properly highlighted.
2995         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2996         Don't mark as docstring the 3rd elem of an unknown toplevel form.
2998 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3001         and C-e.
3003         * emacs-lisp/eldoc.el: Move comments into docstrings.
3004         (eldoc-message-commands): Initialize in its declaration.
3005         Add move-beginning-of-line and move-end-of-line.
3006         (eldoc-add-command, eldoc-add-command-completions)
3007         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3009         * outline.el (outline-mark-subtree): Activate the mark.
3011         * calendar/appt.el (appt-time-regexp): New var.
3012         (appt-add, appt-make-list): Use it.
3013         (appt-convert-time): Clean up.
3015         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3016         Don't set any syntax-table property here.
3017         (tex-font-lock-verb): New function.  Do it here.
3018         (tex-font-lock-syntactic-keywords): Use it.
3020 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3022         * wid-edit.el (widget-file-complete): Get the widget start point
3023         the right way.  Default directory to `/' if file has none.
3025         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3027         * textmodes/flyspell.el (flyspell-mode-on):
3028         Call ispell-maybe-find-aspell-dictionaries.
3030         * textmodes/ispell.el (ispell-word, ispell-region):
3031         Call ispell-maybe-find-aspell-dictionaries.
3032         (ispell-accept-buffer-local-defs):
3033         Don't call ispell-maybe-find-aspell-dictionaries
3035 2005-10-04  Richard M. Stallman  <rms@gnu.org>
3037         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3039 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
3041         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3042         instead of `fboundp' in order to allow for anonymous functions.
3044 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
3046         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3047         case the user clicks on the link while another window is selected.
3048         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3050         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3051         functionality.
3052         (dframe-help-echo): Save point in case mouse tracking is off.
3054 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
3056         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3058 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3060         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3061         not change the global value of those vars.
3063         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3064         make-local-variable which we do not need any more.
3066 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
3068         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3069         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3070         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3071         (speedbar-path-line): Define obsolete aliases.
3072         (speedbar-line-directory): Doc fix.
3074         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3075         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3076         instead of speedbar-line-path.
3078 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3080         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3081         to nil if dropping on a window.  Handle dropping on a minibuffer window
3082         like dropping on a non-window part of Emacs.
3084 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3086         * net/ange-ftp.el: Use with-current-buffer.
3087         (ange-ftp-insert-directory): Do not follow symlinks any more.
3089         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3090         Remove interactive spec.
3092 2005-10-03  Kim F. Storm  <storm@cua.dk>
3094         * ido.el (ido-mode): Use custom-initialize-set.
3096 2005-10-02  Richard M. Stallman  <rms@gnu.org>
3098         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3099         Use insert-buffer-substring.
3101         * net/tramp.el: Pacify byte compiler warnings in pacification code.
3102         (tramp-handle-file-local-copy): Use insert-buffer-substring.
3104 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3107         in last change.
3108         (ange-ftp-insert-directory): Fix up the search for the case where
3109         `file' is absolute.
3111 2005-10-02  Romain Francoise  <romain@orebokech.com>
3113         * progmodes/compile.el (compile-goto-error): Delete extra paren.
3115 2005-10-02  Andreas Schwab  <schwab@suse.de>
3117         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3118         directory component in the session info.
3120 2005-10-01  Richard M. Stallman  <rms@gnu.org>
3122         * comint.el (comint-redirect-subvert-readonly): Doc fix.
3124         * simple.el (next-error-internal): New function.
3126         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3127         (compilation-start): Pass new arg to compilation-buffer-name.
3128         (compile-goto-error): Use next-error-internal.
3130 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3132         * speedbar.el: Remove RCS tag.
3133         (speedbar-check-read-only): Handle non-existent files.
3135         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3137         * info.el (Info-speedbar-hierarchy-buttons)
3138         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3140 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3142         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3143         Do not match newline.
3144         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3145         (bibtex-summary): Remove unnecessary save-excursion.
3146         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3148 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3150         * term/mac-win.el: Add charset info for "iso10646-1".
3151         Modify default fontset to use ATSUI-compatible fonts for some charsets
3152         if available.
3154 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
3156         * speedbar.el: Re-apply arch tag.
3157         (speedbar-version): Rename to version 1.0.  Suggested by Eric
3158         M. Ludlam.
3159         Reapply two changes from Emacs CVS' version of speedbar lost
3160         during the merge:
3161         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3162         (speedbar-frame-parameters): Improve customize type.
3164 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3167         (ange-ftp-file-directory-p): Fix the symlink case.
3168         (ange-ftp-insert-directory): When listing a single file, get a list of
3169         the parent buffer and extract the relevant line.  Inspired from a patch
3170         by Katsumi Yamaoka <yamaoka@jpl.org>.
3171         (ange-ftp-file-name-sans-versions): Simplify.
3173 2005-09-30  Bill Wohler  <wohler@newt.com>
3175         Move MH-E image files from toolbar and mail directories into
3176         etc/images.
3178         * mail/reply2.*: Move to etc/images/mail/reply*.
3180         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3181         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3182         etc/images.
3184         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3185         * toolbar/reply*: Move to etc/images/mail.
3187         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3189 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
3191         * speedbar.el: New version 1.0pre3.
3193         Frame management code (including timer, and mouse click specifics)
3194         moved to dframe.el:
3195         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
3196         (speedbar-timer): Removed.  Use dframe-timer.
3197         (speedbar-close-frame): Removed.  Use dframe-close-frame.
3198         (speedbar-activity-change-focus-flag): Removed.  Use
3199         dframe-activity-change-focus-flag.
3200         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
3201         dframe-update-speed.
3203         (speedbar-current-frame): New macro.  Use this instead of the
3204         variable speedbar-frame.
3206         (speedbar-use-images, speedbar-expand-image-button-alist)
3207         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3209         (speedbar-find-image-on-load-path): Removed.  Replaced by
3210         defezimage in ezimage.el.
3211         (speedbar-expand-image-button-alist): Removed.  Replaced by
3212         ezimage-expand-image-button-alist in ezimage.el.
3214         (speedbar-ignored-directory-regexp)
3215         (speedbar-add-ignored-directory-regexp)
3216         (speedbar-ignored-directory-expressions)
3217         (speedbar-line-directory, speedbar-buffers-line-directory)
3218         (speedbar-directory-line, speedbar-buffers-line-directory):
3219         Renamed, replacing `path' with `directory'.
3221         (speedbar-create-directory, speedbar-expand-line-descendants)
3222         (speedbar-toggle-line-expansion)
3223         (speedbar-contract-line-descendants): New commands.
3225         (speedbar-query-confirmation-method, speedbar-select-frame-method)
3226         (speedbar-use-tool-tips-flag): New options.
3228         (speedbar-check-read-only, speedbar-require-version)
3229         (speedbar-insert-separator, speedbar-buffers-tail-notes)
3230         (speedbar-handle-delete-frame, speedbar-try-completion)
3231         (speedbar-update-localized-contents): New functions.
3233         (speedbar-incompatible-version, speedbar-ro-to-do-point)
3234         (speedbar-object-read-only-indicator): New variables.
3236         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3237         New hooks.
3239         (speedbar-separator-face): New face.
3241         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3242         (speedbar-ignored-modes): Add fundamental-mode.
3243         (speedbar-directory-unshown-regexp): Add . directories.
3245         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3246         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3247         `]' for full expand/close.
3248         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3250         (speedbar-check-vc): Support hidden files.
3251         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3252         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
3253         state is nil, it is not checked out.
3255         (speedbar-line-text, speedbar-line-token): Support expand buttons
3256         with no text.
3257         (speedbar-refresh): Universal argument acts as power-click.
3258         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3259         that buffer to get variable values.
3261         And many other bugfixes.
3263         * dframe.el, ezimage.el, sb-image.el: New files.
3265         * sb-*.xpm: Remove files.  New image files installed into
3266         etc/images/ezimage.
3268 2005-09-30  Kenichi Handa  <handa@m17n.org>
3270         * ps-mule.el (ps-mule-show-warning): If a character is in
3271         ps-print-translation-table, don't treat it as non-printable.
3273 2005-09-30  David Ponce  <david@dponce.com>
3275         * tree-widget.el (tree-widget-themes-load-path): New variable.
3276         (tree-widget-themes-directory): Doc fix.
3277         (tree-widget-image-formats) [Emacs]: Doc fix.
3278         (tree-widget--locate-sub-directory): New function.
3279         (tree-widget-themes-directory): Use it.
3281         * recentf.el (recentf-filename-handlers): Rename from
3282         `recentf-filename-handler'.  Allow a list of functions.
3283         (recentf-menu-items-for-commands): Fix :help strings.
3284         (recentf-apply-filename-handlers): New function.
3285         (recentf-expand-file-name): Use it.
3286         (recentf-cleanup): Remove duplicates too.
3288 2005-09-29  Juri Linkov  <juri@jurta.org>
3290         * faces.el: Rearrange face definitions to be in the same order as
3291         their face descriptions in "(emacs)Standard Faces".
3293         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3295         * tooltip.el (tooltip): Add group `basic-faces'.
3297         * buff-menu.el (Buffer-menu-buffer): Remove group
3298         `font-lock-highlighting-faces'.
3300         * progmodes/compile.el (compilation-error, compilation-warning)
3301         (compilation-info, compilation-line-number, compilation-column-number):
3302         Change group from `font-lock-highlighting-faces' to `compilation'.
3304         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3305         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3306         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3307         (vhdl-font-lock-reserved-words-face)
3308         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3309         `font-lock-highlighting-faces'.
3311         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3313 2005-09-28  Kim F. Storm  <storm@cua.dk>
3315         * emulation/cua-base.el: Set CUA move property on additional commands:
3316         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3317         forward-sexp, backward-sexp, forward-list, backward-list.
3319 2005-09-28  Romain Francoise  <romain@orebokech.com>
3321         * comint.el (comint-show-output): Really set point at the
3322         beginning of the output when not using `comint-use-prompt-regexp'.
3324 2005-09-27  Jay Belanger  <belanger@truman.edu>
3326         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3327         in TeX mode.
3329 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
3331         * textmodes/org.el (org-table-sum): Fix format string.
3333         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3334         Quote face names.
3336 2005-09-26  Romain Francoise  <romain@orebokech.com>
3338         * isearch.el (isearch-forward-regexp): Close doc string.
3340 2005-09-25  Richard M. Stallman  <rms@gnu.org>
3342         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3344         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3346         * progmodes/compile.el (compilation-error-properties):
3347         When getting the file from the previous error message,
3348         correctly decode the new data format.
3350         * progmodes/cc-cmds.el (c-electric-paren):
3351         Call old-blink-paren only for close-paren.
3353 2005-09-24  Andreas Schwab  <schwab@suse.de>
3355         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3356         condition.
3358 2005-09-25  Romain Francoise  <romain@orebokech.com>
3360         * dired-aux.el (dired-copy-file-recursive):
3361         * dired.el (dired-delete-file):
3362         * ediff-mult.el (ediff-dir-diff-copy-file):
3363         * ediff-util.el (ediff-test-save-region):
3364         * forms.el (forms-mode):
3365         * ido.el (ido-file-internal, ido-delete-file-at-head):
3366         * log-edit.el (log-edit-done):
3367         * ses.el (ses-yank-resize):
3368         * play/gomoku.el (gomoku-human-plays, gomoku)
3369         (gomoku-human-resigns, gomoku-prompt-for-other-game)
3370         (gomoku-offer-a-draw):
3371         * play/landmark.el (lm-human-resigns, lm):
3372         * net/eudcb-ldap.el (eudc-ldap-check-base):
3373         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3374         * progmodes/ebrowse.el (ebrowse-find-pattern):
3375         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3376         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3377         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3379         * vc.el (vc-delete-file):
3380         * play/gomoku.el (gomoku-terminate-game, gomoku)
3381         (gomoku-prompt-for-move, gomoku-human-takes-back):
3382         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3383         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3385 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
3387         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3388         color rxvt terminals by using the code xterm.el used to use before
3389         2005-04-09 in order to match the colors used by rxvt.
3391 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
3393         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3394         colors rxvt-unicode terminals by using the same code as xterm.el.
3396 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * textmodes/tex-mode.el (tex-font-lock-append-prop)
3399         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3400         new symbol used for the tex-verbatim face.
3402 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3404         * woman.el (woman-file-name):
3405         * wid-edit.el (widget-file-prompt-value)
3406         (widget-coding-system-prompt-value):
3407         * w32-fns.el (set-w32-system-coding-system):
3408         * vc.el (vc-version-diff, vc-annotate):
3409         * textmodes/reftex-auc.el (reftex-arg-cite)
3410         (reftex-arg-index-tag):
3411         * textmodes/refer.el (refer-get-bib-files):
3412         * textmodes/artist.el (artist-figlet-choose-font):
3413         * terminal.el (terminal-emulator):
3414         * replace.el (occur-read-primary-args):
3415         * rect.el (string-rectangle, string-insert-rectangle):
3416         * ps-print.el (ps-print-preprint):
3417         * progmodes/pascal.el (pascal-goto-defun):
3418         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3419         * progmodes/compile.el (compilation-find-file):
3420         * printing.el (pr-interactive-n-up):
3421         * play/animate.el (animate-birthday-present):
3422         * net/rcompile.el (remote-compile):
3423         * man.el (man, Man-goto-section, Man-follow-manual-reference):
3424         * mail/rmailsum.el (rmail-summary-search-backward)
3425         (rmail-summary-search):
3426         * mail/rmailout.el (rmail-output-read-rmail-file-name)
3427         (rmail-output-read-file-name):
3428         * mail/rmail.el (rmail-search, rmail-search-backwards):
3429         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3430         * locate.el (locate):
3431         * international/quail.el (quail-show-keyboard-layout):
3432         * international/mule.el (set-buffer-file-coding-system)
3433         (revert-buffer-with-coding-system, set-file-name-coding-system)
3434         (set-terminal-coding-system, set-keyboard-coding-system)
3435         (set-next-selection-coding-system):
3436         * international/mule-diag.el (describe-coding-system)
3437         (describe-font, describe-fontset):
3438         * international/mule-cmds.el (universal-coding-system-argument)
3439         (search-unencodable-char, describe-input-method)
3440         (set-language-environment, describe-language-environment):
3441         * international/codepage.el (codepage-setup):
3442         * international/code-pages.el (codepage-setup):
3443         * info.el (Info-search, Info-follow-reference)
3444         (Info-search-backward):
3445         * emacs-lisp/advice.el (ad-read-advised-function)
3446         (ad-read-advice-class, ad-clear-cache, ad-activate)
3447         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3448         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3449         (ad-read-regexp):
3450         * ediff-util.el (ediff-toggle-regexp-match):
3451         * ediff-ptch.el (ediff-prompt-for-patch-file):
3452         * dired-aux.el (dired-diff):
3453         * diff.el (diff):
3454         * cus-edit.el (custom-variable-prompt):
3455         * calendar/timeclock.el (timeclock-ask-for-project):
3456         * calc/calcalg3.el (calc-get-fit-variables):
3457         * calc/calc-store.el (calc-edit-variable)
3458         (calc-permanent-variable):
3459         * vc-mcvs.el (vc-mcvs-register):
3460         * shadowfile.el (shadow-define-literal-group):
3461         * woman.el (woman-file-name):
3462         * vc.el (vc-version-diff, vc-merge):
3463         * textmodes/reftex-index.el (reftex-index-complete-tag):
3464         * format.el (format-decode-buffer, format-decode-region):
3465         * emulation/viper-cmd.el (viper-read-string-with-history):
3466         * emacs-lisp/debug.el (cancel-debug-on-entry):
3467         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3468         * ediff.el (ediff-merge-revisions)
3469         (ediff-merge-revisions-with-ancestor, ediff-revision):
3470         * completion.el (interactive-completion-string-reader):
3471         * calc/calc-prog.el (calc-user-define-formula):
3472         Follow convention for reading with the minibuffer.
3474 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3476         * progmodes/python.el (python-describe-symbol): Add globals() and
3477         locals() to the arguments of emacs.ehelp.
3479 2005-09-24  Magnus Henoch  <mange@freemail.hu>
3481         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3482         New function, code extracted from ispell-valid-dictionary-list.
3483         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3484         Call it.
3486 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
3488         * subr.el (version-regexp-alist): Extend valid syntax for version
3489         strings: allow any of the characters -,_,+ to separate the
3490         alpha/beta/rc part from the version part.  Doc fix.
3491         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
3493 2005-09-23  David Reitter  <david.reitter@gmail.com>
3495         * mail/mailclient.el: New file.
3497 2005-09-23  Richard M. Stallman  <rms@gnu.org>
3499         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3500         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3501         Doc fixes.
3503         * progmodes/cc-mode.el (c-font-lock-init):
3504         Specify font-lock-lines-before.
3506 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3508         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3509         whole conflict.
3511 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
3513         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3514         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
3515         of `remap' feature when available.  Additional key bindings for
3516         better tty support.
3517         (org-mode-restart, org-force-self-insert): New commands.
3518         (org-time-stamp-inactive): New command.
3519         (org-remap): New function.
3520         (org-table-auto-blank-field, org-level-color-stars-only): New options.
3521         (org-enable-fixed-width-editor): Move to `org-structure'
3522         customization group.
3523         (org-self-insert-command, orgtbl-self-insert-command): Modify to
3524         blank field after field motion commands.
3526 2005-09-23  Kenichi Handa  <handa@m17n.org>
3528         * international/mule-cmds.el (set-language-environment):
3529         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3530         have to call utf-translate-cjk-load-tables.
3532 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * mouse.el (mouse-move-drag-overlay): Fix last change.
3536 2005-09-22  David Ponce  <david@dponce.com>
3538         * tree-widget.el (tree-widget-value-create): Fix previous change.
3540 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3542         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3544 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         * mouse.el (mouse-move-drag-overlay): New function.
3547         (mouse-drag-region-1): Use it.
3548         Try to simplify a bit the state handling.  Handle clicks on links
3549         inside intangible areas.
3550         (mouse-save-then-kill): Minor simplification.
3551         (mouse-secondary-overlay): Make it always non-nil instead of
3552         recreating it each time.
3553         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3554         (mouse-kill-secondary, mouse-secondary-save-then-kill):
3555         Simplify accordingly.
3557 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3559         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3561 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
3563         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3564         (ediff-file-name-sans-prefix): Treat nil as an empty string.
3565         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3566         to patch.
3568         * ediff-util.el: Use insert-buffer-substring.
3570         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3572         * emulation/viper-cmd.el (viper-change-state): Don't move over the
3573         field boundaries in the minibuffer.
3574         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3575         (viper-minibuffer-post-command-hook): New hook.
3576         (viper-line): Don't move cursor at bolp.
3578         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3580         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3581         avoid compiler warnings.
3583         * emulation/viper-macs.el (ex-map): Better messages.
3585         * emulation/viper-utils.el (viper-beginning-of-field): New function.
3587         * emulation/viper.el: Replace make-variable-buffer-local with
3588         viper-make-variable-buffer-local everywhere, to avoid warnings.
3590 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3593         Delete unused var `old-selected-window'.
3594         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3595         (mouse-drag-secondary): Delete unused var `start-frame'.
3597 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3599         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3601 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3603         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3604         Re-indent within 80 columns.  Use inhibit-read-only.
3606 2005-09-19  Romain Francoise  <romain@orebokech.com>
3608         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3610 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3612         * font-lock.el (font-lock-default-fontify-region): Don't add a line
3613         unconditionally, since the after-change-function already did it.
3615 2005-09-19  Miles Bader  <miles@gnu.org>
3617         * net/newsticker.el: Get rid of CVS keyword.
3619 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
3621         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3622         The prompt is formatted later.
3624 2005-09-19  David Ponce  <david@dponce.com>
3626         * tree-widget.el (tree-widget-value-create): Save the converted
3627         tree :node widget.
3629 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
3631         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3632         variable `message'.
3634 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
3636         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3637         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
3638         <slawomir.nowaczyk.847@student.lu.se>.
3640 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
3642         * image.el (image-load-path): Use symbol `data-directory' instead
3643         of its value, for backward compatibility with packages that bind
3644         it during `find-image'.  Suggested by Katsumi Yamaoka.
3645         (image-search-load-path): Handle symbols whose values are strings.
3647 2005-09-18  Romain Francoise  <romain@orebokech.com>
3649         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3650         with-current-buffer form in save-excursion.
3652 2005-09-18  D Goel  <deego@gnufans.org>
3654         * apropos.el (apropos-command): Fix `message' call: first arg
3655         should be a format spec.  In this and all other cases that appear
3656         below and elsewhere in the source code, I made a change only when
3657         two conditions were satisfied: [1] I can think of a possibility
3658         that the arguments would cause an error, for example, the code in
3659         question relies on external variables such as filenames.  [2] I
3660         was sure that the arg to `message' could not have been nil in the code.
3662         * textmodes/tildify.el (tildify-region): Ditto.
3664         * textmodes/reftex-index.el (reftex-index-change-entry)
3665         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3666         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3667         * textmodes/org.el (org-complete, org-deadline, org-schedule)
3668         (org-priority, org-table-sum):
3669         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3670         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3671         (flyspell-word, flyspell-display-next-corrections):
3672         * textmodes/bibtex.el (bibtex-print-help-message):
3673         * textmodes/artist.el (artist-key-set-point-poly):
3674         * term/mac-win.el (mac-services-insert-text):
3675         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3676         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3677         (vhdl-port-paste-testbench, vhdl-compose-new-component)
3678         (vhdl-compose-configuration):
3679         * progmodes/sh-script.el (sh-blink, sh-show-indent)
3680         (sh-set-indent, sh-learn-line-indent):
3681         * progmodes/ps-mode.el (ps-mode-target-column):
3682         * progmodes/idlwave.el (idlwave-make-tags)
3683         (idlwave-scan-library-catalogs):
3684         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3685         * progmodes/gud.el (gud-jdb-analyze-source):
3686         * progmodes/flymake.el (flymake-log):
3687         * progmodes/ebnf2ps.el (ebnf-generate-region):
3688         * progmodes/cmacexp.el (c-macro-expansion):
3689         * progmodes/ada-xref.el (ada-treat-cmd-string):
3690         * progmodes/ada-mode.el (ada-create-case-exception-substring)
3691         (ada-justified-indent-current, ada-batch-reformat):
3692         * play/zone.el (zone):
3693         * play/landmark.el (lm-move):
3694         * play/decipher.el (decipher-show-alphabet):
3695         * net/newsticker.el (newsticker--display-jump)
3696         (newsticker--display-scroll):
3697         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3698         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3699         * mail/feedmail.el (feedmail-dump-message-to-queue):
3700         * eshell/esh-proc.el (eshell-remove-process-entry):
3701         * emulation/ws-mode.el (ws-last-error):
3702         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3703         (viper-record-kbd-macro):
3704         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3705         * emacs-lisp/lisp-mnt.el (lm-report-bug):
3706         * emacs-lisp/find-func.el (find-function-noselect):
3707         * calendar/timeclock.el (timeclock-status-string)
3708         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3709         (timeclock-when-to-leave-string):
3710         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3711         * calc/calc-units.el (calc-enter-units-table):
3712         * calc/calc-mode.el (calc-mode-record-mode):
3713         * woman.el (woman-mini-help):
3714         * wdired.el (wdired-change-to-wdired-mode):
3715         * vc.el (vc-retrieve-snapshot):
3716         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3717         * startup.el (display-startup-echo-area-message):
3718         * simple.el (set-goal-column):
3719         * ses.el (ses-command-hook, ses-recalculate-cell):
3720         * server.el (server-process-filter):
3721         * printing.el (pr-interface-txt-print, pr-interface-printify)
3722         (pr-interface-ps):
3723         * pcvs.el (cvs-help):
3724         * log-edit.el (log-edit, log-edit-mode-help):
3725         * iswitchb.el (iswitchb-possible-new-buffer):
3726         * isearch.el (isearch-edit-string):
3727         * image-mode.el (image-mode, image-minor-mode):
3728         * ibuf-macs.el (define-ibuffer-filter):
3729         * hi-lock.el (hi-lock-find-patterns):
3730         * files.el (toggle-read-only):
3731         * ediff-util.el (ediff-copy-diff)
3732         (ediff-write-merge-buffer-and-maybe-kill):
3733         * echistory.el (Electric-history-undefined):
3734         * dnd.el (dnd-insert-text):
3735         * dired-aux.el (dired-query):
3736         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3737         * bookmark.el (bookmark-bmenu-locate):
3738         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
3739         Fix `message' calls to ensure first arg is a format string.
3740         The change was made only when these two conditions were satisfied:
3741         [1] when there is a possibility that the arguments would cause an error
3742         for example, if the code in question relies on external variables
3743         such as filenames, and
3744         [2] if the arg to `message' could not have been nil in the code.
3746         * pcomplete.el (pcomplete--help): Fix `message' format spec.
3747         Not having a %s would be weird, though not technically wrong.
3749 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3751         * term/mac-win.el (mac-add-charset-info): Doc fix.
3753 2005-09-17  Romain Francoise  <romain@orebokech.com>
3755         * shell.el (shell-resync-dirs): Handle echoing processes more
3756         reliably.  Don't insert resync command if `comint-process-echoes'
3757         is non-nil.
3759 2005-09-17  Magnus Henoch  <mange@freemail.hu>
3761         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
3762         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
3763         aspell versions >= 0.60.
3764         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
3765         only if ispell-aspell-supports-utf8 is non-nil.
3767 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3769         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
3770         buffer-local value to lisp-indent-function.
3772 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
3774         * progmodes/glasses.el (glasses-make-readable): If
3775         glasses-separator differs from underscore, put appropriate
3776         overlays over underscore characters.
3777         (glasses-convert-to-unreadable): If glasses-separator differs from
3778         underscore, try to convert glasses-separator characters to
3779         underscores.
3781 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3783         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
3784         Use with-syntax-table and dolist.
3786 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
3788         * textmodes/reftex-auc.el:
3789         * textmodes/reftex-cite.el:
3790         * textmodes/reftex-dcr.el:
3791         * textmodes/reftex-global.el:
3792         * textmodes/reftex-parse.el:
3793         * textmodes/reftex-ref.el:
3794         * textmodes/reftex-sel.el:
3795         * textmodes/reftex-toc.el:
3796         * textmodes/reftex-vars.el:
3797         * textmodes/reftex.el: Small changes to remove compiler warnings.
3799         * textmodes/reftex-index.el: Likewise.
3800         (reftex-query-index-phrase): More efficient use of markers.
3802 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3804         * image.el (image-load-path): New variable.
3805         (image-search-load-path): New function.
3806         (find-image): Search for images in `image-load-path'.
3808 2005-09-15  Richard M. Stallman  <rms@gnu.org>
3810         * follow.el: Change Maintainer field.
3812 2005-09-15  David Ponce  <david@dponce.com>
3814         * recentf.el (recentf-save-file-modes): New option.
3815         (recentf-save-list): Use it.
3817 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
3819         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
3820         (mode-line-mule-info, mode-line-modified): Move bindings from
3821         mouse-3 to mouse-1.
3823 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
3825         * simple.el (sendmail-user-agent-compose): Revert last change.
3827 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3829         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
3830         Use with-current-buffer.
3831         (ange-ftp-gwp-start): Remove unused var `gw-user'.
3832         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
3833         (ange-ftp-insert-directory): Remove unused var `short'.
3834         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
3836         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
3837         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
3839         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
3840         (check-calendar-holidays, diary-list-entries): Autoload.
3841         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
3842         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
3844         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
3845         which mistakenly removed a call to display-buffer.
3847 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
3849         * obsolete/iso-insert.el: Move to obsolete/ from international/.
3851 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
3853         * progmodes/hideshow.el
3854         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
3855         (hs-allow-nesting): New user var.
3856         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
3857         (hs-hide-block-at-point): When nesting allowed,
3858         if there is already an overlay in place, delete it.
3859         (hs-safety-is-job-n): Delete func; remove call sites.
3860         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
3861         (hs-overlay-at): New func.
3862         (hs-already-hidden-p, hs-show-block): Use it.
3863         (hs-hide-all): Don't pre-clean if nesting allowed.
3864         (hs-show-all): Temporarily disallow
3865         nesting around call to `hs-discard-overlays'.
3867 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
3869         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
3870         Delete unused local var.
3872 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
3874         * help-fns.el (describe-categories): "?\ " -> "?\s".
3875         (help-do-arg-highlight): Recognize also ARG-n, as in
3876         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
3878         * international/codepage.el (dos-unsupported-char-glyph):
3879         * net/newsticker.el (tool-bar-map, w3-mode-map)
3880         (w3m-minor-mode-map):
3881         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
3882         (ent-alist):
3883         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
3885 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
3887         * custom.el (custom-push-theme): Handle the case where a symbol is
3888         bound but face properties have not yet been assigned.
3890         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
3891         Fix behavior if noerase is `t' and there is no mail buffer.
3893         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
3894         if `continue' is nil, rather than signal an error.
3896 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3898         * font-lock.el (font-lock-keywords): Add autoload.
3900         * help-fns.el (describe-variable): Rearrange to put source link
3901         in a predictable place.
3903         * net/newsticker.el: New file.
3905 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3907         * calendar/calendar.el (calendar-for-loop): Add edebug info.
3908         (calendar-basic-setup): Use the new nil arg.
3909         (number-of-diary-entries): Move to diary-lib.el.
3911         * calendar/diary-lib.el: Use with-current-buffer, match-string.
3912         (diary-list-entries): Use with-syntax-table and dolist.
3913         Rename from list-diary-entries.
3914         Use number-of-diary-entries if `number' is nil.
3915         (diary, diary-view-entries): Use this new name and new nil arg value.
3916         (number-of-diary-entries): Move from calendar.el.
3917         (diary-unhide-everything): New function.
3918         (include-other-diary-files, fancy-diary-display)
3919         (diary-show-all-entries, make-diary-entry): Use it.
3920         (diary-mail-entries): Use buffer-string.
3921         (mark-diary-entries): Fix long standing paren typo.
3922         (diary-sexp-entry): Use count-lines.
3923         (make-diary-entry): Avoid `previous-line'.
3924         (diary-mode-map): New var.
3925         (diary-mode): Redraw cal after saving.  Setup header-line.
3926         (fancy-diary-display-mode): Use local-set-key.
3928         * startup.el (command-line): Try calling various terminal-init-foo-bar
3929         functions by stripping hyphenated suffixes from $TERM.
3931         * files.el (normal-mode): Check boundness of font-lock-keywords.
3933 2005-09-12  Richard M. Stallman  <rms@gnu.org>
3935         * progmodes/compile.el: Don't decide a file's directory
3936         until the user actually tries to go there.
3937         (compilation-next-error-function):
3938         Pass compilation-find-file the directory from the file-struct.
3939         (compilation-internal-error-properties): Separate local FILE-STRUCT
3940         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
3941         (compilation-find-file): Arg DIR renamed to DIRECTORY.
3942         Expand it, and if nil, use default-directory.
3943         (compilation-get-file-structure): Don't mix specified directory
3944         with default directory.  Put specified directory into
3945         file-struct.  Don't make the file name absolute.
3947         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3948         (compile-command): Add autoload.
3949         (compilation-disable-input): Add autoload.
3951 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
3953         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
3954         strings of the variables it can override.
3955         (time-stamp): New (as yet undocumented) time-stamp-format escapes
3956         %Q and %q, for fully-qualified domain name and unqualified host name.
3958 2005-09-11  Kim F. Storm  <storm@cua.dk>
3960         * emacs-lisp/authors.el (authors-aliases): Update list.
3961         (authors-fixed-entries): Update mldrag.el entry.
3963 2005-09-10  Alan Mackenzie  <acm@muc.de>
3965         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
3966         from the region narrowed to.
3968 2005-09-10  Magnus Henoch  <mange@freemail.hu>
3970         * textmodes/ispell.el (ispell-check-version): Signal an error if
3971         aspell version is less than 0.60.
3973 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
3975         * progmodes/octave-inf.el (inferior-octave-startup):
3976         Resync current dir at the end.
3978 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
3980         * woman.el (woman-topic-at-point-default):
3981         Rename to woman-use-topic-at-point-default.
3982         (woman-topic-at-point): Rename to woman-use-topic-at-point.
3983         (woman-file-name): Reflect renames above.  Automatically use the
3984         word at point as topic if woman-use-topic-at-point is non-nil.
3985         Otherwise offer it as default but don't insert it in the
3986         minibuffer.  Also use `test-completion' instead of `assoc' as
3987         suggested by Stefan Monnier.
3989 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
3991         * vc.el (vc-directory, vc-update-change-log): Throw an error on
3992         the attempt to do it over Tramp.  This is not yet supported.
3994 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
3996         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3997         (menu-bar-non-minibuffer-window-p): New functions.
3998         ("Split Window", "Save As..."): Use them.
3999         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4000         ("Print Buffer", "Truncate Long Lines in this Buffer"):
4001         Use menu-bar-menu-frame-live-and-visible-p.
4002         ("Save Buffer", "Insert File", "Open Directory...")
4003         ("Open File...", "Visit New File..."):
4004         Use menu-bar-non-minibuffer-window-p.
4005         (kill-this-buffer-enabled-p, dired <menu-enable>):
4006         Use menu-bar-non-minibuffer-window-p.
4008 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4010         * cus-start.el (all): Don't complain about fringe-related
4011         built-ins if fringes are not supported.  Ditto about
4012         selection-related built-ins.  Fix the test for GTK-related built-ins.
4014         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4015         ("Postscript Print Buffer", "Print Region", "Save As...")
4016         ("Save", "Insert File...", "Open Directory...")
4017         ("Open File...", "Visit New File..."")
4018         ("Truncate Long Lines in this Buffer"): Don't look at
4019         menu-updating-frame if this display does not support multiple frames.
4021 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4023         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4025 2005-09-09  Emilio Lopes  <eclig@gmx.net>
4027         * woman.el: Format- and whitespace-related changes.
4029 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4031         * woman.el: Fix my email address.
4033 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4035         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4036         (sh-mode): Locally set skeleton-pair-default-alist.
4038         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4040         * progmodes/flymake.el: Require `compile' unconditionally.
4042         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4044         * woman.el (woman-file-name): Provide a default, not initial input.
4046         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4048         * font-lock.el (font-lock-support-mode): Doc fix.
4050         * descr-text.el (describe-property-list): Handle non-symbol prop names.
4052 2005-09-08  Richard M. Stallman  <rms@gnu.org>
4054         * simple.el (blink-matching-open): Get rid of text props from
4055         the string shown in echo area.  Don't permanently set point.
4056         Some rearrangements.
4058 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4060         * recentf.el (recentf-filename-handler): Add custom choice
4061         `abbreviate-file-name'.
4063         * msb.el (msb--very-many-menus): Fix typo.
4065         * disp-table.el (standard-display-european): Don't set
4066         enable-multibyte-characters to nil.
4068 2005-09-08  David Ponce  <david@dponce.com>
4070         * recentf.el (recentf-show-file-shortcuts-flag): New option.
4071         (recentf-expand-file-name): Doc fix.
4072         (recentf-dialog-mode-map): Define digit shortcuts.
4073         (recentf--files-with-key): New variable.
4074         (recentf-show-digit-shortcut-filter): New function.
4075         (recentf-open-files-items): New function.
4076         (recentf-open-files): Use it.
4077         (recentf-open-file-with-key): New command.
4079 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
4081         * buff-menu.el (Buffer-menu-sort-by-column): New function.
4082         Suggested by Kim F. Storm.
4083         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4084         (Buffer-menu-make-sort-button): Use global keymap.
4086 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
4088         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4089         (Man-getpage-in-background-advice): Remove defadvice; it isn't
4090         necessary any longer with the remapped command.
4091         (Man-bgproc-sentinel-advice): Remove defadvice which counts
4092         formatting time only.
4094         * net/tramp.el (tramp-action-password)
4095         (tramp-multi-action-password): Compile the password prompt from
4096         `method', `user' and `host'.  Sometimes it isn't obvious which
4097         password to enter, for example with remote files offered by
4098         recentf.el, or with multiple steps.  Suggested by Robert Marshall
4099         <robert@chezmarshall.freeserve.co.uk>.
4101 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4104         Fix regexp for when "s///" is at the beginning of line.
4106 2005-09-07  Jay Belanger  <belanger@truman.edu>
4108         * calc/calc-poly.el (math-expand-term): Multiply out any powers
4109         when in matrix mode.
4111 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4114         non-anonymous functions.
4116 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
4118         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4119         when using a header line.  Otherwise, use mouse-1-click-follows-link.
4121         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4122         can't be moved; don't signal an error.
4124 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
4126         * cus-theme.el (custom-theme-write-faces): Save the current face
4127         spec, not the defface spec.
4129         * custom.el (custom-known-themes): Clarify meaning of "standard".
4130         (custom-push-theme): Save old values in the standard theme.
4131         (disable-theme): Correct typo.
4132         (custom-face-theme-value) Deleted unused function.
4133         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4135 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4137         * progmodes/compile.el (compilation-goto-locus): Take into account
4138         iconified frames when determining whether the buffer is
4139         already visible.
4140         Don't reset window height if the window already existed.
4142 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
4144         * custom.el (load-theme): Rename from require-theme.
4145         Add interactive spec.
4146         (enable-theme): Rename from custom-enable-theme.
4147         Add interactive spec.
4148         (disable-theme): Rename from custom-disable-theme.
4149         Add interactive spec.
4150         (custom-make-theme-feature): Doc fix.
4151         (custom-theme-directory): Doc fix.
4152         (provide-theme): Call enable-theme.
4154 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4156         * obsolete/lazy-lock.el (lazy-lock-mode):
4157         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4158         font-lock-mode if it's off.  Print a warning instead.
4160         * progmodes/compile.el (compilation-start): Ignore errors if the
4161         process died before we get to send-eof.
4163         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4164         Undo last change.  Enclosing the result in quotes broke things on Unix
4165         since tex-send-command passes it through shell-quote-argument.
4166         (tex-send-command): Pass `file' through convert-standard-filename
4167         when possible.
4168         (tex-uptodate-p): Handle the case where TeX hasn't put additional
4169         info in a transcript.
4171 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
4173         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4174         fix compilation warning. Reorder the key definitions to group
4175         together keys emitted by the current version of xterm.
4177         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4178         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4179         Reorder predicates to correct min-color usage.
4181 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
4183         * longlines.el (longlines-mode): Inhibit read-only when encoding.
4184         Kill local variables when longlines-mode is turned off.
4186 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4188         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4190         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4192         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4194         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4195         (font-lock-lines-before): Change default to being inactive.
4196         (font-lock-default-fontify-region): Obey font-lock-lines-before.
4197         (font-lock-after-change-function): Don't handle f-l-lines-before here.
4199 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4201         * net/tramp.el (tramp-handle-make-auto-save-file-name):
4202         Deactivate temporarily advice if active (not needed for Emacs 22,
4203         but for backwards compatibility).
4204         (tramp-exists-file-name-handler): Rewrite.  First implementation
4205         was too simple.
4206         (tramp-advice-make-auto-save-file-name):
4207         Call `tramp-handle-make-auto-save-file-name' (again, just for
4208         backwards compatibility).
4210 2005-08-31  Reto Zimmermann  <reto@gnu.org>
4212         * progmodes/vhdl-mode.el
4213         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4214         (vhdl-end-p): Fix indentation bug "else" after "-- when".
4215         (vhdl-set-default-project): New function (easier setting of default).
4216         (vhdl-port-copy): Handle extended identifiers for generics.
4217         (vhdl-compiler-alist): Better description for error message regexp.
4218         (vhdl-make): Query for target, use previous as default.
4219         (vhdl-port-copy): Fix port copy for port names starting with "signal".
4220         (vhdl-font-lock-keywords-2): Fix fontification for record
4221         el. assign.
4222         (vhdl-speedbar-make-subpack-line): Add package body link.
4223         (vhdl-generate-makefile-1): Not include itself as dependency.
4224         (vhdl-font-lock-init): Highlight c-preprocessor directives.
4225         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4226         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4227         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4228         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4229         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4230         (vhdl-import-project): Add string argument for `error'.
4231         (vhdl-compose-configuration)
4232         (vhdl-compose-configuration-architecture): Add configuration
4233         declaration generation.
4234         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4235         (vhdl-trailer-re): Add "record" keyword (better indentation).
4236         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4237         "[^ \t-\"]+".
4238         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4239         (vhdl-testbench-entity-file-name)
4240         (vhdl-testbench-architecture-file-name): Allow separate
4241         customization of testbench file names.
4242         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4243         (vhdl-get-visible-signals): Allow newline within alias declaration.
4244         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4245         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4246         (member-ignore-case): Alias for missing function in XEmacs.
4247         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4248         (vhdl-update-sensitivity-list): Ignore case on read signals.
4249         (vhdl-replace-string): Adjust case only for file names.
4250         (vhdl-update-sensitivity-list): Fix search for read signals.
4251         (vhdl-update-sensitivity-list): Exclude formal parameters.
4252         (vhdl-get-visible-signals): Include aliases of signals.
4253         (vhdl-get-visible-signals): Fix signal name searching.
4254         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4255         (vhdl-fixup-whitespace-region): Fix for character
4256         literals (e.g. ':').
4258 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4260         * ansi-color.el (comint-last-output-start):
4261         * bs.el (font-lock-verbose):
4262         * diff-mode.el (add-log-buffer-file-name-function):
4263         * dired-x.el (vm-folder-directory):
4264         * faces.el (help-xref-stack-item):
4265         * files.el (font-lock-keywords):
4266         * find-lisp.el (dired-buffers, dired-subdir-alist):
4267         * ido.el (cua-inhibit-cua-keys):
4268         * log-view.el (cvs-minor-wrap-function):
4269         * outline.el (font-lock-warning-face):
4270         * simple.el (compilation-current-error):
4271         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4272         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4273         * tooltip.el (comint-prompt-regexp):
4274         * w32-fns.el (explicit-shell-file-name):
4275         * term/mac-win.el (mac-charset-info-alist)
4276         (mac-services-selection, mac-system-script-code):
4277         * term/tty-colors.el (msdos-color-values):
4278         * term/w32-win.el (xlfd-regexp-registry-subnum):
4279         * term/x-win.el (x-keysym-table, x-selection-timeout)
4280         (x-session-id, x-session-previous-id):
4281         * textmodes/ispell.el (mail-yank-prefix):
4282         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4283         * textmodes/org.el (calc-embedded-close-formula)
4284         (calc-embedded-open-formula)
4285         (font-lock-unfontify-region-function):
4286         * textmodes/reftex-global.el (isearch-next-buffer-function)
4287         (TeX-master):
4288         * textmodes/reftex.el (font-lock-keywords):
4289         * textmodes/tex-mode.el (font-lock-comment-face)
4290         (font-lock-doc-face):
4291         * textmodes/texinfo.el (outline-heading-alist):
4292         Add defvars.
4294         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4295         (artist-spray-chars, artist-mode-init, artist-replace-string)
4296         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4297         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4298         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4300         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4301         (conf-align-assignments): "?\ " -> "?\s".
4303         * textmodes/reftex-index.el (TeX-master): Add defvar.
4304         (reftex-index-phrases-marker): Move up defvar.
4306         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4307         (reftex-toc-include-labels-indicator)
4308         (reftex-toc-include-index-indicator)
4309         (reftex-toc-max-level-indicator): Move up declarations.
4311         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4312         of args to `tramp-run-real-handler', even if it's empty in this case.
4314 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4316         * dired.el (dired-move-to-filename-regexp): Add date format for
4317         Mac OS X 10.3 in East Asian locales.
4319 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
4321         * files.el (make-auto-save-file-name): Add file name handler call
4322         if applicable.
4324         * net/tramp.el (tramp-file-name-handler-alist)
4325         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4326         (tramp-handle-make-auto-save-file-name): Rename from
4327         `tramp-make-auto-save-file-name'.
4328         (tramp-exists-file-name-handler): New defun.
4329         (tramp-advice-make-auto-save-file-name): Make defadvice only when
4330         `make-auto-save-file-name' is not a magic file name operation.
4332 2005-08-30  Richard M. Stallman  <rms@gnu.org>
4334         * files.el (risky-local-variable-p):
4335         Match `-predicates' and `-commands.
4337         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4338         (custom-save-all): Visit the file if necessary;
4339         kill the buffer if we created it.
4340         (custom-save-delete): Don't visit file or kill buffer here.
4342 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
4344         * textmodes/org.el (org-special-keyword): New face.
4345         (org-table-copy-down, org-table-eval-formula)
4346         (org-table-recalculate, org-init-section-numbers):
4347         Use `string-to-number' instead of `string-to-int'.
4348         (org-get-location): Use `insert-buffer-substring' instead of
4349         `insert-buffer'.
4350         (org-modify-diary-entry-string): New function.
4351         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4352         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4353         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4354         active region.
4355         (org-export-as-html): Handle QUOTE keyword.
4356         (org-quote-string): New option.
4357         (org-bookmark-jump-unhide): New function, used for
4358         `bookmark-after-jump-hook'.
4359         (org-diary-default-entry): Apply only when not called through
4360         `org-agenda'.
4362 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
4364         * net/eudc.el (mode-popup-menu):
4365         * play/handwrite.el (ps-printer-name, ps-lpr-command):
4366         * progmodes/ada-mode.el (compile-auto-highlight)
4367         (skeleton-further-elements):
4368         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4369         * progmodes/cmacexp.el (msdos-shells):
4370         * progmodes/compile.el (font-lock-extra-managed-props)
4371         (font-lock-keywords, font-lock-maximum-size)
4372         (font-lock-support-mode):
4373         * progmodes/grep.el (font-lock-lines-before):
4374         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4375         * progmodes/mixal-mode.el (compile-command):
4376         * progmodes/perl-mode.el (font-lock-comment-face)
4377         (font-lock-doc-face, font-lock-string-face):
4378         * progmodes/prolog.el (comint-prompt-regexp):
4379         * progmodes/sh-script.el (font-lock-comment-face)
4380         (font-lock-set-defaults, font-lock-string-face):
4381         * progmodes/sql.el (font-lock-keyword-face)
4382         (font-lock-set-defaults, font-lock-string-face):
4383         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4384         (itimer-version, lazy-lock-defer-contextually)
4385         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4386         Add defvars.
4388         * progmodes/cperl-mode.el (cperl-electric-lbrace)
4389         (cperl-electric-keyword, cperl-electric-pod)
4390         (cperl-electric-backspace, cperl-forward-re)
4391         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4392         (vc-rcs-header, vc-sccs-header): Add defvars.
4394         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4395         (font-lock-syntactic-keywords, gud-find-expr-function):
4396         Add defvars.
4398         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4399         (gdb-frame-parameters): Declare before use.
4401         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4402         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4403         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4404         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4406         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4407         (idlwave-help-with-source): Use `insert-buffer-substring', not
4408         `insert-buffer'.
4410 2005-08-29  Juri Linkov  <juri@jurta.org>
4412         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4413         Put outline-back-to-heading function call inside save-excursion.
4415 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
4417         * man.el (Man-init-defvars, Man-translate-references)
4418         (Man-support-local-filenames, Man-highlight-references):
4419         * progmodes/sql.el (sql-interactive-mode):
4420         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4422         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4423         (compilation-mode-font-lock-keywords): Add defvars.
4424         (checkdoc-interactive-loop): "?\ " -> "?\s".
4426         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4427         (font-lock-doc-face, font-lock-string-face)
4428         (font-lock-keywords-case-fold-search): Add defvars.
4429         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4431         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4432         Don't pass X and Y (they are ignored anyway).
4433         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4434         (mouse-delete-window): Make arguments optional.
4436         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4437         (caesar-translate-table, minor-modes, news-buffer-save)
4438         (news-group-name, news-minor-modes): Add defvars.
4440         * emacs-lisp/lselect.el (mouse-highlight-priority)
4441         (x-lost-selection-functions, zmacs-regions):
4442         * emacs-lisp/pp.el (font-lock-verbose):
4443         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4444         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4445         (ses-mode-map):
4446         * emacs-lisp/tcover-unsafep.el (safe-functions):
4447         * international/mule-cmds.el (mac-system-coding-system)
4448         (mac-system-locale):
4449         * language/ethio-util.el (rmail-current-message)
4450         (rmail-message-vector):
4451         * language/thai-util.el (thai-auto-composition-mode):
4452         * mail/metamail.el (rmail-current-message, rmail-message-vector):
4453         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4454         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4455         (vm-primary-inbox, vm-spool-files):
4456         * mail/rmail.el (deleted-head, font-lock-fontified)
4457         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4458         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4459         (total-messages):
4460         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4461         (rmail-summary-mode-map):
4462         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4463         (rmail-last-label, rmail-last-multi-labels)
4464         (rmail-summary-vector, rmail-total-messages):
4465         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4466         * mail/rmailsum.el (msgnum):
4467         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4468         (rmail-current-message):
4469         * obsolete/fast-lock.el (font-lock-face-list):
4470         * obsolete/rnewspost.el (mail-reply-buffer):
4471         * obsolete/scribe.el (compile-command):
4472         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4474 2005-08-28  John Paul Wallington  <jpw@gnu.org>
4476         * ibuf-ext.el (ibuffer-auto-update-changed):
4477         Use `frame-or-buffer-changed-p' to check whether we need to update.
4478         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4479         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
4480         as a `frame-or-buffer-changed-p' state vector instead.
4482 2005-08-27  Romain Francoise  <romain@orebokech.com>
4484         * textmodes/makeinfo.el (makeinfo-compile):
4485         Use `compilation-start'.  Set `next-error-function' according to
4486         `disable-errors'.
4487         (makeinfo-next-error): New function.
4488         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4489         (makeinfo-buffer): Likewise.
4491         * progmodes/compile.el (compilation-start): Add autoload cookie.
4493         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4494         * textmodes/sgml-mode.el: Likewise.
4495         * progmodes/python.el: Likewise.
4497 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
4499         * simple.el (blink-matching-paren-distance): Document the meaning
4500         of nil value, and allow to customize to nil.
4502         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4503         command.com, not command.exe.
4505 2005-08-26  John Wiegley  <johnw@newartisans.com>
4507         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4508         code around a bit so that an extraneous nil argument is not added
4509         to a command when no args are given.
4511         * eshell/esh-arg.el (eshell-parse-double-quote): If a
4512         double-quoted argument resolves to nil, return it as an empty
4513         string rather than as nil.  This made it impossible to pass "" to
4514         a shell script as a null string argument.
4516 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * outline.el (outline-invent-heading): New fun.
4519         (outline-promote, outline-demote): Use it.
4520         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4521         (outline-end-of-subtree): Remove unused var `opoint'.
4523 2005-08-26  David Reitter  <david.reitter@gmail.com>
4525         * menu-bar.el (truncate-lines, write-file, print-buffer)
4526         (ps-print-buffer-faces, ps-print-buffer, split-window):
4527         Disable menu items when the frame they refer to is invisible, or when
4528         they refer to a buffer and the minibuffer is selected.
4530 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
4532         * progmodes/flymake.el (flymake-highlight-err-lines):
4533         Use save-excursion around flymake-highlight-line to preserve point.
4535 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
4537         * progmodes/octave-mod.el: Change Author and Maintainer address.
4538         (octave-maintainer-address): Change Kurt's email address.
4539         * progmodes/octave-inf.el: Change Author and Maintainer address.
4540         * progmodes/octave-hlp.el: Change Author and Maintainer address.
4542 2005-08-26  Kim F. Storm  <storm@cua.dk>
4544         * subr.el (version-list-<, version-list-<=, version-list-=):
4545         Renamed from integer-list-*.
4546         (version-list-not-zero): Likewise.  Fix while loop.
4547         (version=): Use version-list-= instead of string-equal.
4549 2005-08-26  Richard M. Stallman  <rms@gnu.org>
4551         * outline.el (outline-promote): Try shortening the heading.
4552         As last resort, read the heading to use.
4553         (outline-demote): As last resort, read the heading to use.
4555 2005-08-26  Romain Francoise  <romain@orebokech.com>
4557         * progmodes/compile.el (compilation-start): Doc fix.
4559         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4560         (antlr-font-lock-additional-keywords): Fix reference to
4561         `antlr-font-lock-literal-regexp' erroneously changed during the
4562         mass face rename.
4563         (antlr-run-tool): Use `compilation-start'.
4565         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4566         instead of the obsolete `compile-internal'.
4568 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
4570         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4571         (number, original-date):
4572         * calendar/cal-china.el (date):
4573         * calendar/cal-coptic.el (date):
4574         * calendar/cal-french.el (date):
4575         * calendar/cal-hebrew.el (date, entry, number, original-date):
4576         * calendar/cal-islam.el (date, number, original-date):
4577         * calendar/cal-iso.el (date):
4578         * calendar/cal-julian.el (date):
4579         * calendar/cal-mayan.el (date):
4580         * calendar/cal-menu.el (date, event):
4581         * calendar/cal-persia.el (date):
4582         * calendar/lunar.el (date):
4583         * calendar/solar.el (date): Add defvars.
4585         * emerge.el:
4586         * ibuffer.el:
4587         * info-xref.el:
4588         * obsolete/bg-mouse.el:
4589         * obsolete/sun-curs.el:
4590         * obsolete/swedish.el: Move the `defvar's to the top level.
4592         * smerge-mode.el (smerge-refined-change): Add :group.
4594 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4596         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4597         (smerge-keep-n): Remove props.
4598         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4599         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4600         now that it's done in smerge-keep-n.
4601         (smerge-refined-change): New face.
4602         (smerge-refine-chopup-region, smerge-refine-highlight-change)
4603         (smerge-refine): New funs.
4604         (smerge-basic-map): Bind smerge-refine.
4606 2005-08-25  Juri Linkov  <juri@jurta.org>
4608         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4609         compilation-process-setup-function and compilation-disable-input
4610         in grep-mode instead of let-bindings in grep.
4612         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4613         Delete "Automatic File De/compression" (auto-compression-mode).
4615 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
4617         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4618         Silence warning about non-existent variable.
4620 2005-08-25  Richard M. Stallman  <rms@gnu.org>
4622         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4623         Rename "Describe Key" to "Describe Key or Mouse Operation".
4625         * mail/mailalias.el (build-mail-aliases): Delete comments
4626         from the contents before processing them.
4628         * isearch.el (isearch-edit-string): Erase the Search prompt
4629         if user enters an empty string and there is no default.
4631         * comint.el (comint-file-name-prefix): Add autoload.
4633 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
4635         * subr.el (play-sound): Rearrange to avoid warning.
4637 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
4639         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4640         New hook.
4641         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4643 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4647         * custom.el (custom-theme-set-variables): Sort minor modes last.
4649 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4651         * subr.el (version-separator, version-regexp-alist): New vars used by
4652         version comparison funs.
4653         (integer-list-<, integer-list-=, integer-list-<=)
4654         (integer-list-not-zero): New funs for integer list comparison.
4655         (version-to-list, version=, version<, version<=): New funs for version
4656         comparison.
4658 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
4660         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4661         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4662         time to silence the byte-compiler.
4664         * ibuffer.el (ibuffer-compile-make-eliding-form)
4665         (ibuffer-check-formats): Use `with-no-warnings' to hide references
4666         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4667         so it's silly to get warnings for it).
4668         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4669         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4670         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4671         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4672         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4673         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4674         Defvar at compile time.
4675         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4676         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4677         Declare them before use.
4679         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4680         (info-xref-good, info-xref-bad): Defvar at compile time.
4682         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4683         Use `let*' instead of `let'.
4685         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4686         (*mouse-y*, menu, char): Defvar at compile time.
4687         (sc::menu): Declare it before use.
4688         (sc::pack-one-line): Use `let', not `let*'.
4690         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4691         (mail-send-hook): Defvar at compile time.
4693         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4694         Defvar at compile time.
4696         * term/sun-mouse.el (current-global-mousemap)
4697         (current-local-mousemap): Declare them before use.
4699 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
4701         * bookmark.el (bookmark-after-jump-hook): New hook.
4702         (bookmark-jump): Run `bookmark-after-jump-hook'.
4704 2005-08-23  Juri Linkov  <juri@jurta.org>
4706         * faces.el (minibuffer-prompt): Doc fix.
4708 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
4710         * progmodes/xscheme.el: Trivial changes to silence warnings.
4711         (xscheme-previous-mode, xscheme-previous-process-state):
4712         Add defvars.
4713         (xscheme-last-input-end, xscheme-process-command-line)
4714         (xscheme-process-name, xscheme-buffer-name)
4715         (xscheme-expressions-ring-max, xscheme-expressions-ring)
4716         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4717         (xscheme-control-g-synchronization-p)
4718         (xscheme-control-g-disabled-p, xscheme-string-receiver)
4719         (default-xscheme-runlight, xscheme-runlight)
4720         (xscheme-runlight-string, xscheme-process-filter-state)
4721         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4722         Move to beginning of file.
4723         (scheme-interaction-mode-commands-alist)
4724         (scheme-interaction-mode-map, scheme-debugger-mode-map):
4725         Declare them before use.  Note: the initialization code for the variables
4726         has not been moved because it uses functions that reference the variables.
4727         (xscheme-control-g-message-string, xscheme-process-filter-alist)
4728         (xscheme-prompt-for-expression-map): Declare them before use.
4729         (scheme-debugger-mode-commands): "?\ " -> "?\s".
4731 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
4733         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4735 2005-08-22  Juri Linkov  <juri@jurta.org>
4737         * faces.el (set-face-underline): Delete this duplicate function
4738         and make an obsolete alias to set-face-underline-p.
4739         (set-face-underline-p): Use docstring of set-face-underline.
4740         (describe-face): Create hyperlink to parent face.
4742         * info.el (Info-insert-dir): Use save-excursion around
4743         insert-buffer-substring.
4744         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
4745         (Info-escape-percent): Delete function.
4746         (Info-fontify-node): Replace Info-escape-percent by
4747         replace-regexp-in-string with REP arg set to lambda that
4748         duplicates `%' and preserves text properties.
4750         * progmodes/compile.el (compilation-disable-input): Doc fix.
4751         (define-compilation-mode): Doc fix and refill.
4752         (kill-compilation): Use `mode-name' in the error message.
4753         (compilation-find-file): Use `compilation-error' in the
4754         read-file-name's prompt.
4756 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4758         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
4759         (smerge-auto-leave): Make undo re-enable the mode.
4760         (debug-ignored-errors): Add the user-error of impossible resolution.
4761         (smerge-resolve): Move things around a bit, in preparation for later.
4762         (smerge-diff): Don't fail if the buffer has no associated file.
4763         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
4764         (smerge-conflict-overlay): New function.
4765         (smerge-match-conflict): Don't add text properties here.
4766         (smerge-find-conflict): Instead, add an overlay here.
4767         Also check for the case where we're inside a conflict already, so as to
4768         obviate the need for font-lock-multiline, which is unbearably slow with
4769         large conflicts and ciomplex font-lock patterns.
4770         (smerge-remove-props): Remove overlay rather than text-properties.
4771         (smerge-mode): Don't set font-lock-multiline.
4772         Remove overlays when turned off.
4774 2005-08-21  Kim F. Storm  <storm@cua.dk>
4776         * ido.el (ido-ignore-item-p): Use save-match-data.
4777         Bind case-fold-search to ido-case-fold locally.
4779 2005-08-20  Richard M. Stallman  <rms@gnu.org>
4781         * files.el (normal-mode): If font lock is on, turn it off and on.
4783         * subr.el (replace-regexp-in-string): Doc fix.
4785         * startup.el (command-line-1): Don't suppress startup screen
4786         due to existing processes.
4788         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
4790         * progmodes/compile.el (compilation-disable-input): Default to nil.
4792 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4794         * progmodes/compile.el (compilation-disable-input): New defcustom.
4795         (compilation-start): If compilation-disable-input is non-nil, send
4796         EOF to the compilation process.
4798 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
4800         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
4801         Run the argument of tex-shell-cd-command through
4802         convert-standard-filename, to get the correct style of slashes on
4803         Windows, and enclose the result in quotes, in case the file name
4804         includes whitespace or other special characters.
4806 2005-08-19  Andreas Schwab  <schwab@suse.de>
4808         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
4809         process.
4811 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
4813         * cus-start.el (minibuffer-prompt-properties): Correct typo.
4815 2005-08-18  Kim F. Storm  <storm@cua.dk>
4817         * scroll-lock.el: Fix errors due to incorrect line wrapping.
4819 2005-08-18  Richard M. Stallman  <rms@gnu.org>
4821         * scroll-lock.el: New file.
4823 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
4825         * dired.el (dired-move-to-end-of-filename):
4826         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
4828 2005-08-18  Kim F. Storm  <storm@cua.dk>
4830         * ido.el (ido-everywhere): Fix defcustom :set function to disable
4831         rather than toggle mode when custom value is nil.
4832         (ido-everywhere): Fix defun doc string.
4834 2005-08-17  Richard M. Stallman  <rms@gnu.org>
4836         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4837         as tag instead of "Inviolable".
4839 2005-08-17  Kim F. Storm  <storm@cua.dk>
4841         * windmove.el (windmove-coordinates-of-position): Remove.
4842         (windmove-coordinates-of-window-position): Remove.
4843         (windmove-reference-loc): Use posn-at-point instead.
4845         * subr.el (insert-for-yank-1): Doc fix.
4847         * ido.el (ido-enter-matching-directory): Rename from
4848         ido-enter-single-matching-directory.  Change 'slash choice to
4849         'only.  Add 'first choice.
4850         (ido-exhibit): Adapt to above changes.
4852 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
4854         * Makefile.in: Expand comment about building loaddefs.el.
4856 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
4858         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
4859         Comment use of defadvice.
4861         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
4863 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
4865         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
4866         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
4867         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
4868         * progmodes/idlw-shell.el, progmodes/ld-script.el,
4869         * progmodes/which-func.el, ruler-mode.el, strokes.el,
4870         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
4871         for backward compatibility for faces that did not appear in the
4872         previous Emacs release.
4874         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
4876 2005-08-15  Kim F. Storm  <storm@cua.dk>
4878         * emulation/cua-base.el (cua-delete-region): Return t if
4879         deleted region was non-empty.
4880         (cua-replace-region): Inhibit overwrite-mode for
4881         self-insert-command if replaced region was non-empty.
4882         (cua--explicit-region-start, cua--status-string): Make them
4883         buffer-local at top-level...
4884         (cua-mode): ...rather than when mode is enabled.
4886 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
4888         * progmodes/vhdl-mode.el (vhdl-emacs-21):
4889         Set t for Emacs 21, 22, and so on.
4891 2005-08-15  David Ponce  <david@dponce.com>
4893         * tree-widget.el: Update Commentary header.
4894         (tree-widget-theme): Doc fix.
4895         (tree-widget-space-width): New option.
4896         (tree-widget-image-properties): Look up in the default theme too.
4897         (tree-widget--cursors): Only for images with arrow pointer shape.
4898         (tree-widget-lookup-image): Pointer shape is hand by default.
4899         (tree-widget-icon): Rename generic icon widget from
4900         `tree-widget-control'.
4901         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
4902         derive from `tree-widget-icon'.
4903         (tree-widget-handle): Improve default look and feel of the text
4904         representation.
4905         (tree-widget): Rename :*-control properties to :*-icon properties.
4906         Add :action and :help-echo properties.
4907         (tree-widget-after-toggle-functions): Move.
4908         (tree-widget-close-node, tree-widget-open-node): Remove.
4909         (tree-widget-before-create-icon-functions): New hook.
4910         (tree-widget-value-create): Update to allow customization of icons
4911         and nodes at run-time via that new hook.
4912         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
4913         (tree-widget-icon-action, tree-widget-icon-help-echo)
4914         (tree-widget-action, tree-widget-help-echo): New functions.
4916 2005-08-15  Kim F. Storm  <storm@cua.dk>
4918         * ido.el (ido-buffer-internal): Use with-no-warnings.
4919         (ido-make-merged-file-list): Use while-no-input.
4921 2005-08-15  Richard M. Stallman  <rms@gnu.org>
4923         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
4924         (flyspell-large-region): Fix doc and custom type.
4926 2005-08-14  Richard M. Stallman  <rms@gnu.org>
4928         * files.el (interpreter-mode-alist): Doc fix.
4930         * mail/rmail.el (rmail-nonignored-headers): New variable.
4931         (rmail-clear-headers): Use it.
4932         (rmail-reply): Better handling of mail-followup-to header.
4934         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4935         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
4936         don't try to refer to executable-font-lock-keywords.
4937         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
4938         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
4939         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
4940         (sh-mode): Set comment-start-skip, local-abbrev-table,
4941         imenu-case-fold-search.
4942         (sh-set-shell): Don't set them here.
4943         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
4944         Don't cache the results in the original alist; don't ever modify
4945         that alist.
4947         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
4949         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
4950         empty.
4952 2005-08-15  Andreas Schwab  <schwab@suse.de>
4954         * desktop.el: Put autoload cookie at risky-local-variable declarations.
4956         * dired.el, info.el, mail/rmail.el: Revert last change.
4958 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
4960         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
4961         modification in `eval-after-load' form.
4962         * info.el: Likewise.
4963         * mail/rmail.el: Likewise.
4965 2005-08-14  Juri Linkov  <juri@jurta.org>
4967         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4968         Remove highlighting of "Compilation started".  Highlight only
4969         the word "finished" in "Compilation finished".  Add highlighting
4970         of "interrupt", "killed", "terminated" and the exit code.
4971         (compilation-start): Add newline after header.  Use exactly the
4972         same time stamp format as the finishing message.
4973         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
4975         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
4976         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
4977         Add highlighting of "interrupt", "killed", "terminated".
4979         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
4980         enabled and the current command is self-insert-command, call it
4981         explicitly with overwrite-mode bound to nil, to not allow it
4982         to delete the character after the selected region.
4984 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
4986         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
4987         move-end-of-line, end-of-line, and beginning-of-line to the list
4988         of commands after which the echo area is updated.
4990 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
4992         * cus-edit.el (custom-save-all, custom-save-delete):
4993         Bind recentf-exclude to exclude custom-file.
4995 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
4997         * mail/rmailsum.el (rmail-summary-end-of-message): New command
4998         to go to the bottom of the mail message.  Added to
4999         `rmail-summary-mode-map' with key "/".
5000         (rmail-summary-show-message): New (internal) function for use by
5001         both `rmail-summary-beginning/end-of-message'.
5002         (rmail-summary-beginning-of-message): Change to use
5003         rmail-summary-show-message.
5005         * mail/rmail.el (rmail-end-of-message): New command to go to the
5006         end of the current message.  Added to `rmail-mode-map' with key "/".
5007         (rmail-beginning-of-message): Fix to work as documented.
5008         (rmail-mode): Change documentation.
5010         * progmodes/compile.el (compilation-start): Add the line
5011         "Compilation started" with compilation start time.
5012         (compilation-mode-font-lock-keywords): Add `started' to keywords.
5014 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
5016         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5017         of menu items.
5019 2005-08-11  Richard M. Stallman  <rms@gnu.org>
5021         * simple.el (pop-global-mark): Reverse test of widen-automatically.
5023         * battery.el (battery-status-function): Don't use ignore-errors.
5025 2005-08-11  Lute Kamstra  <lute@gnu.org>
5027         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5028         define-obsolete-variable-alias.
5030 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5032         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5033         (ange-ftp-send-cmd): Revert last change, and expand
5034         the comment explaining the problem.
5036 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
5038         * ldefs-boot.el: Update.
5040         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5041         item to "Time, Load and Mail".  Change help echo text.
5043         * time.el (display-time-use-mail-icon, display-time-format)
5044         (display-time-string-forms): Shorten first line of docstrings.
5046 2005-08-10  Lars Hansen  <larsh@soem.dk>
5048         * desktop.el (desktop-buffer-mode-handlers):
5049         Make non-customizable. Add autoload cookie.  Change initial value to
5050         nil; add elements in respective modules instead.  Fix doc string.
5051         (desktop-load-file): New function.
5052         (desktop-minor-mode-handlers): New autoloaded variable.
5053         (desktop-create-buffer): Call minor mode handlers.
5054         Use desktop-load-file to load major and minor mode modules prior to
5055         checking for a handler.
5056         (desktop-save): Don't add nil to desktop-minor-modes for minor
5057         modes with nil function in desktop-minor-mode-table.  Don't delete
5058         desktop file before rewriting it.
5059         (desktop-locals-to-save): Add autoload cookie.  Don't make
5060         automatically buffer-local.  Add variables column-number-mode,
5061         size-indication-mode, indent-tabs-mode,
5062         indicate-buffer-boundaries, indicate-empty-lines and
5063         show-trailing-whitespace.
5064         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5065         regexps. Don't use desktop-clear-preserve-buffers-regexp.
5066         (desktop-clear-preserve-buffers-regexp): Delete.
5067         (desktop-clear-preserve-buffers): Update initial value and docstring.
5068         (desktop-save-buffer): Fix doc string.
5070         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5071         (hilit-chg-desktop-restore): New function.
5072         (highlight-changes-mode): Add highlight-changes-mode to
5073         desktop-locals-to-save.
5075         * dired.el: Add handler to desktop-buffer-mode-handlers.
5076         (dired-restore-desktop-buffer): Remove autoload cookie.
5077         (dired-mode): Add autoload cookie.
5079         * info.el: Add handler to desktop-buffer-mode-handlers.
5080         (Info-restore-desktop-buffer): Remove autoload cookie.
5081         (Info-mode): Add autoload cookie.
5083         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5084         (mh-restore-desktop-buffer): Remove autoload cookie.
5085         (mh-folder-mode): Add autoload cookie.
5087         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5088         (rmail-restore-desktop-buffer): Remove autoload cookie.
5090 2005-08-11  Masatake YAMATO  <jet@gyve.org>
5092         * hexl.el (hexl-address-region):
5093         (hexl-ascii-region, hexl-font-lock-keywords):
5094         (hexl-highlight-line-range): Use the term "region"
5095         instead of "area" for consistency with the other symbols
5096         defined in hexl.el.
5098 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5100         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5101         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5102         out by Juri Linkov).  Add `display-battery-mode'.
5104 2005-08-09  Juri Linkov  <juri@jurta.org>
5106         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5107         Remove `-text' from face variable names.
5108         (compilation-error-file-name, compilation-warning-file-name)
5109         (compilation-info-file-name): Delete faces.
5110         (compilation-line-number, compilation-column-number):
5111         Remove face underlining.
5112         (compilation-message-face): Set to `underline' value by default.
5113         (compilation-error-face, compilation-warning-face)
5114         (compilation-info-face): Remove `-file-name' from face names.
5115         (compilation-error-text-face, compilation-warning-text-face)
5116         (compilation-info-text-face): Delete face variables.
5117         (compilation-text-face): Delete function.
5119         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5120         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5121         (grep-error-face): Set to `compilation-error' instead of
5122         `compilation-error-face' (which is redefined to `grep-hit-face' in
5123         grep buffers).
5124         (grep-mode-font-lock-keywords): Remove `-text' from face variable
5125         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
5127         * dired-aux.el (dired-do-query-replace-regexp):
5128         Use `query-replace-read-args'.
5130         * replace.el (query-replace-read-from, query-replace-read-to)
5131         (query-replace-read-args): Rename arg `string' to `prompt'.
5133         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5135 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5137         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5138         uploading files.
5139         (ange-ftp-canonize-filename): Handle file names beginning with ~
5140         correctly.
5142 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5144         * textmodes/fill.el (canonically-space-region)
5145         (fill-context-prefix, fill-french-nobreak-p)
5146         (fill-delete-newlines, fill-comment-paragraph)
5147         (justify-current-line): "?\ " -> "?\s".
5149 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
5151         * textmodes/fill.el (fill-nonuniform-paragraphs):
5152         Improve argument/docstring consistency.
5154 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5156         * textmodes/ispell.el (ispell-word): More fboundp checks.
5158         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5159         (find-file-noselect-1): Call it here, only if RAWFILE.
5160         (normal-mode): Always set some major mode.
5161         (save-some-buffers-action-alist): Change some explanation strings.
5162         (file-name-non-special): In the `quote' method, use unwind-protect.
5164 2005-08-09  Magnus Henoch  <mange@freemail.hu>
5166         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5167         (ispell-have-aspell-dictionaries): New variable.
5168         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5169         (ispell-get-aspell-config-value): New function.
5170         (ispell-aspell-find-dictionary): New function.
5171         (ispell-aspell-add-aliases): New function.
5172         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5173         appropriate.  Don't look for ispell dictionaries if we use aspell.
5174         (ispell-menu-map): Don't build a submenu of dictionaries.
5176 2005-08-09  Richard M. Stallman  <rms@gnu.org>
5178         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5179         (sql-read-passwd): Use read-passwd.
5181         * progmodes/idlw-toolbar.el (idlwave-toolbar)
5182         (idlwave-toolbar-is-possible): Add defvars.
5184         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5185         Avoid warnings.
5187         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5188         (idlwave-system-class-info, idlwave-executive-commands-alist):
5189         Use defvar.
5191         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5193         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5194         Avoid warnings.
5196         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5197         and content-type: headers.
5199         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5201         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5202         and rename some of them to be more self-explanatory.
5204         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5206         * startup.el (command-line-1): Implement -scriptload.
5208         * replace.el (occur-engine): Initial *Occur* output not undoable.
5210         * menu-bar.el (menu-bar-file-menu): Rename some menu items
5211         and improve help strings.
5213         * isearch.el (isearch-repeat): When changing direction,
5214         mark search successful.
5216         * ediff-init.el: Use (featurep 'xemacs).
5218         * comint.el (send-invisible): Identify buffer, if not selected.
5220         * align.el: Delete autoload for c-guess-basic-syntax.
5222 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
5224         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5225         Improve argument/docstring consistency.  Doc fixes.
5226         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5227         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5228         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5229         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5230         (r2bv-organization, r2bv-pages, r2bv-primary-author)
5231         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5232         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5233         Defvar at compile time.
5235 2005-08-09  Juri Linkov  <juri@jurta.org>
5237         * info.el: Replace `info' with upper-case `Info' where appropriate.
5238         (info-title-1, info-title-2, info-title-3, info-title-4)
5239         (info-menu-header): Move up face definitions.
5240         (info-menu-star): Rename from `info-menu-5'.
5241         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5242         (Info-fontify-visited-nodes): Fix docstring.
5243         (Info-hide-note-references): Fix docstring.
5244         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5245         menu items in the same way as on cross-references.
5246         (info-apropos): Fix sorting order and formatting to be like in the
5247         stand-alone Info browser.  Display error messages for 1 sec.
5248         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
5249         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5250         from the menu bar.
5251         (Info-insert-dir): Restore point after calling
5252         `insert-buffer-substring'.
5254 2005-08-08  Richard M. Stallman  <rms@gnu.org>
5256         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5257         (recompute-lucid-menubar): Add defvars.
5259         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5261         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5263         * net/net-utils.el (run-dig): Rename from `dig'.
5265         * play/gametree.el (gametree-mode): Use make-local-variable,
5266         not make-variable-buffer-local.
5268         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5270         * ansi-color.el (ansi-color-make-extent)
5271         (ansi-color-set-extent-face): Use fboundp, not functionp.
5273         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5274         not make-variable-buffer-local.
5276         * bookmark.el (Info-current-file): Add defvar.
5277         (bookmark-jump-noselect): Use with-no-warnings.
5279         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5281         * ebuff-menu.el (Helper-return-blurb): Add defvar.
5283         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5285         * find-file.el (ada-procedure-start-regexp)
5286         (ada-package-start-regexp): Add defvars.
5288         * info.el (Info-insert-dir): Use insert-buffer-substring.
5290         * xml.el (xml-att-def-re): Add defvar.
5292         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5293         calling convention.
5295         * subr.el (while-no-input): Return t if there is input.
5297 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5299         * cus-start.el (all): Add `overflow-newline-into-fringe'.
5301 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
5303         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5304         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5306 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
5308         * cmuscheme.el (scheme-start-file): Replace reference to
5309         `user-emacs-directory' by "~/.emacs.d/".
5311 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
5313         * info.el (Info-dir-remove-duplicates): Avoid case folding
5314         in loop; instead, keep downcased strings for comparison.
5315         Suggested by Helmut Eller.
5317 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
5319         Sync with Tramp 2.0.50.
5321         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5322         XEmacs case; not necessary anymore.
5323         (tramp-user-regexp): Allow "@" as part of user name.
5324         (tramp-handle-set-visited-file-modtime)
5325         (tramp-handle-insert-file-contents)
5326         (tramp-handle-write-region): No special handling for
5327         `last-coding-system-used, because this is done in
5328         `tramp-accept-process-output' now.
5329         (tramp-accept-process-output): New defun.
5330         (tramp-process-one-action, tramp-process-one-multi-action)
5331         (tramp-wait-for-regexp, tramp-wait-for-output)
5332         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
5333         Howells <dhowells@redhat.com>.
5334         (clear-visited-file-modtime): Defadvice removed.  The check for
5335         unset buffer's modtime does not need to be based on
5336         `tramp-buffer-file-attributes'.  Suggested by RMS.
5337         (tramp-message): Insert "\n" if not being at beginning of line.
5338         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5339         sequence with same logic.
5340         (tramp-completion-handle-expand-file-name): Discard call of
5341         `tramp-drop-volume-letter'.  It is not necessary, and there have
5342         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5343         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5344         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5345         should always be visible.
5346         (tramp-handle-insert-directory, tramp-setup-complete)
5347         (tramp-set-process-query-on-exit-flag)
5348         (tramp-append-tramp-buffers): Pacify byte-compiler.
5349         (tramp-bug): Delete non-existing variables from list.
5350         Apply `tramp-load-report-modules' as pre-hook.
5351         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5352         `shell-prompt-pattern' because of non-7bit characters.
5353         Reported by Sebastian Luque <sluque@mun.ca>.
5354         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5355         (tramp-match-string-list): Remove function.
5356         (tramp-wait-for-regexp): Remove call of that function.
5357         Suggested by Kim F. Storm <storm@cua.dk>.
5358         (tramp-set-auto-save-file-modes): Use octal integer code #o600
5359         instead of octal character code ?\600.  The latter resulted in a
5360         syntax error with XEmacs.
5362         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5363         XEmacs case; not necessary anymore.
5364         (tramp-smb-handle-write-region): No special handling for
5365         `last-coding-system-used, because this is done in
5366         `tramp-accept-process-output' now.
5367         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5369 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
5371         * wid-edit.el (widget-choice-value-create):
5372         Unconditionally respect user choice.  Set :explicit-choice back to nil
5373         when no longer needed.
5374         (widget-choice-action): Unconditionally respect user choice.
5375         Eliminate :explicit-choice-value.
5377         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5379         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5380         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5381         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5382         running new function `toggle-indicate-empty-lines'.
5383         Rename "Customize" item to "Customize fringe".
5384         Rename "Indicators" item to "Buffer boundaries" and change help echo.
5385         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5386         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5387         Delete "Empty lines only" item.
5388         (menu-bar-showhide-fringe-ind-customize): New function.
5389         (menu-bar-showhide-fringe-ind-mixed)
5390         (menu-bar-showhide-fringe-ind-box)
5391         (menu-bar-showhide-fringe-ind-right)
5392         (menu-bar-showhide-fringe-ind-left)
5393         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5394         instead of `fringe-indicators'.
5396 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5398         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5399         Change the date of last update.
5401 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5403         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5404         (viper-exec-yank, viper-put-back): Don't display modification msg
5405         if in the minibuffer.
5407         * viper-init.el (viper-replace-overlay-cursor-color)
5408         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5409         Make variables frame local.
5411         * viper-util.el (viper-append-filter-alist): Use append instead of
5412         nconc.
5414         * viper.el (viper-vi-state-mode-list)
5415         (viper-emacs-state-mode-list): Move help-mode and
5416         completion-list-mode from the first list to the second.
5417         (viper-mode): Docstring.
5418         (viper-go-away, viper-non-hook-settings): Don't localize
5419         minor-mode-alist in newer Emacsen.  Add advice to
5420         set-cursor-color.  Don't bind "\C-c\\".
5422 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
5424         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5425         (scheme-macro-expand-command): New user options.
5426         (scheme-trace-procedure, scheme-expand-current-form): New commands.
5427         (scheme-form-at-point, scheme-start-file)
5428         (scheme-interactively-start-process): New functions.
5429         (scheme-get-process): New function, extracted from `scheme-proc'.
5430         (run-scheme): Call `scheme-start-file' to get start file, and pass
5431         it to `make-comint'.
5432         (switch-to-scheme, scheme-proc):
5433         Call `scheme-interactively-start-process' if no Scheme buffer/process
5434         is available.
5436 2005-08-06  Juri Linkov  <juri@jurta.org>
5438         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5439         Use `compilation-text-face', `compilation-info-text-face' and
5440         `compilation-error-text-face' instead of `font-lock-keyword-face'.
5441         (compilation-error): New face.
5442         (compilation-error-file-name): Inherit from
5443         `compilation-error' instead of `font-lock-warning-face'.
5444         (compilation-warning-file-name): Inherit from
5445         `compilation-warning' instead of `font-lock-warning-face'.
5446         (compilation-info, compilation-error-file-name)
5447         (compilation-warning-file-name, compilation-info-file-name)
5448         (compilation-line-number, compilation-column-number): Doc fix.
5449         (compilation-error-text-face, compilation-warning-text-face)
5450         (compilation-info-text-face): New face variables.
5451         (compilation-line-face, compilation-column-face)
5452         (compilation-enter-directory-face)
5453         (compilation-leave-directory-face): Doc fix.
5454         (compilation-text-face): New function.
5456         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5457         instead of 1 to display binary file names as info file links.
5458         (grep-error-face): Use `compilation-error-face' instead of
5459         `font-lock-keyword-face'.
5460         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5461         and `compilation-warning-text-face' instead of
5462         `font-lock-keyword-face'.  Use `compilation-error-text-face'
5463         instead of `grep-error-face'.
5465 2005-08-05  Kenichi Handa  <handa@m17n.org>
5467         * international/code-pages.el: Add autoload cookies for all coding
5468         systems.
5470 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
5472         * cus-start.el (all): Put undo.c where it alphabetically belongs.
5474 2005-08-04  Juri Linkov  <juri@jurta.org>
5476         * progmodes/compile.el (compilation-mode-map):
5477         * progmodes/grep.el (grep-mode-map):
5478         Bind TAB to `compilation-next-error' and [backtab] to
5479         `compilation-previous-error'.
5481         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5482         matching line numbers, column numbers and their ranges with regexp
5483         matching only line numbers.
5484         (grep-context-face): New face variable.
5485         (grep-mode-font-lock-keywords): Use it.
5487         * faces.el (read-face-name): Delete duplicate faces.
5489 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
5491         * thumbs.el (thumbs-find-image): Don't make variables
5492         automatically buffer local.
5493         (thumbs-current-tmp-filename, thumbs-current-image-filename)
5494         (thumbs-image-num): Make automatically buffer local.
5495         (thumbs-show-thumbs-list): Use `make-local-variable', not
5496         `make-variable-buffer-local'.
5497         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5499         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5500         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5501         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5502         (bother, bye, canyou, chatlst, continue, deathlst, describe)
5503         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5504         (feelings-about, foullst, found, hello, history, howareyoulst)
5505         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5506         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5507         (neglst, obj, object, owner, please, problems, qlist)
5508         (random-adjective, relation, remlst, repetitive-shortness)
5509         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5510         (shortlst, something, sportslst, stallmanlst, states, subj)
5511         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5512         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5513         Defvar at compile time.
5515         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5516         not `make-variable-buffer-local'.
5518 2005-08-02  Kim F. Storm  <storm@cua.dk>
5520         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5521         rectangle overlay in selected window.
5523 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
5525         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5526         instead of display group.  Make `indicate-buffer-boundaries'
5527         customizable through Custom.
5529 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
5531         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5532         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5533         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5534         (gdb-put-string): Fix typos in docstrings.
5536 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
5538         Update copyright notices of files in progmodes directory for
5539         release of Emacs 22.1.
5541         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5543         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5544         Don't barf if the GUD buffer has been killed.
5546 2005-08-01  Kim F. Storm  <storm@cua.dk>
5548         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5550 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * simple.el (next-error-follow-minor-mode):
5553         make-variable-buffer-local -> make-local-variable.
5555         * emacs-lisp/cl-extra.el: Require CL also when compiling.
5557         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5558         (byte-compile-form-make-variable-buffer-local): New functions to warn
5559         about misuses of make-variable-buffer-local where make-local-variable
5560         was meant.
5562 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
5564         * bs.el (bs-attributes-list): Doc fix.
5565         (bs): Update url-link.
5567         * desktop.el (desktop-save-buffer): Fix typos in docstring.
5568         (desktop-load-default): Simplify.
5570         * ibuffer.el (ibuffer-columnize-and-insert-list)
5571         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5572         (ibuffer-unmark-all, ibuffer-toggle-marks)
5573         (ibuffer-unmark-forward, ibuffer-unmark-backward)
5574         (ibuffer-compile-make-format-form, ibuffer-format-column)
5575         (ibuffer-current-buffers-with-marks)
5576         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5577         (ibuffer): Doc fix.
5578         (ibuffer-mode): Fix typo in docstring.
5579         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5580         with `define-obsolete-variable-alias'.
5581         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
5583 2005-07-29  Kenichi Handa  <handa@m17n.org>
5585         * international/mule-cmds.el (select-message-coding-system):
5586         Be sure to use LF for end-of-line.  If no coding system is decided,
5587         return iso-8859-1-unix.
5589 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5592         (ange-ftp-pending-error-line): New vars.
5593         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5594         to handle the non-fatal no-route-to-host messages.
5595         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5597 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
5599         * isearch.el (isearch-mode-map, isearch-other-meta-char)
5600         (isearch-quote-char, isearch-printing-char)
5601         (isearch-text-char-description): "?\ " -> "?\s".
5602         (isearch-lazy-highlight-cleanup)
5603         (isearch-lazy-highlight-initial-delay)
5604         (isearch-lazy-highlight-interval)
5605         (isearch-lazy-highlight-max-at-a-time)
5606         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5607         Declare with define-obsolete-*-alias macros.
5608         (isearch-forward): Fix typo in docstring.
5609         (search-invisible, search-ring-yank-pointer)
5610         (regexp-search-ring-yank-pointer): Doc fixes.
5612         * recentf.el (recentf-menu-append-commands-p): Declare with
5613         `define-obsolete-variable-alias'.
5614         (recentf-max-saved-items, recentf-menu-filter)
5615         (recentf-arrange-by-rule-subfilter): Doc fixes.
5616         (recentf-menu-append-commands-flag)
5617         (recentf-initialize-file-name-history, recentf-expand-file-name)
5618         (recentf-clear-data): Fix typos in docstrings.
5620 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
5622         * progmodes/gdb-ui.el: Smarten comments.
5623         (gdb-info-breakpoints-custom): Use nowarn when finding file.
5625 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5627         * term/apollo.el (terminal-init-apollo): New function containing
5628         all former top level forms in the file.
5629         * term/bobcat.el (terminal-init-bobcat):
5630         * term/cygwin.el (terminal-init-cygwin):
5631         * term/iris-ansi.el (terminal-init-iris-ansi):
5632         * term/linux.el (terminal-init-linux):
5633         * term/news.el (terminal-init-news):
5634         * term/rxvt.el (terminal-init-rxvt):
5635         * term/sun.el (terminal-init-sun):
5636         * term/tvi970.el (terminal-init-tvi970):
5637         * term/vt100.el (terminal-init-vt100):
5638         * term/vt102.el (terminal-init-vt102):
5639         * term/vt125.el (terminal-init-vt125):
5640         * term/vt200.el (terminal-init-vt200):
5641         * term/vt201.el (terminal-init-vt201):
5642         * term/vt220.el (terminal-init-vt220):
5643         * term/vt240.el (terminal-init-vt240):
5644         * term/vt300.el (terminal-init-vt300):
5645         * term/vt320.el (terminal-init-vt320):
5646         * term/vt400.el (terminal-init-vt400):
5647         * term/vt420.el (terminal-init-vt420):
5648         * term/wyse50.el (terminal-init-wyse50):
5649         * term/xterm.el (terminal-init-xterm): Likewise.
5651         * term/README: Describe the terminal-init-* functionality.
5653         * startup.el (command-line): After loading the terminal initialization
5654         file call the corresponding terminal initialization function.
5656 2005-07-27  Kenichi Handa  <handa@m17n.org>
5658         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5659         negative.
5661         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5662         (ps-mule-composition-prologue): Fix for the case that
5663         RelativeCompose is false.
5665 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5667         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5669         * descr-text.el (describe-char): Handle the case where the list of
5670         chars is displayed in a separate frame.
5671         Be a bit more discriminating when looking for the char.
5673 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
5675         * bookmark.el (bookmark-automatically-show-annotations)
5676         (bookmark-read-annotation-text-func): Doc fixes.
5677         (bookmark-save): Improve argument/docstring consistency.
5678         (bookmark-get-bookmark, bookmark-get-bookmark-record)
5679         (bookmark-alist-from-buffer)
5680         (bookmark-upgrade-file-format-from-0)
5681         (bookmark-grok-file-format-version)
5682         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5683         (bookmark-read-annotation-mode)
5684         (bookmark-insert-current-bookmark, bookmark-jump)
5685         (bookmark-exit-hook): Fix typos in docstrings.
5686         (bookmark-exit-hooks): Define as obsolete alias.
5687         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5688         not `bookmark-exit-hooks'.  Fix docstring.
5689         (bookmark-bmenu-select): "?\ " -> "?\s".
5691 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
5693         * startup.el (command-line): Fix typo.
5695 2005-07-24  Richard M. Stallman  <rms@gnu.org>
5697         * tooltip.el (tooltip-mode): Test emacs-basic-display,
5698         not emacs-quick-startup.
5700 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
5702         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5703         (reb-next-match, reb-show-subexp): Use `with-selected-window'
5704         instead of `reb-with-current-window'.
5705         (reb-prev-match): Likewise.  Also, don't move left if the search
5706         was unsuccessful.
5707         (reb-initialize-buffer): New function.
5708         (re-builder, reb-change-syntax): Use it.
5710         * man.el (Man-goto-page): Make second argument NOERROR optional.
5712 2005-07-23  Richard M. Stallman  <rms@gnu.org>
5714         * man.el (Man-bgproc-sentinel): Check here for failure to find
5715         any man page in the output, and report the error here.
5716         (Man-arguments): Make it permanent local.
5717         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
5718         (Man-mode): Pass t for NOERROR.
5720         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5721         (grep-mode-font-lock-keywords):
5722         Don't use compilation-...-face for messages that are not file names.
5724         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5725         Don't use compilation-...-face for messages that are not file names.
5727 2005-07-22  Juri Linkov  <juri@jurta.org>
5729         * startup.el (normal-splash-screen): Update menu name.
5731         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5733 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5735         * term/xterm.el: Load term/rxvt if the terminal is actually an
5736         rxvt terminal.
5737         (xterm-rxvt-set-background-mode): Remove, not used anymore.
5739         * term/rxvt.el (function-key-map): Use substitute-key-definition
5740         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
5742         * term/cygwin.el: New file.
5744 2005-07-22  Kim F. Storm  <storm@cua.dk>
5746         * image-file.el (insert-image-file, image-file-yank-handler):
5747         Fix last change to maintain a (unique) yank-handler on yanked images.
5749 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
5751         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
5752         of the file size (as in "177B" for 177 bytes).  This happens with
5753         "ls -lh" on FreeBSD.
5755 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
5757         * hilit-chg.el (highlight-changes-global-initial-state)
5758         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5759         (hilit-chg-fixup, highlight-changes-mode):
5760         Fix typos in docstrings.
5761         (highlight-changes-global-modes, highlight-changes-rotate-faces):
5762         Doc fixes.
5764 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
5766         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
5767         mode function using `eval-after-load'.
5769 2005-07-21  Kim F. Storm  <storm@cua.dk>
5771         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
5772         included when reporting an emacs crash, and tell about the DEBUG file.
5774         * image-file.el (insert-image-file): Add yank-handler.
5775         (image-file-yank-handler): Yank handler to make unique copies of
5776         images when they are yanked into a buffer next to each other.
5778 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
5780         * comint.el (comint-use-prompt-regexp, comint-send-input)
5781         (comint-source-default, comint-extract-string)
5782         (comint-get-source, comint-word, comint-completion)
5783         (comint-source, comint-prompt-read-only, comint-update-fence):
5784         Fix typos in docstrings.
5785         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
5786         Declare with define-obsolete-*-alias macros.
5787         (comint-previous-matching-input-from-input)
5788         (comint-next-matching-input-from-input)
5789         (comint-previous-matching-input, comint-next-matching-input)
5790         (comint-forward-matching-input):
5791         Improve argument/docstring consistency.
5793         * desktop.el (desktop-clear-preserve-buffers-regexp):
5794         Also preserve the *server* buffer.
5796         * simple.el (clone-indirect-buffer): Doc fix.
5797         (fixup-whitespace, just-one-space)
5798         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
5799         (next-error, next-error-highlight)
5800         (next-error-highlight-no-select, next-error-last-buffer)
5801         (next-error-buffer-p, next-error-find-buffer, next-error)
5802         (previous-error, next-error-no-select, previous-error-no-select)
5803         (open-line, split-line, minibuffer-prompt-width, kill-new)
5804         (binary-overwrite-mode): Fix typos in docstrings.
5805         (set-fill-column): Fix typo in message.
5807         * skeleton.el (skeleton-proxy-new): Doc fix.
5809         * strokes.el (strokes-load-hook): Doc fix.
5810         (strokes-grid-resolution, strokes-get-grid-position)
5811         (strokes-renormalize-to-grid, strokes-read-stroke)
5812         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
5813         (strokes-global-map): Fix typos in docstrings.
5814         (strokes-help): Doc fix.  Fix help message and pass it through
5815         `substitute-command-keys'.
5817         * tempo.el (tempo-insert-prompt, tempo-interactive)
5818         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
5819         (tempo-insert-string-functions, tempo-local-tags)
5820         (tempo-define-template, tempo-insert-template)
5821         (tempo-insert-prompt-compat, tempo-is-user-element)
5822         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
5823         Fix typos in docstrings.
5825         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
5826         (vcursor-key-bindings, vcursor-use-vcursor-map)
5827         (vcursor-find-window, vcursor-scroll-down)
5828         (vcursor-disable, vcursor-beginning-of-buffer)
5829         (vcursor-end-of-buffer): Fix typos in docstrings.
5830         (vcursor-relative-move, vcursor-get-char-count):
5831         Improve argument/docstring consistency.
5833         * version.el: "?\ " -> "?\s".
5835         * wid-edit.el (widget-default-create, widget-after-change)
5836         (widget-default-format-handler, widget-checklist-add-item)
5837         (widget-radio-add-item, widget-choose, widget-specify-secret)
5838         (widget-field-value-create, widget-field-value-get)
5839         (widget-editable-list-format-handler)
5840         (widget-editable-list-entry-create, widget-group-value-create)
5841         (widget-documentation-link-add)
5842         (widget-documentation-string-value-create): "?\ " -> "?\s".
5843         (widget-convert-text): Doc fix.
5844         (widget-narrow-to-field, widget-field-find)
5845         (widget-url-link-action, widget-emacs-library-link-action)
5846         (widget-color-notify): Fix typos in docstrings.
5848         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
5849         (x-select-text, set-w32-system-coding-system)
5850         (w32-add-charset-info): Fix typos in docstrings.
5852         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
5853         (cua-enable-cua-keys, cua-use-hyper-key)
5854         (cua-virtual-rectangle-edges): Fix typos in docstrings.
5855         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
5857         * net/tramp.el (tramp-handle-load): Fix typo in error message.
5859         * emacs-lisp/re-builder.el (regexp-builder): Declare with
5860         `defalias' instead of faking it.
5862         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
5863         (eshell-ls-missing, eshell-ls-dired-initial-args)
5864         (eshell-ls-use-in-dired): Fix typos in docstrings.
5866 2005-07-20  Kim F. Storm  <storm@cua.dk>
5868         * emulation/cua-base.el (cua-mode): Improve doc string.
5870 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
5872         * abbrev.el (expand-region-abbrevs): Doc fix.
5873         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
5874         Improve argument/docstring consistency.
5876         * arc-mode.el (archive-get-descr, archive-alternate-display):
5877         Doc fixes.
5878         (archive-l-e): Improve argument/docstring consistency.
5879         (archive-tmpdir, archive-unixdate, archive-unixtime)
5880         (archive-chmod-entry): Fix typos in docstrings.
5881         (archive-unflag, archive-unflag-backwards)
5882         (archive-unmark-all-files): "?\ " -> "?\s".
5884         * buff-menu.el (Buffer-menu-unmark): Doc fix.
5885         (Buffer-menu-not-modified, Buffer-menu-execute)
5886         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
5887         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
5889         * composite.el (compose-string, encode-composition-rule)
5890         (compose-last-chars): Fix typos in docstrings.
5892         * desktop.el (desktop-enable, desktop-basefilename):
5893         Declare with `define-obsolete-variable-alias'.
5894         (desktop-internal-v2s): Don't quote keywords.
5895         (desktop-clear): "?\ " -> "?\s".
5897         * dired.el (dired-align-file, dired-flag-backup-files)
5898         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
5899         (dired-listing-switches, dired-ls-F-marks-symlinks)
5900         (dired-dwim-target, dired-load-hook, dired-mode-hook)
5901         (dired-directory, dired-faces, dired, dired-revert)
5902         (dired-mode, dired-summary, dired-view-file)
5903         (dired-copy-filename-as-kill, dired-delete-file)
5904         (dired-no-confirm, dired-unmark-all-marks)
5905         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
5906         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
5907         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
5908         Fix typos in message strings.
5910         * dired-x.el (virtual-dired): Declare with `defalias'.
5911         (dired-mark-unmarked-files, dired-local-variables-file)
5912         (dired-omit-here-always): Doc fix.
5913         (dired-omit-mode, dired-find-subdir)
5914         (dired-enable-local-variables, dired-clean-up-buffers-too)
5915         (dired-extra-startup, dired-mark-extension, dired-jump)
5916         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
5917         (dired-smart-shell-command, dired-guess-shell-alist-user)
5918         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
5919         (dired-x-bind-find-file, dired-x-submit-report):
5920         Fix typos in docstrings.
5921         (dired-mark-unmarked-files): "?\ " -> "?\s".
5923         * dirtrack.el (dirtrack-list): Fix typos in docstring.
5925         * faces.el (describe-face): "?\ " -> "?\s".
5926         (read-all-face-attributes, read-face-font, modify-face)
5927         (face-attr-construct, italic): Fix typos in docstrings.
5928         (frame-update-face-colors): Declare with
5929         `define-obsolete-function-alias'.
5931         * files.el (find-file-noselect, recode-file-name): Doc fixes.
5932         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
5933         (magic-mode-alist, buffer-file-numbers-unique)
5934         (write-file-functions, get-free-disk-space):
5935         Fix typos in docstrings.
5936         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
5937         (write-contents-hooks, write-file-hooks):
5938         Declare with `define-obsolete-variable-alias'.
5940         * forms-d2.el (arch-rj): Fix typo in docstrings.
5941         (arch-tocol): Likewise.  "?\ " -> "?\s".
5943         * frame.el (set-frame-font, cursor-in-non-selected-windows):
5944         Fix typo in docstring.
5945         (set-screen-width, set-screen-height): Delete redundant info in
5946         doctrings.
5947         (new-frame, screen-height, screen-width): Declare with
5948         `define-obsolete-function-alias'.
5949         (delete-frame-hook, blink-cursor): Declare with
5950         `define-obsolete-variable-alias'.
5952         * paths.el (prune-directory-list): Fix typos in docstring.
5954         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
5955         (cvs-prefix-get): Fix typos in docstrings.
5957         * ps-print.el (ps-extend-face-list, ps-extend-face)
5958         (ps-print-background-image): Fix typos in docstrings.
5959         (ps-default-fg, ps-default-bg): Doc fixes.
5961         * s-region.el (s-region-bind): Doc fix.
5962         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
5964         * textmodes/org.el (org-table-formula-substitute-names)
5965         (org-table-get-vertical-vector): Doc fixes.
5966         (org-table-recalculate): Remove unused argument to `message'.
5968 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
5970         * textmodes/org.el (org-table-column-names)
5971         (org-table-column-name-regexp)
5972         (org-table-named-field-locations): New variables.
5973         (org-archive-subtree): Protect `this-command' when calling
5974         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
5975         the kill buffer.
5976         (org-complete): Remove fixed-formula completion.
5977         (org-edit-formulas-map): New variable.
5978         (org-table-edit-formulas): New command.
5979         (org-finish-edit-formulas, org-abort-edit-formulas)
5980         (org-show-variable, org-table-get-vertical-vector): New functions.
5981         (org-table-maybe-eval-formula): Handle `:=' fields.
5982         (org-table-get-stored-formulas, org-table-store-formulas)
5983         (org-table-get-formula, org-table-modify-formulas)
5984         (org-table-replace-in-formulas): Handle named field formulas.
5985         (org-table-get-specials): Store locations of named fields.
5987 2005-07-19  Juri Linkov  <juri@jurta.org>
5989         * progmodes/grep.el (grep-regexp-alist)
5990         (grep-mode-font-lock-keywords, grep-process-setup):
5991         Use default GNU grep match color "01;31m" instead of "01;41m".
5992         (grep-regexp-alist, grep-mode-font-lock-keywords):
5993         Use `\\[[0-9]*m' instead of `\\[00m'.
5994         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
5995         sgr_start where its handling is more important.  Use the real
5996         length of sgr_start instead of constant 8.
5997         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
5998         specially.  Delete all remaining escape sequences.
5999         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6000         (grep-regexp-alist): Make hyperlink only for binary file name
6001         instead of the whole line.
6002         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6003         (grep-mode): Add autoload.
6005         * emacs-lisp/find-func.el (find-function-regexp):
6006         Add `define-compilation-mode'.
6008 2005-07-19  Juri Linkov  <juri@jurta.org>
6010         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6011         (compare-windows-sync-string-size, compare-windows-recenter)
6012         (compare-windows-highlight, compare-windows): Add version 22.1.
6013         (compare-windows) <defface>: Inherit from lazy-highlight instead
6014         of duplicating its default value.
6016         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6017         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6019         * descr-text.el (describe-char): Create link buttons for `charset'
6020         and `code point'.  Add the current input method name with a link
6021         button to `to input' field.  Print face names of display table
6022         characters in `The display table entry is displayed by' section
6023         instead of printing face-id in the `display' field.
6024         Guess hardcoded faces and create a link button for them.
6025         Skip empty fields when calculating max-width.
6026         Treat `widget-create' specially while inserting strings from the
6027         collected field list.
6028         (describe-char-after): Made obsolete in version 22.1, not 21.5.
6030         * diff-mode.el (diff-file-header): Change foreground color from
6031         yellow to green on light backgrounds.
6032         (diff-context): Inherit from `shadow' only for color/grayscale
6033         with more than 88 colors.
6034         (diff-indicator-removed, diff-indicator-added)
6035         (diff-indicator-changed): New faces.
6036         (diff-font-lock-keywords): Use new faces.  Regroup rules.
6037         Add "^---$" for `normal' diff format.  Fontify `#' lines with
6038         font-lock-comment-delimiter-face and font-lock-comment-face.
6039         Add `#' to ^[^...] in the rule for `diff-context-face'.
6041         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6042         a button-like box.  Inherit from `highlight' on low colors.
6043         (shadow): Use shades of gray only for color/grayscale with
6044         more than 88 colors.  Use green for light backgrounds with
6045         8 colors, and yellow for dark backgrounds with 8 colors.
6047         * font-lock.el (font-lock-regexp-grouping-backslash):
6048         Don't inherit from escape-glyph (use bold for all cases).
6050         * info.el (info-xref-visited): Use light foreground color `violet'
6051         for dark backgrounds instead of dark color `magenta3'.
6052         (info-title-1): Use `yellow' color for dark backgrounds.
6054         * isearch.el (isearch): Use not-too-dark magenta3 instead of
6055         too-light magenta2.
6057         * replace.el (match): Use slightly more light RoyalBlue3 instead
6058         of dark RoyalBlue4.
6060         * wid-edit.el (widget-inactive): Inherit from `shadow'.
6062 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
6064         * novice.el (disabled-command-hook): Declare it with
6065         `define-obsolete-variable-alias'.
6067         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6068         (desktop-buffer-misc-functions, desktop-buffer-handlers)
6069         (desktop-load-default): Add release to obsolescence info.
6070         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6071         (desktop-append-buffer-args, desktop-read):
6072         Fix typos in docstrings.
6073         (desktop-kill): Fix typo in message.
6074         (desktop-save): Doc fix.
6076 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6078         * viper-cmd.el (viper-escape-to-state): Bug fix.
6079         (viper-envelop-ESC-key): Change the definition of fast
6080         keysequence so it'll work with keyboard macros.
6082         * ediff.el (ediff-patch-buffer): Change the docstring.
6084 2005-07-19  Kenichi Handa  <handa@m17n.org>
6086         * international/mule-cmds.el (select-safe-coding-system): Try to
6087         use an auto-coding (if any) before anything else.  If the found
6088         auto-coding is invalid, show a warning message.
6090         * international/mule.el (find-auto-coding): New function created
6091         by modifying the body of set-auto-coding.
6092         (set-auto-coding): Use find-auto-coding to find a coding.
6094 2005-07-18  Richard M. Stallman  <rms@gnu.org>
6096         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6097         not isearch-mode-end-hook-error.
6098         (allout-before-change-protect): Fix error message.
6100 2005-07-18  Juri Linkov  <juri@jurta.org>
6102         * allout.el (allout-mode):
6103         * calculator.el (calculator-copy):
6104         * custom.el (custom-known-themes):
6105         * dired.el (dired-desktop-buffer-misc-data)
6106         (dired-restore-desktop-buffer):
6107         * dired-x.el (dired-omit-marker-char):
6108         * files.el (basic-save-buffer):
6109         * font-core.el (font-lock-mode):
6110         * calendar/calendar.el (calendar-goto-hebrew-date)
6111         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6112         (calendar-goto-persian-date):
6113         * language/ethio-util.el (ethio-sera-to-fidel-region):
6114         * textmodes/picture.el (picture-mode):
6115         Delete duplicate duplicate words.
6117 2005-07-18  Juri Linkov  <juri@jurta.org>
6119         * isearch.el (isearch-mode-map): Remove key bindings for regexp
6120         chars * ? } |.
6121         (isearch-fallback): Don't call `isearch-process-search-char'.
6122         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6123         (isearch-process-search-char): Call `isearch-fallback' for regexp
6124         chars * ? } |.
6125         (isearch-return-char): Make obsolete with `make-obsolete' instead
6126         of simply documenting it as obsolete in the docstring.
6127         (isearch-fallback): Refill docstring.
6129         * international/isearch-x.el
6130         (isearch-process-search-multibyte-characters): Remove unneeded
6131         `concat'.  Add intermediate values to `junk-hist' instead of
6132         `minibuffer-history'.  Test the length of `str'.
6134 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
6136         * allout.el (allout-resolve-xref): Fix typos in error strings.
6137         (allout-before-change-protect): Remove unneeded `concat'.
6139         * array.el (array-mode, array-reconfigure-rows)
6140         (untabify-backward): Fix typos in docstrings.
6141         (array-reconfigure-rows): Use `insert-buffer-substring', not
6142         `insert-buffer'.
6144         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6145         * progmodes/ada-mode.el (ada-make-body):
6146         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6148         * dired.el (dired-log):
6149         * tar-mode.el (tar-subfile-save-buffer):
6150         * play/zone.el (zone-pgm-stress-destress):
6151         Use `insert-buffer-substring', not `insert-buffer'.
6153 2005-07-17  Simon Josefsson  <jas@extundo.com>
6155         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6157 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
6159         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6160         Add plain auth method.
6161         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6163 2005-07-17  Kim F. Storm  <storm@cua.dk>
6165         * ido.el (dired-other-window): Add ido property.
6167 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
6169         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6170         Fix typo in docstring.
6171         (byte-compile-interactive-only-functions): Add `insert-buffer' and
6172         `insert-file-literally'.
6174         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6175         info and delete redundant message.  Doc fix.
6176         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6177         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6179 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6181         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6182         (byte-compile-and): Use byte-compile-and-recursion.
6183         (byte-compile-or-recursion): New function.
6184         (byte-compile-or): Use that.
6185         (byte-compile-if): Guard the else-clause too.
6186         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6188         * isearch.el (isearch-mode-end-hook-quit): New variable.
6189         (isearch-done): Bind it.
6190         (isearch-mode-end-hook): Doc fix.
6192         * allout.el (allout-isearch-did-quit): Variable deleted.
6193         (allout-real-isearch-abort): Function name no longer used.
6194         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6195         (allout-isearch-rectification): isearch-mode always exists.
6196         Don't set allout-isearch-did-quit.
6197         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6198         allout-isearch-did-quit.
6199         (allout-enwrap-isearch): Just add the hook.
6200         (allout-isearch-abort): Function deleted.
6201         (allout-pre-command-business): Avoid warning.
6203         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6204         Correctly avoid warnings.
6205         (pascal-outline): Likewise.
6207         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6209         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6211         * play/tetris.el (tetris-mode): Avoid warning.
6213         * play/snake.el (snake-mode): Avoid warning.
6215         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6216         (gamegrid-set-display-table): Avoid warning.
6217         (gamegrid-set-timer): Likewise.
6218         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6219         (gamegrid-add-score-with-update-game-score-1): Take FILE
6220         as argument.
6221         (gamegrid-add-score-with-update-game-score): Pass that argument.
6222         Rename have-shared-game-dir to gamegrid-shared-game-dir.
6224         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6226         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6227         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6229         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6230         and insert-file.
6232         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6233         (sc-ask): Avoid warnings.
6235         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6236         (eshell-hist-initialize): Use that var the natural way.
6238         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6240         * emacs-lisp/re-builder.el (reb-cook-regexp):
6241         Avoid warning calling lre-compile-string.
6242         (reb-color-display-p): Avoid warning.
6244         * calculator.el (calculator-last-input): Guard uses
6245         of event-key and key-press-event-p.
6246         (event-key, key-press-event-p): Delete definitions.
6248         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6249         (find-gc-source-directory, find-gc-subrs-callers)
6250         (find-gc-noreturn-list, find-gc-source-files)
6251         (find-gc-subrs-called): Vars renamed and defvar'd.
6253         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6254         (checkdoc-overlay-put, checkdoc-delete-overlay)
6255         (checkdoc-overlay-start, checkdoc-overlay-end)
6256         (checkdoc-mode-line-update, checkdoc-char=):
6257         Define such that compiler knows they are defined.
6258         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
6259         (checkdoc-read-event): Delete.  Use read-event directly.
6261         * whitespace.el (whitespace-make-overlay)
6262         (whitespace-overlay-put, whitespace-delete-overlay)
6263         (whitespace-overlay-start, whitespace-overlay-end):
6264         Define such that compiler knows they are defined.
6265         (whitespace): Move conditional inside.
6267         * tempo.el (tempo-insert-template): Suppress warning.
6269         * ediff-diff.el (longlines-mode): Add defvar.
6271 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
6273         * server.el: Bind "C-x #" in a way that works even if C-x is
6274         redefined to a command key, not a prefix key.
6276 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6278         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6279         cl-make-type-test till execution time.
6281 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
6283         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6284         arg ARG and use it.
6286 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
6288         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6290 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
6292         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6293         a defcustom with two :set or :type keywords.
6295 2005-07-15  Richard M. Stallman  <rms@gnu.org>
6297         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6298         Don't give ^M comment-end syntax.
6300 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
6302         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6303         Don't consider gdbmi (gdb-mi.el has its own update functions).
6304         (gdb-var-delete): Make it work for gdbmi as well.
6305         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6307         * progmodes/gud.el (etags, sdb): Only require etags when needed.
6308         (gud-speedbar-menu-items): Correct logic for enabling items.
6310 2005-07-15  Kim F. Storm  <storm@cua.dk>
6312         * ido.el: Fix commentary.
6313         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6314         Use with-no-warnings around ffap-guesser.
6315         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6316         Let bind minibuffer-completing-file-name to t.
6318 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
6320         * startup.el (site-run-file, keyboard-type): Doc fixes.
6321         (command-line): Check for "--basic-display" argument; also for
6322         "--quick", not "--bare-bones" (which was renamed).
6323         (fancy-splash-text): Add missing item "Getting New Versions".
6324         (normal-splash-screen): Fix typos and improve consistency with
6325         `fancy-splash-text'.  Update copyright year.
6327         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6328         valid binding for `help-char'.
6330         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6332 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
6334         * term.el (term-mode): Disable cua-mode for term buffers.
6336 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
6338         * add-log.el (add-log-mailing-address, change-log-merge):
6339         Doc fixes.
6340         (change-log-get-method-definition): Fix typo in docstring.
6342 2005-07-14  Kim F. Storm  <storm@cua.dk>
6344         * emulation/cua-base.el:
6345         (cua--pre-command-handler-1, cua--pre-command-handler)
6346         (cua--post-command-handler-1, cua--post-command-handler):
6347         Split in two.  Check (buffer local) value of cua-mode.
6348         (cua-selection-mode): New command.
6350 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6352         * custom.el (custom-initialize-safe-set)
6353         (custom-initialize-safe-default): Doc fixes.
6355         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6356         and simplify :init-value again.
6358         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6359         and simplify :init-value again.  Delete autoload.
6361         * startup.el (command-line): Use `custom-reevaluate-setting' again
6362         for tooltip-mode.
6364         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6365         a defcustom with two :initialize keywords.
6367 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
6369         * allout.el (my-mark-marker, allout-isearch-prior-pos)
6370         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6371         (allout-post-command-business, allout-flag-region)
6372         (isearch-reenable-font-lock, allout-yank)
6373         (allout-insert-latex-header, allout-insert-latex-trailer)
6374         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6375         (allout-latex-verb-quote): Fix typos in docstrings.
6376         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6377         (allout-unprotected, allout-prefix-data):
6378         Improve argument/docstring consistency.
6379         (allout-chart-subtree): Fix argument spec.
6380         (allout-open-topic): Rename `use_sib_bullet' argument to
6381         `use-sib-bullet'.  Doc fix.
6383         * whitespace.el (whitespace-check-buffer-leading)
6384         (whitespace-check-buffer-trailing)
6385         (whitespace-check-buffer-indent)
6386         (whitespace-check-buffer-spacetab)
6387         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6388         (whitespace-check-leading-whitespace)
6389         (whitespace-check-trailing-whitespace)
6390         (whitespace-check-spacetab-whitespace)
6391         (whitespace-check-indent-whitespace)
6392         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6393         (whitespace-modes): Fix typos in docstrings.
6394         (defgroup, defcustom): Doc fixes.
6396         * winner.el (winner-mode, winner-boring-buffers)
6397         (winner-pending-undo-ring): Doc fixes.
6398         (winner-ring): Remove unneeded `progn'.
6399         (winner-equal): `defsubst' it.
6400         (winner-redo): Fix message.
6402 2005-07-13  Kim F. Storm  <storm@cua.dk>
6404         * simple.el (line-move-1): Always use vertical-motion to
6405         do the last (or only) line move to ensure some movement.
6406         Undo 2005-06-23 change--don't check for overlays.
6408 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6410         * term/mac-win.el (ccl-encode-mac-roman-font)
6411         (ccl-encode-mac-centraleurroman-font)
6412         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6413         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6414         Change charset-id boundary of dimension to ?\xef.
6415         (mac-char-fontspec-list): New constant.
6416         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
6417         argument.  Nil uses itself as family in font-spec.  Previous
6418         behavior for nil is now provided by non-nil non-string argument.
6419         All callers changed.  Add font-specs for Mac fonts to
6420         "fontset-default" unless iso8859-1 fonts are installed.
6422 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * progmodes/sh-script.el (sh-get-indent-info): Only indent
6425         a continuation line if the \ is preceded by SPC or TAB.
6426         (sh-get-indent-info): Simplify.
6427         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6428         Use with-current-buffer.
6430         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6431         when the matched text is empty.
6433 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
6435         * startup.el (command-line): Revert to previous handling of
6436         tooltip-mode.  Explain in comment why the complexity is needed.
6438         * tooltip.el (tooltip-mode): Revert to previous implementation of
6439         its defcustom.
6441         * frame.el (blink-cursor-mode): Revert to previous implementation
6442         of its defcustom.  Update comment.
6444 2005-07-12  Lars Hansen  <larsh@soem.dk>
6446         * desktop.el: Update e-mail address.
6448 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6450         * term/mac-win.el (mac-services-mail-selection)
6451         (mac-services-mail-to): New functions.
6452         (mac-application-menu-map): Bind them.
6454 2005-07-12  wulei <milton@wulei.net>  (tiny change)
6456         * progmodes/gdb-ui.el: Add note about buffering with Windows.
6458 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
6460         * custom.el (custom-reevaluate-setting): Doc fix.
6462 2005-07-11  Jay Belanger  <belanger@truman.edu>
6464         * calc/calc.el (calc-embedded-announce-formula-alist)
6465         (calc-embedded-open-close-plain-alist)
6466         (calc-embedded-open-close-mode-alist): Add checks for additional
6467         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6469 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
6471         * custom.el (custom-enable-theme): Don't add theme to
6472         `custom-enabled-themes' with `push' because there is no
6473         setf-method for `delq'.
6475 2005-07-11  Richard M. Stallman  <rms@gnu.org>
6477         * custom.el (custom-declare-variable): Doc fix.
6479         * dired-aux.el (dired-compare-directories): Remove "." and ".."
6480         from the alists.
6482         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6483         Do nothing if edebug-active.
6485         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6486         (edebug-display): Do it here instead.
6488 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6490         * cus-face.el (custom-theme-set-faces): Make it work.
6491         (custom-reset-faces): Doc fix.
6492         (custom-theme-reset-internal-face, custom-theme-face-value):
6493         Functions deleted.
6495         * custom.el (custom-push-theme): Maintain list of the settings
6496         of a given theme in its theme-settings property.
6497         Maintain position of old settings in the theme-value
6498         or theme-face property.
6499         (custom-enabled-themes): New variable.
6500         (custom-theme-enabled-p): New function.
6501         (provide-theme): Update custom-enabled-themes.
6502         Disable and reenable the `user' theme.
6503         (require-theme): Doc fix.
6504         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6505         (custom-theme-value, custom-theme-variable-value): Likewise.
6506         (custom-theme-reset-internal): Likewise.
6507         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6508         (custom-enable-theme, custom-disable-theme): New functions.
6509         (custom-variable-theme-value, custom-face-theme-value): Likewise.
6510         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6511         (custom-theme-reset-variables): Simplify.
6512         (deftheme, custom-declare-theme, custom-make-theme-feature):
6513         Definitions moved.
6515 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
6517         * longlines.el (longlines-show-region)
6518         (longlines-unshow-hard-newlines): Recognize hard newlines by
6519         non-nil hard property, instead of t.
6521 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
6523         * viper-cmd.el (viper--key-maps): New variable.
6524         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6525         emulation-mode-map-alists.
6526         (viper-envelop-ESC-key): Use viper-subseq.
6527         (viper-search-forward/backward/next): Disable debug-on-error.
6529         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6530         (viper-ESC-key): New defcustoms.
6532         * viper-macs.el (ex-map-read-args): Use viper-subseq.
6534         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6535         (viper-subseq): Copy of subseq from cl.el.
6537         * viper.el (viper-go-away, viper-set-hooks): Use
6538         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6540         * viper-mous.el (viper-current-frame-saved): Use defvar.
6542         * viper-init.el: Get rid of -face in face names.
6544         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6545         Make it work with longlines mode
6547         * ediff-mult.el (ediff-meta-mode-hook): New variable.
6549         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6551         * ediff-init.el: Get rid of -face in face names.
6553 2005-07-10  Richard M. Stallman  <rms@gnu.org>
6555         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6556         and with-timeout-unsuspend.
6558         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6559         and with-timeout-unsuspend.
6561         * emacs-lisp/timer.el (with-timeout-timers): New variable.
6562         (with-timeout): Bind that variable to record timers.
6563         (with-timeout-suspend, with-timeout-unsuspend): New functions.
6565         * emacs-lisp/debug.el (debug-help-follow): New function.
6566         (debugger-mode-map): Use that instead of help-follow.
6567         (debugger-setup-buffer): Use eval-buffer-list
6568         to handle eval-buffer frames.
6570 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
6572         * timezone.el (timezone-parse-date): Change first regexp
6573         so it will not mistakenly match dates with no time zone.
6575 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
6577         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6579 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
6581         * custom.el (custom-initialize-safe-set)
6582         (custom-initialize-safe-default): New functions.
6584         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6585         and simplify :init-value.
6587         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6588         and simplify :init-value.  Delete obsolete comment.
6590         * startup.el (command-line): Use `custom-reevaluate-setting' to
6591         handle `tooltip-mode'.  Delete obsolete comment.
6593         * files.el (set-visited-file-name): Avoid calling
6594         `file-name-nondirectory' with a nil argument.
6596 2005-07-09  Richard M. Stallman  <rms@gnu.org>
6598         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6599         was called with nil for the buffer, handle the read position right.
6600         Handle read position for eval-region, too.
6602 2005-07-09  Juri Linkov  <juri@jurta.org>
6604         * fringe.el (fringe-mode): Add period in docstring.
6605         (fringe-query-style): Build prompt depending on `all-frames' arg.
6607         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6608         to not create links to unrelated functions in the Help buffer.
6610         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6611         Doc fix.
6613         * simple.el (next-error-hook): New variable.
6614         (next-error): Use it.  Doc fix.
6616         * textmodes/ispell.el (ispell-command-loop): Add current
6617         dictionary name and program name to mode-line-format.
6618         (ispell-region, ispell-process-line): Add current dictionary name
6619         and program name to messages.
6621 2005-07-08  Jay Belanger  <belanger@truman.edu>
6623         * calc/calc.el (calc-embedded-announce-formula-alist)
6624         (calc-embedded-open-close-formula-alist)
6625         (calc-embedded-open-close-word-alist)
6626         (calc-embedded-open-close-plain-alist)
6627         (calc-embedded-open-close-new-formula-alist)
6628         (calc-embedded-open-close-mode-alist)
6629         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6630         (calc-embedded-mode-hook): New variables.
6632         * calc/calc-embed.el (calc-embedded-firsttime)
6633         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6634         New variables.
6635         (calc-do-embedded): Use calc-embedded-firsttime,
6636         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6637         determine whether or not to run hooks.
6638         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6639         calc-embedded-firsttime-formula appropriately.
6640         Set calc-embedded delimiter variables according to mode.
6642 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6644         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6645         Check for "emacs", etc., as entire symbol, not just as word.
6646         (checkdoc-file-comments-engine): Use regexp-quote on FN.
6648         * files.el (set-visited-file-name): Report the error
6649         for "empty filename" earlier.
6650         (kill-some-buffers): Ignore buffers already dead.
6652         * fringe.el (fringe-mode): Doc fix.
6654         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6655         Check for (featurep 'xemacs) and turn off warnings in what it guards.
6656         Use unwind-protect to ensure byte-compile-unresolved-functions
6657         is updated.
6659         * whitespace.el (whitespace-buffer-leading-cleanup):
6660         Simplify w/ skip-chars-forward.
6661         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6663         * mail/rmail.el (rmail-only-expunge): Fix paren error.
6664         Unconditionally try to leave point at the same old place.
6666 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
6668         * comint.el (comint-postoutput-scroll-to-bottom)
6669         (comint-show-maximum-output): Take scroll-margin into consideration.
6671 2005-07-08  Kim F. Storm  <storm@cua.dk>
6673         * ido.el (ido-use-filename-at-point): New choice `guess'.
6674         (ido-file-internal): Try ffap-guesser if selected.
6676         * ido.el (ido-before-fallback-functions): New hook.
6677         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6678         (ido-read-file-name): Run it.
6680 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6683         strings rather than a list of symbols to the completion function.
6685 2005-07-07  Jay Belanger  <belanger@truman.edu>
6687         * calc/calc-units.el (math-apply-units): Change the places in
6688         which units are simplified.
6690 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
6692         * cus-edit.el (customize-option, customize-option-other-window):
6693         Make them handle aliases.
6695         * custom.el (custom-variable-p): Make it recursively follow
6696         aliases.  Mention that in the docstring.
6698 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6700         * cus-start.el (exec-path): Use `directory' instead of `file'.
6701         Fix tag for nil.
6703 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6705         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6706         when called non-interactively.  Doc fix.
6708 2005-07-07  Lute Kamstra  <lute@gnu.org>
6710         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6711         new address as well.
6713 2005-07-07  Kenichi Handa  <handa@m17n.org>
6715         * international/mule.el (make-coding-system):
6716         Describe `ascii-incompatible' property in the docstring.
6717         (set-file-name-coding-system): Signal an error if coding-system is
6718         ascii-incompatible.
6719         (set-keyboard-coding-system): Likewise.
6721         * international/mule-cmds.el (set-default-coding-systems):
6722         Don't set default-file-name-coding-system and
6723         default-keyboard-coding-system if coding-system is ASCII-incompatible.
6725         * international/utf-16.el: Declare that all UTF-16-based coding
6726         systems are ASCII-incompatible.
6728 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
6730         * progmodes/gud.el: Require font-lock for displaying errors.
6731         Used by gdb-ui.el.
6733 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
6735         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6736         values for the pattern lists which are `read'able but not
6737         `append'able (like symbols).
6739 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6741         * progmodes/flymake.el (flymake-float-time): Instead of
6742         with-no-warnings, test for xemacs.
6743         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
6744         to avoid warning.
6746 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
6748         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
6750 2005-07-05  Lute Kamstra  <lute@gnu.org>
6752         * battery.el: Add support for Darwin (with much debugging help
6753         from Samuel Lauber <sam124@operamail.com>).
6754         (battery-status-function, battery-echo-area-format)
6755         (battery-mode-line-format): Add support for pmset on Darwin.
6756         (battery-load-low, battery-load-critical): New user options.
6757         (battery-pmset): New function.
6759 2005-07-05  Lute Kamstra  <lute@gnu.org>
6761         Update FSF's address in GPL notices.
6763         * textmodes/page-ext.el: Update FSF's address.
6765 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6767         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
6768         filling from using prefix when filling a single-line docstring.
6770         * progmodes/flymake.el: Remove useless eval-when-compile.
6772         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
6774 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6776         * textmodes/org.el (org-file-apps-defaults-gnu):
6777         Rename from org-file-apps-defaults-linux.
6778         (org-default-apps): Don't test system-type for `linux'.
6779         (org-file-apps): Doc fix.
6781 2005-07-04  David Ponce  <david@dponce.com>
6783         * tree-widget.el: Improve header Commentary section.
6784         (tree-widget) [defgroup]
6785         (tree-widget-image-enable, tree-widget-themes-directory)
6786         (tree-widget-theme, tree-widget-image-properties-emacs)
6787         (tree-widget-image-properties-xemacs, tree-widget-create-image)
6788         (tree-widget-image-formats, tree-widget-control)
6789         (tree-widget-empty-control, tree-widget-leaf-control
6790         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
6791         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
6792         (tree-widget-keep, tree-widget-after-toggle-functions)
6793         (tree-widget-open-node, tree-widget-close-node): Doc fix.
6794         (tree-widget-open-control, tree-widget-close-control): Fix doc and
6795         :help-echo message.
6796         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
6797         (tree-widget-image-properties): Doc fix.  Clearer implementation.
6798         (tree-widget--cursors): New constant.
6799         (tree-widget-lookup-image): New function split from
6800         `tree-widget-find-image'.  Clearer implementation.
6801         (tree-widget-find-image): Use it.
6802         (tree-widget-button-keymap): Use `set-keymap-parent'.
6803         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
6804         Define the sub-widgets here.
6805         (tree-widget-node): Check that :node is not a tree-widget.
6806         (tree-widget-get-super, tree-widget-open-control)
6807         (tree-widget-close-control, tree-widget-empty-control)
6808         (tree-widget-leaf-control, tree-widget-guide)
6809         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
6810         (tree-widget-no-handle, tree-widget-value-delete)
6811         (tree-widget-map): Remove.
6812         (tree-widget-children-value-save): Doc fix.  Simplified.
6813         (tree-widget-value-create): Update according to previous changes.
6815 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6817         * textmodes/org.el: Leading space replaced by TABS.
6818         (org-recalc-marks, org-table-rotate-recalc-marks)
6819         (org-table-get-specials): Treat "^" and "_" marks.
6820         (org-table-justify-field-maybe): Optional argument NEW.
6821         (org-table-eval-formula): Parsing of the format simplified.
6822         New modes C,I.  Honor the %= parameter in the current table.
6823         Avoid unnecessary re-align by using the NEW argument to
6824         `org-table-justify-field-maybe'.
6825         (org-calc-default-modes): Default for date-format mimicks org-mode.
6826         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
6828 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6830         * cus-face.el (custom-theme-set-faces): Make it handle face
6831         aliases whose alias declarations are pre- or autoloaded.
6833 2005-07-04  Juri Linkov  <juri@jurta.org>
6835         * faces.el (read-face-name): Put the code for getting a face name
6836         from the buffer before adding the faces from the `face' property.
6837         Use `completing-read-multiple' instead of `completing-read'.
6838         Require `crm'.  Add default value and post-process the returned
6839         list of faces.
6841         * emacs-lisp/crm.el (crm-find-current-element)
6842         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
6844         * emacs-lisp/lisp-mode.el (eval-defun-1):
6845         * emacs-lisp/edebug.el (edebug-eval-defun):
6846         Remove unnecessary quotes.
6848 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6850         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
6851         (prolog-indent-level): Fix typo in docstring.
6853         * info.el (Info-history, Info-history-forward)
6854         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
6856         * add-log.el (add-change-log-entry):
6857         * comint.el (comint-dynamic-list-input-ring)
6858         (comint-dynamic-list-completions):
6859         * dabbrev.el (dabbrev-expand):
6860         * delim-col.el (delimit-columns-rectangle-line):
6861         * diff-mode.el (diff-context->unified, diff-reverse-direction)
6862         (diff-unified->context):
6863         * ediff-init.el (ediff-abbrev-jobname):
6864         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
6865         (ediff-replace-session-activity-marker-in-meta-buffer):
6866         * info.el (Info-summary):
6867         * lpr.el (printify-region):
6868         * printing.el (pr-create-interface):
6869         * ps-print.el (ps-print-quote):
6870         * ses.el (ses-column-widths, ses-print-cell)
6871         (ses-adjust-print-width, ses-center):
6872         * shell.el (shell-file-name-quote-list):
6873         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
6874         (strokes-fill-current-buffer-with-whitespace)
6875         (strokes-xpm-for-stroke, strokes-list-strokes)
6876         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
6877         * term.el (term-dynamic-list-input-ring)
6878         (term-dynamic-list-completions):
6879         * calc/calc.el (math-format-stack-value):
6880         * emacs-lisp/edebug.el (edebug-display-freq-count):
6881         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
6882         (delphi-new-comment-line):
6883         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
6884         * progmodes/executable.el (executable-set-magic):
6885         * progmodes/python.el (inferior-python-mode):
6886         * progmodes/scheme.el (scheme-mode-syntax-table):
6887         * progmodes/sh-script.el (sh-maybe-here-document):
6888         * progmodes/sql.el (sql-copy-column):
6889         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
6890         * textmodes/bibtex.el (bibtex-mode):
6891         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
6892         (sgml-auto-attributes):
6893         * textmodes/table.el (table-insert, table-shorten-cell)
6894         (table--generate-source-scan-lines, table-delete-row)
6895         (*table--cell-delete-char, table--spacify-frame)
6896         (table--horizontally-shift-above-and-below)
6897         (table--cell-insert-char, table--cell-blank-str)
6898         (table--fill-region-strictly):
6899         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
6900         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
6902         * add-log.el (change-log):
6903         * apropos.el (apropos):
6904         * comint.el (comint-completion, comint-source):
6905         * dabbrev.el (dabbrev):
6906         * delim-col.el (columns):
6907         * diff-mode.el (diff-mode):
6908         * ediff.el (ediff):
6909         * ediff-diff.el (ediff-diff):
6910         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
6911         * ediff-mult.el (ediff-mult):
6912         * ediff-ptch.el (ediff-ptch):
6913         * ediff-wind.el (ediff-window):
6914         * facemenu.el (facemenu):
6915         * indent.el (indent):
6916         * info.el (info):
6917         * jka-cmpr-hook.el (compression, jka-compr):
6918         * lpr.el (lpr):
6919         * outline.el (outlines):
6920         * pcmpl-cvs.el (pcmpl-cvs):
6921         * pcmpl-rpm.el (pcmpl-rpm):
6922         * printing.el (printing):
6923         * ps-print.el (postscript, ps-print, ps-print-horizontal)
6924         (ps-print-vertical, ps-print-headers, ps-print-font)
6925         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
6926         (ps-print-background, ps-print-printer, ps-print-page)
6927         (ps-print-miscellany):
6928         * ses.el (ses):
6929         * shell.el (shell, shell-directories, shell-faces):
6930         * startup.el (initialization):
6931         * strokes.el (strokes):
6932         * term.el (term):
6933         * uniquify.el (uniquify):
6934         * w32-vars.el (w32):
6935         * calc/calc.el (calc):
6936         * emacs-lisp/bytecomp.el (bytecomp):
6937         * emacs-lisp/cl-indent.el (lisp-indent):
6938         * emacs-lisp/edebug.el (edebug):
6939         * emacs-lisp/elp.el (elp):
6940         * emacs-lisp/testcover.el (testcover):
6941         * emacs-lisp/trace.el (trace):
6942         * emulation/viper-ex.el (viper-ex):
6943         * emulation/viper-mous.el (viper-mouse):
6944         * mail/mailalias.el (mailalias):
6945         * mail/supercite.el (supercite, supercite-frames)
6946         (supercite-attr, supercite-cite, supercite-hooks):
6947         * net/rcompile.el (remote-compile):
6948         * net/rlogin.el (rlogin):
6949         * obsolete/ooutline.el (outlines):
6950         * progmodes/delphi.el (delphi):
6951         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
6952         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
6953         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
6954         (ebnf-optimization):
6955         * progmodes/etags.el (etags):
6956         * progmodes/executable.el (executable):
6957         * progmodes/idlwave.el (idlwave):
6958         * progmodes/pascal.el (pascal):
6959         * progmodes/prolog.el (prolog):
6960         * progmodes/python.el (python):
6961         * progmodes/scheme.el (scheme):
6962         * progmodes/sh-script.el (sh, sh-script):
6963         * progmodes/sql.el (SQL):
6964         * progmodes/tcl.el (tcl):
6965         * textmodes/bibtex.el (bibtex, bibtex-autokey):
6966         * textmodes/enriched.el (enriched):
6967         * textmodes/makeinfo.el (makeinfo):
6968         * textmodes/sgml-mode.el (sgml):
6969         * textmodes/table.el (table-hooks):
6970         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
6971         * textmodes/texinfo.el (texinfo):
6972         * textmodes/two-column.el (two-column):
6973         Finish `defgroup' description with period.
6975         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6976         * eshell/esh-var.el (eshell-var):
6977         * progmodes/vhdl-mode.el (vhdl-testbench):
6978         * textmodes/org.el (org): Fix typos in docstrings.
6980         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
6981         consistency.
6983         * progmodes/flymake.el (flymake-find-file): Remove.
6984         (flymake-float-time): Use `with-no-warnings'.
6985         (flymake-check-start-time, flymake-check-was-interrupted)
6986         (flymake-err-info, flymake-is-running, flymake-last-change-time)
6987         (flymake-new-err-info): `defvar' at compile time.
6989 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
6991         * replace.el (occur-hook): Doc fix.
6992         (occur-1): Don't call `occur-hook' if there are no matches.
6994 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6996         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
6997         global-map, save the same map.
6998         (global-map): Don't alter it at top level.
6999         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7000         Then alter it here instead.
7001         (tpu-edt-off): Set global-map to the saved one.
7003         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7004         All references simplified.
7005         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
7006         (zmacs-regions): Add defvar.
7007         (repeat-complex-command-map): Everything about that deleted.
7009         * textmodes/artist.el (artist-key-is-drawing)
7010         (artist-key-endpoint1, artist-key-poly-point-list)
7011         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7012         (artist-key-compl-table, artist-rb-save-data)
7013         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7014         Don't put them in eval-when-compile.
7015         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7017         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7018         Use with-no-warnings.
7020         * net/browse-url.el (dos-windows-version): Add defvar.
7022         * mail/supercite.el (filladapt-prefix-table): Add defvar.
7024         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7025         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7026         (rmail-new-summary-line-count): Rename from new-summary-line-count.
7027         Add defvar.
7028         (rmail-summary-beginning-of-message): Use with-no-warnings.
7029         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7031         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7032         Use with-no-warnings.
7034         * emulation/vi.el (vi-mark-region): Use c-mark-function.
7035         (c-mark-function): Add point-moving-unit property.
7036         (vi-goto-line): Use with-no-warnings.
7038         * emulation/edt.el (edt-last-copied-word): Add defvar.
7039         (zmacs-region-stays): Likewise.
7040         (edt-mark-section-wisely): Use c-mark-function for C.
7041         Use makr-defun for Fortran.
7042         (time-string): defvar deleted.
7043         (edt-display-the-time): Don't set time-string.
7045         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7047         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7048         Don't warn when name is not constant
7049         or for defining the group `emacs'.
7051         * tooltip.el (gud-tooltip-mode): Add defvar.
7053         * startup.el (default-frame-background-mode): Add defvar.
7055         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7057         * info.el (tool-bar-map): Add defvar.
7059         * dired.el (dnd-protocol-alist): Add defvar.
7061         * dired-aux.el (dired-query): Display question with answer, when
7062         the user answers.
7064         * custom.el (custom-add-option): Doc fix.
7066         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7068 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
7070         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7071         bogus name from the last change.
7073 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
7075         * custom.el (custom-declare-variable): Fix typos in comment.
7076         (custom-known-themes): Doc fix.
7077         (custom-theme-directory): New defcustom.
7078         (require-theme): Make it check `custom-theme-directory'.
7080         * cus-theme.el (custom-new-theme-mode): New function.
7081         (custom-theme-name, custom-theme-variables, custom-theme-faces)
7082         (custom-theme-description): Add compiler defvars.
7083         (customize-create-theme): Add doc to the "*New Custom Theme*"
7084         buffer.  Use `custom-new-theme-mode'.
7085         (custom-theme-write): Put the created buffer in emacs-lisp-mode
7086         and save it to the `custom-theme-directory'.  Make this the
7087         default directory of the buffer.
7089 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
7091         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7092         Fix unbalanced parentheses.
7094 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7097         into flymake-mode and delegate to flymake-mode.
7099         * find-file.el (ff-which-function-are-we-in): Clean up.
7101 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
7103         * replace.el (occur-rename-buffer): Fix docstring.
7105         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7106         (edt-last-copied-word, edt-learn-macro-count)
7107         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7108         (edt-rect-start-point, edt-user-global-map, rect-start-point)
7109         (time-string, zmacs-region-stays):
7110         * emulation/edt-mapper.el (edt-save-function-key-map)
7111         (EDT-key-name): `defvar' to silence the byte-compiler.
7113 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7115         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7116         font-lock-regexp-backslash.  Doc fix.
7117         (font-lock-regexp-backslash-grouping-construct): Rename from
7118         font-lock-regexp-backslash-construct.  Doc fix.
7119         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7120         grouping constructs.
7122 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
7124         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7125         updating all the prerequisites.
7127 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
7129         * textmodes/org.el (org-agenda-start-on-weekday)
7130         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7131         (org-agenda-use-time-grid, org-archive-location)
7132         (org-allow-space-in-links, org-usenet-links-prefer-google)
7133         (org-enable-table-editor, org-export-default-language)
7134         (org-export-html-show-new-buffer, org-fill-paragraph)
7135         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7136         (org-goto-quit, org-occur, org-eval-in-calendar)
7137         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7138         (org-agenda-diary-entry, org-remember-help)
7139         (org-table-convert-region, org-at-table-p)
7140         (org-table-move-row-down, org-table-move-row-up)
7141         (org-table-copy-region, org-table-toggle-vline-visibility)
7142         (org-table-get-stored-formulas, org-table-get-specials)
7143         (org-recalc-commands, org-table-eval-formula)
7144         (org-table-formula-substitute-names, orgtbl-make-binding)
7145         (org-format-org-table-html, org-format-table-table-html)
7146         (org-format-table-table-html-using-table-generate-source)
7147         (org-customize): Fix typos in docstrings.
7148         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7149         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7150         (org-back-to-heading): Doc fixes.
7151         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7152         (org-agenda-change-all-lines, org-get-header):
7153         Improve argument/docstring consistency.
7154         (orgtbl-error): Fix error message.
7156         * progmodes/flymake.el (flymake-find-possible-master-files)
7157         (flymake-master-file-compare, flymake-get-line-err-count)
7158         (flymake-highlight-line, flymake-gui-warnings-enabled):
7159         Fix typos in docstrings.
7160         (flymake-parse-line, flymake-get-project-include-dirs-function)
7161         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7162         Doc fixes.
7163         (flymake-get-project-include-dirs-function)
7164         (flymake-make-err-menu-data):
7165         Improve argument/docstring consistency.
7167 2005-07-01  Lute Kamstra  <lute@gnu.org>
7169         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7170         Catch errors with ignore-errors.  Use temporary buffer.
7171         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
7173         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7174         background color faces.
7175         (facemenu-set-foreground, facemenu-set-background):
7176         Use facemenu-set-face-from-menu.
7177         (facemenu-set-face-from-menu): Treat face names that start with
7178         "fg:" or "bg:" as special.
7179         (facemenu-add-new-color): Don't create faces.  Simplify.
7181 2005-06-30  Richard M. Stallman  <rms@gnu.org>
7183         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7184         (crm-find-current-element): Likewise.
7186 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
7188         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7190 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7192         * arc-mode.el (archive-extract): Make it work as a mouse binding.
7193         (archive-mouse-extract): Make it an obsolete alias.
7194         (archive-mode-map): Don't use archive-mouse-extract any more.
7195         (archive-mode, archive-extract): write-contents-hooks ->
7196         write-contents-functions.
7197         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7198         first arg.
7199         (archive-rename-entry): Update the call.
7200         (archive-zip-summarize): Remove unused var `method'.
7201         (archive-lzh-summarize): Remove unused var `creator'.
7203         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7204         dedicated frame upon exit.
7206         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7207         (archive-zip-extract, archive-zip-expunge)
7208         (archive-zip-update, archive-zip-update-case): Use executable-find.
7209         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7210         Use restore-buffer-modified-p.
7211         (archive-extract, archive-add-new-member, archive-write-file-member):
7212         Use with-current-buffer.
7213         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7215 2005-06-30  Andreas Schwab  <schwab@suse.de>
7217         * progmodes/gud.el (gud-filter): Remove unneeded progn.
7219 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7221         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7223 2005-06-30  Juri Linkov  <juri@jurta.org>
7225         * faces.el (vertical-border): Inherit from mode-line-inactive
7226         only on tty.
7228 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
7230         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7231         example, -NLINES in the `occur' docstring).
7233         * replace.el (occur-1): When no matches are found, do not set the
7234         `buffer-read-only' and modified flags for the occur buffer,
7235         because it is deleted.
7237         * emulation/cua-base.el (cua-check-pending-input)
7238         (cua-repeat-replace-region, cua-mode, cua-debug)
7239         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7240         Fix typos in docstrings.
7242         * emulation/cua-gmrk.el (cua-toggle-global-mark)
7243         (cua-cut-region-to-global-mark)
7244         (cua--cut-rectangle-to-global-mark):
7245         Remove period from end of messages.
7247         * emulation/cua-rect.el (cua-do-rectangle-padding):
7248         Remove period from end of messages.
7249         (cua--rectangle-seq-format): Fix typo in docstring.
7250         (cua-sequence-rectangle, cua-fill-char-rectangle):
7251         Improve argument/docstring consistency.
7253 2005-06-29  Juri Linkov  <juri@jurta.org>
7255         * faces.el (default-frame-background-mode): New internal variable.
7256         (frame-set-background-mode): Use it.
7258         * startup.el (normal-top-level): Set default-frame-background-mode
7259         instead of frame-background-mode.  Before setting it, test for its
7260         nil value.  Remove tests for frame-background-mode and frame
7261         parameter `reverse'.  Add test for "unspecified-fg".
7263         * term/xterm.el (xterm-rxvt-set-background-mode):
7264         * term/rxvt.el (rxvt-set-background-mode):
7265         Set default-frame-background-mode instead of frame-background-mode.
7267 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
7269         * simple.el (set-variable): Warn about obsolete user variables.
7271         * imenu.el (imenu--completion-buffer):
7272         * mouse.el (mouse-buffer-menu-alist):
7273         * msb.el (msb-invisible-buffer-p):
7274         * calendar/diary-lib.el (diary-header-line-format):
7275         * emacs-lisp/pp.el (pp-buffer):
7276         * progmodes/cperl-mode.el (cperl-do-auto-fill):
7277         * textmodes/picture.el (picture-replace-match):
7278         Change space constants followed by a sexp to "?\s ".
7280         * play/decipher.el (decipher-loop-with-breaks):
7281         * textmodes/texinfo.el (texinfo-insert-@item): Change space
7282         constants "protected" from end of line by a comment to "?\s".
7284 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * font-lock.el (save-buffer-state): Use `declare'.
7288         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7289         reset the syntax-table to cperl-mode-syntax-table.
7290         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7291         "foo_print_bar" is not matched as a reserved keyword.
7293 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7295         * textmodes/org.el (orgtbl-setup): New function, for delayed
7296         setup for the orgtbl commands.
7297         (org-calc-default-modes): New option.
7298         (orgtbl-make-binding): Use `defun' to get better help display.
7299         (org-diary): Call `org-compile-prefix-format'.
7300         (org-table-formula-substitute-names): New function.
7301         (org-agenda-day-view, org-agenda-week-view): New commands.
7302         (org-agenda-toggle-week-view): Command removed.
7303         (org-tbl-menu): Split off from org-org-menu.
7304         (org-mode): Move removal of outline-mode menus to here.
7305         (org-table-formula-debug): New option.
7306         (org-table-insert-row): Keep first field if just "#" or "*".
7307         (org-mode): Paragraph regexps fixed.
7308         (org-table-recalculate-regexp): New constant.
7309         (org-table-justify-field-maybe): Avoid replace if not necessary.
7310         (org-copy-special, org-cut-special): Use `call-interactively'.
7311         (org-table-copy-region): Take region from `interactive' call.
7312         (org-trim): Return string even if no match.
7313         (org-formula): New face.
7314         (org-set-font-lock-defaults): No longer highlight "FIXME".
7315         But highlight formula-related fields in table.
7316         (org-table-p): Use regexp, not fontification.
7317         (org-table-align): Handle white space at end of line.
7318         (org-table-formula-evaluate-inline): New option.
7319         (org-mode): Auto-wrapping in comment lines turned off.
7320         (org-table-copy-down): Evaluate only in copied field, not in
7321         destination.
7322         (org-table-current-formula): Variable removed.
7323         (org-table-store-formulas, org-table-get-stored-formulas)
7324         (org-table-modify-formulas, org-table-replace-in-formulas)
7325         (org-table-maybe-eval-formula): New functions.
7326         (org-table-get-formula): Modify to use stored formulas.
7327         (org-table-insert-column, org-table-delete-column)
7328         (org-table-move-column): Call `org-table-modify-formulas'.
7329         (org-complete): Add completion for keyword formulas.
7330         (orgtbl-mode): Pull orgtbl-mode-map to start of
7331         minor-mode-map-alist.
7333 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7335         * progmodes/python.el (python-check): Require `compile' before
7336         modifying its variables.
7338         * newcomment.el (comment-indent-default): Don't get fooled by an early
7339         end of buffer.
7341 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7343         * ps-print.el (ps-print-version): Fix version number.
7345 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
7347         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7349 2005-06-28  Richard M. Stallman  <rms@gnu.org>
7351         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7352         (flyspell-local-mouse-map): Declaration deleted.
7353         (flyspell-mouse-map): Bind only mouse-2.
7354         (flyspell-mode-map): Don't test flyspell-use-local-map.
7355         (flyspell-overlay-keymap-property-name): Var deleted.
7356         (flyspell-mode-on): Don't make local bindings for
7357         flyspell-mouse-map and flyspell-mode-map.
7358         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7360         * textmodes/ispell.el (ispell-word): Do not ignore short words.
7362         * progmodes/compile.el (compilation-next-error-function):
7363         Don't switch buffers; operate on the current buffer.
7365         * progmodes/compile.el (compilation-error-file-name)
7366         (compilation-warning-file-name, compilation-info-file-name)
7367         (compilation-line-number, compilation-column-number): New faces.
7368         (compilation-error-face, compilation-warning-face)
7369         (compilation-info-face, compilation-line-face)
7370         (compilation-column-face): Use them.
7372         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7374         * comint.el (comint-password-prompt-regexp): Accept ", try again".
7376         * bindings.el (global-map): Bind insertchar and its variants.
7378 2005-06-27  Richard M. Stallman  <rms@gnu.org>
7380         * textmodes/artist.el (artist-text-overwrite)
7381         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7383 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7385         * ps-print.el: It was not working the page selection for printing.
7386         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7387         (ps-print-version): New version 6.6.7.
7388         (ps-end-sheet): New fun.
7389         (ps-header-sheet, ps-end-job): Call it.
7391 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
7393         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7395 2005-06-27  Lute Kamstra  <lute@gnu.org>
7397         * facemenu.el (facemenu-unlisted-faces): Add foreground and
7398         background color faces.
7399         (facemenu-get-face): Delete function.
7400         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7401         (facemenu-add-new-color): Make second argument mandatory.
7402         Create the appropriate face and return it.  Simplify.
7403         (facemenu-set-foreground, facemenu-set-background): Don't check if
7404         color is defined.  Use return value of facemenu-add-new-color.
7406 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
7408         * progmodes/gud.el (gud-filter): Add missing argument to
7409         with-selected-window.
7411 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7413         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7414         a :require to the defcustom.
7416         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7417         defcustoms corresponding to minor modes.
7419 2005-06-26  David Ponce  <david@dponce.com>
7421         * recentf.el: Require tree-widget instead of wid-edit.
7422         (recentf-filename-handler): Fix widget :type.
7423         (recentf-cancel-dialog, recentf-open-more-files)
7424         (recentf-open-files-action): Doc fix.
7425         (recentf-dialog-goto-first): New function.
7426         (recentf-dialog-mode-map): Set parent keymap first.
7427         (recentf-dialog-mode): Define with define-derived-mode.
7428         Don't display continuation lines in dialogs.
7429         (recentf-edit-list): Rename from recentf-edit-selected-items.
7430         (recentf-edit-list-select): Rename from recentf-edit-list-action.
7431         Simplify.
7432         (recentf-edit-list-validate): New function.
7433         (recentf-edit-list): Update accordingly.
7434         (recentf-open-files-item-shift): Remove.
7435         (recentf-open-files-item): Convert menu elements into tree and
7436         link widgets.  Don't create the widgets.
7437         (recentf-open-files): Update accordingly.
7438         (recentf-save-list): Untabify.
7440 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
7442         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7443         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
7444         partially contained in the active region.  Do not take active
7445         region into account when called from Lisp, unless INTERACTIVE arg
7446         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
7447         avoid trouble with fields.  Make marker point nowhere when no
7448         longer used.  Always return nil.  Doc fix.
7449         (flush-lines): Add INTERACTIVE arg.  Do not take active region
7450         into account when called from Lisp, unless INTERACTIVE arg is
7451         non-nil.  Use `forward-line' instead of `beginning-of-line' to
7452         avoid trouble with fields.  Make marker point nowhere when no
7453         longer used.  Always return nil.  Doc fix.
7454         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
7455         interchangeable.  Do not take active region into account when
7456         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
7457         message in echo area when called from Lisp, unless INTERACTIVE arg
7458         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
7459         Return the number of matches.  Doc fix.
7460         (occur): Doc fix.
7461         (perform-replace): Make comment follow double space convention for
7462         the sake of `outline-minor-mode'.
7464         * faces.el (facep): Doc fix.
7466 2005-06-25  Richard M. Stallman  <rms@gnu.org>
7468         * facemenu.el (facemenu-enable-faces-p): New function.
7469         (facemenu-background-menu, facemenu-foreground-menu)
7470         (facemenu-face-menu): Add menu-enable property.
7472         * jka-compr.el (jka-compr-insert-file-contents):
7473         Special handling if cannot find the uncompression program.
7475         * cus-face.el (custom-face-attributes): Add autoload.
7477         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7478         Bind comment-indent-function locally.
7480         * window.el (save-selected-window): Use save-current-buffer.
7482         * subr.el (with-selected-window): Use save-current-buffer.
7484         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7485         and with-current-buffer.
7487 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7489         * simple.el (line-move-1): Fix previous change.
7491 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7493         * replace.el (occur-1): Set `buffer-read-only' and the
7494         buffer-modified flag before running `occur-hook' to protect
7495         against unintentional buffer switches that can lead to data loss.
7497 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
7499         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7500         (gud-gdb-marker-filter): Use font-lock-warning-face for any
7501         initial error.
7503         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7504         after fresh input.
7505         (gdb-var-create-handler): Put name of expression in quotes.
7507 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7509         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7510         elements of RING in order, and without bogus nil elements.
7512 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7514         * simple.el (set-variable): Args renamed; doc fix.
7515         (line-move-1): When there are overlays around, use vertical-motion.
7517         * faces.el (escape-glyph): Use brown against light background.
7518         (nobreak-space): Rename from no-break-space.
7519         Fix previous change.
7521         * dired-aux.el (dired-do-copy): Fix arg prompt.
7523         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7525 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
7527         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7528         rather than "Distributor".
7530 2005-06-23  Lute Kamstra  <lute@gnu.org>
7532         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7533         (debug-on-entry): Use it.  New interactive declaration that uses
7534         function-called-at-point.
7536 2005-06-23  Kim F. Storm  <storm@cua.dk>
7538         * subr.el (save-match-data): Add comment about using evaporate arg
7539         to set-match-data.
7541 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7543         * cus-edit.el (customize-face)
7544         (customize-face-other-window): Handle face aliases.
7546         * faces.el (face-documentation, set-face-attribute)
7547         (face-spec-set): Handle face aliases.
7549 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
7551         * help-mode.el (help-make-xrefs): If a symbol representing a face
7552         name is not followed by the word "face", it could still be a
7553         function or variable name, so don't bypass other checks.
7555 2005-06-22  Juri Linkov  <juri@jurta.org>
7557         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7558         Replace aliased functions with calls where second arg `inherit' is t.
7560 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7562         * progmodes/gdb-ui.el (gdb-error): New variable.
7563         (gdb-error): New function.
7564         (gdb-annotation-rules): Act on error-begin and error annotations.
7565         (gdb-concat-output): Use font-lock-warning-face for errors.
7567 2005-06-22  Miles Bader  <miles@gnu.org>
7569         * bindings.el (propertized-buffer-identification): Use renamed
7570         `Buffer-menu-buffer' face.
7572         * faces.el (vertical-border): Rename from `vertical-divider'.
7573         (escape-glyph): Change dark-background color back to `cyan'.
7575 2005-06-21  Juri Linkov  <juri@jurta.org>
7577         * faces.el (face-user-default-spec): Try getting `customized-face'
7578         prior to `saved-face'.
7579         (frame-background-mode): Refill docstring.
7581         * emacs-lisp/lisp-mode.el (eval-defun-1):
7582         * emacs-lisp/edebug.el (edebug-eval-defun):
7583         Set `saved-face' temporarily to nil before calling form.
7584         Set `customized-face' to the new spec after that.
7586 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7588         * subr.el (1value, lambda, key-substitution-in-progress):
7589         Doc fixes.
7591         * autoinsert.el (auto-insert-alist):
7592         * ses.el (ses-call-printer):
7593         * subr.el (noreturn):
7594         * emacs-lisp/lisp.el (check-parens):
7595         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7596         * net/browse-url.el (browse-url-mosaic):
7597         * progmodes/cc-defs.el (c-safe-scan-lists):
7598         * progmodes/ebnf-abn.el (ebnf-abn-lex):
7599         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7600         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7601         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7602         * progmodes/ebnf-iso.el (ebnf-iso-lex):
7603         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7605 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7607         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7609 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7611         * calendar/appt.el (appt-make-list): Activate the package, if
7612         not already active (for backwards compatibility).
7614 2005-06-20  Kim F. Storm  <storm@cua.dk>
7616         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
7618 2005-06-20  Miles Bader  <miles@gnu.org>
7620         * faces.el (vertical-divider): New face.
7622 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
7624         * simple.el (kill-whole-line): Doc fix.
7625         (next-error-buffer-p, next-error-find-buffer)
7626         (clone-indirect-buffer): Fix typos in docstrings.
7627         (comment-line-break-function): Doc fix: don't say variable
7628         is automatically buffer-local (it isn't).
7630 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
7632         * net/tramp-ftp.el (top):
7633         * net/tramp-smb.el (top):
7634         * net/tramp-util.el (top):
7635         * net/tramp-uu.el (top):
7636         * net/tramp-vc.el (top):
7637         * net/tramp.el (top): Revert copyright years back to original
7638         ones.  Tramp has a life outside GNU Emacs.
7640 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7642         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7644 2005-06-18  Juri Linkov  <juri@jurta.org>
7646         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7647         end of first regexp to limit the match to the position between
7648         line number and source line with same separator character as used
7649         between file name and line number.  In the second regexp limit
7650         mouse-face area to file name and line number by adding new group
7651         for them and referring it in HYPERLINK arg.
7652         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7653         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7654         previous line where grep markers may be already removed.
7656 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
7658         * progmodes/ps-mode.el: Update version and maintainer's email address.
7660 2005-06-18  Steve Youngs  <steve@xemacs.org>
7662         * net/browse-url.el (browse-url-browser-function)
7663         (browse-url-default-browser): Add firefox.
7664         (browse-url-firefox-program, browse-url-firefox-arguments)
7665         (browse-url-firefox-startup-arguments)
7666         (browse-url-firefox-new-window-is-tab): New defcustoms.
7667         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7669 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7671         * startup.el (command-line): Warn if specified user name has
7672         no home directory.
7674         * term.el (term-get-old-input, term-input-filter, term-input-sender)
7675         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7677         * longlines.el (longlines-mode, longlines-show-hard-newlines):
7678         Doc fixes.
7680         * faces.el (underline): Try bold if terminal doesn't support underline.
7682         * mail/sendmail.el (mail-setup-with-from): New variable.
7683         (mail-insert-from-field): New function.
7684         (sendmail-send-it): Call it.
7685         (mail-setup): Optionally call it here.
7687         * term/linux.el: Call tty-no-underline.
7689 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7691         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7693 2005-06-17  Miles Bader  <miles@gnu.org>
7695         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7696         (ediff-current-diff-C, ediff-current-diff-Ancestor)
7697         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7698         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7699         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7700         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7701         Remove "-face" suffix from face names.
7702         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7703         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7704         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7705         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7706         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7707         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7708         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7709         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7710         New backward-compatibility aliases for renamed faces.
7711         (ediff-current-diff-face-A, ediff-current-diff-face-B)
7712         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7713         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7714         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7715         (ediff-even-diff-face-A, ediff-even-diff-face-B)
7716         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7717         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7718         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7719         Use renamed ediff faces.
7721         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7722         Remove "-face" suffix from face names.
7723         (eshell-test-ok-face, eshell-test-failed-face):
7724         New backward-compatibility aliases for renamed faces.
7725         (eshell-run-test): Use renamed eshell-test faces.
7727         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7728         face name.
7729         (eshell-prompt-face): New backward-compatibility alias for renamed
7730         face.
7731         (eshell-emit-prompt): Use renamed eshell-prompt face.
7733         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7734         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7735         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7736         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7737         Remove "-face" suffix from face names.
7738         (eshell-ls-directory-face, eshell-ls-symlink-face)
7739         (eshell-ls-executable-face, eshell-ls-readonly-face)
7740         (eshell-ls-unreadable-face, eshell-ls-special-face)
7741         (eshell-ls-missing-face, eshell-ls-archive-face)
7742         (eshell-ls-backup-face, eshell-ls-product-face)
7743         (eshell-ls-clutter-face):
7744         New backward-compatibility aliases for renamed faces.
7745         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
7747         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
7748         Remove "-face" suffix from face name.
7749         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
7750         instead of literal face.
7752 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
7754         * emacs-lisp/warnings.el (display-warning, lwarn)
7755         (warning-minimum-log-level): Doc fixes.
7756         (warning-minimum-level, warning-minimum-log-level):
7757         Add :debug to :type choices.
7759         * progmodes/ada-mode.el (ada-format-paramlist)
7760         (ada-get-indent-case, ada-check-matching-start)
7761         (ada-check-defun-name, ada-goto-matching-decl-start)
7762         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7763         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
7764         (ada-make-subprogram-body): Follow error conventions.
7765         (ada-case-exception-file, ada-indent-comment-as-code)
7766         (ada-indent-handle-comment-special, ada-indent-renames)
7767         (ada-indent-return, ada-search-directories-internal)
7768         (ada-tab-policy, ada-case-exception-substring)
7769         (ada-other-file-alist, ada-matching-start-re)
7770         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
7771         (ada-imenu-generic-expression, ada-compile-goto-error)
7772         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
7773         (ada-popup-menu, ada-add-extensions, ada-mode)
7774         (ada-region-selected, ada-create-case-exception)
7775         (ada-create-case-exception-substring, ada-after-keyword-p)
7776         (ada-activate-keys-for-case, ada-adjust-case-region)
7777         (ada-adjust-case-buffer, ada-format-paramlist)
7778         (ada-scan-paramlist, ada-insert-paramlist)
7779         (ada-indent-newline-indent)
7780         (ada-indent-newline-indent-conditional)
7781         (ada-justified-indent-current, ada-goto-previous-word)
7782         (ada-indent-current, ada-get-indent-open-paren)
7783         (ada-get-indent-paramlist, ada-get-indent-end)
7784         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
7785         (ada-get-indent-block-start, ada-get-indent-subprog)
7786         (ada-get-indent-noindent, ada-get-indent-label)
7787         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
7788         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
7789         (ada-goto-stmt-end, ada-goto-next-word)
7790         (ada-check-matching-start, ada-check-defun-name)
7791         (ada-goto-matching-decl-start, ada-goto-matching-start)
7792         (ada-goto-matching-end, ada-search-ignore-string-comment)
7793         (ada-in-decl-p, ada-looking-at-semi-or)
7794         (ada-looking-at-semi-private, ada-in-paramlist-p)
7795         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
7796         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
7797         (ada-next-procedure, ada-previous-procedure, ada-next-package)
7798         (ada-previous-package, ada-create-menu)
7799         (ada-fill-comment-paragraph-justify)
7800         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
7801         (ada-other-file-name, ada-last-which-function-line)
7802         (ada-last-which-function-subprog, ada-which-function)
7803         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
7804         (ada-gen-treat-proc, ada-check-emacs-version)
7805         (ada-continuation-indent, ada-align-region-separate):
7806         Fix typos in docstrings.
7807         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
7809 2005-06-16  Lute Kamstra  <lute@gnu.org>
7811         * simple.el (fundamental-mode): Run after-change-major-mode-hook
7812         conditionally.
7814 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7816         * comint.el (comint-replace-by-expanded-filename)
7817         (comint-prompt-regexp, comint-delimiter-argument-list)
7818         (comint-preinput-scroll-to-bottom):
7819         * info.el (Info-hide-cookies-node):
7820         * ls-lisp.el (ls-lisp-classify):
7821         * find-file.el (ff-search-directories, ff-special-constructs)
7822         (ff-find-other-file):
7823         * font-lock.el (font-lock-keywords):
7824         * shell.el (shell-prompt-pattern)
7825         (shell-dynamic-complete-functions, shell-mode)
7826         (shell-delimiter-argument-list):
7827         * term.el (term-replace-by-expanded-filename)
7828         (term-prompt-regexp, term-delimiter-argument-list):
7829         * woman.el (woman-ignore, woman0-if):
7830         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
7831         * emacs-lisp/elint.el (elint-init-env):
7832         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
7833         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
7834         * language/ethio-util.el (ethio-tilde-escape)
7835         (ethio-use-three-dot-question):
7836         * net/zone-mode.el (zone-mode-load-time-setup):
7837         * progmodes/cc-align.el (c-lineup-argcont):
7838         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
7839         * progmodes/cperl-mode.el (cperl-set-style-back):
7840         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7841         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
7842         Fix spellings in docstrings.
7844         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
7845         * progmodes/modula2.el (m2-for): Fix spellings.
7847         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
7849         * simple.el (undo-more): Don't use `format' on `error' arguments.
7850         Improve argument/docstring consistency.
7851         (pending-undo-list): Doc fix.
7853         * smerge-mode.el (smerge-ensure-match):
7854         * emulation/vip.el (vip-ex):
7855         * net/zone-mode.el (zone-mode-update-serial):
7856         * progmodes/idlwave.el (idlwave-complete):
7857         * progmodes/vhdl-mode.el (vhdl-visit-file)
7858         (vhdl-compose-wire-components):
7859         Don't use `format' on `error' arguments.
7861         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
7862         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
7863         (tooltip-help-tips): Fix typos in docstrings.
7865 2005-06-16  David Ponce  <david@dponce.com>
7867         * tree-widget.el (tree-widget-value-create): Simplify last change.
7869 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
7871         * ido.el (ido-incomplete-regexp): New variable.
7872         (ido-set-matches-1): Handle invalid-regexp error and set
7873         ido-incomplete-regexp.
7874         (ido-incomplete-regexp): New face.
7875         (ido-completions): Use it.
7876         (ido-complete, ido-exit-minibuffer, ido-completions):
7877         Handle incomplete regexps.
7878         (ido-completions): Add check for complete match when entering a regexp.
7880 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7882         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
7884 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7886         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
7887         by field delimiters.
7889 2005-06-15  David Ponce  <david@dponce.com>
7891         * tree-widget.el: eval-and-compile inlined functions so they will
7892         be available at run-time too.
7893         (tree-widget-super-format-handler)
7894         (tree-widget-format-handler): Remove.
7895         (tree-widget-value-create): Handle the :indent property.
7897 2005-06-15  Miles Bader  <miles@gnu.org>
7899         * progmodes/which-func.el (which-func): Only inherit
7900         `font-lock-function-name-face' when that makes sense against the
7901         default mode-line face, otherwise set the face color explicitly.
7903         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
7904         faces instead of (non-existent) variables.
7906 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7908         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
7909         (iswitchb-get-matched-buffers): Likewise.  Simplify.
7911 2005-06-14  Miles Bader  <miles@gnu.org>
7913         * progmodes/ld-script.el (ld-script-location-counter):
7914         Remove "-face" suffix from face name.
7915         (ld-script-location-counter-face):
7916         New backward-compatibility alias for renamed face.
7917         (ld-script-location-counter-face): Use renamed face.
7919         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
7920         (cperl-hash): Remove "-face" suffix from face names.
7921         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
7922         New backward-compatibility aliases for renamed faces.
7923         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
7924         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
7926         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
7927         name.
7928         (which-func-face): New backward-compatibility alias for renamed face.
7929         (which-func-format): Use renamed which-func face.
7931         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
7932         (vhdl-function, vhdl-directive, vhdl-reserved-word)
7933         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
7934         names.
7935         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
7936         (vhdl-speedbar-configuration, vhdl-speedbar-package)
7937         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
7938         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
7939         (vhdl-speedbar-architecture-selected)
7940         (vhdl-speedbar-configuration-selected)
7941         (vhdl-speedbar-package-selected)
7942         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
7943         names.
7944         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
7945         Use renamed faces.
7946         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
7947         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
7948         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
7949         Use renamed faces.
7950         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
7951         names.
7952         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
7953         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
7954         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
7955         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
7956         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
7957         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
7959         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
7960         face name.
7961         (sh-heredoc-face): New backward-compatibility alias for renamed face.
7962         (sh-heredoc-face): Use renamed sh-heredoc face.
7964         * progmodes/idlw-help.el (idlwave-help-link):
7965         Remove "-face" suffix from face name.
7966         (idlwave-help-link-face):
7967         New backward-compatibility alias for renamed face.
7968         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
7970         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
7971         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
7972         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
7973         New backward-compatibility aliases for renamed faces.
7974         (idlwave-shell-disabled-breakpoint-face)
7975         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
7977         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7978         Remove "-face" suffix from face names.
7979         (flymake-errline-face, flymake-warnline-face):
7980         New backward-compatibility aliases for renamed faces.
7981         (flymake-highlight-line): Use renamed flymake faces.
7983         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7984         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
7985         (ebrowse-member-class, ebrowse-progress):
7986         Remove "-face" suffix from face names.
7987         (ebrowse-tree-mark-face, ebrowse-root-class-face)
7988         (ebrowse-file-name-face, ebrowse-default-face)
7989         (ebrowse-member-attribute-face, ebrowse-member-class-face)
7990         (ebrowse-progress-face):
7991         New backward-compatibility aliases for renamed faces.
7992         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
7993         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
7994         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
7995         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
7997         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
7998         antlr-syntax)
7999         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8000         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8001         names.
8002         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8003         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8004         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8005         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8006         backward-compatibility aliases for renamed faces.
8007         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8008         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8009         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8010         remove "font-lock-".  Use renamed antlr-mode faces.
8011         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
8012         literal face-names with face variable references.
8014         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8015         face name.
8016         (Buffer-menu-buffer-face): New backward-compatibility alias for
8017         renamed face.
8018         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8020 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
8022         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8023         Eliminate "-face" suffix.
8024         (makefile-targets): Inherit from font-lock-function-name-face and
8025         eliminate "-face" suffix.
8026         (makefile-shell): Remove attributes and eliminate "-face" suffix.
8027         (makefile-*-font-lock-keywords): Append makefile-targets in rule
8028         actions, instead of prepending, to make it less visible.
8029         (makefile-previous-dependency, makefile-match-dependency):
8030         Don't match a target on a continuation line.
8032         * files.el (auto-mode-alist): Put Makefile in gmake mode.
8034 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
8036         * progmodes/gdb-ui.el (menu): Re-order menu items.
8037         (gdb-tooltip-print): Respect tooltip-use-echo-area.
8039         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8040         Define in tooltip.el.
8041         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8042         (gud-tooltip-tips): Respect tooltip-use-echo-area and
8043         gud-tooltip-echo-area.
8045         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8046         backward compatibility and make obsolete.
8047         (tooltip-help-tips): Use tooltip-use-echo-area.
8048         (tooltip-show-help-function): Rename to...
8049         (tooltip-show-help): ...this, because it is a function.
8050         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8052 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
8054         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8055         (edebug-print-length, edebug-print-level, edebug-print-circle)
8056         (edebug-modify-breakpoint, edebug-eval-last-sexp)
8057         (edebug-eval-print-last-sexp): Doc fixes.
8059 2005-06-14  Kim F. Storm  <storm@cua.dk>
8061         * ido.el (ido-mode): Make a new keymap every time we enable ido,
8062         as the coverage buffer/file/both may change.
8064 2005-06-14  Lute Kamstra  <lute@gnu.org>
8066         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8067         and run-mode-hooks.  Simplify.
8069         * mail/rmailedit.el (rmail-edit-mode):
8070         * progmodes/octave-inf.el (inferior-octave-mode):
8071         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8073         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8074         and run-mode-hooks.
8075         (recentf-edit-list, recentf-open-files): Don't call
8076         kill-all-local-variables directly.
8078         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8080 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8082         * emacs-lisp/byte-run.el (make-obsolete)
8083         (define-obsolete-function-alias): Rename arguments FUNCTION and
8084         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8085         (make-obsolete-variable, define-obsolete-variable-alias):
8086         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8087         respectively.
8089         * isearchb.el (isearchb-activate):
8090         * pcvs.el (cvs-mode):
8091         * ses.el (ses-load):
8092         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8093         * net/tramp.el (tramp-find-file-exists-command)
8094         (tramp-find-shell):
8095         * progmodes/ada-mode.el (ada-create-case-exception)
8096         (ada-create-case-exception-substring, ada-make-subprogram-body):
8097         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8098         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8099         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8100         * textmodes/org.el (org-promote, org-evaluate-time-range)
8101         (org-agenda-next-date-line, org-agenda-previous-date-line)
8102         (org-agenda-error, org-open-at-point, org-table-move-row)
8103         (org-format-table-table-html-using-table-generate-source)
8104         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8105         * textmodes/reftex.el (reftex-access-scan-info):
8106         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8107         (reftex-toc-promote-prepare): Follow error conventions.
8109         * diff-mode.el (diff-mode): Fix typo in docstring.
8111         * forms.el (forms--intuit-from-file): Fix reference to
8112         `forms-number-of-fields' in error message.
8113         (forms-print): Fix quoting in error message.
8115         * forms.el (forms-mode):
8116         * emulation/vi.el (vi-goto-insert-state):
8117         * progmodes/flymake.el (flymake-new-err-info)
8118         (flymake-start-syntax-check-for-current-buffer)
8119         (flymake-simple-cleanup):
8120         * eshell/esh-var.el (eshell/export):
8121         * progmodes/gud.el (xdb):
8122         * textmodes/flyspell.el (flyspell-incorrect-hook)
8123         (flyspell-maybe-correct-transposition)
8124         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8126 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8128         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8129         minibuffer prompt.
8131 2005-06-13  Kim F. Storm  <storm@cua.dk>
8133         * subr.el (add-to-ordered-list): New defun.
8135         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8136         add cua--keymap-alist to emulation-mode-map-alists.
8138 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8140         * subr.el (complete-in-turn): New macro.
8141         (dynamic-completion-table, lazy-completion-table): Add debug info.
8143         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8144         in preference to face aliases.
8146         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8147         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8148         Remove unused vars `start' and `firstline'.
8149         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8150         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8152 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
8154         * cus-start.el (all): Don't complain about missing GTK-related
8155         variables, unless either `gtk' is boundp or this isn't a
8156         `windows-nt' build.
8158 2005-06-13  Lute Kamstra  <lute@gnu.org>
8160         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8161         run-mode-hooks.
8163         * ediff-mult.el (ediff-meta-mode):
8164         * ediff-util.el (ediff-mode): Use run-mode-hooks.
8166         * ledit.el (ledit-mode): Use delay-mode-hooks.
8168         * woman.el (woman-mode-line-format): Delete constant.
8169         (woman-mode-map): Initialize it properly.
8170         (woman-mode): Set mode-class property to special.
8171         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
8172         Set major-mode and mode-name.  Don't set mode-line-format directly.
8173         (Man-getpage-in-background): Don't reference woman-mode-line-format.
8175         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8176         string argument obsolete.
8178 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8180         * textmodes/org.el (org-CUA-compatible): New option.
8181         (org-disputed-keys): New variable.
8182         (org-key): New function.
8183         (orgtbl-make-binding): Add docstring to the created function.
8184         (org-mode): Set paragraph start/separate regexps.
8185         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8186         (org-archive-location, org-archive-mark-done)
8187         (org-archive-stamp-time): New options.
8188         (org-archive-subtree): New command.
8189         (org-fill-paragraph): New function.
8190         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8191         (org-fake-empty-table-line): Function removed.
8192         (org-format-org-table-html): Do not create empty table lines at
8193         separator lines.  Improved table header treatment.
8194         (org-link-format): New option.
8195         (org-make-link): New function.
8196         (org-insert-link, org-store-link): Use org-make-link.
8197         (org-open-file): Quote file name for shell command, to allow
8198         spaces in file names.
8199         (org-link-regexp): Fix bug with mailto link.
8200         (org-link-maybe-angles-regexp, org-protected-link-regexp):
8201         New constants.
8202         (org-export-as-html): Deal with the optional angles around a link.
8203         Better treatment of file: links.
8204         (org-open-at-point): Replace @{ and @} with < and >.
8205         (org-run-mode-hooks): Function removed.
8206         (org-agenda-mode): No longer use `org-run-mode-hooks'.
8208 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
8210         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8211         MI command -data-list-register-values.
8212         (gdb-post-prompt): Indent properly.
8214 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
8216         * hilit-chg.el (highlight-changes-colors): Rename from
8217         `highlight-changes-colours'.
8218         (highlight-changes-colours): Keep as obsolete alias.
8219         (highlight-changes-face-list): Doc fix.
8220         (hilit-chg-make-list): Use `highlight-changes-colors'.
8222 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
8224         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8225         defun-prompt-regexp.
8227 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
8229         * loadup.el: Don't say we are dumping under 2 names on windows-nt
8230         and cygwin.
8232         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8233         Don't use an old loaddefs.el, as in Makefile.in.
8235 2005-06-12  Lute Kamstra  <lute@gnu.org>
8237         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8239         * man.el (Man-mode-map): Initialize it properly.
8240         (Man-mode): Set mode-class property to special.
8242         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8244 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
8246         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8247         A newline is needed in the docstring there.
8249         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8250         Doc fixes.
8252 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8254         * printing.el: Doc fix.  The menubar is no more changed when printing
8255         is loaded, it only changes when pr-menu-bind or pr-update-menus is
8256         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
8257         (pr-version): New version number (6.8.4).
8258         (pr-menu-bind): New command.
8259         (pr-update-menus): Docstring and code fix.
8260         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8261         Docstring fix.
8262         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8263         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8265 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
8267         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8268         "Returns" to "return", document useful return values, etc.
8270 2005-06-11  Alan Mackenzie  <acm@muc.de>
8272         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8273         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8274         (adaptive-file-function): Minor amendment to doc-string.
8276 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8278         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8279         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8280         Fix :type--it is `integer', not `string'.
8282         * faces.el (modeline-highlight): Rename from (the erroneous)
8283         `modeline-higilight'.
8285 2005-06-11  Lute Kamstra  <lute@gnu.org>
8287         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8288         lisp-interaction-mode-map but make it the parent.
8289         (edebug-eval-mode): Use define-derived-mode.
8291 2005-06-11  Andreas Schwab  <schwab@suse.de>
8293         * bindings.el: Add binding of `ESC functionkey' for every
8294         `M-functionkey'.
8295         * hexl.el (hexl-mode-map): Likewise.
8297 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
8299         * progmodes/compile.el (compilation-error-regexp-alist-alist)
8300         [msft]: update regexp for newer msft compilers.
8302 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
8304         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8305         ATTLIST portions of included DTDs.
8306         (xml-parse-dtd): Eliminate use of inefficient match-data.
8308 2005-06-10  Miles Bader  <miles@gnu.org>
8310         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8311         (mpuz-text): Remove "-face" suffix from face names.
8312         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8313         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8314         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8316         * play/gomoku.el (gomoku-O, gomoku-X):
8317         Remove "-face" suffix from face names.
8318         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8319         New backward-compatibility aliases for renamed faces.
8320         (gomoku-font-lock-keywords): Use renamed gomoku faces.
8322 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8324         * thumbs.el: Fixes for changes of 2005-06-09.
8325         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8326         as a directory.
8327         (thumbs-thumbname): Remove directory separator from format string;
8328         `thumbs-thumbsdir' now returns a valid directory name.
8329         (thumbs-temp-dir): New defsubst.
8330         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8331         Use it.
8333         * cus-edit.el (minibuffer):
8334         * files.el (make-backup-file-name-function):
8335         * filesets.el (filesets-external-viewers):
8336         * hilit-chg.el (highlight-changes-colours)
8337         (highlight-changes-face-list, highlight-changes-rotate-faces):
8338         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8339         * kmacro.el (kmacro-call-macro):
8340         * log-edit.el (log-edit-changelog-full-paragraphs):
8341         * mouse.el (mouse-1-click-follows-link):
8342         * skeleton.el (skeleton-autowrap):
8343         * subr.el (insert-for-yank-1):
8344         * tempo.el (tempo-insert-region):
8345         * terminal.el (terminal-emulator):
8346         * time.el (display-time-mail-face):
8347         * vc.el (vc-annotate):
8348         * vcursor.el (vcursor-copy-line):
8349         * woman.el (woman-bold-headings, woman-ignore)
8350         (woman-default-faces, woman-monochrome-faces):
8351         * calendar/todo-mode.el (todo-insert-threshold):
8352         * emulation/pc-select.el (pc-select-selection-keys-only)
8353         (pc-selection-mode):
8354         * emulation/vip.el (vip-find-char-forward):
8355         * emulation/viper-cmd.el (viper-find-char-forward):
8356         * international/mule-cmds.el
8357         (select-safe-coding-system-accept-default-p)
8358         (input-method-exit-on-invalid-key):
8359         * international/mule-diag.el (describe-coding-system):
8360         * international/ucs-tables.el (unify-8859-on-encoding-mode):
8361         * net/browse-url.el (browse-url-xterm-program):
8362         * obsolete/lazy-lock.el (lazy-lock-mode):
8363         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8364         (cperl-mode):
8365         * progmodes/cpp.el (cpp-face-light-name-list)
8366         (cpp-face-dark-name-list):
8367         * progmodes/delphi.el (delphi-newline-always-indents):
8368         Fix spellings in docstrings.
8370         * ido.el (ido-mode, ido-file-extensions-order)
8371         (ido-default-file-method, ido-default-buffer-method)
8372         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8373         (ido-decorations, ido-read-file-name-as-directory-commands)
8374         (ido-read-file-name-non-ido, ido-work-directory-list)
8375         (ido-ignore-item-temp-list, ido-current-directory)
8376         (ido-magic-forward-char, ido-enter-find-file)
8377         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8378         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8380 2005-06-10  Lute Kamstra  <lute@gnu.org>
8382         * play/dunnet.el (dun-mode): Use define-derived-mode.
8383         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
8384         obsolete alias.
8386         * play/doctor.el (doctor-mode-map): Remove defvar.
8387         (doctor-mode): Use define-derived-mode.
8389         * mail/mspools.el (mspools-mode):
8390         * net/eudc-hotlist.el (eudc-hotlist-mode):
8391         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8393 2005-06-10  Miles Bader  <miles@gnu.org>
8395         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8396         Remove "-face" suffix from face names.
8397         (flyspell-incorrect-face, flyspell-duplicate-face):
8398         New backward-compatibility aliases for renamed faces.
8399         (flyspell-mode-on, make-flyspell-overlay)
8400         (flyspell-highlight-incorrect-region)
8401         (flyspell-highlight-duplicate-region)
8402         (flyspell-display-next-corrections)
8403         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8405         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8406         from face name.
8407         (texinfo-heading-face): New backward-compatibility alias for
8408         renamed face.
8409         (texinfo-heading-face): Use renamed texinfo-heading face.
8411         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8412         suffix from face names.
8413         (tex-math-face, tex-verbatim-face):
8414         New backward-compatibility aliases for renamed faces.
8415         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8416         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8417         literal face name.
8419         * textmodes/table.el (table-cell): Remove "-face" suffix from face
8420         name.
8421         (table-cell-face): New backward-compatibility alias for renamed face.
8422         (table--put-cell-face-property, table--update-cell-face):
8423         Use renamed table-cell face.
8425         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8426         from face name.
8427         (sgml-namespace-face): New backward-compatibility alias for
8428         renamed face.
8429         (sgml-namespace-face): Use renamed sgml-namespace face.
8431         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8432         (org-level-4, org-level-5, org-level-6, org-level-7)
8433         (org-level-8, org-warning, org-headline-done)
8434         (org-deadline-announce, org-scheduled-today)
8435         (org-scheduled-previously, org-link, org-done, org-table)
8436         (org-time-grid): Remove "-face" suffix from face names.
8437         (org-level-1-face, org-level-2-face, org-level-3-face)
8438         (org-level-4-face, org-level-5-face, org-level-6-face)
8439         (org-level-7-face, org-level-8-face, org-warning-face)
8440         (org-headline-done-face, org-deadline-announce-face)
8441         (org-scheduled-today-face, org-scheduled-previously-face)
8442         (org-link-face, org-done-face, org-table-face)
8443         (org-time-grid-face):
8444         New backward-compatibility aliases for renamed faces.
8445         (org-level-faces, org-set-font-lock-defaults, org-timeline)
8446         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8447         (org-agenda-get-timestamps, org-agenda-get-scheduled)
8448         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8450         * emulation/viper-init.el (viper-search, viper-replace-overlay)
8451         (viper-minibuffer-emacs, viper-minibuffer-insert)
8452         (viper-minibuffer-vi): Remove "-face" suffix from face names.
8453         (viper-search-face, viper-replace-overlay-face)
8454         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8455         (viper-minibuffer-vi-face):
8456         New backward-compatibility aliases for renamed faces.
8457         (viper-search-face, viper-replace-overlay-face)
8458         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8459         (viper-minibuffer-vi-face): Use renamed viper faces.
8461         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8462         Remove "-face" suffix from face names.
8463         (testcover-nohits-face, testcover-1value-face):
8464         New backward-compatibility aliases for renamed faces.
8465         (testcover-mark): Use renamed testcover faces.
8467         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8468         face name.
8469         (diary-button-face): New backward-compatibility alias for renamed face.
8470         (diary-entry): Use renamed diary-button face.
8472         * calendar/calendar.el (diary, calendar-today, holiday)
8473         (mark-visible-calendar-date): Remove "-face" suffix from face names.
8474         (diary-face, calendar-today-face, holiday-face):
8475         New backward-compatibility aliases for renamed faces.
8476         (eval-after-load "facemenu", diary-entry-marker)
8477         (calendar-today-marker, calendar-holiday-marker, diary-face):
8478         Use renamed calendar faces.
8480         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8481         (compare-windows-face): New backward-compatibility alias for
8482         renamed face.
8483         (compare-windows-highlight): Use renamed compare-windows face.
8485         * strokes.el (strokes-char): Remove "-face" suffix from face name.
8486         (strokes-char-face): New backward-compatibility alias for renamed face.
8487         (strokes-encode-buffer): Use renamed strokes-char face.
8489         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8490         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8491         Remove "-face" suffix from face names.
8492         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8493         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8494         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8495         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8496         Use renamed pcvs faces.
8497         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8498         * pcvs-defs.el (cvs-mode-map): Likewise.
8499         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8501         * info.el (info-title-1, info-title-2, info-title-3)
8502         (info-title-4): Remove "-face" suffix from and downcase face names.
8503         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8504         (Info-title-4-face):
8505         New backward-compatibility aliases for renamed faces.
8506         (Info-fontify-node): Use renamed info faces.
8508         * hilit-chg.el (highlight-changes, highlight-changes-delete):
8509         Remove "-face" suffix from face names.
8510         (highlight-changes-face, highlight-changes-delete-face):
8511         New backward-compatibility aliases for renamed faces.
8512         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8513         (hilit-chg-make-list): Use renamed highlight-changes faces.
8515         * generic-x.el (show-tabs-tab, show-tabs-space):
8516         Remove "-face" suffix from face names.
8517         (show-tabs-tab-face, show-tabs-space-face):
8518         New backward-compatibility aliases for renamed faces.
8519         (show-tabs-generic-mode-font-lock-defaults-1)
8520         (show-tabs-generic-mode-font-lock-defaults-2):
8521         Use renamed show-tabs faces.
8523         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8524         (smerge-markers): Remove "-face" suffix from face names.
8525         (smerge-mine-face, smerge-other-face, smerge-base-face)
8526         (smerge-markers-face):
8527         New backward-compatibility aliases for renamed faces.
8528         (smerge-mine-face, smerge-other-face, smerge-base-face)
8529         (smerge-markers-face): Use renamed smerge faces.
8531         * log-view.el (log-view-file, log-view-message): Remove "-face"
8532         suffix from face names.
8533         (log-view-file-face, log-view-message-face):
8534         New backward-compatibility aliases for renamed faces.
8535         (log-view-file-face, log-view-message-face): Use renamed log-view
8536         faces.
8538         * paren.el (show-paren-match, show-paren-mismatch):
8539         Remove "-face" suffix from face names.
8540         (show-paren-match-face, show-paren-mismatch-face):
8541         New backward-compatibility aliases for renamed faces.
8542         (show-paren-function): Use renamed show-paren faces.
8544         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8545         (ruler-mode-margins, ruler-mode-fringes)
8546         (ruler-mode-column-number, ruler-mode-fill-column)
8547         (ruler-mode-comment-column, ruler-mode-goal-column)
8548         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8549         suffix from face names.
8550         (ruler-mode-default-face, ruler-mode-pad-face)
8551         (ruler-mode-margins-face, ruler-mode-fringes-face)
8552         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8553         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8554         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8555         New backward-compatibility aliases for renamed faces.
8556         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8557         (ruler-mode-column-number, ruler-mode-fill-column)
8558         (ruler-mode-comment-column, ruler-mode-goal-column)
8559         (ruler-mode-tab-stop, ruler-mode-current-column)
8560         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8561         faces.
8563         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8564         face name.
8565         (whitespace-highlight-the-space): Use renamed face.
8566         (whitespace-highlight-face): New backward-compatibility alias for
8567         renamed face.
8569         * woman.el (woman-italic, woman-bold, woman-unknown)
8570         (woman-addition, woman-symbol-face):
8571         Remove "-face" suffix from face names.
8572         (woman-italic-face, woman-bold-face, woman-unknown-face)
8573         (woman-addition-face):
8574         New backward-compatibility aliases for renamed faces.
8575         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8576         (woman-decode-region, woman-replace-match)
8577         (woman-display-extended-fonts, woman-special-characters)
8578         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8579         Use renamed woman faces.
8581         * longlines.el (longlines-visible-face): Face removed.
8583         * diff-mode.el (diff-header, diff-file-header, diff-index)
8584         (diff-hunk-header, diff-removed, diff-added, diff-changed)
8585         (diff-function, diff-context, diff-nonexistent): Remove "-face"
8586         suffix from face names.
8587         (diff-header-face, diff-file-header-face, diff-index-face)
8588         (diff-hunk-header-face, diff-removed-face, diff-added-face)
8589         (diff-changed-face, diff-function-face, diff-context-face)
8590         (diff-nonexistent-face): New backward-compatibility aliases for
8591         renamed faces.
8592         (diff-header-face, diff-file-header-face)
8593         (diff-index, diff-index-face, diff-hunk-header)
8594         (diff-hunk-header-face, diff-removed, diff-removed-face)
8595         (diff-added, diff-added-face, diff-changed-face, diff-function)
8596         (diff-function-face, diff-context-face, diff-nonexistent)
8597         (diff-nonexistent-face): Use renamed diff-mode faces.
8599         * progmodes/compile.el (compilation-warning-face)
8600         (compilation-info-face): Remove "-face" suffix from face names.
8601         (compilation-warning-face, compilation-info-face):
8602         New backward-compatibility aliases for renamed faces.
8603         (compilation-warning-face, compilation-info-face):
8604         Use renamed compilation faces.
8606         * add-log.el (change-log-date, change-log-name)
8607         (change-log-email, change-log-file, change-log-list)
8608         (change-log-conditionals, change-log-function)
8609         (change-log-acknowledgement): Remove "-face" suffix from face names.
8610         (change-log-date-face, change-log-name-face)
8611         (change-log-email-face, change-log-file-face)
8612         (change-log-list-face, change-log-conditionals-face)
8613         (change-log-function-face, change-log-acknowledgement-face):
8614         New backward-compatibility aliases for renamed faces.
8615         (change-log-font-lock-keywords): Use renamed change-log faces.
8617         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8618         (custom-set, custom-changed, custom-saved, custom-button)
8619         (custom-button-pressed, custom-documentation, custom-state)
8620         (custom-comment, custom-comment-tag, custom-variable-tag)
8621         (custom-variable-button, custom-face-tag, custom-group-tag-1)
8622         (custom-group-tag): Remove "-face" suffix from face names.
8623         (custom-magic-alist, custom-magic-value-create)
8624         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8625         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8626         (custom-set-face, custom-changed-face, custom-saved-face)
8627         (custom-button-face, custom-button-pressed-face)
8628         (custom-documentation-face, custom-state-face)
8629         (custom-comment-face, custom-comment-tag-face)
8630         (custom-variable-tag-face, custom-variable-button-face)
8631         (custom-face-tag-face, custom-group-tag-face-1)
8632         (custom-group-tag-face):
8633         New backward-compatibility aliases for renamed faces.
8635         * wid-edit.el (widget-documentation, widget-button)
8636         (widget-field, widget-single-line-field, widget-inactive)
8637         (widget-button-pressed): "-face" suffix removed from face names.
8638         (widget-documentation-face, widget-button-face)
8639         (widget-field-face, widget-single-line-field-face)
8640         (widget-inactive-face, widget-button-pressed-face):
8641         New backward-compatibility aliases for renamed faces.
8642         (widget-documentation-face, widget-button-face)
8643         (widget-button-pressed-face, widget-specify-field)
8644         (widget-specify-inactive): Use renamed widget faces.
8646 2005-06-10  Kenichi Handa  <handa@m17n.org>
8648         * term/x-win.el (x-clipboard-yank): Remove condition-case
8649         wrapping.
8651 2005-06-11  Kenichi Handa  <handa@m17n.org>
8653         * add-log.el (change-log-font-lock-keywords): Make the regexp for
8654         date lines stricter.
8656 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
8658         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8659         of x-get-selection.
8661 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8663         * comint.el (comint-mode, comint-snapshot-last-prompt):
8664         * frame.el (frame-current-scroll-bars):
8665         * term.el (term-mode, term-check-proc, term-input-sender)
8666         (term-simple-send, term-extract-string, term-word)
8667         (term-match-partial-filename):
8668         * window.el (window-current-scroll-bars):
8669         * emulation/cua-base.el (cua-normal-cursor-color)
8670         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8671         (cua-global-mark-cursor-color):
8672         * mail/undigest.el (rmail-forward-separator-regex):
8673         Fix typos in docstrings.
8675         * comint.el (comint-check-proc, make-comint-in-buffer)
8676         (comint-source-default): Doc fixes.
8678         * term.el (term-send-string): Improve argument/docstring consistency.
8680 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
8682         * comint.el (comint-send-input): Bind `inhibit-read-only' around
8683         call to `delete-region'.
8684         (comint-mode-hook): Do not enable Font Lock by default.
8686 2005-06-09  Lute Kamstra  <lute@gnu.org>
8688         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8689         could be void.
8691 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8693         * emacs-lisp/debug.el (debugger-will-be-back): New var.
8694         (debug): Use it.
8695         (debugger-step-through, debugger-continue, debugger-jump)
8696         (debugger-return-value): Set it when needed.
8697         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8698         Use inhibit-read-only.
8700 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
8702         * window.el (shrink-window-if-larger-than-buffer)
8703         (window-size-fixed): Fix typo in docstring.
8705         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
8706         thumbnails directory on loading.
8707         (thumbs-conversion-program): Use `eq' to check the system type,
8708         not `equal'.
8709         (thumbs-temp-dir): Initialize to `temporary-file-directory',
8710         not "/tmp".  Fix docstring.
8711         (thumbs-thumbsdir): New function to return the thumbnails
8712         directory, creating it if needed.
8713         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8714         (thumbs-temp-file): Delete variable and make it into a function.
8715         (thumbs-resize-image, thumbs-modify-image): Use it.
8716         (thumbs-kill-buffer): Simplify.
8717         (thumbs-gensym): Defalias or duplicate CL `gensym'.
8718         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8719         docstrings.
8721 2005-06-09  Kim F. Storm  <storm@cua.dk>
8723         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8724         set-match-data to free markers in match-data.
8726         * replace.el (replace-match-data): Pass RESEAT arg `t' to
8727         match-data to unchain markers in match-data.
8729 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8731         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8732         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
8733         unnecessary now.
8735 2005-06-08  Richard M. Stallman  <rms@gnu.org>
8737         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
8738         give the variable a doc string that doesn't say don't set it directly.
8740         * textmodes/ispell.el (ispell-check-version):
8741         Use match-string-no-properties.
8742         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
8743         (ispell-buffer-local-words): Likewise.
8745         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
8746         except on terminals with enough colors to really display it.
8747         (makefile-dependency-regex): Delete spurious `bb'.
8749         * faces.el (escape-glyph): Use blue once again in last case.
8750         (no-break-space): Redefine so that it isn't invisible on a tty.
8752 2005-06-08  Kim F. Storm  <storm@cua.dk>
8754         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
8755         also when reading directory name.
8757 2005-06-08  Lute Kamstra  <lute@gnu.org>
8759         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
8760         (flyspell-mode-line-string): Remove autoload cookie.
8761         (flyspell-mode): Remove defvar.
8763 2005-06-07  Lute Kamstra  <lute@gnu.org>
8765         * textmodes/org.el (org-run-mode-hooks): New function.
8766         (org-agenda-mode): Use it.
8768 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
8770         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
8772 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8774         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
8776 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
8778         * font-lock.el (font-lock-add-keywords): Doc fix.
8780 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
8783         (tex-compile-default): In the absence of any history, use the order in
8784         tex-compile-alist to choose the preferred command.
8785         (tex-compile-commands): Reorder a bit.
8787         * textmodes/flyspell.el (flyspell-auto-correct-binding)
8788         (flyspell-incorrect-face, flyspell-duplicate-face):
8789         Use (X)Emacs-agnostic code.
8790         (flyspell-mode-map): Don't overwrite at each load.  Remove code
8791         redundant with the subsequent add-minor-mode.  Merge Emacs and
8792         XEmacs code.
8793         (flyspell-word): Minor simplification.
8794         (flyspell-math-tex-command-p): Quieten the byte-compiler.
8795         (flyspell-external-point-words): Remove unused vars `size' and `start'.
8796         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
8797         Merge the corresponding Emacs code.
8798         (flyspell-correct-word, flyspell-xemacs-popup):
8799         Use flyspell-do-correct.
8801         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
8802         a dedicated window.
8804         * international/latexenc.el (latexenc-find-file-coding-system):
8805         Undo part of last patch, to turn off a compiler warning.
8807 2005-06-06  Juri Linkov  <juri@jurta.org>
8809         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
8810         Rename `tmm-inactive-face' to `tmm-inactive'.
8812 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
8814         * iswitchb.el: Rename faces.
8816 2005-06-06  Kim F. Storm  <storm@cua.dk>
8818         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
8819         (cua-global-mark): Remove -face suffix from face names.
8821         * emulation/cua-gmrk.el (cua--init-global-mark):
8822         Remove cua-global-mark face setup.
8824 2005-06-06  Richard M. Stallman  <rms@gnu.org>
8826         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
8827         just like other allowed characters.
8828         (makefile-match-dependency): Exclude leading and training whitespace
8829         from the range of regexp subexp 1.
8830         (makefile-macroassign-regex): Don't try to match the body,
8831         just the name of the macro being defined.
8833         * info.el (Info-read-node-name-2): New function.
8834         (Info-read-node-name-1): Use that.
8835         Add a completion-base-size-function property.
8837         * simple.el (completion-setup-function): Look for
8838         completion-base-size-function property of minibuffer-completion-table.
8840         * files.el (locate-file-completion): Doc fix.
8842         * printing.el: Don't call pr-update-menus; user must do that.
8844         * emacs-lisp/debug.el (debugger-window): New variable.
8845         (debug): Use debugger-window if it is set and still alive.
8846         Record debugger-window for next entry.
8848         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
8850 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
8852         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
8853         (hack-one-local-variable, hack-local-variables)
8854         (hack-local-variables-prop-line): Pass that arg.
8856 2005-06-06  Kim F. Storm  <storm@cua.dk>
8858         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8859         (ido-indicator): Remove -face suffix from face names.
8861 2005-06-06  Juri Linkov  <juri@jurta.org>
8863         * font-lock.el (font-lock-regexp-backslash)
8864         (font-lock-regexp-backslash-construct): New faces.
8865         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
8866         after `('.  Add `while-no-input' to control structures.
8868         * faces.el (no-break-space, shadow): New faces.
8869         (escape-glyph): Use less loud colors pink2 and red4.
8871         * diff-mode.el (diff-context-face)
8872         * dired.el (dired-ignored)
8873         * rfn-eshadow.el (file-name-shadow)
8874         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
8876         * info.el (Info-title-1-face): Use green instead of yellow because
8877         bold yellow is not readable on light backgrounds.
8879         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
8880         before selecting the desired mode to not spend time fontifying
8881         old contents.
8883 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
8885         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
8886         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
8888         * ps-print.el (ps-default-fg, ps-default-bg):
8889         Fix typos in docstrings.
8891         * isearchb.el (isearchb): Don't pass a spurious second argument to
8892         `iswitchb-completions'.
8894 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8896         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
8897         to preserve point.
8898         (gdb-find-file-hook): Add doc string.
8900         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8901         C dereferenced pointer expression.
8902         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
8904         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
8906         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
8907         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
8908         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
8909         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
8910         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
8911         Make background transparent.
8913 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8915         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
8916         (font-lock-remove-keywords): Doc fix.
8917         (font-lock-mode-major-mode): Compiler defvar.
8918         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
8920         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
8921         (font-lock-mode): Update `font-lock-mode-major-mode'.
8922         (font-lock-set-defaults): Compiler defvar.
8923         (font-lock-default-function): Take `font-lock-mode-major-mode'
8924         into account.
8926         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
8927         keep track of which major mode it enabled the minor mode for.
8928         Use find-file-hook again.  Update docstring.
8930         * simple.el (eval-expression-print-level)
8931         (eval-expression-print-length, eval-expression-debug-on-error):
8932         Doc fixes.
8934 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
8936         * iswitchb.el (iswitchb-single-match-face)
8937         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
8938         (iswitchb-invalid-regexp-face): New faces.
8939         (iswitchb-completions): Use them.
8940         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
8941         now marked as an obsolete alias.
8942         (iswitchb-read-buffer): Remove check for bound font variables.
8943         (iswitchb-invalid-regexp): New free variable.
8944         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
8945         set iswitchb-invalid-regexp.
8946         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
8947         invalid regexps.
8948         (iswitchb-completions): Add check for complete match when entering
8949         a regexp.
8950         (iswitchb-completions): Remove require-match argument.
8951         (iswitchb-exhibit): Fix caller.
8952         (iswitchb-common-match-inserted): New variable.
8953         (iswitchb-complete, iswitchb-completion-help): Use it.
8955 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
8957         * url-http.el (url-http-chunked-encoding-after-change-function):
8958         Use `url-http-debug' instead of `message'.
8960 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
8962         * url-http.el (url-http-parse-headers): Pass redirected URL as a
8963         callback argument.
8965 2005-06-04  Kim F. Storm  <storm@cua.dk>
8967         * simple.el (line-move): Only call sit-for when moving backwards.
8969         * ido.el (ido-make-merged-file-list-1): New defun split from
8970         ido-make-merged-file-list.
8971         (ido-make-merged-file-list): Bind throw-on-input around call to
8972         ido-make-merged-file-list-1.  Return input-pending-p if
8973         interrupted by more input available.
8974         (ido-read-internal): Handle input-pending-p return value from
8975         ido-make-merged-file-list.
8977 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
8980         compatibility code.
8982         * international/latexenc.el (latexenc-find-file-coding-system):
8983         Don't inherit the EOL part of the coding-system from the
8984         tex-main buffer.  Fit within 80 columns.
8986 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
8988         * tmm.el (tmm-inactive-face): New face.
8989         (tmm-remove-inactive-mouse-face): New function.
8990         (tmm-prompt, tmm-add-one-shortcut)
8991         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
8992         but not selectable.
8994 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
8996         * faces.el (face-equal): Improve argument/docstring consistency.
8998 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
9000         * progmodes/make-mode.el (makefile-targets-face)
9001         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9002         (makefile-bsdmake-dependency-regex)
9003         (makefile-makepp-rule-action-regex)
9004         (makefile-bsdmake-rule-action-regex): New constants.
9005         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9007         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9008         Allow (...) within `...' for makepp messages.
9010 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
9012         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9014         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9015         "." files are deleted from all file lists before comparison.
9017         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9018         (viper-ESC-key): Made them customizable.
9020         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9022 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9024         * autorevert.el (auto-revert-buffers): Use save-match-data.
9026 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9029         menu items with a nil command binding.
9031 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
9033         * emacs-lisp/cl-macs.el (defsetf):
9034         Improve argument/docstring consistency.
9036         * faces.el (list-faces-display): Improve the formatting by
9037         computing the maximum length required for any face-name (reworked
9038         patch of 1999-01-11, accidentally deleted on 1999-07-21).
9039         (internal-find-face): Remove redundant info in docstring.
9041 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
9043         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9044         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9045         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9046         (gdb-assembler-custom): Improve regexps.
9047         (def-gdb-auto-update-handler): Use window point to preserve point.
9049 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9051         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9053 2005-05-31  Jay Belanger  <belanger@truman.edu>
9055         * calc/calc-embed.el (calc-embedded-word): Change argument passed
9056         to calc-embedded.
9057         (calc-embedded-make-info): Have plain prefix argument select
9058         entire line.
9060 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
9062         * faces.el (list-faces-display): Signal error if passed a regexp
9063         that matches no face name.
9065         * simple.el (filter-buffer-substring): Fix typo in docstring.
9067 2005-05-31  Richard M. Stallman  <rms@gnu.org>
9069         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9070         (vhdl-emacs-21): Doc fix.
9071         (vhdl-mode): Unconditionally set comment-padding.
9072         (vhdl-fixup-whitespace-region): Insert spaces only where
9073         there are none.
9074         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9076 2005-05-30  John Wiegley  <johnw@newartisans.com>
9078         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9079         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9080         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9081         `directory-sep-char' to ?/, and all uses of `string-to-int' to
9082         `string-to-number'.
9084 2005-05-30  Jay Belanger  <belanger@truman.edu>
9086         * calc/calc.el (calc-bug-address): Fix docstring.
9087         (calc-window-hook, calc-trail-window-hook): New variables.
9088         (calc-trail-display): Restore use of calc-trail-window-hook.
9089         (calc): Restore use of calc-window-hook.
9091 2005-05-31  Masatake YAMATO  <jet@gyve.org>
9093         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9095         * help-fns.el (help-C-file-name): Add autoload mark for
9096         `find-function-noselect'.
9098 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9101         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9103 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9105         * calendar/diary-lib.el (mark-included-diary-files): Only kill
9106         included diary buffer if it was not already being visited.
9107         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9109         * calendar/icalendar.el (top-level): Do not require 'appt.
9111         * mail/supercite.el (sc-select-attribution): Only use a list
9112         element from sc-attrib-selection-list if it returns a string.
9113         Reported by Davide G. M. Salvetti <salve@debian.org>.
9115 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
9117         * thumbs.el (thumbs-thumbname): The resulting thumbname now
9118         includes a hash value to improve its uniqueness, and has a ".jpg"
9119         extension.  Also, it is now a valid filename on all systems.
9120         (thumbs-make-thumb): Use `let', not `let*'.
9121         (thumbs-show-thumbs-list): Check for JPEG availability.
9123 2005-05-30  Richard M. Stallman  <rms@gnu.org>
9125         * filesets.el (filesets-menu-ensure-use-cached):
9126         Prevent warning when emacs-version>= is undefined.
9128         * printing.el (pr-interactive-n-up): Use string-to-number.
9130         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9132         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9133         Warn only when name to be defined is quoted.
9135 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
9137         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9138         Make regexp more robust.
9139         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9140         Force regeneration of disassembly.
9142 2005-05-29  Jay Belanger  <belanger@truman.edu>
9144         * calc/calc.el (calc-user-invocation): Check if
9145         calc-invocation-macro is non-nil.
9147 2005-05-29  Juri Linkov  <juri@jurta.org>
9149         * add-log.el (change-log-font-lock-keywords):
9150         Add `+' to e-mail regexp to accept mail address with keywords.
9152         * man.el (Man-name-regexp): Add `:' to accept qualified names.
9154 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
9156         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9158         * ielm.el (inferior-emacs-lisp-mode): Ditto.
9160 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9162         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9163         Undo the change that moves to end of the current word.
9165 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9167         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9168         Throw error when count <= 0 to ensure input is a number.
9169         (gdb-read-memory-custom): Pick up address from buffer.
9170         (gdb-memory-mode): Allow user to increment and decrement
9171         memory address from header line.
9173 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9175         * flyspell.el (flyspell-version): Function deleted.
9176         (flyspell-auto-correct-previous-hook): Doc fix.
9178         * jit-lock.el (jit-lock-function, jit-lock-after-change):
9179         Do nothing if memory is full.
9181         * font-lock.el (font-lock-fontify-syntactically-region):
9182         Pass t for GREEDY to looking-back.
9184         * saveplace.el (save-place-alist-to-file): Write the file
9185         using write-region.
9187         * subr.el (looking-back): New argument GREEDY.
9189         * progmodes/compile.el (compilation-start): Set the mode
9190         before inserting the initial text.
9192         * progmodes/which-func.el (which-func-update-1): Turn the mode
9193         off in case of error by setting which-func-mode.
9195 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
9197         * flyspell.el (flyspell-auto-correct-previous-word):
9198         Narrow down to what's on the screen, and recenter overlays
9199         at the end of the next word.
9201 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
9203         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9204         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9205         (flyspell-abbrev-p): Default to nil.
9206         (flyspell-use-global-abbrev-table-p): Doc fix.
9207         (flyspell-large-region): Allow nil as value.
9208         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9210         (mail-mode-flyspell-verify): More robust handling
9211         of `mail-header-separator'.  More efficient signature detection.
9212         Allow for regexp metacharacters in message-header-separator.
9213         Adding `To' not to be checked in mail-mode-flyspell-verify.
9215         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9216         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9217         Bind flyspell-auto-correct-binding.
9218         Bind C-. and C-, .
9219         (flyspell-mode-map): Likewise.
9220         (flyspell-mode): Doc fix.
9221         (flyspell-accept-buffer-local-defs): Preserve current buffer.
9222         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9223         (flyspell-word-cache-result): New var, always local.
9224         (flyspell-check-pre-word-p): Doc fix.
9225         (flyspell-check-changed-word-p): Handle spc like newline.
9226         (flyspell-post-command-hook): Set flyspell-word-cache-result.
9227         (flyspell-word-search-backward, flyspell-word-search-forward):
9228         New functions.
9229         (flyspell-word): Return t if nothing to check.
9230         When parsing TeX code, check for after } or \.
9231         Use flyspell-word-search-backward to find previous word.
9232         Return nil if duplicated word.
9233         For word already checked, return same value as last time.
9234         Set flyspell-word-cache-result after checking.
9235         Don't clobber the return value.
9236         (flyspell-get-word): Major rewrite.
9237         (flyspell-external-point-words): New locals pword, pcount.
9238         Fix size used in progress message.
9239         Find the proper corresponding word in flyspell-large-region-buffer.
9240         (flyspell-region): Check for flyspell-large-region = nil.
9241         (flyspell-highlight-incorrect-region): Clean up overlays in region.
9242         (flyspell-auto-correct-word): Check that WORD is a cons.
9243         (flyspell-correct-word): Likewise.
9245 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
9247         * progmodes/make-mode.el (makefile-rule-action-regex)
9248         (makefile-macroassign-regex, makefile-makepp-mode)
9249         (makefile-bsdmake-mode): Continuation lines may be empty.
9250         Reported by Joshua Varner.
9251         (makefile-makepp-font-lock-keywords): Add $(stem).
9253 2005-05-28  Karl Berry  <karl@gnu.org>
9255         * textmodes/tex-mode.el: Now that tex-send-command calls
9256         shell-quote-argument (2005-03-31 change), remove all calls to
9257         shell-quote-argument; they all end up invoking tex-send-command.
9258         The double quoting loses on filenames with non-safe characters,
9259         such as "@".  Reported by Frederik Fouvry.
9261 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
9263         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9264         about preserving point.
9266 2005-05-27  Jay Belanger  <belanger@truman.edu>
9268         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9269         Info-goto-node.
9271         * calc/calc-embed.el (calc-embed-arg): New variable.
9272         (calc-do-embedded-activate, calc-embedded-activate-formula)
9273         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9274         variable by new variable.
9275         (calc-embedded-make-info): Replace undeclared variable by new
9276         variable.  When selecting region with positive prefix
9277         argument, use end of previous line instead of beginning of line.
9279         * calc/calc-aent.el (calc-arg-values): Declare it.
9281         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9282         Declare them.
9284         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9286         * calc/calc.el (calc-alg-map): Declare it.
9288         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9290 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
9292         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9293         (gdb-registers-buffer, toggle-gdb-all-registers):
9294         Toggle display of floating point registers.
9295         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9297         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
9298         (toggle-gud-tooltip-dereference):
9299         Rename from gud-toggle-tooltip-dereference.
9301 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9305 2005-05-27  Jay Belanger  <belanger@truman.edu>
9307         * calc/calc-prog.el (calc-kbd-report): Remove.
9308         (calc-kbd-query): Rewrite.
9310 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
9312         * image.el (image-library-alist): Move to image.c.
9313         (image-type-available-p): Doc fix.
9315 2005-05-27  Lute Kamstra  <lute@gnu.org>
9317         * calc/calc.el (calc):
9318         * outline.el (outline-1, outline-2, outline-3, outline-4)
9319         (outline-5, outline-6, outline-7, outline-8):
9320         * textmodes/dns-mode.el (dns-mode):
9321         * textmodes/sgml-mode.el (sgml-namespace-face):
9322         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9323         (tex-verbatim-face, tex-use-reftex):
9324         * textmodes/texinfo.el (texinfo-heading-face):
9325         Specify customization group.
9327         * longlines.el: Don't require easy-mmode.
9328         (longlines-visible-face): Specify customization group.
9330 2005-05-27  Kenichi Handa  <handa@m17n.org>
9332         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9333         encoding table of windows-1251.
9335         * international/ucs-tables.el (ucs-set-table-for-input):
9336         If translation-table-for-input of a coding system is a symbol, get
9337         its translation-table property.
9339         * international/code-pages.el: Don't register a coding system into
9340         non-iso-charset-alist more than once.
9341         (cp-make-coding-system): Likewise.
9343 2005-05-26  John Wiegley  <johnw@newartisans.com>
9345         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9346         `eshell-resume-eval' is wrapped in a list, it indicates that the
9347         command was run asynchronously.  In that case, unwrap the value
9348         before checking the delimiter value.
9350         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9351         character before a space at the end of a line is \, assume the space
9352         is part of the last argument rather than a final argument separator.
9354         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9355         is in use, and the target is `t' or `nil' (which are the most common
9356         values), don't assume that the symbol target is a buffer.
9358 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9360         * calendar/calendar.el (calendar-mode-line-format):
9361         Use mode-line-highlight as mouse-face.
9363         * time.el (display-time-string-forms, display-time-update):
9364         Use mode-line-highlight as mouse-face.
9366 2005-05-26  Jay Belanger  <belanger@truman.edu>
9368         * calc/calc.el (calc-language-alist): Remove extra defvar.
9370 2005-05-26  Lute Kamstra  <lute@gnu.org>
9372         * arc-mode.el (archive-mode):
9373         * bookmark.el (bookmark-read-annotation-mode)
9374         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9375         * bs.el (bs-mode):
9376         * calc/calc-yank.el (calc-edit-mode):
9377         * calc/calc.el (calc-mode, calc-trail-mode):
9378         * calculator.el (calculator-mode):
9379         * chistory.el (command-history-mode):
9380         * comint.el:
9381         * cus-edit.el (custom-mode):
9382         * descr-text.el (describe-text-mode):
9383         * ebuff-menu.el (Electric-buffer-menu-mode):
9384         * ediff-util.el (ediff-mode):
9385         * emacs-lisp/re-builder.el (reb-mode):
9386         * emulation/vi.el (vi-mode-setup):
9387         * emulation/ws-mode.el (wordstar-mode):
9388         * eshell/esh-mode.el (eshell-mode):
9389         * forms.el (forms-mode):
9390         * help-mode.el (help-mode):
9391         * hexl.el (hexl-mode):
9392         * ibuffer.el (ibuffer-mode):
9393         * ielm.el (inferior-emacs-lisp-mode):
9394         * info.el (Info-mode, Info-edit-mode):
9395         * international/swedish.el:
9396         * ledit.el (ledit-from-lisp-mode):
9397         * locate.el (locate-mode):
9398         * mail/rmail.el (rmail-mode):
9399         * mail/rmailedit.el (rmail-edit-mode):
9400         * mail/rmailsum.el (rmail-summary-mode):
9401         * mail/supercite.el (sc-electric-mode):
9402         * net/eudc.el (eudc-mode):
9403         * net/quickurl.el (quickurl-list-mode):
9404         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9405         * obsolete/ooutline.el (outline-mode):
9406         * obsolete/options.el (Edit-options-mode):
9407         * obsolete/rnews.el (news-mode):
9408         * obsolete/rnewspost.el (news-reply-mode):
9409         * play/5x5.el (5x5-mode):
9410         * play/decipher.el (decipher-mode, decipher-stats-mode):
9411         * play/gomoku.el (gomoku-mode):
9412         * play/snake.el (snake-mode):
9413         * play/solitaire.el (solitaire-mode):
9414         * play/tetris.el (tetris-mode):
9415         * progmodes/ada-mode.el (ada-mode):
9416         * progmodes/antlr-mode.el (antlr-mode):
9417         * progmodes/autoconf.el (autoconf-mode):
9418         * progmodes/dcl-mode.el (dcl-mode):
9419         * progmodes/delphi.el (delphi-mode):
9420         * progmodes/ebrowse.el (ebrowse-tree-mode)
9421         (ebrowse-electric-list-mode, ebrowse-member-mode)
9422         (ebrowse-electric-position-mode):
9423         * progmodes/f90.el (f90-mode):
9424         * progmodes/fortran.el (fortran-mode):
9425         * progmodes/icon.el (icon-mode):
9426         * progmodes/idlw-help.el (idlwave-help-mode):
9427         * progmodes/idlw-shell.el (idlwave-shell-mode):
9428         * progmodes/idlwave.el (idlwave-mode):
9429         * progmodes/inf-lisp.el (inferior-lisp-mode):
9430         * progmodes/m4-mode.el (m4-mode):
9431         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9432         * progmodes/modula2.el (modula-2-mode):
9433         * progmodes/octave-inf.el (inferior-octave-mode):
9434         * progmodes/octave-mod.el (octave-mode):
9435         * progmodes/pascal.el (pascal-mode):
9436         * progmodes/sh-script.el (sh-mode):
9437         * progmodes/sql.el (sql-mode, sql-interactive-mode):
9438         * progmodes/vhdl-mode.el (vhdl-mode):
9439         * progmodes/xscheme.el (scheme-interaction-mode):
9440         * replace.el (occur-mode):
9441         * ses.el (ses-mode):
9442         * simple.el (completion-list-mode):
9443         * skeleton.el:
9444         * speedbar.el (speedbar-mode):
9445         * term.el (term-mode):
9446         * terminal.el (terminal-edit-mode):
9447         * textmodes/reftex-index.el (reftex-index-mode)
9448         (reftex-index-phrases-mode):
9449         * textmodes/reftex-sel.el (reftex-select-label-mode)
9450         (reftex-select-bib-mode):
9451         * textmodes/reftex-toc.el (reftex-toc-mode):
9452         * wdired.el (wdired-change-to-wdired-mode):
9453         * wid-browse.el (widget-browse-mode):
9454         Use run-mode-hooks.
9456         * array.el (array-mode):
9457         * calendar/todo-mode.el (todo-mode):
9458         * man.el (Man-mode):
9459         * play/landmark.el (lm-mode):
9460         * play/mpuz.el (mpuz-mode):
9461         Use kill-all-local-variables and run-mode-hooks.
9463         * subr.el (delay-mode-hooks): Specify indentation.
9465 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
9467         * xml.el (xml-substitute-special): Don't die for undefined xml
9468         entities.
9470 2005-05-26  Jay Belanger  <belanger@truman.edu>
9472         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9473         of nil.
9475 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
9477         * progmodes/gdb-ui.el (gdb-frame-address):
9478         Rename from gdb-current-address.
9479         (gdb-previous-frame-address): Rename from gdb-previous-address.
9480         (gdb-selected-frame): Rename from gdb-current-frame.
9481         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9482         (gdb-frame-number): Rename from gdb-current-stack-level.
9483         (gdb-ann3): Match new mode-name for disassembly buffer.
9484         Extend initialization of variables.
9485         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9486         (gdb-memory-mode): Use mouse-face in header line.
9487         (gdb-assembler-buffer-name): Call it disassembly and give frame
9488         in mode line.
9489         (gdb-source-spec-regexp, gdb-assembler-custom)
9490         (gdb-invalidate-assembler, gdb-frame-handler):
9491         Make robust to leading zeroes in address format.
9493 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
9495         * textmodes/org.el (org-mode): Use `define-derived-mode' to
9496         define `org-mode'.
9497         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9499 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9501         * log-edit.el (log-edit-changelog-entries): Distinguish between
9502         filenames like xfns.c and fns.c.
9504 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
9506         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9507         point after reverting.
9508         (Buffer-menu-make-sort-button): Handle the case where
9509         `Buffer-menu-use-header-line' is nil.
9511 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9513         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9514         New funcs.  In minibuffer-local-completion-map bind `]', `/'
9515         and `:' to them.
9517 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * startup.el (normal-top-level): Allow modification of load-path while
9520         we're iterating over it.
9522 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
9524         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9525         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9526         (thumbs-resize-interactive, thumbs-insert-image)
9527         (thumbs-insert-thumb, thumbs-dired-show-marked)
9528         (thumbs-find-image-at-point, thumbs-delete-images)
9529         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9530         (thumbs-increment-image-size, thumbs-decrement-image-size):
9531         Fix typos in docstrings.
9533 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
9535         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9536         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9537         (cperl-mode): Use them.
9539 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
9541         * window.el (quit-window, shrink-window-if-larger-than-buffer):
9542         Doc fixes.
9544 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
9546         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9547         Bind C-d to gdb-inferior-io-eof.
9549         * dired.el (dired-dnd-popup-notice): Use message-box.
9551 2005-05-23  Masatake YAMATO  <jet@gyve.org>
9553         * bindings.el (mode-line-major-mode-keymap):
9554         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9556         * faces.el (mode-line-highlight): New face.
9558         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9559         as mouse-face.
9561         * bindings.el (top-level, help-echo, mode-line-modified)
9562         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9563         as mouse-face.
9565 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
9567         * progmodes/cc-engine.el (c-guess-basic-syntax):
9568         Remove spurious call to `zerop'.
9570         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9572 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
9574         CC Mode update to 5.30.10:
9576         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9577         could go past the limit in decoration level 2, thereby causing
9578         errors during interactive fontification.
9580         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9581         the file is evaluated interactively.
9583         * cc-engine.el (c-guess-basic-syntax): Handle operator
9584         declarations somewhat better in C++.
9586         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9587         make use of `run-mode-hooks' which has been added in Emacs 21.1.
9588         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9589         (awk-mode): Use it.
9590         (make-local-hook): Suppress warning about obsoleteness.
9592         * cc-engine.el, cc-align.el, cc-cmds.el
9593         (c-append-backslashes-forward, c-delete-backslashes-forward)
9594         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9595         Compensate for return value from `forward-line' when it has moved
9596         but not to a different line due to eob.
9598         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9599         `objc-method-intro' and `objc-method-args-cont'.
9601 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
9603         CC Mode update to 5.30.10:
9605         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9606         in the copyright statement.  Incidentally, change "along with GNU
9607         Emacs" to "along with this program" where it occurs.
9609         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9610         so that it is interactive, hence can be found by M-x awk-mode
9611         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
9612         <gmorris+emacs@ast.cam.ac.uk>.
9614         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9615         Mode's regexps.
9617 2005-05-23  Kevin Ryde  <user42@zip.com.au>
9619         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9620         c-parse-state, to avoid a lisp error (on bad code).
9622 2005-05-23  Lute Kamstra  <lute@gnu.org>
9624         * subr.el (font-lock-defaults): Remove defvar as it's already
9625         defined in font-core.el.
9627         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9629 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
9631         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9632         more general and work when GDB variable "print pretty" is on,
9633         as with Emacs, for example.
9635 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
9637         * font-core.el: Update comment.
9639         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9640         Use `after-change-major-mode-hook' instead of `find-file-hook'.
9642         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9644 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
9646         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9647         and `yank-handler' in the doc strings.
9649 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
9653 2005-05-22  Richard M. Stallman  <rms@gnu.org>
9655         * help.el (describe-key): Move print-help-return-message call
9656         out of conditional.
9658         * progmodes/etags.el (list-tags): Use with-no-warnings.
9660         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9661         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9662         (starttls-extra-args, starttls-extra-arguments): Add defvars.
9664         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9666         * language/viet-util.el (viet-viscii-nonascii-translation-table):
9667         Add defvar.
9669         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9670         Use defvar, not defconst.
9672         * hexl.el (hexl-follow-line): Use with-no-warnings.
9674         * emulation/tpu-extras.el: Use write-file-functions instead of
9675         write-file-hooks.
9677         * dired.el (dired-font-lock-keywords): Fontify files with junk
9678         extensions even if marked by -F.
9680 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
9682         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9683         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9684         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9685         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9686         (concatenate, list-length, get*, getf, cl-remprop):
9687         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9688         (etypecase, progv, lexical-let, lexical-let*)
9689         (multiple-value-bind, multiple-value-setq, shiftf):
9690         Improve argument/docstring consistency.
9692         * subr.el (focus-frame, unfocus-frame):
9693         Revert deletion on 2005-05-01.
9695 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
9697         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9698         doesn't exist.
9700         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
9701         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9703 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
9705         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9706         already deleted variables: auto-fill-hook, blink-paren-hook,
9707         lisp-indent-hook, inhibit-local-variables, unread-command-event,
9708         suspend-hooks, comment-indent-hook, meta-flag,
9709         before-change-function, after-change-function,
9710         font-lock-doc-string-face.
9712 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
9714         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9716 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
9718         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9719         rmail-dont-reply-to.
9721 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9723         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9724         literal blank when splitting new-header-values.
9726 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
9728         * calendar/cal-menu.el (cal-menu-update): Add separator as a
9729         string so that tmm doesn't create a completion entry for it.
9731         * textmodes/table.el (table-disable-menu): Ditto.
9733 2005-05-21  Richard M. Stallman  <rms@gnu.org>
9735         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9737         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
9739         * net/rcompile.el (remote-compile): Use compilation-start.
9741         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
9743 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
9745         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
9746         Default to makefile-bsdmake-mode on BSD systems.
9748         * imenu.el (imenu-generic-expression, imenu--generic-function'):
9749         REGEXP may also be a search function now.  The part of doc-string
9750         for describing the structure was 95% identical to that of
9751         `imenu--generic-function'.  Unify it there.
9753         * progmodes/make-mode.el (makefile-imenu-generic-expression):
9754         Use function to find dependencies, because regexp alone is so complex,
9755         it easily goes into an endless loop.
9756         (makefile-makepp-mode): Also add submenu for Perl functions
9757         defined in the makefile.
9758         (makefile-bsdmake-mode): Special imenu-generic-expression no
9759         longer needed, due to function call.
9760         (makefile-match-dependency): Take BOUND into account when checking
9761         if we're through.
9763 2005-05-20  Jay Belanger  <belanger@truman.edu>
9765         * calc/calc-units.el (calc-invalidate-units-table):
9766         Use inhibit-read-only.
9767         (math-build-units-table-buffer): Use view-mode.
9769 2005-05-20  David Kastrup  <dak@gnu.org>
9771         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
9772         easy-menu-add is not a nop on Emacs; and clarify when to call it.
9774 2005-05-20  Lute Kamstra  <lute@gnu.org>
9776         * diff-mode.el (diff-header-face, diff-file-header-face)
9777         (diff-index-face, diff-hunk-header-face, diff-removed-face)
9778         (diff-added-face, diff-changed-face, diff-function-face)
9779         (diff-context-face, diff-nonexistent-face): Put them in the
9780         diff-mode customization group.
9782 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9784         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
9786         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
9788         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
9789         Minor regexp-optimization.
9791 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9793         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9794         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9795         (org-agenda-add-time-grid-maybe): New function.
9796         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9797         (org-table-create): `dotimes' instead of `mapcar'.
9798         (org-xor): Simplify implementation.
9799         (org-agenda): `inhibit-redisplay' turned on.
9800         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9801         a consistent line after a state change.
9802         (org-agenda-remove-times-when-in-prefix): New option.
9803         (org-prefix-has-time): New variable.
9804         (org-parse-time-string): Optional argument NODEFAULT.
9805         (org-format-agenda-item): Parse items for time-of-day
9806         specifications and move these into the prefix if possible.
9807         (org-agenda-priority): Get current heading, not previous heading
9808         during agenda remote editing.
9810 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
9812         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
9813         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
9814         (remove-duplicates, delete-duplicates, substitute)
9815         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
9816         (nsubstitute-if-not, find, find-if, find-if-not, position)
9817         (position-if, position-if-not, count, count-if, count-if-not)
9818         (mismatch, search, sort*, stable-sort, merge, member*)
9819         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
9820         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
9821         (intersection, nintersection, set-difference, nset-difference)
9822         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
9823         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
9824         (nsublis, tree-equal): Improve argument/docstring consistency.
9826         * subr.el (send-string, send-region):
9827         Remove obsolescence declaration.
9828         (window-dot, set-window-dot, read-input, show-buffer)
9829         (eval-current-buffer, string-to-int):
9830         Add release number to obsolescence declarations.
9832 2005-05-19  Kim F. Storm  <storm@cua.dk>
9834         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
9835         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
9837 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
9839         * faces.el (list-faces-display): Make back button respect optional
9840         regexp arg.
9842 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
9844         * calculator.el (calculator-radix-grouping-mode)
9845         (calculator-radix-grouping-digits, calculator-displayer)
9846         (calculator-radix-grouping-separator, calculator-copy-displayer):
9847         * dabbrev.el (dabbrev-search-these-buffers-only):
9848         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
9849         (diff-advance-after-apply-hunk, diff-mode-hook)
9850         (diff-minor-mode-prefix):
9851         * imenu.el (imenu-use-popup-menu):
9852         * jit-lock.el (jit-lock-context-time):
9853         * newcomment.el (comment-fill-column, comment-column)
9854         (comment-style, comment-padding, comment-multi-line)
9855         (comment-empty-lines, comment-auto-fill-only-comments):
9856         * reveal.el (reveal-around-mark):
9857         * uniquify.el (uniquify-buffer-name-style)
9858         (uniquify-after-kill-buffer-p)
9859         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
9860         (uniquify-min-dir-content, uniquify-separator)
9861         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
9862         * w32-vars.el (w32-fixed-font-alist):
9863         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9864         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
9865         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
9866         * progmodes/perl-mode.el (perl-indent-level)
9867         (perl-continued-statement-offset, perl-continued-brace-offset)
9868         (perl-brace-offset, perl-brace-imaginary-offset)
9869         (perl-label-offset, perl-indent-continued-arguments)
9870         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
9871         * progmodes/tcl.el (tcl-indent-level)
9872         (tcl-continued-indent-level, tcl-auto-newline)
9873         (tcl-tab-always-indent, tcl-electric-hash-style)
9874         (tcl-help-directory-list, tcl-use-smart-word-finder)
9875         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
9876         (inferior-tcl-source-command):
9877         * textmodes/fill.el (enable-kinsoku):
9878         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
9879         * textmodes/table.el (table-yank-handler):
9880         Specify missing group (and type, if simple) in defcustom.
9882 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
9884         * progmodes/compile.el (compilation-finish-function): Fix defvar.
9886 2005-05-19  Richard M. Stallman  <rms@gnu.org>
9888         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
9890         * subr.el (event-basic-type): Don't get an error.
9891         (left-fringe-p): Function deleted.
9893         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
9894         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
9896         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
9897         in recursive copy.
9899         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
9901         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
9903         * emacs-lisp/bytecomp.el
9904         (byte-compile-file-form-custom-declare-variable): Call
9905         byte-compile-nogroup-warn if appropriate.
9907         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
9908         (compilation-set-window): Don't call left-fringe-p; do it directly.
9910 2005-05-19  Jay Belanger  <belanger@truman.edu>
9912         * calc/calc-graph.el (calc-graph-format-data): Make sure
9913         var-PlotRejects is bound before trying to check its value.
9915 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9917         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
9918         definition of this variable from reftex-global.el to reftex.el,
9919         because it is needed in the menu.
9921 2005-05-19  Lute Kamstra  <lute@gnu.org>
9923         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
9924         years are fixed.  Don't insert a space after a dash.
9926 2005-05-19  Kim F. Storm  <storm@cua.dk>
9928         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
9930 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
9932         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
9933         strings, because (eq ... ?\\) is fairly frequent.
9935         * progmodes/make-mode.el (makefile-add-this-line-targets):
9936         Simplify and integrate into `makefile-pickup-targets'.
9937         (makefile-add-this-line-macro): Simplify and integrate into
9938         `makefile-pickup-macros.
9939         (makefile-pickup-filenames-as-targets): Simplify.
9940         (makefile-previous-dependency, makefile-match-dependency):
9941         Don't stumble over `::'.
9943 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
9945         * subr.el (post-command-idle-hook, post-command-idle-delay):
9946         Remove obsoletion of post-command-idle-hook and
9947         post-command-idle-delay.
9949         * faces.el (list-faces-display): Provide button when describe-face
9950         is called to take user back to the list of faces.
9952         * help-fns.el (describe-variable): Remove hyperlinks in a
9953         variable's value as these are quite frequently inappropriate.
9955         * follow.el (follow-submit-feedback, follow-mode):
9956         Remove references to post-command-idle-hook.
9958 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
9960         * progmodes/make-mode.el (makefile-previous-dependency)
9961         (makefile-match-dependency): Check for := (and in bsd mode also
9962         !=) to give a better result, even when font-lock is not on.
9964 2005-05-18  Jay Belanger  <belanger@truman.edu>
9966         * calc/calc-help.el (calc-s-prefix-help):
9967         Add `calc-copy-special-constant' to help string.
9969 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
9971         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9973 2005-05-18  Jay Belanger  <belanger@truman.edu>
9975         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
9976         in linear factors are in proper order.
9978 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
9980         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9981         Support for jurabib.
9983         * textmodes/reftex.el (featurep): Define aliases for overlay
9984         commands, for XEmacs compatibility, and use these aliases in
9985         overlay initializations.
9986         (reftex-highlight): Use `reftex-move-overlay'.
9987         (reftex-unhighlight): Use `reftex-delete-overlay'.
9988         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
9989         (reftex-access-search-path): Use `reftex-uniquify' instead of
9990         `reftex-uniq'
9992         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
9993         `before-string' property modification enables for Emacs as well.
9994         (reftex-select-item): Use `reftex-delete-overlay'.
9995         (reftex-select-mark): Use `reftex-make-overlay' and
9996         `reftex-overlay-put'.
9997         (reftex-select-unmark): Use `reftex-delete-overlay' and
9998         `reftex-overlay-put'.
10000 2005-05-18  Lute Kamstra  <lute@gnu.org>
10002         * emacs-lisp/lisp.el (check-parens): Fix docstring.
10004 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
10006         * add-log.el (add-change-log-entry):
10007         * array.el (array-make-template, array-reconfigure-rows)
10008         (array-init-max-row, array-init-max-column)
10009         (array-init-columns-per-line, array-init-field-width):
10010         * replace.el (replace-match-maybe-edit, perform-replace):
10011         * textmodes/spell.el (spell-region):
10012         Replace `read-input' by `read-string'.
10014         * forms.el (forms-mode):
10015         * finder.el (finder-compile-keywords):
10016         * shadowfile.el (shadow-read-files):
10017         Replace `eval-current-buffer' by `eval-buffer'.
10019         * terminal.el (te-pass-through):
10020         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10021         (ange-ftp-raw-send-cmd):
10022         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10023         (send-process-next-char, telnet-initial-filter, telnet):
10024         Replace `send-string' by `process-send-string'.
10026         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10027         (prolog-consult-region): Replace `send-string' by
10028         `process-send-string'; replace `send-region' by `process-send-region'.
10030         * progmodes/delphi.el (delphi-log-msg):
10031         Replace `set-window-dot' by `set-window-point'.
10033         * subr.el (window-dot, set-window-dot, read-input, send-string)
10034         (send-region, show-buffer, eval-current-buffer):
10035         Make really obsolete, as the comment says.
10037 2005-05-17  Kim F. Storm  <storm@cua.dk>
10039         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10040         (cua--init-keymaps): Bind C-return instead of S-return to set
10041         rectangle mark.
10043         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10044         instead of S-return to toggle/clear rectangle mark.
10046 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
10048         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10049         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10050         Also fontify plain strings assigned to variables, mostly so that a
10051         colon has a face and is thus not taken as a dependency separator.
10052         (makefile-previous-dependency): Inline the new matcher, because it
10053         is too complex to work in both directions.
10054         (makefile-match-dependency): Eliminate `backward' arg (see above).
10055         Completely reimplemented so as to not sometimes go into an endless
10056         loop.  It should also be more efficient, because first it only
10057         searches for `:', instead of applying the very complex regexp.
10058         (makefile-mode): Cancel `font-lock-support-mode', because blocks
10059         to be fontified in one piece can be too long for JIT.
10060         Makefiles are never *that* big.
10062 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
10064         * dired.el (dired-mode): Simplify.
10066 2005-05-17  Lute Kamstra  <lute@gnu.org>
10068         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10069         defcustom for the mode hook variable.
10071         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10072         Emacs Lisp Reference Manual.
10074 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
10076         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10077         (evenp, list*):
10078         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10079         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10081         * net/tramp-smb.el (tramp-smb-open-connection):
10082         Pass `tramp-chunksize' as fifth (required) argument.
10084 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
10086         * font-lock.el (lisp-font-lock-keywords-1):
10087         Set `font-lock-negation-char-face' for [^...] char group.
10088         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10090         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10091         a var, and refine it to mask one more level of nested vars.
10092         (makefile-rule-action-regex): Turn it into a var, and refine it so
10093         it recognizes backslashed continuation lines as belonging to the
10094         same command.
10095         (makefile-macroassign-regex): Refine it so it recognizes
10096         backslashed continuation lines as belonging to the same command.
10097         (makefile-var-use-regex): Don't look at the next char, because it
10098         might be the same one to be skipped by the initial [^$], leading
10099         to an overlooked variable use.
10100         (makefile-make-font-lock-keywords): Remove two parameters, which
10101         are now variables that some of the modes set locally.
10102         Handle dependency and rule action matching through functions, because
10103         regexps alone match too often.  Dependency matching now comes
10104         last, so it can check, whether a colon already matched something else.
10105         (makefile-mode): Inform that font-lock improves makefile parsing
10106         capabilities.
10107         (makefile-match-dependency, makefile-match-action): New functions.
10109 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
10111         * emacs-lisp/cl-extra.el (equalp): Doc fix.
10113         * align.el (align-regexp):
10114         * ansi-color.el (ansi-color-get-face):
10115         * array.el (array-reconfigure-rows, array-init-max-row)
10116         (array-init-max-column, array-init-columns-per-line)
10117         (array-init-field-width):
10118         * dired-aux.el (dired-trample-file-versions):
10119         * dired-x.el (dired-mark-sexp):
10120         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10121         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10122         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10123         * faces.el (face-read-integer):
10124         * files.el (backup-extract-version, insert-directory):
10125         * hexl.el (hexl-insert-decimal-char):
10126         * server.el (server-process-filter):
10127         * shell.el (shell-extract-num):
10128         * startup.el (command-line-1):
10129         * term.el (term-command-hook):
10130         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10131         (time-stamp-do-number):
10132         * time.el (display-time-update):
10133         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10134         (timezone-fix-time):
10135         * vms-patch.el (vms-suspend-resume-hook):
10136         * calendar/appt.el (appt-convert-time):
10137         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10138         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10139         * calendar/cal-islam.el (mark-islamic-diary-entries):
10140         * calendar/calendar.el (calendar-cursor-to-date)
10141         (calendar-star-date):
10142         * calendar/diary-lib.el (diary-attrtype-convert)
10143         (mark-diary-entries, diary-entry-time):
10144         * calendar/solar.el (solar-get-number):
10145         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10146         * emacs-lisp/re-builder.el (reb-display-subexp):
10147         * emulation/edt.el (edt-set-scroll-margins):
10148         * emulation/tpu-extras.el (tpu-set-scroll-margins):
10149         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10150         (vip-get-ex-count):
10151         * emulation/viper-ex.el (viper-get-ex-token)
10152         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10153         * international/fontset.el (fontset-plain-name):
10154         * mail/feedmail.el (feedmail-look-at-queue-directory):
10155         * mail/mailalias.el (mail-get-names):
10156         * mail/rmail.el (rmail-convert-to-babyl-format):
10157         * mail/rmailsum.el (rmail-make-basic-summary-line)
10158         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10159         (rmail-summary-goto-msg):
10160         * mail/smtpmail.el (smtpmail-read-response):
10161         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10162         (ange-ftp-vms-add-file-entry):
10163         * play/gametree.el (gametree-looking-at-ply)
10164         (gametree-current-branch-score):
10165         * progmodes/ada-xref.el (ada-prj-find-prj-file)
10166         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10167         * progmodes/cperl-mode.el (condition-case):
10168         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10169         (ebrowse-set-member-buffer-column-width)
10170         (ebrowse-select-1st-to-9nth):
10171         * progmodes/etags.el (etags-snarf-tag):
10172         * progmodes/flymake.el (flymake-parse-line):
10173         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10174         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10175         (idlwave-shell-menu-def):
10176         * progmodes/ps-mode.el (ps-run-goto-error):
10177         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10178         (vhdl-speedbar-contract-level):
10179         * term/mac-win.el (x-handle-numeric-switch):
10180         * term/sun-mouse.el (sun-get-frame-data):
10181         * term/w32-win.el (x-handle-numeric-switch):
10182         * term/x-win.el (x-handle-numeric-switch):
10183         * textmodes/ispell.el (ispell-parse-output):
10184         * textmodes/nroff-mode.el (nroff-outline-level):
10185         * textmodes/reftex-cite.el (reftex-bib-sort-year)
10186         (reftex-bib-sort-year-reverse, reftex-format-citation):
10187         * textmodes/reftex-parse.el (reftex-init-section-numbers)
10188         (reftex-section-number):
10189         * textmodes/texinfmt.el (texinfo-paragraphindent):
10190         Replace `string-to-int' by `string-to-number'.
10192         * international/latexenc.el: Add page marker to force the "Local
10193         Variables:" string out of the last page.
10195 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10197         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10198         tooltip-change-major-mode.
10199         (gud-tooltip-print-command): Remove case where gud-minor-mode
10200         is gdb ("--fullname").
10201         (gud-tooltip-tips): Turn GUD tooltips off for this case and
10202         explain to user.
10204 2005-05-16  Jay Belanger  <belanger@truman.edu>
10206         * calc/calc-store.el (calc-copy-special-constant): New function.
10208         * calc/calc-ext.el (calc-init-extensions): Add binding for
10209         `calc-copy-special-constant'.
10211         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10212         for the `calc-copy-special-constant' command.
10214 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
10216         * subr.el (left-fringe-p): New function.
10218         * progmodes/compile.el (compilation-setup): Set local value of
10219         overlay-arrow-string to "" always.
10220         (compilation-set-window): Left fringe then don't scroll.
10221         No left fringe then no arrow and scroll message to top.
10222         (compilation-context-lines): Adjust doc string accordingly.
10224 2005-05-16  Kim F. Storm  <storm@cua.dk>
10226         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10227         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10228         (ido-wide-find-dir-or-delete-dir): New command for M-d.
10229         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
10230         (ido-read-file-name): Handle commands with ido property value
10231         equal to find-file as reading a file name, to allow C-d to enter dired.
10232         (ibuffer-find-file): Add ido property with value find-file.
10234 2005-05-15  Kim F. Storm  <storm@cua.dk>
10236         * subr.el (open-network-stream-nowait): Remove.
10237         (open-network-stream-server): Remove.
10239 2005-05-15  Richard M. Stallman  <rms@gnu.org>
10241         * faces.el (describe-face): Output a definition link button.
10243         * help-mode.el (help-face-def): New button type.
10245         * emacs-lisp/copyright.el (copyright-fix-years):
10246         Match properly if the first year is 2-digit.
10247         Don't mess up the whitespace after the years by filling.
10249         * dired-aux.el (dired-mark-confirm):
10250         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10252         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10253         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10254         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10256         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10257         Set font-lock-comment-start-skip.
10259         * font-lock.el (font-lock-comment-start-skip): New variable.
10260         (font-lock-comment-end-skip): New variable.
10261         (font-lock-fontify-syntactically-region): Use them if non-nil.
10263 2005-05-15  Jay Belanger  <belanger@truman.edu>
10265         * calc/calc-store.el (calc-store-value): Return a string rather
10266         than display it as a message.
10267         Use calc-var-name for variable name.
10268         (calc-store-into): Add the result of calc-store-value to message.
10269         (calc-copy-variable): Add a message.
10270         (calc-store-exchange): Improve error messages.
10271         (calc-store-binary, calc-store-map): Don't reset the values of
10272         special constants.
10274 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
10276         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10277         manual to docstring.
10279         * files.el (hack-local-variables-confirm): Add STRING argument.
10280         Make the function handle non file visiting buffers correctly.
10281         (hack-local-variables-prop-line, hack-local-variables)
10282         (hack-one-local-variable): Use STRING arg of
10283         `hack-local-variables-confirm'.
10285 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
10287         Sync with Tramp 2.0.49.
10289         * net/tramp.el (tramp-handle-dired-call-process)
10290         (tramp-handle-insert-directory):`insert-buffer' cannot be used
10291         because the contents of the Tramp buffer is changed before
10292         insertion (`expand-file' and alike).
10293         (tramp-handle-insert-directory): If `localname' has an empty
10294         nondirectory name, it must not be quoted.
10295         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
10296         variable `tramp-chunksize'.  Change callees.
10297         (tramp-open-connection-setup-interactive-shell): Check remote host
10298         for buggy `send-process-string' implementation.
10299         Set `tramp-chunksize' if found.  Reported by Michael Kifer
10300         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10301         (tramp-handle-shell-command): `insert-buffer' cannot be used
10302         because the contents of the Tramp buffer is changed before
10303         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10304         <frederic.bothamy@free.fr>.
10305         (tramp-set-auto-save): Actions should be done for Tramp file name
10306         handler only.  Ange-FTP has its own auto-save mechanism.
10307         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10308         (tramp-set-auto-save-file-modes): Set file modes of
10309         `buffer-auto-save-file-name' to ?\600 as fallback solution.
10310         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10311         (tramp-bug): Remove obsolete variable.
10312         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
10313         for presence of `mml-mode'.  Make it running for older Emacsen as well.
10315 2005-05-14  John Paul Wallington  <jpw@pobox.com>
10317         * ibuf-ext.el (define-ibuffer-filter filename):
10318         If `dired-directory' is a list, use its car.
10320 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
10322         * ibuffer.el (define-ibuffer-column filename):
10323         If `dired-directory' is a list, use its car.
10325 2005-05-14  Richard M. Stallman  <rms@gnu.org>
10327         * subr.el (symbol-file): Doc fix.
10329         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10330         (byte-compile-form): Call byte-compile-nogroup-warn.
10331         (byte-compile-warning-types): Doc fix.
10333         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10335         * progmodes/cc-engine.el (c-literal-faces):
10336         Add font-lock-comment-delimiter-face.
10338         * net/net-utils.el (dig): Use with-no-warnings.
10340         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10341         (sc-recite-frame-alist, sc-default-cite-frame)
10342         (sc-default-uncite-frame, sc-default-recite-frame)
10343         (sc-attrib-selection-list, sc-rewrite-header-list):
10344         Mark as risky-local-variable.
10346         * international/ogonek.el (ogonek-jak, ogonek-how):
10347         Don't use beginning-of-buffer.
10349         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10351         * calendar/solar.el (solar-data-list): Move definition up.
10353         * dnd.el (dnd-protocol-alist): Add autoload.
10355         * progmodes/sh-script.el: Many doc usage fixes.
10356         (sh-indent-after-do): Change default to match common styles.
10358 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
10360         * files.el (interpreter-mode-alist)
10361         (auto-mode-interpreter-regexp): Doc fixes.
10363 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
10365         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10367         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10369 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10371         * dired.el (dired-mode): make-variable-buffer-local =>
10372         make-local-variable.
10374 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10376         * term/mac-win.el (mac-select-convert-to-string): Try coding
10377         systems in mac-script-code-coding-systems if specified one cannot
10378         encode string for `com.apple.traditional-mac-plain-text'.
10380 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
10382         * progmodes/make-mode.el (makefile-targets-face)
10383         (makefile-shell-face, makefile-makepp-perl-face): New faces.
10384         (makefile-dependency-regex): Fix it to not make the colon in
10385         $(var:a=b) special.
10386         (makefile-rule-action-regex): New regexp for highlighting embedded
10387         Shell strings.
10388         (makefile-macroassign-regex): Handle != for highlighting as
10389         embedded Shell strings.
10390         (makefile-var-use-regex): New const.
10391         (makefile-statements, makefile-automake-statements)
10392         (makefile-gmake-statements, makefile-makepp-statements)
10393         (makefile-bsdmake-statements): New consts.
10394         (makefile-make-font-lock-keywords): New function.
10395         (makefile-automake-font-lock-keywords)
10396         (makefile-gmake-font-lock-keywords)
10397         (makefile-makepp-font-lock-keywords)
10398         (makefile-bsdmake-font-lock-keywords): New consts.
10399         (makefile-mode-map): Add switchers between the various submodes.
10400         (makefile-mode): Document the availability of the variants.
10401         (makefile-automake-mode, makefile-gmake-mode)
10402         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10404         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10405         new variants of makefile-mode.
10407 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10409         * font-lock.el (font-lock-comment-delimiter-face): Fix up
10410         the inheritance.
10412 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
10414         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10415         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10417         * files.el (normal-mode): Extend the scope of the
10418         `enable-local-variables' binding to include the `set-auto-mode' call.
10419         (magic-mode-alist): Doc fix.
10421 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10424         font-lock-comment-face rather than copying its setting.
10426 2005-05-12  Andreas Schwab  <schwab@suse.de>
10428         * eshell/esh-mode.el (eshell-send-input): Doc fix.
10430 2005-05-12  Lute Kamstra  <lute@gnu.org>
10432         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10433         defcustom for the mode hook variable.  Delete the last argument.
10434         * generic-x.el: Fix callers of define-generic-mode.
10435         (generic-x-modes): Delete group.
10436         (show-tabs-tab-face, show-tabs-space-face): Put them in the
10437         generic-x customization group.
10439 2005-05-12  Kim F. Storm  <storm@cua.dk>
10441         * font-lock.el (font-lock-negation-char-face): Default to "off".
10443         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10444         font-lock-negation-char-face to ! in !=.
10446 2005-05-12  Masatake YAMATO  <jet@gyve.org>
10448         * add-log.el (find-change-log): Fix typos in the docstring
10449         of function.
10451 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
10453         * international/latexenc.el (latexenc-find-file-coding-system):
10454         Avoid `re-search-forward' when looking for input encoding because
10455         of speed and safety.  Better regular expressions for recognizing
10456         input encoding.  Limit a search for TeX-master/tex-main-file to
10457         the local variable section.
10459 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
10461         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10462         syntax of $ to "'" (quote).
10464 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10466         * dnd.el (dnd-protocol-alist): Improve custom type.
10468         * dired.el (dired-dnd-protocol-alist): New variable.
10469         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
10470         `dired-mode-hook' to the end.
10472 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10474         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10475         comment-end if comment-start-skip is not set.
10476         Obey the font-lock-comment-delimiter-face variables.
10478 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * files.el (executable-find): Move from executable.el.  Use
10481         locate-file.
10482         * progmodes/executable.el (executable-find): Move to files.el.
10484         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10485         when trying to ensure forward progress.
10487 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
10489         * mouse-sel.el (mouse-sel-follow-link-p): New function.
10490         (mouse-select, mouse-select-internal, mouse-extend-internal):
10491         Use it to implement mouse-1-click-follows-link functionality.
10493 2005-05-11  Richard M. Stallman  <rms@gnu.org>
10495         * font-lock.el (font-lock-fontify-syntactically-region):
10496         Use font-lock-comment-delimiter-face for comment delimiters.
10498 2005-05-10  Jay Belanger  <belanger@truman.edu>
10500         * calc/calc-help.el (calc-m-prefix-help): Add mention of
10501         preserving embedded modes.
10503 2005-05-10  Richard M. Stallman  <rms@gnu.org>
10505         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10507         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10508         Move from ada-stmt.el.
10509         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10511         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10512         Move to ada-mode.el.
10513         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10515         * cus-edit.el (custom-file): Call file-chase-links.
10517         * files.el (read-directory-name): Fix previous change.
10518         (hack-local-variables-confirm): New function.
10519         (hack-local-variables-prop-line, hack-local-variables)
10520         (hack-one-local-variable): Use it.
10522 2005-05-10  Lute Kamstra  <lute@gnu.org>
10524         * font-lock.el (font-lock-keywords-alist)
10525         (font-lock-removed-keywords-alist): Clarify docstrings.
10527 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
10529         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10530         (gdb-source-info): Check for preprocessor info.
10531         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
10532         a macro for a function.
10533         (gdb-info-breakpoints-custom): Try to find file again if not already
10534         found (user might have used GDB dir command).
10535         (gdb-get-location): Update gdb-location-alist correctly for change
10536         to gdb-info-breakpoints-custom.
10538         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10539         (gud-tooltip-print-command): Add gdbmi case.
10540         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10541         preprocessor info.
10543 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
10545         * startup.el (fancy-splash-insert): Fix typo in doc string.
10547 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
10549         * obsolete/float.el (string-to-float):
10550         * obsolete/hilit19.el (hilit-add-pattern):
10551         * obsolete/rnews.el (news-parse-range, news-select-message)
10552         (news-get-pruned-list-of-files): Replace `string-to-int' by
10553         `string-to-number'.
10555         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10556         `find-file-not-found-hooks'; use `add-hook'.
10557         (uncompress-while-visiting): Set `write-file-functions', not
10558         `write-file-hooks'; use `add-hook'.
10560 2005-05-09  Kim F. Storm  <storm@cua.dk>
10562         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10563         (cua-paste): Handle clipboard action.
10564         (cua--init-keymaps): Remap clipboard-kill-region and
10565         clipboard-kill-ring-save.
10567 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
10569         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10570         Improve commentary.
10572         * simple.el (next-error-overlay-arrow-position): Revert the change
10573         made on 2005-04-30.
10575 2005-05-07  Jay Belanger  <belanger@truman.edu>
10577         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10578         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10579         `calc-sel-reselect'.
10581         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10582         Calc is in embedded mode.
10584 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10586         * progmodes/compile.el (compilation-setup):
10587         Set overlay-arrow-string to an empty string on text terminals.
10589         * textmodes/ispell.el (ispell-program-name): Try looking for
10590         "aspell" along exec-path, and if found, use it as the default
10591         speller program.
10593 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
10595         * international/mule.el (sgml-xml-auto-coding-function):
10596         Recognize encoding='FOO' in single quotes as well as in double quotes.
10598 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10600         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10601         as well as `interactive', so that defmacro* would recognize
10602         `declare' forms.
10604 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
10606         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10607         Explain more about the LIGHTER arg's usage in the doc string.
10608         Add commentary to clarify what the code does.  Fix the regexp that
10609         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
10610         since it could have characters special to regular expressions.
10612 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10614         * replace.el (occur-1): Bind inhibit-read-only so that
10615         erase-buffer doesn't barf on read-only text properties (likewise
10616         for add-text-properties in occur-engine).  Mark buffer as unmodified.
10617         (occur-engine): Don't set buffer-read-only here.
10619 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10621         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10622         list-buffers-directory.  This caused the *cvs-commit* buffer to be
10623         sometimes mistakenly reused as a *cvs* buffer.
10625 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
10627         * tooltip.el: Move code for GUD tooltips into gud.el.
10628         (require): CL no longer needed to compile case.
10629         (tooltip-mode): Do not toggle functions for GUD tooltips.
10630         (tooltip-gud-tips-p): Remove.  Replace with minor mode
10631         gud-tooltip-mode in gud.el.
10632         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10633         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10634         tooltip-gud prefix with gud-tooltip and obsolete.
10635         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10636         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10637         (tooltip-mouse-motion): Mouse movement functions/variable.
10638         Rename in gud.el by adding gud prefix.
10639         (tooltip-gud-original-filter, tooltip-gud-dereference)
10640         (tooltip-gud-event, tooltip-toggle-gud-tips)
10641         (tooltip-gud-process-output, tooltip-gud-print-command)
10642         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
10643         gud.el by replacing tooltip-gud prefix with gud-tooltip.
10644         (gdb-tooltip-print): Move to gdb-ui.el.
10646         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10647         (require): CL needed to compile case.
10648         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10649         tooltip-gud-tips-p.  Make it a minor-mode.
10650         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10651         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10652         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10653         (gud-tooltip-change-major-mode)
10654         (gud-tooltip-activate-mouse-motions-if-enabled)
10655         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10656         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10657         (gud-tooltip-original-filter, gud-tooltip-dereference)
10658         (gud-tooltip-event, tooltip-toggle-gud-tips)
10659         (gud-tooltip-process-output, gud-tooltip-print-command)
10660         (gud-tooltip-tips): Move from tooltip.el.
10662         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10663         (gdb-cpp-define-alist-flags): Doc fix.
10664         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10665         gud-tooltip-mode is t.
10667 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10669         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10670         evaporate if their text is deleted.
10671         (goto-address-at-point): Make it work as a mouse binding as well.
10672         (goto-address-at-mouse): Obsolete it.  Update users.
10674 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10676         * calendar/appt.el (top-level): No longer activate on load.
10678 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
10680         * calendar/cal-bahai.el (mark-bahai-diary-entries):
10681         * net/webjump.el (webjump):
10682         * progmodes/idlw-help.el (idlwave-do-context-help1)
10683         (idlwave-highlight-linked-completions):
10684         * textmodes/po.el (po-find-file-coding-system-guts):
10685         Replace `assoc-ignore-case' by `assoc-string'.
10687 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
10689         * files.el (locate-file): Doc fix.
10691         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10692         Remove the redundant test for ms-dos.
10694         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10695         look for the preprocessor with exec-suffixes.  If not found in
10696         standard places, look in exec-path.  Remove most of the tests that
10697         used system-type.
10699         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10701         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10703         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10704         file-name clash with jka-compr.el on 8+3 filesystems.
10706 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10708         * term/mac-win.el: Don't define or bind scroll bar functions if
10709         x-toolkit-scroll-bars is t.
10710         (x-select-text, x-get-selection-value): Clear
10711         x-last-selected-text-clipboard if x-select-enable-clipboard is
10712         nil.
10713         (PRIMARY): Put mac-scrap-name property.
10714         (mac-select-convert-to-file-url): New function.
10715         (public.file-url): New selection target type.  Add to
10716         selection-converter-alist.
10717         (x-get-selection, x-selection-value): Handle it.
10718         (x-cut-buffer-or-selection-value): New alias.
10720 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10722         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10723         entry to avoid calling bibtex-find-entry with arg global
10724         being t.  Remove arg key.
10725         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10726         (bibtex-copy-summary-as-kill): Change accordingly.
10728 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10730         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10731         (org-agenda-date-later): Use with-current-buffer.
10733 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
10735         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10736         (define-obsolete-variable-alias): Doc Fixes.
10738 2005-05-06  Kim F. Storm  <storm@cua.dk>
10740         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
10741         vertical-motion when selective-display is active.
10743         * ido.el (ido-setup-hook): New hook.
10744         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
10745         (ido-input-stack): New var.
10746         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
10747         ido-next-work-file binding to M-O.
10748         Bind M-f to ido-wide-find-file-or-pop-dir.
10749         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
10750         (ido-read-internal): Run ido-setup-hook.
10751         Catch quit in read-file-name and read-string to cancel edit.
10752         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
10753         Automatically pop-all when completing a directory name (RET).
10754         (ido-file-internal): Add with-no-warnings around ffap and dired code.
10755         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
10756         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
10757         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
10758         New functions for M-b/M-f to move among the directory components.
10759         (ido-make-merged-file-list): Catch quit to cancel merge.
10760         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
10761         (ido-completion-help): No warnings for ido-completion-buffer-full.
10763 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
10765         * font-lock.el (font-lock-negation-char-face): New face and variable.
10766         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10767         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10768         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10769         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
10771 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
10773         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
10774         Fix typo in docstring.
10776         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
10777         (ebrowse-print-statistics-line)
10778         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
10780         * term/w32-win.el (image-library-alist): Add additional name for
10781         Xpm library.
10783 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
10785         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
10786         use gcc instead of cpp.
10788         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
10789         (gdb-create-define-alist): Use it.
10790         (gdb-cpp-define-alist-program): Update for MS-DOS.
10792 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
10794         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
10796 2005-05-04  Richard M. Stallman  <rms@gnu.org>
10798         * help.el (describe-key): No error when UNTRANSLATED is nil.
10800         * simple.el (line-move-1): Fix previous change to signal errors
10801         appropriately.
10803 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
10805         * calendar/icalendar.el (icalendar-version): Now at 0.12.
10806         (icalendar-duration-correction): Remove.
10807         (icalendar--get-event-properties): Split result at commas.
10808         (icalendar--decode-isoduration): New optional argument
10809         DURATION-CORRECTION.
10810         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
10811         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
10812         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
10813         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
10814         (icalendar--convert-anniversary-to-ical): New functions, extracted
10815         from icalendar-export-region, with bug fixes.
10816         (icalendar-export-region): Use the above functions.
10817         (icalendar-import-buffer): Check before saving diary file.
10818         (icalendar--convert-recurring-to-diary)
10819         (icalendar--convert-non-recurring-all-day-to-diary)
10820         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
10821         extracted from icalendar--convert-ical-to-diary, with bug fixes.
10822         (icalendar--convert-ical-to-diary): Use the above functions.
10824 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
10826         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
10827         Remove these recent additions.
10828         (c-mode): Restore to before 2005-04-28.
10830         * progmodes/cc-vars.el (cc-define-list-program): Remove this
10831         recent addition.
10833         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
10834         (gdb-define-alist): New variables.
10835         (gdb-create-define-alist): New function.
10836         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
10837         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
10838         with string-to-number.
10839         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
10841         * progmodes/gud.el: Replace string-to-int with string-to-number.
10842         (gud-find-file): Handle gdb-define-alist.
10844         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
10846 2005-05-02  Jay Belanger  <belanger@truman.edu>
10848         * calc/calc-aent.el (math-read-token):
10849         * calc/calc-bin.el (calc-word-size):
10850         * calc/calc-ext.el (calc-read-number-fancy):
10851         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
10852         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
10853         * calc/calc-frac.el (calc-over-notation):
10854         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
10855         (calc-graph-num-points, calc-graph-init):
10856         * calc/calc-prog.el (calc-read-parse-table-part)
10857         (calc-edit-macro-repeats):
10858         * calc/calc-yank.el (calc-do-grab-rectangle):
10859         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
10860         Replace `string-to-int' by `string-to-number'.
10862 2005-05-02  Kim F. Storm  <storm@cua.dk>
10864         * kmacro.el: Use executing-kbd-macro-index variable.
10866 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
10868         * net/rlogin.el (rlogin-parse-words): Delete func.
10869         (rlogin): Use split-string, not rlogin-parse-words.
10870         Also, if there are option-like elements in the parsed args,
10871         take the host to be the first arg immediately following them.
10872         Suggested by Michael Mauger.
10874 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10876         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
10878 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10880         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
10881         (cc-mode-cpp-program): Rename to cc-define-list-program and
10882         move to cc-vars.el.
10884         * progmodes/cc-vars.el (cc-define-list-program):
10885         Change to "gcc -E -dM -".  Make customizable.
10887 2005-05-02  Kim F. Storm  <storm@cua.dk>
10889         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
10891 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
10893         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
10895         * international/mule-util.el (truncate-string): Remove alias and
10896         obsolete declaration.
10898         * international/mule-cmds.el (update-iso-coding-systems):
10899         Remove alias and obsolete declaration.
10901         * international/mule.el (coding-system-parent): Remove alias and
10902         obsolete declaration.
10904         * subr.el (define-function, sref): Remove aliases and obsolete
10905         declarations.
10906         (chars-in-region): Remove obsolete declaration.
10908 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10910         * info.el (Info-mode): Set widen-automatically to nil, locally.
10912         * simple.el (widen-automatically): New variable.
10913         (pop-global-mark): Obey widen-automatically.
10915 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
10917         * term/xterm.el (function-key-map): Call substitute-key-definition
10918         before the keymap size is increased by a lot of define-key calls.
10920 2005-05-01  Richard M. Stallman  <rms@gnu.org>
10922         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
10923         Rename ARG to ELEMENT.  Doc fix.
10925 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10927         * allout.el (allout-exposure): Remove macro and obsolete declaration.
10928         Remove references to allout-exposure/change to allout-new-exposure.
10930         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
10931         bytecode symbols.
10933         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
10934         (compiled-function-p, focus-frame, unfocus-frame):
10935         Remove aliases and obsolete declarations.
10936         Back out inadvertent changes from previous commit.
10938 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
10940         * files.el (require-final-newline): Make Custom tags consistent
10941         with mode-require-final-newline.
10942         (mode-require-final-newline): Doc fix.
10944 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
10946         * international/latexenc.el (latexenc-find-file-coding-system):
10947         Fix regular expressions.
10949 2005-05-01  David Kastrup <dak@gnu.org>
10951         * international/latexenc.el (latexenc-find-file-coding-system):
10952         Fix regular expressions.
10954 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
10956         * subr.el (string-to-int): Make obsolete.
10958 2005-04-30  Richard M. Stallman  <rms@gnu.org>
10960         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
10962         * loadup.el: load jka-comp-hook.
10964         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
10965         (jka-compr-handler): Add autoload.  `put' calls moved
10966         to jka-comp-hook.el.
10967         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
10968         (jka-compr-inhibit): Autoload.
10970         * jka-comp-hook.el: New file.
10971         Enable the mode by default.
10973         * files.el (backup-buffer-copy): Use copy-file instead
10974         of write-region, and put back the 'excl.
10976 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
10978         * progmodes/flymake.el (flymake-split-string)
10979         (flymake-split-string, flymake-log, flymake-pid-to-names)
10980         (flymake-reg-names, flymake-get-source-buffer-name)
10981         (flymake-unreg-names, flymake-add-line-err-info)
10982         (flymake-add-err-info): Clarify docstrings.
10983         (flymake-popup-menu, flymake-make-emacs-menu)
10984         (flymake-make-xemacs-menu): Add docstrings.
10985         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
10986         Set variables directly throughout.
10988 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
10990         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
10991         exists.  Initialize cc-define-alist.
10992         (c-mode): Add cc-create-define-alist locally to after-save-hook.
10993         If there is no file (Macroexpansion) don't create an alist.
10995 2005-04-29  Sam Steingold  <sds@gnu.org>
10997         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
10998         (cc-create-define-alist): Use it instead of the hard-coded string.
11000 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11002         * international/mule-conf.el (file-coding-system-alist): Fix regexp
11003         for latexenc.
11005 2005-04-29  Lute Kamstra  <lute@gnu.org>
11007         * emacs-lisp/generic.el: Improve commentary section.
11008         (define-generic-mode): Improve docstring.
11010 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
11012         * textmodes/org.el (many places): Change to quiet the byte compiler.
11013         (org-prefix-format-compiled): New variable.
11014         (org-compile-prefix-format): New function.
11015         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11016         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11017         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11018         (org-get-entries-from-diary): Use `org-get-time-of-day' for
11019         consistency with entries from `org-mode' files.
11020         (org-get-time-of-day): Fix bug with partial matches early in a line.
11021         (org-non-link-chars): New constant.
11022         (org-link-regexp): Respect `org-non-link-chars'.
11023         (org-agenda-day-view): Remove command.
11024         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11025         (org-follow-bbdb-link, org-store-link): Search also company field.
11026         (org-highlight-overlay): New variable.
11027         (org-highlight, org-unhighlight): New functions.
11028         (org-agenda-mode): Add pre-command-hook to remove highlight.
11029         (org-evaluate-time-range): Behavior depends upon whether time stamp
11030         contains a time or not.
11031         (org-show-subtree, org-show-entry): New functions.
11032         (org-agenda-cleanup-fancy-diary): Remove empty lines.
11034 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
11036         * comint.el (comint-output-filter-functions): Add autoload cookie.
11038 2005-04-28  Kim F. Storm  <storm@cua.dk>
11040         * ido.el (ido-everywhere): Fix last change.
11042 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
11044         * international/latexenc.el: New file.
11045         * international/mule-conf.el (file-coding-system-alist): For .tex,
11046         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11048 2005-04-28  Lute Kamstra  <lute@gnu.org>
11050         * font-lock.el (font-lock-add-keywords)
11051         (font-lock-remove-keywords): Clarify docstring.
11052         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11053         Don't start docstrings with a `*'.
11054         (font-lock-update-removed-keyword-alist): Give it a docstring.
11056         * generic-x.el: Update commentary section.
11057         Only require font-lock when compiling.
11058         Define all modes conditionally.
11059         Place all generic modes in the generic-x-modes customization group.
11060         (generic-x-modes): New customization group.
11061         (generic-default-modes, generic-mswindows-modes)
11062         (generic-unix-modes, generic-other-modes): New constants.
11063         (generic-define-mswindows-modes, generic-define-unix-modes):
11064         Update docstrings.  Make them obsolete.
11065         (generic-extras-enable-list): New default value.  Update docstring.
11066         Improve :type.  Change :set function.
11067         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11068         Fix docstring.
11070         * emacs-lisp/generic.el (generic-mode-internal):
11071         Simplify font-lock-defaults.
11072         (define-generic-mode): Fix docstring.
11074 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11076         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11077         font-lock-face property to highlight matches.
11079 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
11081         * progmodes/cc-mode.el (cc-create-define-alist): New function.
11082         (cc-define-alist): New variable.
11083         (c-mode): Make it local and initialize it.
11085         * progmodes/gdb-ui.el (gdb-active-process): New variable.
11086         (gdb-exited): New function.
11087         (gdb-annotation-rules): Use it.
11088         (gdb-starting): Set gdb-active-process to t.
11089         (gdb-stopping): Amend doc string.
11090         (gdb-reset): Set gdb-active-process to nil.
11092         * tooltip.el (tooltip-gud-tips): Show the associated #define
11093         directives when a C program under GDB is not executing.
11095 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11097         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11098         font-lock-fontify-syntactic-keywords.
11100         * font-lock.el (font-lock-default-fontify-region): Don't force
11101         parse-sexp-lookup-properties to nil.
11103 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
11105         * man.el (man-mode-syntax-table): Set up `:' to have
11106         word-constituent syntax.
11108 2005-04-27  Lute Kamstra  <lute@gnu.org>
11110         * novice.el (disable-command): Don't add spurious newlines to the
11111         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
11113 2005-04-26  Jay Belanger  <belanger@truman.edu>
11115         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11116         than one window before deleting window.
11118 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
11120         * shell.el (shell-prompt-pattern): Doc fix.
11121         (shell-mode): Set paragraph-separate buffer locally to "\\'".
11123         * comint.el (comint-prompt-regexp, comint-get-old-input)
11124         (comint-use-prompt-regexp)
11125         (comint-use-prompt-regexp-instead-of-fields)
11126         (comint-replace-by-expanded-history, comint-send-input)
11127         (comint-output-filter, comint-get-old-input-default)
11128         (comint-line-beginning-position, comint-bol, comint-show-output)
11129         (comint-backward-matching-input, comint-forward-matching-input)
11130         (comint-next-prompt, comint-previous-prompt):
11131         Rename `comint-use-prompt-regexp-instead-of-fields' to
11132         `comint-use-prompt-regexp'.  Keep old name as alias and declare
11133         obsolete.
11134         (comint-use-prompt-regexp): Shorten first line of doc string.
11136         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11137         Set paragraph-separate buffer locally to "\\'".
11139         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11140         Adapt to above name change.
11142         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11143         (smbclient-prompt-regexp): Ditto.
11145         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11147 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
11149         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11150         gdb-location-list.
11151         Break lines that are over 80 characters wide.
11153 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11155         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11156         New fun and var, to preserve compatibility.
11158         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11160 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
11162         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11163         name to file-newer-than-file-p.
11165 2005-04-26  Richard M. Stallman  <rms@gnu.org>
11167         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11169         * progmodes/python.el (python-mode):
11170         Use new name eldoc-documentation-function.
11172         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11174         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11175         (eldoc-documentation-function):
11176         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
11178 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
11180         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11182 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11184         * term/xterm.el (function-key-map): Fix strings for
11185         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
11186         {C,S,A,C-S}-{f1-f12}.
11188 2005-04-26  Kenichi Handa  <handa@m17n.org>
11190         * international/mule-cmds.el (select-safe-coding-system):
11191         Fix previous change.
11193 2005-04-26  Lute Kamstra  <lute@gnu.org>
11195         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11197         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11198         (font-lock-comment-delimiter-face): Ditto.
11200         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11202 2005-04-25  Jay Belanger  <belanger@truman.edu>
11204         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11205         to t while inserting information; use help-mode.
11207 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
11209         * term.el (ansi-term-color-vector): Use the xterm colors.
11210         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
11212 2005-04-25  Lute Kamstra  <lute@gnu.org>
11214         * font-core.el (font-lock-defaults): Fix docstring.
11216         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11218 2005-04-25  Kenichi Handa  <handa@m17n.org>
11220         * international/mule-cmds.el (select-safe-coding-system):
11221         Don't check consistency with coding: spec, etc if raw-text or
11222         no-conversion was found to be safe.
11224 2005-04-24  Richard M. Stallman  <rms@gnu.org>
11226         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11227         citation markers at start of each line.
11229         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11230         citation markers at start of each line.
11232         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11234         * files.el (mode-require-final-newline): Fix previous change.
11235         (require-final-newline): Fix type label.
11237 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11239         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11240         statement in buffer (broken by 2004-11-24 change).
11242 2005-04-24  Kim F. Storm  <storm@cua.dk>
11244         * ido.el (ido-everywhere): Save and restore old read-buffer-function
11245         and read-file-name-function values.  Don't overwrite existing
11246         non-nil values if ido-mode is enabled without ido-everywhere.
11248 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
11250         * files.el (mode-require-final-newline): Minor doc fix.
11252 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
11254         * subr.el (syntax-after): Doc fix.
11255         (syntax-class): If argument is nil, return nil.  Mask off upper 16
11256         bits, not 8 bits.
11258         * files.el (mode-require-final-newline): Doc fix.
11259         (backup-buffer-copy): Fix last change.
11261 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11263         * term/mac-win.el: Require select.  Set selection-coding-system to
11264         mac-system-coding-system.  Call menu-bar-enable-clipboard.
11265         (x-last-selected-text-clipboard, x-last-selected-text-primary)
11266         (x-select-enable-clipboard): New variables.
11267         (x-select-text, x-get-selection, x-selection-value)
11268         (x-get-selection-value, mac-select-convert-to-string)
11269         (mac-services-open-file, mac-services-open-selection)
11270         (mac-services-insert-text): New functions.
11271         (CLIPBOARD, FIND): Put mac-scrap-name property.
11272         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11273         (public.tiff): Put mac-ostype property.
11274         (selection-converter-alist): Add entries for them.
11275         (mac-application-menu-map): New keymap.
11276         (interprogram-cut-function, interprogram-paste-function): Set to
11277         x-select-text and x-get-selection-value, respectively.
11278         (split-window-keep-point): Set to t.
11280 2005-04-23  Richard M. Stallman  <rms@gnu.org>
11282         * files.el (read-directory-name): Always pass non-nil
11283         DEFAULT-FILENAME arg to read-file-name.
11284         (backup-buffer-copy, basic-save-buffer-2): Take care against
11285         writing thru an unexpected existing symlink.
11286         (revert-buffer): In indirect buffer, revert the base buffer.
11287         (magic-mode-alist): Doc fix.
11288         (buffer-stale-function): Doc fix.
11289         (minibuffer-with-setup-hook): Avoid warning.
11290         (mode-require-final-newline): Doc and custom fix.
11292         * follow.el (follow-end-of-buffer): Use with-no-warnings.
11294         * font-lock.el (font-lock-comment-face): On terminals with few colors,
11295         use the default appearance.
11296         (font-lock-comment-delimiter-face): New face, new variable.
11298         * imenu.el (imenu--generic-function): The official position of a
11299         definition is the start of the line that BEG is in.
11301         * midnight.el (midnight-timer): Move defvar up.
11303         * mouse.el (mouse-drag-region-1): Delete some debugging code.
11305         * saveplace.el (save-place-to-alist): Use with-no-warnings.
11307         * startup.el (command-line): Use with-no-warnings.
11309         * window.el (window-size-fixed): New defvar.
11311         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11313         * mail/rmail.el (rmail-font-lock-keywords):
11314         Use font-lock-comment-delimiter-face.
11316         * mail/sendmail.el (mail-font-lock-keywords):
11317         Use font-lock-comment-delimiter-face.
11319         * progmodes/compile.el (next-error-highlight-timer): New defvar.
11321 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11323         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11324         Specify t for LAXMATCH when matching directories.
11325         Save match data around compilation-compat-error-properties form.
11327 2005-04-23  David Kastrup  <dak@gnu.org>
11329         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11330         Mention that the autoloaded aliases should be kept for AUCTeX.
11332 2005-04-23  Andreas Schwab  <schwab@suse.de>
11334         * isearch.el (isearch-forward): Doc fix.
11336 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
11338         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11339         (jit-lock-stealth-nice): Change default value to 0.5.
11341 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11343         * abbrev.el (write-abbrev-file): Write table entries in
11344         alphabetical order by table name.
11346 2005-04-22  Kim F. Storm  <storm@cua.dk>
11348         * ido.el (ido-read-internal): Fix `list' completion.
11350 2005-04-22  Kenichi Handa  <handa@m17n.org>
11352         * recentf.el (recentf-save-file-coding-system): New variable.
11353         (recentf-save-list): Encode the file by
11354         recentf-save-file-coding-system and add coding: tag.
11356 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
11358         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11360 2005-04-21  Lute Kamstra  <lute@gnu.org>
11362         * loadhist.el (unload-feature): Don't remove a function from hooks
11363         if it is about to be restored to an autoload .  Remove functions
11364         that will become unbound from auto-mode-alist.  Simplify the code.
11366         * subr.el (assq-delete-all): New implementation that is linear,
11367         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
11368         (rassq-delete-all): New function.
11370         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11371         Add size-indication-mode.
11373 2005-04-21  Kenichi Handa  <handa@m17n.org>
11375         * international/mule-cmds.el: Add autoload for widget-value in
11376         eval-when-compile.
11378 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
11380         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11381         Add tooltip-mode.
11383         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11385 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
11387         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11388         (inferior-lisp-filter-regexp, inferior-lisp-program)
11389         (inferior-lisp-load-command, inferior-lisp-prompt)
11390         (inferior-lisp-mode-hook, lisp-source-modes)
11391         (inferior-lisp-load-hook): defvar->defcustom.
11392         (inferior-lisp-program, inferior-lisp-prompt)
11393         (inferior-lisp-load-hook): Doc fixes.
11394         (inferior-lisp-install-letter-bindings): Small change in
11395         introductory comment.
11397 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11399         * vc.el (vc-annotate-color-map): Change some colors so that text
11400         using them as foreground is readable on both white and black
11401         backgrounds.
11403 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11405         * international/mule-conf.el (translation-table-for-input):
11406         Remove redundant declaration.
11408 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11410         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11412         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11413         (tooltip-toggle-gud-tips): New function.
11415 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11417         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11418         right angle brackets.
11420 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
11422         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11424 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11426         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11427         Remove.  Update callers to use expand-file-name instead.
11429         * subr.el (syntax-class): New function.
11431         * simple.el (blink-matching-open): Use it.
11433         * paren.el (show-paren-function): Use it to recognize parens that are
11434         also used in 2-char comment markers.
11436 2005-04-19  Lute Kamstra  <lute@gnu.org>
11438         * loadhist.el (unload-feature): Update for new format of
11439         load-history.  Simplify the code.
11441 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11443         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11444         (mac-add-charset-info): New function.  Initialize variable
11445         mac-charset-info-alist using it.
11446         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11447         for translation.
11448         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11449         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11450         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11451         New CCL programs.
11453 2005-04-19  Kim F. Storm  <storm@cua.dk>
11455         * simple.el (next-buffer, prev-buffer, next-error)
11456         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11457         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11459         * bindings.el (next-buffer, prev-buffer, next-error)
11460         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11461         (clone-indirect-buffer-other-window): Move bindings from simple.el.
11462         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11463         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11465 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11467         * isearch.el (isearch-edit-string): Make the search-ring available for
11468         minibuffer history commands.
11469         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11470         the default history commands now work just as well.
11471         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11473 2005-04-18  Kim F. Storm  <storm@cua.dk>
11475         * emulation/cua-base.el (cua--pre-command-handler): Add more
11476         elaborate check for shift modifier on non-window systems.
11478 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
11480         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11482 2005-04-18  Kim F. Storm  <storm@cua.dk>
11484         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11485         and make it optional.  Don't test tooltip-gud-echo-area here.
11486         (tooltip-gud-process-output, gdb-tooltip-print):
11487         Pass tooltip-gud-echo-area to tooltip-show.
11488         (tooltip-help-tips): Remove second optional arg to tooltip-show.
11490 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11492         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11493         `display-graphic-p' may not be bound yet.
11495 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
11497         * startup.el (command-line): No longer enable Xterm Mouse mode by
11498         default in terminals compatible with xterm.
11500         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11502 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
11504         * tooltip.el (tooltip-gud-echo-area): Rename from
11505         tooltip-use-echo-area.
11506         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11507         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11508         area independently of where help tooltips are displayed.
11510 2005-04-17  David Kastrup  <dak@gnu.org>
11512         * cus-theme.el (custom-theme-write-variables): Quote variables
11513         where necessary.
11515 2005-04-17  Richard M. Stallman  <rms@gnu.org>
11517         * simple.el (yank-excluded-properties): Add follow-link to value.
11519         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11521         * startup.el (fancy-splash-max-time): Just 30 seconds.
11522         (fancy-splash-delay): Just 7.
11523         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11525         * loadhist.el (unload-feature): Update for new format of load-history.
11526         Simplify the code.
11528         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11529         (rmail-font-lock-keywords): Don't fontify the text of a citation.
11531         * mail/sendmail.el (mail-font-lock-keywords):
11532         Don't fontify subject text.
11533         Don't fontify the text of a citation.
11535 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
11537         * comint.el (comint-output-filter): Run comint-output-filter-functions
11538         with point where the user had it.
11540 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11542         * international/ucs-tables.el (ucs-set-table-for-input):
11543         Disable when using unify-on-decoding.
11545 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
11547         * emulation/cua-base.el (cua-global-mark-face): Add special case
11548         for displays supporting a high number of colors.
11550 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
11552         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11554 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
11556         * filesets.el (filesets-add-buffer): If user supplies a name of a
11557         non-existing fileset, create a new fileset.
11559 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
11561         * textmodes/org.el (org-up-heading-all): Fix bug with
11562         `outline-up-heading-all'.
11564 2005-04-16  Andreas Schwab  <schwab@suse.de>
11566         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11567         /etc/permissions.d/* and /etc/aliases.d/*.
11569 2005-04-16  Kenichi Handa  <handa@m17n.org>
11571         * international/code-pages.el (cp-make-coding-system):
11572         Set `translation-table-for-input' property value to the symbol
11573         ucs-mule-to-mule-unicode, not to that value.
11574         (pt154): Escape guillemet by `\'.
11576 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
11578         * loadup.el: Load tooltip if x-show-tip is fboundp.
11580         * startup.el (command-line): Add comment.
11582         * tooltip.el (tooltip-mode): Specify correct standard value for
11583         Custom in init-value.
11585 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
11587         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11588         possible.
11590 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
11592         * textmodes/org.el (org-agenda-date-prompt): Rename from
11593         `org-agenda-date-today'.
11594         (org-evaluate-time-range): Insert at point instead of directly
11595         after time range.
11596         (org-first-headline-recenter, org-subtree-end-visible-p)
11597         (org-optimize-window-after-visibility-change): New functions
11598         (org-agenda-post-command-hook): Don't allow point at end of line,
11599         to make sure it always hits the text properties.
11600         (org-agenda-next-date-line, org-agenda-previous-date-line):
11601         New commands.
11602         (org-set-regexps-and-options): Category may contain white space.
11603         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11604         Improve marker positions.
11605         (org-agenda-new-marker): Argument POS made optional.
11606         (org-agenda-get-timestamps): Deadlines which are done are listed
11607         in org-done-face now.
11608         (org-agenda-get-todos, org-agenda-get-timestamps)
11609         (org-agenda-get-deadlines, org-agenda-get-scheduled):
11610         Set `undone-face' and `done-face' properties.
11611         (org-last-todo-state-is-todo): New variable.
11612         (org-todo): Set `org-last-todo-state-is-todo'.
11613         (org-agenda-todo): Change face according to
11614         `org-last-todo-state-is-todo'.  And change other lines referring to
11615         the same entry.
11616         (org-calendar-goto-agenda): New command.
11617         (org-calendar-to-agenda-key): New option.
11618         (org-startup-folded): New allowed value `content'.
11619         (org-set-regexps-and-options): Accept new value `content' for
11620         `org-startup-folded'.
11621         (org-get-current-options): Handle new value `content' for
11622         `org-startup-folded'.
11623         (org-insert-todo-heading): New command.
11624         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11625         interactively in empty file and option
11626         `org-insert-mode-line-in-empty-file' has been set.
11627         (org-agenda-todo,org-agenda-priority): Modify to use
11628         `org-agenda-change-all-lines'.
11629         (org-warning-face): Change color on dark background
11631 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11633         * international/mule-cmds.el (set-locale-environment): On Mac OS,
11634         use preferences AppleLocale and AppleLanguages, and variable
11635         mac-system-locale for default locale.  On Mac OS Classic, use
11636         mac-system-coding-system for default coding systems.
11638         * term/mac-win.el: Don't set file-name-coding-system.
11639         Decode variables system-name, emacs-build-system, user-login-name, and
11640         user-full-name by mac-system-coding-system on Mac OS Classic.
11641         (mac-system-coding-system): New variable.
11643 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
11645         * startup.el (command-line): Handle `xterm-mouse-mode' before
11646         reading init file.
11648         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11650 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
11652         * progmodes/sh-script.el (sh-here-document-word): Make it a
11653         defcustom.  Doc fix.
11654         (sh-add): Bash uses $(( )) for arithmetic.
11655         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11656         (sh-maybe-here-document): Remove quotes and leading whitespace
11657         from heredoc word when closing.  Indent heredoc with tabs if word
11658         starts with "-".
11660 2005-04-13  Richard M. Stallman  <rms@gnu.org>
11662         * simple.el (undo): Fix previous change.
11664         * custom.el (defface): Doc fix.
11666 2005-04-13  Lute Kamstra  <lute@gnu.org>
11668         * Makefile.in (DONTCOMPILE): Remove list.
11669         (compile, compile-always): Don't use DONTCOMPILE.
11670         (update-authors): Load the library in which batch-update-authors
11671         is defined.
11672         * makefile.w32-in (DONTCOMPILE): Remove list.
11673         (compile, compile-always): Fix comments.
11674         (update-authors): Load the library in which batch-update-authors
11675         is defined.
11677         * generic-x.el (generic-mode-ini-file-find-file-hook):
11678         Rename to ini-generic-mode-find-file-hook.
11679         Keep generic-mode-ini-file-find-file-hook as an alias.
11680         (ini-generic-mode-find-file-hook): Rename from
11681         generic-mode-ini-file-find-file-hook.  Fix docstring.
11682         (ini-generic-mode): Docstring change.
11683         (bat-generic-mode-run-as-comint): Silence the byte compiler.
11685         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11686         called from lisp.
11688         * generic.el: Move to the emacs-lisp subdir.
11690 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
11692         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11693         and C-S- function and cursor motion keys.
11695 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
11697         * startup.el (command-line): Enable Xterm Mouse mode by default.
11698         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11699         for Custom.  No longer show "Mouse" in mode line when enabled.
11700         Doc fix.
11702 2005-04-12  Kim F. Storm  <storm@cua.dk>
11704         * emulation/cua-base.el (cua-rectangle-face)
11705         (cua-rectangle-noselect-face): Define face attributes here.
11707         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11709 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11711         * startup.el (command-line): Turn off blinking cursor if
11712         cursorBlink in resources is off or false.
11714 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11716         * term/mac-win.el (dnd): Require dnd.
11717         (mac-drag-n-drop): Call dnd-handle-one-url.
11718         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11719         (kTextEncodingISOLatin2): Remove constants.
11720         (mac-script-code-coding-systems): New constant.
11721         (mac-handle-language-change): New function.
11722         (special-event-map): Bind it to `language-change' event.
11723         (mac-centraleurroman, mac-cyrillic): New coding systems.
11724         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11725         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11726         and mac-cyrillic-encoder to encode-mac-centraleurroman and
11727         encode-mac-cyrillic, respectively.
11729 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11731         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11732         Don't set overlay-arrow-string to "=>" as this is done
11733         globally in C now.
11735 2005-04-12  Lute Kamstra  <lute@gnu.org>
11737         * generic-x.el (rc-generic-mode, rul-generic-mode):
11738         Fix auto-mode-alist entries.
11739         (etc-fstab-generic-mode): Tweak fontification.
11741         * generic.el (generic-make-keywords-list): Fix docstring.
11742         (generic-mode-internal): Simplify generic-font-lock-keywords.
11744 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11746         * whitespace.el (whitespace-buffer-leading)
11747         (whitespace-buffer-trailing): Revert the incorrect test inversion.
11748         However, fix the highlight area for the leading and
11749         trailing whitespaces to show space.
11751 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
11753         * whitespace.el (whitespace-version): Bump to 3.5
11755         (whitespace-buffer-leading, whitespace-buffer-trailing):
11756         Invert sense of the test to highlight the whitespace.
11758 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11760         * progmodes/gud.el (gud-display-line): GUD uses its own
11761         overlay arrow now so don't set overlay-arrow-string.
11762         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
11764 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
11766         * term.el (term-ansi-current-bold, term-ansi-current-underline)
11767         (term-ansi-current-reverse, term-ansi-current-invisible)
11768         (term-ansi-face-already-done): Change to boolean.
11769         (term-reset-terminal, term-handle-colors-array): Handle the above
11770         vars accordingly.
11771         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
11772         (term-emulate-terminal): Use the new name.
11774         * faces.el (secondary-selection): Use yellow1, not yellow.
11775         (trailing-whitespace): Use red1, not red.
11777 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11779         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
11780         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
11781         (dired-dnd-handle-file): Call dnd-get-local-file-uri
11783         * cus-edit.el (dnd): New group.
11785         * term/w32-win.el (dnd): Require dnd
11786         (w32-drag-n-drop): Call dnd-handle-one-url.
11788         * x-dnd.el: Require dnd.
11789         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
11790         Call dnd-handle-one-url.
11791         (x-dnd-types-alist, x-dnd-insert-utf8-text)
11792         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
11793         to dnd-insert-text.
11794         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
11795         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
11796         (x-dnd-get-local-file-name, x-dnd-open-local-file)
11797         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
11799         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
11801 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11803         * wdired.el: Doc fixes.
11804         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
11805         (wdired-use-dired-vertical-movement): Rename from
11806         wdired-always-move-to-filename-beginning.
11807         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
11808         (wdired-change-to-wdired-mode): Change mode name.
11809         (wdired-newline): Delete.
11811 2005-04-11  Richard M. Stallman  <rms@gnu.org>
11813         * whitespace.el (whitespace-highlight-the-space):
11814         Don't call whitespace-unhighlight-the-space here.
11816         * simple.el (undo): Record t in undo-equiv-table
11817         for the redo record made by an undo-in-region.
11819 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
11821         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
11822         (gdb-frame-inferior-io-buffer): New Functions to control
11823         display of separate IO buffer.
11824         (menu): Add them to menu-bar.
11825         (gdb-display-buffer): Check for buffer another frame.
11826         Protect GUD buffer.
11827         (gdb-setup-windows): Create IO buffer if not already there.
11828         (gdb-memory-mode): Remove purecopy noops.
11830 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11832         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
11833         and pass to self-insert-command.
11835 2005-04-11  Lute Kamstra  <lute@gnu.org>
11837         * generic.el: Commentary section cleanup.
11838         (generic): Delete.
11839         (generic-use-find-file-hook, generic-lines-to-scan)
11840         (generic-find-file-regexp, generic-ignore-files-regexp)
11841         (default-generic-mode, generic-mode-find-file-hook)
11842         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
11843         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
11844         (generic-use-find-file-hook, generic-lines-to-scan)
11845         (generic-find-file-regexp, generic-ignore-files-regexp)
11846         (default-generic-mode, generic-mode-find-file-hook)
11847         (generic-mode-ini-file-find-file-hook): Move from generic.el.
11849 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
11851         * bookmark.el (bookmark-write-file): Catch errors writing file.
11852         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
11854 2005-04-10  Richard M. Stallman  <rms@gnu.org>
11856         * startup.el (fancy-splash-tail): Update copyright year.
11857         (command-line): Split part of -Q into -D.
11858         (emacs-basic-display): New defvar.
11859         (fancy-splash-text): Correct name of menu item.
11861         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
11863         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11864         lines in one node.
11866         * comint.el (comint-send-input): New arg ARTIFICIAL.
11867         Callers in this file changed.
11869         * abbrev.el (define-abbrevs): Read system abbrevs properly.
11871         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
11873 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
11875         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
11876         `ldap-search-internal'.
11878 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11880         * files.el (set-auto-mode-1): Use line-end-position.
11882         * international/latin-1.el:
11883         * international/latin-2.el:
11884         * international/latin-3.el:
11885         * international/latin-4.el:
11886         * international/latin-5.el:
11887         * international/latin-8.el:
11888         * international/latin-9.el: Give punctuation syntax to NBSP.
11890         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
11891         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
11892         Use char-classes to accept non-ascii letters, accepted in some recent
11893         bibtex implementations.
11895 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
11897         * custom.el (custom-set-minor-mode): Any non-nil value for the
11898         variable should enable the mode when set through Custom.
11900 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11902         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
11903         TAB binding so tab-always-indent is obeyed.
11904         (vhdl-minibuffer-local-map): Move initialization into declaration.
11905         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
11906         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
11907         (vhdl-hooked-abbrev): Avoid test for XEmacs.
11908         (vhdl-current-line): Use line-beginning-position.
11909         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
11910         with-output-to-temp-buffer, so the current position can be recorded.
11912 2005-04-10  Masatake YAMATO  <jet@gyve.org>
11914         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11915         Add regexp for gcov.
11917 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11919         * calendar/time-date.el (time-to-seconds, seconds-to-time)
11920         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
11921         syntax which Emacs 20 doesn't support.
11923 2005-04-09  Richard M. Stallman  <rms@gnu.org>
11925         * help.el (describe-key-briefly, describe-key):
11926         Replace strings as event types with "(any string)".
11928 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11930         * arc-mode.el (archive-mode-map): Move initialization into
11931         the declaration.  Override *all* bindings of `undo'.
11932         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
11934 2005-04-09  Jay Belanger  <belanger@truman.edu>
11936         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
11938 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11940         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
11941         (xterm-register-default-colors): Update color values computation
11942         to match xterm-200.
11944 2005-04-09  Kenichi Handa  <handa@m17n.org>
11946         * international/code-pages.el (iso-latin-7): Fix the map.
11948 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
11950         * emacs-lisp/lisp.el (defun-prompt-regexp)
11951         (parens-require-spaces, buffer-end, end-of-defun)
11952         (insert-parentheses): Doc fixes.
11954 2005-04-08  Kim F. Storm  <storm@cua.dk>
11956         * comint.el (comint-highlight-prompt): Fix face spec.
11957         * hi-lock.el (hi-green): Likewise.
11959 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11961         * cus-edit.el (custom-modified-face):
11962         * comint.el (comint-highlight-input): Fix previous changes.
11963         * term.el (term-handle-ansi-escape): Add a comment.
11965 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
11968         in the buffer and in whitespace-highlighted-space.
11969         (whitespace-unhighlight-the-space): Simplify.
11970         (whitespace-buffer): Simplify.
11972 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
11974         * textmodes/table.el (table-cell-face): Add special case for
11975         displays supporting a high number of colors.
11976         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11977         (vhdl-font-lock-reserved-words-face)
11978         (vhdl-speedbar-architecture-face)
11979         (vhdl-speedbar-instantiation-face)
11980         (vhdl-speedbar-architecture-selected-face)
11981         (vhdl-speedbar-instantiation-selected-face): Likewise.
11982         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
11983         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
11984         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11985         (ebrowse-root-class-face, ebrowse-member-attribute-face)
11986         (ebrowse-progress-face): Likewise.
11987         * progmodes/compile.el (compilation-info-face): Likewise.
11988         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
11989         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
11990         * calendar/calendar.el (diary-face): Likewise.
11991         * woman.el (woman-italic-face, woman-bold-face)
11992         (woman-unknown-face): Likewise.
11993         * wid-edit.el (widget-button-pressed-face): Likewise.
11994         * whitespace.el (whitespace-highlight-face): Likewise.
11995         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
11996         * pcvs-info.el (cvs-marked-face): Likewise.
11997         * info.el (info-xref): Likewise.
11998         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
11999         * hilit-chg.el (highlight-changes-face)
12000         (highlight-changes-delete-face): Likewise.
12001         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12002         (hi-red-b): Likewise.
12003         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12004         * font-lock.el (font-lock-keyword-face)
12005         (font-lock-function-name-face, font-lock-warning-face): Likewise.
12006         * cus-edit.el (custom-invalid-face, custom-modified-face)
12007         (custom-set-face, custom-changed-face, custom-variable-tag-face)
12008         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12009         * comint.el (comint-highlight-prompt): Likewise.
12011 2005-04-08  Lute Kamstra  <lute@gnu.org>
12013         * font-lock.el (font-lock-keywords): Docstring fixes.
12015 2005-04-08  Kenichi Handa  <handa@m17n.org>
12017         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12018         chars are more than a limit, print " and more..." at the tail.
12020 2005-04-08  Kim F. Storm  <storm@cua.dk>
12022         * emacs-lisp/authors.el (authors-aliases): Update list.
12023         (authors-ignored-files): New list.
12024         (authors-fixed-entries): Fix typo.
12025         (authors-renamed-files-alist): Update list.
12026         (authors-add): Check authors-ignored-files.
12028 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
12030         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12031         optional, to ensure backward compatibility.
12033 2005-04-08  Stephen Eglen  <stephen@gnu.org>
12035         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12037 2005-04-08  Kim F. Storm  <storm@cua.dk>
12039         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12041         * mouse.el (mouse-on-link-p): Doc fix.
12043 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
12045         * ielm.el (ielm-prompt-read-only): Doc fix.
12047         * comint.el (comint-prompt-read-only): Doc fix.
12049 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
12051         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12052         ensure dired always handles wildcards passed to ffap.
12053         (find-file-at-point): Use it.
12054         (ffap-dired-wildcards): Doc fix.
12056 2005-04-07  Juri Linkov  <juri@jurta.org>
12058         * simple.el (next-error-overlay-arrow-position): New defvar.
12059         Put "=>" on its property `overlay-arrow-string'.  Add it to
12060         `overlay-arrow-variable-list'.
12062         * progmodes/compile.el (compilation-setup):
12063         Set `next-error-overlay-arrow-position' to nil.  Also set it to
12064         nil in the local hook `kill-buffer-hook'.  Make local variable
12065         `overlay-arrow-string' and set it to "=>".
12066         (compilation-goto-locus): Set BOL position to
12067         `next-error-overlay-arrow-position' instead of
12068         `overlay-arrow-position'.
12070         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12071         locally instead of adding it to the global hook.
12072         (Info-kill-buffer): Move up.
12074 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
12076         * term/xterm.el (xterm-standard-colors): Update color values from
12077         xterm-200.
12079 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12081         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12083         * fast-lock.el:
12084         * lazy-lock.el: Move them to the obsolete subdir.
12086 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12088         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12089         (wdired-add-replace-advice): Remove.
12090         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12092 2005-04-06  Kim F. Storm  <storm@cua.dk>
12094         * startup.el (command-line): Add --bare-bones alias for -Q.
12096 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12098         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12099         create the startup fontset if a font specification ends with
12100         `mac-roman'.
12102 2005-04-06  Lute Kamstra  <lute@gnu.org>
12104         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12105         change.
12107         * emacs-lisp/copyright.el (copyright-update-year): Replace the
12108         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
12110 2005-04-05  Lute Kamstra  <lute@gnu.org>
12112         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12113         (define-generic-mode): Ditto.  Fix debug declaration.
12115         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12116         Put them in the generic-x group.
12118         * calendar/timeclock.el (timeclock): Doc fix.
12120         * generic.el (define-generic-mode): Don't use custom-current-group.
12121         Document default :group value.
12122         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12123         (define-global-minor-mode): Don't use custom-current-group.
12125 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12127         * startup.el (command-line-1): Display startup-echo-area-message
12128         when fancy splash screen is in use.
12130         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12131         (sh-escaped-newline): New face.
12132         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12133         newline, and use sh-escaped-newline face.
12135         * progmodes/tcl.el (tcl-escaped-newline): New face.
12136         (tcl-builtin-list): New variable.
12137         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12138         newlines.  Fix keywords subexpression number.
12140 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
12142         * textmodes/org.el (org-diary-default-entry): Fix call to
12143         `add-to-diary-entry'.
12145 2005-04-05  Kim F. Storm  <storm@cua.dk>
12147         * ediff-init.el: Use (featurep 'xemacs).
12149 2005-04-05  David Ponce  <david@dponce.com>
12151         * cus-edit.el (face): Derive from symbol widget.  Display sample
12152         of the current face on the fly.
12153         (widget-face-sample-face-get, widget-face-notify): New functions.
12154         (widget-face-value-create): Remove.
12156         * wid-edit.el (widget-field-end): Temporarily remove field
12157         narrowing before to call `get-char-property'.
12159 2005-04-04  Jay Belanger  <belanger@truman.edu>
12161         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12162         (math-read-subscripts): New variable.
12163         (math-read-preprocess-string): Process subscripts.
12165 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
12167         * comint.el (comint-prompt-read-only): Doc fix.
12169         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12170         `-1'.  Doc fix.
12172 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
12174         * textmodes/org.el (org-insert-mode-line-in-empty-file):
12175         Change default value to nil.
12177 2005-04-04  Lute Kamstra  <lute@gnu.org>
12179         * autorevert.el (auto-revert-mode): Specify :group.
12180         * battery.el (display-battery-mode): Specify :group.
12181         * diff-mode.el (diff-minor-mode): Specify :group.
12182         * font-core.el (font-lock-mode): Specify :group.
12183         * hl-line.el (hl-line-mode): Specify :group.
12184         * iimage.el (iimage): New customization group.
12185         (iimage-mode): Specify :group.
12186         * longlines.el (longlines-mode): Specify :group.
12187         * master.el: Don't require easy-mmode.
12188         (master): New customization group.
12189         (master-mode): Specify :group.
12190         * msb.el (msb-mode): Specify :group.
12191         * reveal.el (reveal-mode): Specify :group.
12192         * simple.el (next-error-follow-minor-mode): Specify :group.
12193         * smerge-mode.el (smerge-mode): Specify :group.
12194         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12195         * emulation/cua-base.el (cua-mode): Specify :group.
12196         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12197         * language/thai-util.el (thai-auto-composition-mode)
12198         (thai-word-mode): Specify :group.
12199         * mail/supercite.el (sc-minor-mode): Specify :group.
12200         * progmodes/cwarn.el (cwarn-mode): Specify :group.
12201         * progmodes/flymake.el (flymake-mode): Specify :group.
12202         * progmodes/glasses.el (glasses-mode): Specify :group.
12203         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12204         * textmodes/enriched.el (enriched-mode): Specify :group.
12205         * textmodes/refill.el (refill-mode): Specify :group.
12207         * add-log.el (change-log-font-lock-keywords): Names in
12208         parenthesized lists can contain spaces.
12210 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
12212         * startup.el (fancy-splash-text): Shorten default text of
12213         "Emacs Tutorial" line.  Also, if the current language env
12214         indicates an available tutorial file other than TUTORIAL,
12215         extract its title and append it to the line in parentheses.
12216         (fancy-splash-insert): If arg is a thunk, funcall it.
12218 2005-04-04  Jay Belanger  <belanger@truman.edu>
12220         * calc.el (calc-language-alist): Add tags to customization type.
12222 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
12224         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12225         Doc fix.
12227 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
12229         * add-log.el (change-log-font-lock-keywords): The manual
12230         describing a Change Log entry, says: (...) "Aside from these
12231         header lines, every line in the change log starts with a space or
12232         a tab.".  The font-lock was not highlighting lines started with
12233         spaces, added support for it.
12235 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12237         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12238         (bibtex-generate-url-list): Update docstring accordingly.  Put the
12239         complex example in the docstring.
12240         (bibtex-font-lock-url): Use pop.
12242 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12244         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12246         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12248 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12250         * filesets.el (filesets-set-default): Doc fix.
12252 2005-04-03  Lute Kamstra  <lute@gnu.org>
12254         * generic.el (define-generic-mode): Add argument to specify
12255         keywords for defcustom.
12256         (default-generic-mode): Specify :group.
12258         * generic-x.el: Specify :group for all generic modes.
12260         * desktop.el (desktop-no-desktop-file-hook)
12261         (desktop-after-read-hook): Doc fix.
12263 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
12265         * simple.el (visible-mode): Use explicit :group keyword.
12266         This changes the group of `visible-mode-hook' from paren-blinking
12267         to editing-basics.
12269 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
12271         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
12272         mailbox specifications as well as URLs.
12273         (rmail-insert-inbox-text): Remove unused conditional branches.
12275 2005-04-01  Jay Belanger  <belanger@truman.edu>
12277         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12278         (calc-gnuplot-print-command): Move definitions to calc.el.
12280         * calc/calc-embed.el (calc-embedded-announce-formula)
12281         (calc-embedded-open-formula, calc-embedded-close-formula)
12282         (calc-embedded-open-word, calc-embedded-close-word)
12283         (calc-embedded-open-plain, calc-embedded-close-plain)
12284         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12285         (calc-embedded-open-mode, calc-embedded-close-mode):
12286         Move definitions to calc.el.
12288         * calc/calc.el (calc-settings-file, calc-language-alist):
12289         Make customizable.
12290         (calc-embedded-announce-formula, calc-embedded-open-formula)
12291         (calc-embedded-close-formula, calc-embedded-open-word)
12292         (calc-embedded-close-word, calc-embedded-open-plain)
12293         (calc-embedded-close-plain, calc-embedded-open-new-formula)
12294         (calc-embedded-close-new-formula, calc-embedded-open-mode)
12295         (calc-embedded-close-mode, calc-gnuplot-name)
12296         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12297         from other files and make customizable.
12299 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12301         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12302         Use buffer-live-p.
12303         (cvs-mode-run): Don't call cvs-update-header here.
12304         (cvs-run-process): Call cvs-update-header.
12305         Use process properties for cvs-postprocess and cvs-buffer so that
12306         the sentinel can behave better if the temp buffer is killed.
12307         Use a pipe rather than a tty, to better handle unexpected prompts.
12308         (cvs-sentinel): Rewrite.  Call cvs-update-header.
12310 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
12312         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12313         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
12315 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12317         * generic.el (define-generic-mode): Add indentation rule.
12319 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
12321         * files.el (mode-require-final-newline): Make Custom correctly
12322         report a nil value and allow to set it to nil via Custom.
12323         Doc fix.
12325 2005-04-01  Kenichi Handa  <handa@m17n.org>
12327         * international/characters.el: Enable the correct case setting for
12328         dotless-i and dotted-I.
12330 2005-04-01  Kim F. Storm  <storm@cua.dk>
12332         * ido.el (ido-file-internal): Fall back to non-ido command if
12333         initial directory is on slow ftp (or tramp) host.
12335 2005-03-31  Richard M. Stallman  <rms@gnu.org>
12337         * emacs-lisp/autoload.el (make-autoload):
12338         Handle define-global-minor-mode.
12340         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12341         Rename from easy-mmode-define-global-mode.
12342         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12344         * progmodes/scheme.el (scheme-mode-syntax-table):
12345         Update syntax of | and # for two-character comment syntax.
12347 2005-03-31  Lute Kamstra  <lute@gnu.org>
12349         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12350         (define-minor-mode): Call custom-current-group at load-time.
12352         * generic.el (define-generic-mode): Add debug declaration.
12353         Add defcustom for the mode hook.
12354         (generic-mode-internal): Use run-mode-hooks.
12356 2005-03-31  Kim F. Storm  <storm@cua.dk>
12358         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12359         (mouse-fixup-help-message): New defun called by show_help_echo
12360         to fixup mouse-2 prefix in help messages when applicable.
12362         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12364 2005-03-31  Kenichi Handa  <handa@m17n.org>
12366         * language/thai-word.el (thai-find-word-ends): Pay attention to
12367         the case that we reach the end of buffer.
12369         * textmodes/fill.el (fill-text-properties-at): New function.
12370         (fill-newline): Use fill-text-properties-at instead of
12371         text-properties-at.
12373 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12375         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12376         not comint-quote-filename.
12378 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
12380         * help-fns.el (help-with-tutorial): Revert last change.
12382 2005-03-31  Kim F. Storm  <storm@cua.dk>
12384         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12386 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
12388         * calendar/cal-china.el: Update reference to "Calendrical
12389         Calculations" book; there's a new edition.
12390         * calendar/cal-coptic.el: Likewise.
12391         * calendar/cal-french.el: Likewise.
12392         * calendar/cal-hebrew.el: Likewise.
12393         * calendar/cal-islam.el: Likewise.
12394         * calendar/cal-iso.el: Likewise.
12395         * calendar/cal-julian.el: Likewise.
12396         * calendar/cal-mayan.el: Likewise.
12397         * calendar/cal-persia.el: Likewise.
12398         * calendar/calendar.el: Likewise.
12399         * calendar/holidays.el: Likewise.
12400         * calendar/lunar.el: Likewise.
12401         * calendar/solar.el: Likewise.
12403         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12404         white space from doc string.
12406 2005-03-30  Jay Belanger  <belanger@truman.edu>
12408         * calc/calc-help.el (calc-full-help): Remove email address.
12410 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
12412         * help-fns.el (help-with-tutorial): Delete title line.
12414 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12416         * calendar/cal-x.el (calendar-one-frame-setup)
12417         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12418         rather than 'symbol for set-window-dedicated-p.
12420         * calendar/appt.el (appt-buffer-name): Make it a constant.
12421         (appt-add): Doc fix.
12423         * filesets.el (filesets-menu-path, filesets-menu-before)
12424         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
12425         (filesets-menu-cache-file): Use directory ~/.emacs.d.
12426         (filesets-add-submenu): Delete and use add-submenu instead.
12428 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
12430         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12431         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12432         (org-diary-default-entry): New function.
12433         (org-get-entries-from-diary): Better parsing of diary entries.
12434         (org-agenda-check-no-diary): New function.
12435         ("diary-lib"): Advice to function `add-to-diary-list', to allow
12436         linking to diary entries.
12437         (org-agenda-execute-calendar-command): New function.
12438         (org-agenda): Improve visible section in window.
12439         Use `org-fit-agenda-window'.
12440         (org-fit-agenda-window): New option.
12441         (org-move-subtree-down): Better handling of empty lines
12442         at end of subtree.
12443         (org-cycle): Numeric prefix is interpreted now as show-subtree N
12444         levels up.
12445         (org-fontify-done-headline): New option.
12446         (org-headline-done-face): New face.
12447         (org-set-font-lock-defaults): Use `org-headline-done-face'.
12448         (org-table-copy-down): Rename from `org-table-copy-from-above'.
12449         When current field is non-empty, it is copied to next row.
12450         (org-table-copy-from-above): Fix bug which made it
12451         impossible to copy fields containing only a single non-white character.
12453 2005-03-30  Kim F. Storm  <storm@cua.dk>
12455         * kmacro.el (kmacro-end-macro): Isearch may store this command
12456         into the macro -- so ignore it when executing keyboard macro.
12458 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12460         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12462 2005-03-29  Kenichi Handa  <handa@m17n.org>
12464         * language/thai.el ("Thai"): Set setup-function and exit-function
12465         for Thai language environment.
12467         * language/thai-util.el: Require thai-word.
12468         (thai-word-mode-map): New variable.
12469         (thai-word-mode): New minor mode.
12470         (setup-thai-language-environment-internal): New function.
12471         (exit-thai-language-environment-internal): New function.
12473         * language/thai-word.el (thai-word-table): Declare it by defvar,
12474         use dolist to initialize it.
12475         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12476         (thai-fill-find-break-point): New functions.
12478 2005-03-29  Richard M. Stallman  <rms@gnu.org>
12480         * simple.el (idle-update-delay): Move definition up.
12481         (set-mark): Doc fix.
12483 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
12485         * longlines.el: New file.
12487         * simple.el (buffer-substring-filters): New variable.
12488         (filter-buffer-substring): New function.
12489         (kill-region, copy-region-as-kill): Use it.
12491         * register.el (copy-to-register, append-to-register)
12492         (prepend-to-register): Use filter-buffer-substring.
12494 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
12496         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12497         (gud-filter-pending-text): Move in front of gdb.
12498         (gud-overlay-arrow-position): New variable.
12499         (gud-sentinel, gud-display-line): Use it in place of
12500         overlay-arrow-position.
12502 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12504         * progmodes/fortran.el (fortran-if-indent): Doc fix.
12505         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12506         (fortran-font-lock-keywords-4): New variable.
12507         (fortran-blocks-re, fortran-end-block-re)
12508         (fortran-start-block-re): New constants, for hideshow.
12509         (hs-special-modes-alist): Add a Fortran entry.
12510         (fortran-mode-map): Bind fortran-end-of-block,
12511         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12512         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
12513         (fortran-looking-at-if-then, fortran-end-of-block)
12514         (fortran-beginning-of-block): New functions, for hideshow.
12516         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12517         Doc fix.  Tweak regexp.
12518         (f90-beginning-of-block): Push mark first.
12520 2005-03-29  Jay Belanger  <belanger@truman.edu>
12522         * calc/calc.el: Update copyright date.
12523         (calc-version): Increase to 2.1.
12524         (calc-version-date): Remove.
12526         * calc/calc-help.el: Update copyright date.
12527         (calc-full-help): Remove reference to calc-version-date.
12528         Update copyright date.
12530 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12532         * vc.el (vc-do-command): Use a pipe for async processes, so password
12533         prompts don't show up at places where the user can't reply.
12535 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
12537         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12538         on the file name we pass to the inferior shell.
12540 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12542         * progmodes/which-func.el (which-function): Be robust in the face of an
12543         imenu--make-index-alist failure.
12545 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12547         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12549         * progmodes/python.el (python-preoutput-filter): Fix last change.
12551 2005-03-29  Lute Kamstra  <lute@gnu.org>
12553         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12554         functions and compiled macros.
12555         (debug-convert-byte-code): Handle macros too.
12556         (debug-on-entry-1): Don't signal an error when trying to clear a
12557         function that is not set to debug on entry.
12559 2005-03-29  Jay Belanger  <belanger@truman.edu>
12561         * calc/calc-lang.el: Add functions to math-function-table
12562         properties of tex and math.
12564 2005-03-29  Kenichi Handa  <handa@m17n.org>
12566         * ps-mule.el (ps-mule-plot-string): Translate characters by
12567         ps-print-translation-table.
12568         (ps-mule-begin-job): Call find-charset-region/string with
12569         ps-print-translation-table.
12570         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12572         * ps-print.el (ps-print-translation-table): New variable.
12573         (ps-plot-region): Translate characters by ps-print-translation-table.
12575 2005-03-29  Juri Linkov  <juri@jurta.org>
12577         * simple.el (next-error-highlight-timer): New variable.
12579         * progmodes/compile.el (compilation-goto-locus):
12580         Use `next-error-highlight-timer' instead of `sit-for'.
12582 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12584         * mail/supercite.el (sc-mail-field): Use assoc-string.
12585         (sc-get-address): Simplify regexps.
12587         * files.el (minibuffer-with-setup-hook): New macro.
12588         (find-file-read-args): Use it to avoid let-binding
12589         minibuffer-with-setup-hook (which breaks turning on/off
12590         file-name-shadow-mode while in the prompt).
12592         * complete.el (PC-read-include-file-name-internal):
12593         Use test-completion.
12595 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
12597         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12599 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12601         * window.el (window-buffer-height): Use count-screen-lines.
12603         * progmodes/python.el (python-preoutput-leftover): New var.
12604         (python-preoutput-filter): Use it.
12605         (python-send-receive): Loop until all the result has been received.
12607 2005-03-28  Juri Linkov  <juri@jurta.org>
12609         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12611         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12612         "Recover Crashed Session".
12613         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12614         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12615         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12616         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12617         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12618         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12619         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12620         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12622         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12623         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12624         Ediff Sessions", "Toggle use of separate control buffer frame",
12625         "Use separate frame for Ediff control buffer".
12627         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12628         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12629         "Rename Bookmark", "Delete Bookmark".
12631         * info.el (Info-mode-menu): Remove ellipsis from "Index".
12632         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12633         Add `:active Info-index-alternatives' to "Next Matching Item".
12635         * wdired.el (wdired-change-to-wdired-mode):
12636         Mention `wdired-abort-changes' key in the initial message.
12638         * international/mule.el (auto-coding-alist): Associate non-ascii
12639         image filename extensions with `no-conversion'.
12641 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * international/iso-acc.el:
12644         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12646 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
12648         * textmodes/sgml-mode.el (html-mode): Doc update.
12650         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12652 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12654         * term.el (term-move-columns): Fix face after extending a line.
12655         (term-insert-spaces): Likewise.
12656         (term-reset-terminal): Fix off by one error.
12658 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12660         * international/mule.el (auto-coding-alist): Add .xpi files.
12662         * files.el (auto-mode-alist): Add .xpi files.
12664 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
12666         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12668 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
12670         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12672 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12674         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12675         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
12677         * calendar/cal-move.el (calendar-beginning-of-year): Move the
12678         cursor to Jan 1 when needed.
12679         (calendar-end-of-year): Fix -/+ typo.
12680         Reported by Chong Yidong <cyd@stupidchicken.com>.
12682 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12684         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12686         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12687         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
12689 2005-03-25  Richard M. Stallman  <rms@gnu.org>
12691         * filesets.el (filesets-init): Add autoload.
12693         * mail/mailalias.el (mail-directory): Doc fix.
12695 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12697         * mail/mailalias.el (mail-directory-process): Do nothing if
12698         mail-directory-process is an atom.
12699         (mail-get-names): Ignore mail-directory-names if it is an atom.
12700         (mail-directory-process defvar): Doc fix.
12701         (mail-names): Doc fix.
12703 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
12705         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12707 2005-03-26  Kenichi Handa  <handa@m17n.org>
12709         * international/mule-util.el (detect-coding-with-priority):
12710         Call update-coding-systems-internal before detect-coding-region.
12712 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
12714         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12715         (gdb-frames-mode-map): Add follow-link property.
12717 2005-03-25  Jay Belanger  <belanger@truman.edu>
12719         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12720         for variables.
12722 2005-03-25  Juri Linkov  <juri@jurta.org>
12724         * image-mode.el: Optimize image filename extension regexps in
12725         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
12726         in `auto-mode-alist'.
12727         (image-mode): Add `image-toggle-display-text' to local hook
12728         `change-major-mode-hook'.  Display the image as an image by
12729         default.  Set `cursor-type' and `truncate-lines' if the image
12730         is already displayed.  Take into account the current mode (image
12731         or text) in message.
12732         (image-minor-mode): New minor mode.
12733         (image-mode-maybe, image-toggle-display-text): New functions.
12734         (image-toggle-display): Use called-interactively-p.
12735         Let-bind `inhibit-read-only' to t.
12737         * image-mode.el (image-minor-mode): Set `cursor-type' and
12738         `truncate-lines' if the image is already displayed.  Add turning
12739         image-minor-mode off to `change-major-mode-hook'.  Add message.
12740         Call `image-toggle-display-text' after turning image-minor-mode off.
12742 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12744         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
12745         Terminal.app, use utf-8.
12746         (set-display-table-and-terminal-coding-system): Add coding-system arg.
12747         (set-locale-environment): Use it.
12749         * term/xterm.el: Undo last change, better done in mule-cmds.el.
12751         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
12753         * progmodes/python.el (python-close-block-statement-p)
12754         (python-outdent-p, python-current-defun): Use symbol-end.
12756 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12758         * files.el (save-some-buffers): Doc fix.
12760 2005-03-25  Werner Lemberg  <wl@gnu.org>
12762         * complete.el, thumbs.el: Replace `legal' with `valid'.
12763         * calendar/calendar.el: Replace `legal' with `valid'.
12764         * emacs-lisp/advice.el: Replace `legal' with `valid'.
12765         * mail/supercite.el: Replace `legal' with `valid'.
12766         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
12767         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
12768         Replace `legal' with `valid'.
12769         * textmodes/reftex-vars.el, textmodes/reftex.el:
12770         Replace `legal' with `valid'.
12772 2005-03-25  Werner Lemberg  <wl@gnu.org>
12774         * calc/calc-forms.el, calc/calc-sel.el:
12775         * midnight.el, vc-cvs.el:
12776         * emacs-lisp/cl-macs.el:
12777         * emulation/vip.el:
12778         * eshell/esh-io.el, eshell/esh-var.el:
12779         * mail/supercite.el:
12780         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
12781         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
12782         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
12783         * progmodes/sh-script.el, progmodes/xscheme.el:
12784         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
12785         * textmodes/reftex-index.el, textmodes/reftex-parse.el
12786         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
12787         * textmodes/reftex.el, textmodes/org.el:
12788         Replace `illegal' with `invalid'.
12790 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12792         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
12793         (flymake-find-buildfile, flymake-find-possible-master-files)
12794         (flymake-check-include, flymake-parse-line): Replace loops over the
12795         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
12797         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
12798         Substitute file-name-as-directory in the rest of the file.
12799         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
12800         (flymake-replace-region): Remove unused arg `buffer'.
12801         (flymake-check-patch-master-file-buffer): Update calls to it.
12802         (flymake-add-err-info): Remove unused var `count'.
12803         (flymake-mode): Use define-minor-mode.
12805         * progmodes/flymake.el: Use with-current-buffer.
12806         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
12807         flymake-replace-regexp-in-string, flymake-line-beginning-position)
12808         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
12809         Avoid testing for `xemacs'.
12810         (flymake-nop): Move.
12811         (flymake-region-has-flymake-overlays): Return the computed value.
12812         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
12813         Remove unused var `endline'.
12814         (flymake-get-line-count): Remove unused function.
12815         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
12817         * emulation/vi.el:
12818         * generic.el:
12819         * hilit-chg.el (global-highlight-changes):
12820         * hi-lock.el (hi-lock-mode):
12821         * follow.el: find-file-hooks -> find-file-hook.
12823         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
12825 2005-03-24  Juri Linkov  <juri@jurta.org>
12827         * dired.el (dired-mode-map): Add menu item "Compare directories"
12828         for dired-compare-directories.
12830         * dired-aux.el (dired-compare-directories): Add autoload cookie.
12831         Doc fix.  Replace `read-file-name' with `read-directory-name'.
12833 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12835         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
12837 2005-03-24  Jay Belanger  <belanger@truman.edu>
12839         * calc/calc-embed.el (calc-embedded-mode-change): Save all
12840         relevant mode settings in calc-embedded-original-modes when modes
12841         are permanently changed.
12843 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12845         * autoinsert.el: find-file-hooks -> find-file-hook.
12847 2005-03-24  Lute Kamstra  <lute@gnu.org>
12849         * generic.el (generic-font-lock-defaults): Make it obsolete.
12850         (generic-font-lock-keywords): New variable to replace
12851         generic-font-lock-defaults.
12852         (generic-mode-set-font-lock): Delete it.
12853         (generic-mode-internal): Don't call generic-mode-set-font-lock.
12854         (generic-bracket-support): Add docstring.
12856         * generic-x.el: Rename generic-font-lock-defaults to
12857         generic-font-lock-keywords throughout.
12858         (mailagent-rules-setup-function): Delete it.
12859         (mailagent-rules-generic-mode): Use anonymous function instead.
12860         (show-tabs-generic-mode-font-lock-defaults-1)
12861         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
12862         Quote faces.
12863         (show-tabs-tab-face, show-tabs-space-face): Specify background,
12864         not foreground.
12866         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12867         Recognize define-generic-mode.
12869 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12871         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
12872         if there's no completion table.
12874 2005-03-23  Miles Bader  <miles@gnu.org>
12876         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12877         Remove tty-specific variants, as they're no longer needed.
12879 2005-03-23  Lute Kamstra  <lute@gnu.org>
12881         * generic-x.el: Code cleanup: make args constant whenever possible.
12882         (installshield-statement-keyword-list)
12883         (installshield-system-functions-list)
12884         (installshield-system-variables-list, installshield-types-list)
12885         (installshield-funarg-constants-list): Make them constants.
12887         * generic.el (generic-make-keywords-list): Add autoload cookie.
12889         * calendar/time-date.el: Add comment on time value formats.
12890         Don't require parse-time.
12891         (with-decoded-time-value): New macro.
12892         (encode-time-value): New function.
12893         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12894         (days-to-time): Return a valid time value when arg is huge.
12895         (time-since): Use time-subtract.
12896         (time-to-number-of-days): Use time-to-seconds.
12898 2005-03-23  David Ponce  <david@dponce.com>
12900         * recentf.el: (recentf-keep): New option.
12901         (recentf-menu-action): Default to `find-file'.
12902         (recentf-keep-non-readable-files-flag)
12903         (recentf-keep-non-readable-files-p)
12904         (recentf-file-readable-p, recentf-find-file)
12905         (recentf-cleanup-remote): Remove.
12906         (recentf-include-p): More robust.
12907         (recentf-keep-p): New function.
12908         (recentf-remove-if-non-kept): Rename from
12909         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
12910         All callers updated.
12911         (recentf-menu-items-for-commands): Fix help string.
12912         (recentf-track-closed-file): Update.  Doc fix.
12913         (recentf-cleanup): Update.  Count removed files.  Doc fix.
12915 2005-03-23  Kim F. Storm  <storm@cua.dk>
12917         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12918         Don't inherit from fringe face (now happens automatically).
12920 2005-03-22  Kim F. Storm  <storm@cua.dk>
12922         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
12923         position values.
12925 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12927         * menu-bar.el (showhide-date-time): Remove.
12928         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
12929         (menu-bar-make-mm-toggle): Simplify.
12931 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
12933         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
12934         Accept qualified variable and function names.
12936 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
12938         * bindings.el (completion-ignored-extensions):
12939         Remove ".lis" for `vax-vms'.
12941 2005-03-22  Andreas Schwab  <schwab@suse.de>
12943         * generic-x.el: Revert last change.
12944         * ldefs-boot.el: Update.
12946 2005-03-22  Jay Belanger  <belanger@truman.edu>
12948         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
12949         (calc-embedded-save-original-modes)
12950         (calc-embedded-restore-original-modes): New functions.
12951         (calc-do-embedded): Save original modes when entering embedded mode
12952         and restore when leaving embedded mode.
12953         (calc-embedded-modes-change): Change the value of
12954         calc-embedded-original-modes to reflect permanent changes.
12956 2005-03-22  Lute Kamstra  <lute@gnu.org>
12958         * generic-x.el: Require generic again.
12960 2005-03-22  Miles Bader  <miles@gnu.org>
12962         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
12963         Tweak details to look good on both ttys and bitmap displays, light
12964         or dark background, etc.
12966 2005-03-21  Kim F. Storm  <storm@cua.dk>
12968         * tooltip.el (tooltip-show-help-function): Check car and cdr of
12969         mouse position.
12971 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * icomplete.el: Don't forcibly turn on the mode upon load.
12974         (icomplete-mode): Use define-minor-mode.
12975         (icomplete-eoinput): Default to nil.
12976         (icomplete-minibuffer-setup): Remove autoload.
12977         (icomplete-tidy): Simplify.
12978         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
12979         in the initial state or if the user has modified the field.
12980         Fix handling of icomplete-max-delay-chars.
12981         Remove code that handles the oddball case where
12982         minibuffer-completion-table is an integer.
12983         Wrap icomplete-completions in while-no-input in case building
12984         completions takes more time than expected.
12985         (icomplete-completions): Simplify.
12987 2005-03-21  Richard M. Stallman  <rms@gnu.org>
12989         * jka-compr.el (jka-compr-really-do-compress):
12990         Make variable buffer-local.
12992         * image-mode.el: Handle .xpm files too.
12993         (image-toggle-display): Preserve modification flag.
12995         * help.el (where-is): Don't mention aliases with no key bindings.
12997 2005-03-21  Lute Kamstra  <lute@gnu.org>
12999         * generic.el: Fix commentary section.  Don't require cl for
13000         compilation.
13001         (generic-mode-list): Add autoload cookie.
13002         (generic-use-find-file-hook, generic-lines-to-scan)
13003         (generic-find-file-regexp, generic-ignore-files-regexp)
13004         (generic-mode, generic-mode-find-file-hook)
13005         (generic-mode-ini-file-find-file-hook): Fix docstrings.
13006         (define-generic-mode): Make it a defmacro.  Fix docstring.
13007         (generic-mode-internal): Code cleanup.  Add autoload cookie.
13008         (generic-mode-set-comments): Code cleanup.
13009         * generic-x.el: Don't prevent compilation.  Don't require generic.
13010         Follow coding conventions.  Minor code cleanup.
13011         (etc-fstab-generic-mode): Add some keywords.
13012         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13013         define-generic-mode like a function declaration.
13015 2005-03-21  Jay Belanger  <belanger@truman.edu>
13017         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13018         changing modes.
13020 2005-03-21  Sam Steingold  <sds@gnu.org>
13022         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13024 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
13026         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13027         Add underscore to "f$ lexicals" regexp.
13029 2005-03-20  Juri Linkov  <juri@jurta.org>
13031         * subr.el (progress-reporter-do-update): When `min-value' is equal
13032         to `max-value', set `percentage' to 0 and prevent division by zero.
13034 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
13036         Sync with Tramp 2.0.48.
13038         * net/tramp.el (all): Change all addresses to .gnu.org.
13039         (tramp-append-tramp-buffers): New defun.
13040         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13041         Catch `dont-send' signal.
13042         (tramp-set-auto-save-file-modes): Set always permissions, because
13043         there might be an old auto-saved file belonging to another
13044         original file.  This could be a security threat.  Reported by
13045         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13046         Check for Emacs 21.3.50 removed.
13048         * net/tramp-smb.el (all): Remove debug construct for
13049         `with-parsed-tramp-file-name'.
13050         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13051         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13052         No error message if DIRECTORY or FILENAME doesn't exist.
13053         (tramp-smb-open-connection): Check existence of
13054         `tramp-smb-program'.
13056 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13058         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13059         Properly handle the case where the `m' or `s' command's argument is not
13060         yet terminated.
13061         (perl-indent-new-calculate): New function.
13062         (perl-indent-line): Use it.
13064 2005-03-20  Miles Bader  <miles@gnu.org>
13066         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13067         in text-mode too.  Change to new face names.
13068         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13069         Add `:weight bold' attribute.
13070         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13072 2005-03-19  Juri Linkov  <juri@jurta.org>
13074         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
13076         * international/mule.el (auto-coding-alist): Sync with
13077         `auto-mode-alist' by adding upper case archive file extensions
13078         and adding ear/war to jar extension.
13080 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
13082         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13083         running, restart it.
13085 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
13087         * finder.el (finder-current-item): Throw an error on an empty line.
13089         * man.el (Man-follow-manual-reference): If current-word returns
13090         nil, use "".
13092 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
13094         * simple.el (goto-line): Doc fix.
13096 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
13098         * files.el (save-buffer): Doc fix.
13100 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
13102         * recentf.el (recentf-cleanup-remote): New variable.
13103         (recentf-cleanup): Use it to conditionally check availability of
13104         remote files.
13106 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
13108         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13109         function names.
13111 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13113         * language/thai-word.el: New file.
13115 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
13117         * files.el (backup-buffer): If the file's directory is not
13118         writable, use copy instead of move to backup the file.
13120 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
13122         * obsolete/keyswap.el: Moved to obsolete/ from term/.
13124 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13126         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13127         Use functionp instead of symbolp and fboundp.  Reported by Drkm
13128         <darkman_spam@yahoo.fr>.
13129         (ps-print-version): New version 6.6.6.
13131 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
13133         * textmodes/table.el (table--line-column-position): New idiom.
13134         (table--row-column-insertion-point-p): New function to test
13135         validity of row and column insertion operation at a location.
13136         (table-global-menu, table-cell-menu): Use above functions for
13137         deterministic test operation.
13138         (table--editable-cell-p): Behave in deterministic fashion.
13140 2005-03-18  Juri Linkov  <juri@jurta.org>
13142         * isearch.el (isearch-lazy-highlight-new-loop):
13143         Make arguments beg and end optional.
13144         (isearch-update): Remove optional arguments nil from
13145         isearch-lazy-highlight-new-loop.
13146         (isearch-lazy-highlight-search): Let-bind case-fold-search to
13147         isearch-lazy-highlight-case-fold-search instead of
13148         isearch-case-fold-search, and let-bind isearch-regexp to
13149         isearch-lazy-highlight-regexp.
13150         Use isearch-lazy-highlight-last-string instead of isearch-string.
13152         * replace.el (perform-replace): Remove bindings of global
13153         variables isearch-string, isearch-regexp, isearch-case-fold-search.
13154         Add three new arguments to `replace-highlight'.
13155         (replace-highlight): Add arguments string, regexp, case-fold.
13156         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13157         to allow isearch-lazy-highlight-new-loop to use these values
13158         to set corresponding isearch-lazy-highlight-* internal
13159         variables whose values lazy highlighting will use regardless of
13160         changes to global variables isearch-string, isearch-regexp,
13161         isearch-case-fold-search during lazy highlighting loop.
13162         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13163         to `lazy-highlight-cleanup'.
13165         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13166         (ispell-highlight-face): Set default face to `isearch' when
13167         lazy highlighting is enabled.
13168         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13169         priority to 1.  Add lazy highlighting.
13170         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13171         from `isearch-dehighlight'.
13173 2005-03-18  David Ponce  <david@dponce.com>
13175         * files.el (hack-local-variables): Do a case-insensitive search
13176         for End.
13178 2005-03-18  Juri Linkov  <juri@jurta.org>
13180         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13181         `isearch-lazy-highlight-cleanup', add alias to old name and
13182         declare obsolete.  Add release numbers to other obsolete vars.
13183         (isearch-done, isearch-lazy-highlight-new-loop):
13184         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13185         (lazy-highlight-cleanup) <variable>: Doc fix.
13186         (isearch-lazy-highlight-update): Rename obsolete
13187         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13189 2005-03-18  Kenichi Handa  <handa@m17n.org>
13191         * language/thai-util.el: Fix categorization of Thai characters in
13192         thai-category-table.
13193         (thai-composition-pattern): Adjust it for the above change.
13194         (thai-self-insert-command, thai-compose-syllable): New functions.
13195         (thai-compose-region): Use thai-compose-syllable.
13196         (thai-compose-string): Likewise.
13197         (thai-composition-function): Likewise.
13198         (thai-auto-composition): New function.
13199         (thai-auto-composition-mode): New minor mode.
13201         * language/thai.el: Fix patterns to be registered in
13202         composition-function-table.
13204         * international/quail.el (quail-input-method): Locally bind
13205         inhibit-modification-hooks to t.
13207 2005-03-17  Richard M. Stallman  <rms@gnu.org>
13209         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13210         (perl-mode): Use run-mode-hooks.
13212         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13213         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13214         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13216         * mail/sendmail.el (sendmail-send-it): Reenable the code
13217         to compute resend-to-address and use it.
13219         * tar-mode.el (tar-mode): Turn off undo unconditionally.
13221         * image-mode.el: New file.
13223         * image.el (insert-sliced-image): Add autoload cookie.
13225         * font-lock.el (font-lock-lines-before): New user option.
13226         (font-lock-after-change-function): Obey it.
13228         * bindings.el (esc-map): Make M-g a prefix.
13229         Bind M-g g and M-g M-g to goto-line.
13231         * faces.el (face-id): Doc fix.
13233 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13235         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13236         (rmail-show-message): Use rmail-unknown-mail-followup-to.
13237         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13239         * mail/sendmail.el (mail-yank-ignored-headers)
13240         (mail-font-lock-keywords, mail-mode-fill-paragraph):
13241         Add Mail-Followup-To and Mail-Reply-To headers.
13242         (mail-citation-hook): Add autoload cookie.
13243         (mail-mode): Doc fix.
13244         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13245         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13246         (mail-mode-fill-paragraph): Handle those headers.
13247         (mail-mailing-lists): New variable.
13248         (mail-mail-reply-to, mail-mail-followup-to): New functions.
13250 2005-03-17  Juri Linkov  <juri@jurta.org>
13252         * isearch.el (isearch-fallback): Check for `(car previous)'
13253         before calling `isearch-other-end-state'.
13255 2005-03-17  Kim F. Storm  <storm@cua.dk>
13257         * simple.el (move-beginning-of-line): Move to beginning of buffer
13258         line, as well as beginning of screen line.
13260 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
13262         * calendar/diary-lib.el (mark-diary-entries): Use new optional
13263         argument REDRAW rather than calendar-redrawing variable.
13264         * calendar/calendar.el (calendar-redrawing): Delete.
13265         (redraw-calendar): Do not bind calendar-redrawing.
13267 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
13269         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13270         diary-file buffer.
13272 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13274         * help.el (describe-mode): Allow a :minor-mode-function property to
13275         specify a different minor mode toggle function than the variable.
13276         * simple.el (auto-fill-function):
13277         * subr.el (add-minor-mode): Use it.
13279 2005-03-16  Kenichi Handa  <handa@m17n.org>
13281         * language/ethio-util.el (sera-being-called-by-w3): New variable.
13282         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13283         (ethio-fidel-to-sera-buffer): Likewise.
13285 2005-03-16  Juri Linkov  <juri@jurta.org>
13287         * emacs-lisp/find-func.el (find-function-regexp):
13288         Add defun-emitting macro `menu-bar-make-toggle'.
13290         * isearch.el: Put `isearch-scroll' property to
13291         `split-window-horizontally'.
13293         * info.el: Update error messages for `debug-ignored-errors'.
13294         (Info-isearch-search): Doc fix.
13295         (Info-find-node): Move up code to go into info buffer before
13296         recording the node to the history.
13297         (Info-fontify-node): Fontify titles only if the next line
13298         has two or more `*', `=', `-', `.'.
13299         Display "go to this node" for empty (match-string 3).
13301 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13303         * term/mac-win.el: Add mouse pointer shape constants.
13305 2005-03-15  Kim F. Storm  <storm@cua.dk>
13307         * simple.el (move-beginning-of-line): Use vertical-motion.
13309 2005-03-15  Juri Linkov  <juri@jurta.org>
13311         * isearch.el (isearch-error): New variable.
13312         (isearch-invalid-regexp, isearch-within-brackets): Remove.
13313         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13314         (isearch-within-brackets-state): Remove.
13315         (isearch-case-fold-search-state, isearch-pop-fun-state):
13316         Decrease frame index.
13317         (isearch-mode, isearch-top-state, isearch-push-state)
13318         (isearch-edit-string, isearch-abort, isearch-search-and-update)
13319         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13320         (isearch-search, isearch-lazy-highlight-new-loop):
13321         Replace `isearch-invalid-regexp' with `isearch-error'.
13322         Remove `isearch-within-brackets'.
13323         (isearch-search): Add `search-failed' handler to `condition-case'.
13324         (isearch-lazy-highlight-search): Add `condition-case' to catch
13325         errors and allow `isearch-lazy-highlight-update' to try
13326         highlighting from the beginning of the window.
13327         (isearch-repeat): Move up code to set isearch-wrapped to t
13328         before calling isearch-wrap-function.
13330         * info.el (Info-isearch-initial-node): New internal variable.
13331         (Info-search): Signal an error in isearch mode when search leaves
13332         the initial node.  Signal an error when `bound' is non-nil and
13333         nothing was found in the current subfile.
13334         (Info-isearch-search): Remove `condition-case'.
13335         (Info-isearch-wrap): Don't wrap when search failed during leaving
13336         the initial node.  If `Info-isearch-search' is nil, wrap around
13337         the current node.
13338         (Info-isearch-start): New fun.
13339         (Info-mode): Add buffer-local hook `Info-isearch-start' to
13340         `isearch-mode-hook'.
13342 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13344         * simple.el (normal-erase-is-backspace): Set default to t if
13345         running on Mac.
13347         * term/mac-win.el (function-key-map): Sync with x-win.el.
13349 2005-03-15  Kenichi Handa  <handa@m17n.org>
13351         * international/mule-cmds.el (locale-language-names): Modify the
13352         format of elements and add more entries.
13353         (locale-preferred-coding-systems): Add more entries.
13354         (set-locale-environment): Adjust for the change of
13355         locale-language-names.
13357 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13359         * pcvs.el (smerge-ediff): Remove bogus autoload.
13361 2005-03-14  Lute Kamstra  <lute@gnu.org>
13363         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13364         Ignore a `*' at the beginning of a line.
13366         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13367         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13368         subr.el.
13369         (dont-compile, eval-when-compile, eval-and-compile): Use declare
13370         to specify indentation.
13372         * generic.el (define-generic-mode): Let generic-mode-list be a
13373         list of strings; test membership with equal.
13375 2005-03-14  Kim F. Storm  <storm@cua.dk>
13377         * simple.el (next-line, previous-line): Add optional try-vscroll
13378         arg to recognize interactive use.  Pass it on to line-move.
13379         (line-move): Don't perform auto-window-vscroll when defining or
13380         executing keyboard macro to ensure consistent behavior.
13382 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13384         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13386 2005-03-13  Lute Kamstra  <lute@gnu.org>
13388         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13389         debugger-setup-buffer so that backtrace marks the frames set to
13390         debug-on-exit and we don't have to do it manually.  Set an extra
13391         debug-on-exit for macro's.
13392         (debugger-setup-buffer): Don't mark the top frame manually.
13394 2005-03-12  Lute Kamstra  <lute@gnu.org>
13396         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13397         lisp-indent-function throughout.
13398         (with-no-warnings): Set lisp-indent-function property.
13400 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
13402         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13403         Add entry for backslash.
13405 2005-03-12  Juri Linkov  <juri@jurta.org>
13407         * info.el (Info-search): Four fixes for backward search.
13409 2005-03-11  Jay Belanger  <belanger@truman.edu>
13411         * calc/calc.el (calc-language-alist): New variable.
13412         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13413         (calc-embedded-find-modes): Use calc-language-alist instead of
13414         calc-embedded-language-alist.
13416 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13418         * calendar/calendar.el (calendar-redrawing): New internal
13419         variable.
13420         (redraw-calendar): Remove bogus save-excursion from previous
13421         change.  Bind calendar-redrawing to t for mark-diary-entries.
13422         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13423         calendar if that is why we were called.
13425 2005-03-11  Kenichi Handa  <handa@m17n.org>
13427         * international/mule.el (make-coding-system): Set property
13428         coding-system-define-form to nil.
13429         (define-coding-system-alias): Likewise.
13431 2005-03-11  Kenichi Handa  <handa@m17n.org>
13433         These changes are suggested by Dave Love <fx@gnu.org>.
13435         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13436         coding: tag.
13437         (adaptive-fill-regexp): Add more bullets.
13438         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13439         regexps.
13441 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13443         * help.el (describe-mode): Properly handle non-trivial lighters.
13444         Don't ignore minor modes that are not listed in minor-mode-list.
13446         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13447         feature ON when the user requests to turn it OFF.
13449 2005-03-10  Lute Kamstra  <lute@gnu.org>
13451         * emacs-lisp/debug.el (debug-entry-code): Delete it.
13452         (implement-debug-on-entry): New function to replace debug-entry-code.
13453         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
13454         second argument as the 2005-03-07 change makes it obsolete.
13455         (debug-on-entry, cancel-debug-on-entry): Update call to
13456         debug-on-entry-1.
13457         (debug, debugger-setup-buffer): Comment update.
13458         (debugger-frame-number): Update to work with implement-debug-on-entry.
13460 2005-03-10  Jay Belanger  <belanger@truman.edu>
13462         * calc/calc-embed.el (math-ms-args): Declare it.
13463         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13464         math-ms-args.
13465         (calc-embedded-subst): Use math-multi-subst-rec to substitute
13466         variables.
13468 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
13470         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13471         Use message-box.
13473         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13474         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13475         (tooltip-gud-tips): Simplify.
13476         (tooltip-gud-tips-p): Remove superfluous :set.
13477         (tooltip-gud-modes): Add fortran-mode.
13478         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13480         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13482 2005-03-09  Kim F. Storm  <storm@cua.dk>
13484         * play/animate.el (animate-place-char): Use forward-line instead
13485         of next-line to improve performance.
13487 2005-03-09  Simon Josefsson  <jas@extundo.com>
13489         * net/browse-url.el (browse-url-default-browser): Doc fix.
13491 2005-03-09  Miles Bader  <miles@gnu.org>
13493         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13494         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13496 2005-03-09  Kenichi Handa  <handa@m17n.org>
13498         * international/latin-1.el: Set case and syntax for 255 only if
13499         set-case-syntax-set-multibyte is nil.
13501         * textmodes/ispell.el (ispell-insert-word): New function.
13502         (ispell-word): Use ispell-insert-word to insert a new word.
13503         (ispell-process-line): Likewise.
13504         (ispell-complete-word): Likewise.
13506 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
13508         * calendar/calendar.el (redraw-calendar): Preserve point.
13509         Reported by Matt Hodges <MPHodges@member.fsf.org>.
13510         (calendar-week-start-day): Move after definition of
13511         redraw-calendar.  Delete buffer test, since redraw-calendar has
13512         that now.
13514         * calendar/diary-lib.el (mark-diary-entries): Only call
13515         redraw-calendar in the first of any recursive calls.
13516         Reported by Alan Shutko <ats@acm.org>.
13518 2005-03-08  Juri Linkov  <juri@jurta.org>
13520         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13521         (html-horizontal-rule, html-line, html-image, html-checkboxes)
13522         (html-radio-buttons): Add a space before the trailing `/>' where
13523         sgml-xml-mode is non-nil.
13524         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13525         the subsequent tag of the empty XML tag.
13526         (html-href-anchor): Don't set initial input to "http:".
13527         (html-image): Ask for the image URL and set point inside alt="".
13528         (html-name-anchor): Duplicate the name in the `id' attribute when
13529         sgml-xml-mode is non-nil.
13530         (html-paragraph): Remove \n before <p>.
13531         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13532         instead of `checked' when sgml-xml-mode is non-nil.
13534         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13535         Remove 1 space before #RRGGBB to not truncate it on terminal
13536         windows w/o fringes.  Remove 1 space between bg and fg examples
13537         to get more space.
13538         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13539         avoid byte-compile warnings.
13541         * image-file.el (image-file-handler): Put `safe-magic' property to
13542         `image-file-handler'.
13544         * info.el (Info-isearch-search): Emulate word search in
13545         isearching through multiple Info nodes with Info-search.
13546         (Info-isearch-wrap): Allow isearch-word.
13548 2005-03-08  Lute Kamstra  <lute@gnu.org>
13550         * emacs-lisp/debug.el (debugger-step-through): Make sure that
13551         stepping into the debugger's code is not possible.
13552         (debugger-jumping-flag): Docstring update.
13554 2005-03-08  Jay Belanger  <belanger@truman.edu>
13556         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13557         embedded mode begins.
13558         (calc-embedded-language-alist): New variable.
13559         (calc-embedded-find-modes): Use calc-embedded-language-alist to
13560         set default language mode.
13562 2005-03-08  Kenichi Handa  <handa@m17n.org>
13564         * international/ccl.el (define-ccl-program): Fix docstring about
13565         extra 256 bytes assured for the output buffer.
13567         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13568         Fix BUFFER_MAGNIFICATION to 2.
13569         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13571 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
13573         * align.el (align-rules-list): Added an alignment rule for CSS
13574         declarations (applies to css-mode and html-mode buffers).
13576 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13578         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13580 2005-03-07  Kim F. Storm  <storm@cua.dk>
13582         * simple.el (move-beginning-of-line): New command.
13584         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13586         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13588         * emulation/cua-base.el: Put CUA move property on move-end-of-line
13589         and move-beginning-of-line.
13591         * apropos.el (apropos-print): Omit command from M-x ... RET.
13593 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
13595         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13596         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13598 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13600         * bindings.el (esc-map): Bind M-g to goto-line.
13602         * facemenu.el (global-map): Bind M-o, not M-g.
13604 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13606         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13607         "Open Directory" as for "Open File".
13609 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
13611         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13612         (push-mark-command): Run activate-mark-hook.
13614 2005-03-06  Richard M. Stallman  <rms@gnu.org>
13616         * help-mode.el (help-mode-finish): Don't alter the element
13617         in view-return-to-alist if there already is one.
13619         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13620         make sure the current buffer is the expected one.
13622         * novice.el (disabled-command-function): Output in *Disabled Command*.
13623         Explicitly ignore non-keyboard events, and explicitly handle C-g.
13625         * textmodes/flyspell.el (flyspell-large-region):
13626         Pass args differently for aspell.
13628         * files.el (mode-require-final-newline): Doc fix.
13630 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
13632         * progmodes/which-func.el (which-function):
13633         Specify NOERROR when calling imenu--make-index-alist.
13635 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13637         * simple.el (normal-erase-is-backspace): Define default value.
13639         * custom.el (custom-theme-set-variables): Remove unused var
13640         `immediate'.
13641         (custom-reevaluate-setting): Simple function to handle variables
13642         that are defined before their default value can really be
13643         computed.
13645         * startup.el (command-line): Use it for temporary-file-directory,
13646         small-emporary-file-directory, auto-save-file-name-transforms,
13647         blink-cursor-mode, and normal-erase-is-backspace.
13649         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13650         progress, even with buggy anchored keywords.
13652 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13654         * simple.el (goto-line): Remove unbalanced final parenthesis.
13656 2005-03-05  Richard M. Stallman  <rms@gnu.org>
13658         * simple.el (goto-line): Use a number at point as the default.
13659         With C-u as arg, switch buffers.
13661 2005-03-05  Juri Linkov  <juri@jurta.org>
13663         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13664         with `no-blinking-cursor'.
13666         * startup.el (no-blinking-cursor): New defvar.
13667         (command-line): Add `--no-blinking-cursor' to longopts.
13668         Set `no-blinking-cursor' to t for command line arguments
13669         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
13670         with `no-blinking-cursor' in the condition for calling
13671         `blink-cursor-mode'.
13673 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
13675         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13676         (menu-bar-options-save): Add blink-cursor-mode.
13677         (menu-bar-options-menu): Add blink-cursor-mode.
13679 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
13681         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13682         (icalendar-export-file, icalendar-export-region)
13683         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13684         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13686 2005-03-04  Lute Kamstra  <lute@gnu.org>
13688         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13689         (debug-function-list): Ditto.
13691 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
13693         * textmodes/texinfmt.el (texinfo-append-refill):
13694         Redefine the types of line to which @refill
13695         is not appended by replacing a search for `@refill\\|@bye' with
13696         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
13697         itemize@refill' bug and the unfilled long lines bug.
13698         (texinfmt-version): Update number and date.
13700 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13702         * international/code-pages.el (windows-1250, windows-125[2-8])
13703         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13705 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13707         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13708         bound yet.
13710 2005-03-02  Romain Francoise  <romain@orebokech.com>
13712         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13713         buffer after removing limits.
13714         (ibuffer-pop-filter): Ditto.
13715         Update copyright.
13717 2005-03-02  Miles Bader  <miles@gnu.org>
13719         * button.el (make-text-button): If the user doesn't specify a
13720         type, use the default.  Rewrite to use `add-text-properties' and
13721         plist functions.
13723 2005-03-01  Lute Kamstra  <lute@gnu.org>
13725         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13726         (debugger-jumping-flag): New var.
13727         (debug-entry-code): Use it.
13728         (debugger-jump): Use debugger-jumping-flag and add
13729         debugger-reenable to post-command-hook.
13730         (debugger-reenable): Use debugger-jumping-flag and remove itself
13731         from post-command-hook.
13732         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13733         debugger-reenable.
13735 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
13737         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
13738         inclusion of "itemize\\|", which may be unnecessary, is certainly
13739         inelegant, and stops refilling in itemize lists when formatting
13740         Japanese Texinfo files to Info.
13741         Update copyright to 2005.
13743 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
13745         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
13746         of an error if GDB can't find the source file.
13748 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
13750         * calendar/calendar.el (redraw-calendar): Work from any buffer,
13751         not just the calendar.
13753         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
13754         first.
13755         (diary-redraw-calendar): New function.
13756         (make-diary-entry): Add diary-redraw-calendar to local
13757         write-contents-functions.  Turn off selective display before
13758         inserting in diary.
13760 2005-03-01  Kim F. Storm  <storm@cua.dk>
13762         * emacs-lisp/copyright.el (copyright-fix-years): New command.
13764 2005-03-01  Lute Kamstra  <lute@gnu.org>
13766         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
13767         that debug-entry-code can be safely removed from a function while
13768         this code is being evaluated.  Revert the 2005-02-27 change as the
13769         new implementation no longer requires it.  Make sure that a
13770         function body containing just a string is not mistaken for a docstring.
13771         (debug): Skip one more frame in case of debug on entry.
13772         (debugger-setup-buffer): Delete one more frame line in case of
13773         debug on entry.
13774         (debugger-frame-number): Update to use the new text introduced by
13775         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
13777 2005-02-28  Kim F. Storm  <storm@cua.dk>
13779         * double.el (double-translate-key): Call force-window-update after
13780         read-event to avoid crash in redisplay.
13782 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13784         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
13785         (debug): Use it.  Move the inhibit-trace earlier.
13786         (debug-entry-code): New const.
13787         (debug-on-entry-1): Use it.
13789 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
13791         * international/utf-16.el (ccl-encode-mule-utf-16le):
13792         Fix BUFFER_MAGNIFICATION to 2.
13793         (ccl-encode-mule-utf-16be): Likewise.
13795 2005-02-28  Kenichi Handa  <handa@m17n.org>
13797         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13798         Fix BUFFER_MAGNIFICATION to 4.
13799         (ccl-encode-mule-utf-16be-with-signature): Likewise.
13801 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
13803         * speedbar.el (speedbar-update-flag): Doc fix.
13804         (speedbar-show-info-under-mouse): Give set-mouse-position the right
13805         argument.
13807 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13809         * reveal.el (reveal-post-command): Don't try to reveal overlays which
13810         have a non-nil `invisible' property but are actually visible.
13812         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
13813         for perldoc sections.
13814         (perl-outline-regexp, perl-outline-level): New var and function.
13815         (perl-mode): Use them.
13817 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
13819         * calendar/diary-lib.el (diary-remind): Discard any mark portion
13820         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
13822 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
13824         * cus-edit.el: Comment change.
13825         (custom-buffer-create-internal): Slightly reword text at top of
13826         Custom buffers.  Mention there that saving an option edits the
13827         init file.  Add link to Emacs manual node on `custom-file'.
13828         (custom-magic-alist): Rewrite individual State messages to use
13829         capitalized keywords.  Doc fix.
13831 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
13833         * calendar/calendar.el (calendar-buffer): Move above
13834         calendar-week-start-day.
13835         (calendar-week-start-day): Doc fix.  Add :set function.
13836         (calendar-minimum-window-height): New variable.
13837         (generate-calendar-window): Only resize window if selected-window
13838         is displaying the calendar buffer.  Use new variable
13839         calendar-minimum-window-height.
13840         (generate-calendar): Reword error message.
13841         (calendar-mode-map): Bind DEL to scroll-other-window-down.
13843 2005-02-27  Andreas Schwab  <schwab@suse.de>
13845         * vc.el (vc-do-command): Don't run command asynchronously when
13846         operating in a remote directory.
13848         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
13849         change from sync with Tramp 2.0.47.
13851 2005-02-27  Richard M. Stallman  <rms@gnu.org>
13853         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
13855         * textmodes/flyspell.el (flyspell-mode-on):
13856         Call ispell-change-dictionary only if necessary.
13858         * emacs-lisp/re-builder.el (regexp-builder): New function.
13860         * register.el (describe-register-1): Explicitly handle
13861         yank-excluded-properties = t.
13863         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
13864         (custom-magic-alist): Change the status descriptions again.
13865         (face widget-type): Total rewrite based on `restricted-sexp'
13866         to eliminate the confusing double hiding levels.
13868         * emacs-lisp/debug.el (debug-on-entry-1):
13869         If function body is empty, add nil as body form.
13871 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13873         * emacs-lisp/trace.el (inhibit-trace): New var.
13874         (trace-make-advice): Use it.
13876         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
13878 2005-02-26  Kim F. Storm  <storm@cua.dk>
13880         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
13881         (mouse-on-link-p, mouse-drag-region-1): Use it.
13883 2005-02-25  Lute Kamstra  <lute@gnu.org>
13885         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
13887 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
13889         * frame.el (blink-cursor-mode): Add :group keyword.
13891 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
13893         * calendar/icalendar.el (icalendar--decode-isodatetime):
13894         New optional argument DAY-SHIFT.
13895         (icalendar-export-region): Fix coding-system-for-write.
13896         (icalendar--convert-ical-to-diary): Shift end-day of all-day
13897         events by one.
13899 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13901         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
13903 2005-02-24  Kim F. Storm  <storm@cua.dk>
13905         * international/iso-acc.el (iso-accents-compose): Fix crash
13906         during redisplay.  Call force-window-update after read-event
13907         and delete-region to signal that window is not accurate.
13909 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
13912         Remove unused and inexistent var `inhibit-trace'.
13913         (debugger-mode): Use run-mode-hooks.
13914         (debugger-list-functions): Add buttons; setup xref stack.
13916 2005-02-23  Richard M. Stallman  <rms@gnu.org>
13918         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
13919         appointment says it was explicitly made.
13920         (appt-add): Set the 3rd element.
13921         (appt-make-list): Preserve explicit appointments.
13923         * subr.el (find-tag-default): Catch errors in forward-sexp.
13925 2005-02-23  Juri Linkov  <juri@jurta.org>
13927         * info.el (Info-isearch-search): New defcustom.
13928         (Info-isearch-search): Call the default isearch function
13929         when Info-isearch-search is nil.
13930         (Info-isearch-wrap): Use variable Info-isearch-search.
13932 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
13934         * cus-edit.el: Comment change.
13936 2005-02-22  Kim F. Storm  <storm@cua.dk>
13938         * progmodes/hideif.el (hide-ifdef-use-define-alist):
13939         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
13941 2005-02-22  Simon Josefsson  <jas@extundo.com>
13943         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13944         New variable.
13945         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
13946         Oskarsson" <myrkraverk@users.sourceforget.net>.
13948 2005-02-22  Kim F. Storm  <storm@cua.dk>
13950         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
13951         check that window of that event is the selected window.
13952         (mouse-drag-region-1): Compare mouse event window to selected
13953         window before setting point.
13955         * tooltip.el (tooltip-show-help-function): Pass event to
13956         mouse-on-link-p so it can check selected window.
13958 2005-02-22  Kenichi Handa  <handa@m17n.org>
13960         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
13961         (ps-mule-show-warning): New function.
13962         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
13963         characters are found.
13965         * ps-print.el (ps-header-footer-string): Return a list of header
13966         and footer strings.
13968 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13970         * pcvs.el (cvs-retrieve-revision): Fix thinko.
13972 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13974         * frame.el (blink-cursor-mode): Use define-minor-mode.
13976         * term/mac-win.el (function-key-map): Use char-names more consistently.
13977         (file-name-coding-system): Only set it for MacOS-9.  The other case is
13978         already handled in mule-cmds.el (where it also works when mac-win.el
13979         is not used).
13981 2005-02-21  Kenichi Handa  <handa@m17n.org>
13983         * international/mule.el (ctext-pre-write-conversion): Always use
13984         " *code-converting-work*" buffer for work.
13986         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
13988 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
13990         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
13992 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
13994         * ses.el (undo-more): Restore defadvice, but only the part that
13995         allows changes outside the restricted area of the buffer.
13997 2005-02-20  Kim F. Storm  <storm@cua.dk>
13999         * simple.el (line-move): Add fourth optional arg try-vscroll which
14000         must be set to perform auto-window-vscroll.
14001         When moving backwards and doing auto-window-vscroll, automatically
14002         vscroll to the last part of lines which are taller than the window.
14003         (next-line, previous-line): Set try-vscroll arg on line-move.
14005 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14007         * replace.el (query-replace, query-replace-regexp)
14008         (replace-string, replace-regexp): When operating on region, make
14009         the minibuffer prompt say so.
14011         * isearch.el (isearch-forward): Document isearch-query-replace and
14012         isearch-query-replace-regexp keybindings.
14014 2005-02-19  Jay Belanger  <belanger@truman.edu>
14016         * calc/calc-aent.el (math-read-token): Add local variable.
14018         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14019         (calc-edit-top): Move declaration to earlier in file.
14020         (calc-edit-macro-repeats): Add local variables.
14022         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14023         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14024         calcFunc-tanh.
14025         Adjust integration rule for calcFunc-tan.
14027 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14029         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14030         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14031         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14032         (viper-skip-separators): Bug fix.
14033         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14034         particular major mode.
14035         (viper-del-backward-char-in-replace): Don't put deleted char on the
14036         kill ring.
14038         * viper-ex.el (viper-color-display-p): New function.
14039         (viper-has-face-support-p): Use viper-color-display-p.
14041         * viper-keym.el (viper-gnus-modifier-map): New keymap.
14043         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14045         * viper-util.el (viper-glob-unix-files): Fix shell status check.
14046         (viper-file-remote-p): Make equivalent to file-remote-p.
14048         * viper.el (viper-major-mode-modifier-list):
14049         Use viper-gnus-modifier-map.
14051 2005-02-19  David Kastrup  <dak@gnu.org>
14053         * subr.el (subregexp-context-p): Fix garbled doc string by adding
14054         quoting.
14056 2005-02-19  Jay Belanger  <belanger@truman.edu>
14058         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14059         Remove extra definitions.
14060         (calc-coth): New function.
14061         (calcFunc-cot): Fix `let'.
14063 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
14065         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14066         the reasons we use "type pc" in these faces.
14068         * button.el (button): Ditto.
14070 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
14072         * replace.el (query-replace-read-from): Set the value of
14073         query-replace-from-history-variable to handle the case of an empty
14074         string entered to accept the suggested default.
14076         * net/tramp.el (tramp-file-name-for-operation):
14077         Use dired-call-process instead of dired-call-process-command.
14079 2005-02-19  Jay Belanger  <belanger@truman.edu>
14081         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14082         (math-div-non-trig): New variables.
14083         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14084         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14085         (math-combine-prod, math-div-symb-fancy): Add simplifications for
14086         trig expressions.
14088 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
14090         * progmodes/gdb-ui.el (gdb-var-update-handler)
14091         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14092         for watch expressions,
14093         (gdb-var-create-handler): Don't set speedbar-update-flag.
14094         (gdb-post-prompt): Simplify test for speedbar.
14096 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14098         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14099         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14100         we use the syntax table of the correct buffer.
14101         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14102         Felix Gatzemeier.
14104         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14105         (ediff-file-remote-p): Make synonymous with file-remote-p.
14106         In all deffaces ediff-*-face-*, use min-colors.
14108         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14109         ediff-recurse-to-subdirectories.
14110         (ediff-mark-if-equal): Check that the arguments are strings, use
14111         ediff-same-contents (after to Felix Gatzemeier).
14113         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14114         nil.
14116 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14118         * log-view.el (log-view-message-re): Fix up Subversion regexp.
14120 2005-02-18  David Kastrup  <dak@gnu.org>
14122         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14123         use `mark-active' when defined.
14125 2005-02-18  Kenichi Handa  <handa@m17n.org>
14127         * ps-print.el (ps-font-info-database): New entry
14128         ZapfChancery-MediumItalic with correct font name.  Fix font name
14129         of the entry Zapf-Chancery-MediumItalic.
14131 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
14133         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14135 2005-02-16  Kim F. Storm  <storm@cua.dk>
14137         * ido.el (ido-fallback-command): Pass user input to fallback command.
14139 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
14141         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14142         (gdb-find-file-hook): Add server prefix.
14144 2005-02-16  Richard M. Stallman  <rms@gnu.org>
14146         * replace.el (perform-replace): Pass new args to replace-highlight.
14147         (replace-highlight): Take region args,
14148         and pass them to isearch-lazy-highlight-new-loop.
14150         * novice.el (disabled-command-hook): Autoload the defalias
14151         and the make-obsolete-variable call.
14153         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14155         * isearch.el (isearch-lazy-highlight-start-limit)
14156         (isearch-lazy-highlight-end-limit): New variables limit
14157         the region for highlighting.
14158         (isearch-lazy-highlight-new-loop): New args BEG and END.
14159         (isearch-lazy-highlight-search): Use the new vars.
14160         (isearch-lazy-highlight-update): Likewise.
14162         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14164         * cus-start.el (all): Use default-boundp.
14166 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
14168         * menu-bar.el (menu-bar-select-frame): Handle current frame.
14170 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
14172         * autorevert.el (auto-revert-stop-on-user-input)
14173         (auto-revert-verbose): Doc fixes.
14175 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
14177         * international/mule-cmds.el (set-locale-environment): Remove call
14178         to set-selection-coding-system on Windows.
14180 2005-02-15  Jay Belanger  <belanger@truman.edu>
14182         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14183         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14184         calcFunc-coth.
14185         (math-simplify-sqrt): Add simplifications.
14187         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14188         to list.
14190         * calc/calc-ext.el: Add functions to autoloads.
14192         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14193         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14194         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14195         (math-csc-raw, math-cot-raw): New functions.
14197         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14199         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14200         the variable name in a message.
14202         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14203         calcFunc-csc, calcFunc-cot.
14205         * calc/calcalg2.el: Add derivative and integration rules for
14206         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14207         calcFunc-csch, calcFunc-coth.
14208         (math-do-integral-methods): Add to checks for when to use
14209         substitutions.
14211         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14213 2005-02-15  Lute Kamstra  <lute@gnu.org>
14215         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14216         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
14217         <monnier@iro.umontreal.ca>
14218         (lisp-outline-level): Improve efficiency.  Suggested by David
14219         Kastrup <dak@gnu.org>.
14221 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
14223         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14224         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14225         (gdb-set-gud-minor-mode-existing-buffers): New functions.
14226         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
14227         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14229 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
14231         * cus-start.el (all): Comment change.
14233 2005-02-14  Lute Kamstra  <lute@gnu.org>
14235         * cus-start.el (all): Check if symbol is void.
14237 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
14239         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14240         optional argument to \cite.
14242 2005-02-14  Richard M. Stallman  <rms@gnu.org>
14244         * cus-edit.el (custom-buffer-create-internal): Update help message.
14245         (custom-magic-alist): Update help messages.
14247         * cus-start.el (all): Allow a var to specify a standard value.
14249 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
14251         * custom.el (custom-theme-set-variables): Handle variable aliases.
14253         * frame.el (blink-cursor-timer): Doc fix.
14254         (blink-cursor): Make it an alias for `blink-cursor-mode' and
14255         declare obsolete.
14256         (blink-cursor-mode): Define with defcustom and use correct
14257         standard expression in that defcustom.
14258         * startup.el (command-line): Adapt to above changes in frame.el.
14260 2005-02-11  Lute Kamstra  <lute@gnu.org>
14262         * apropos.el (apropos-score-doc): Prevent division by zero.
14264 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
14266         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14267         (icalendar--get-event-property-attributes)
14268         (icalendar--get-event-properties)
14269         (icalendar--datetime-to-diary-date): New functions.
14270         (icalendar--split-value): Doc fix.
14271         (icalendar--datetime-to-noneuropean-date)
14272         (icalendar--datetime-to-european-date): New optional argument
14273         SEPARATOR.  Return result as a string instead of a list.
14274         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14275         (icalendar--convert-string-for-export): Rename arg S to STRING.
14276         (icalendar-export-region): Doc fix.  Change name of error buffer.
14277         Save output buffer.
14278         (icalendar-import-file): Add blank at end of prompt.
14279         (icalendar-import-buffer): Doc fix.  Do not switch to error
14280         buffer.  Indicate status in return value.
14281         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
14282         buffer.  Save output buffer.  Handle exception from recurrence
14283         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
14284         events.  Fix problems with weekly all-day events.
14286 2005-02-10  Richard M. Stallman  <rms@gnu.org>
14288         * simple.el (eval-expression-print-format):
14289         Avoid warning about edebug-active.
14291         * help.el (help-for-help-internal): Rename from help-for-help.
14292         (help-for-help): Define with defalias.
14294         * font-core.el (font-lock-default-function): Use with-no-warnings.
14296         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14298         * custom.el (defface): Doc fix.
14300 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
14302         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14303         width 0" to prevent word wrapping problems.
14305 2005-02-09  Kim F. Storm  <storm@cua.dk>
14307         * ido.el (ido-file-extensions-order): New defcustom.
14308         (ido-file-extension-lessp, ido-file-extension-aux)
14309         (ido-file-extension-order): New advanced file ordering.
14310         (ido-file-lessp): New simple file ordering.
14311         (ido-sort-list): Remove.
14312         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14313         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14315 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
14317         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14318         that some versions of grep produce.
14319         (grep-mode-font-lock-keywords): Likewise.
14321 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
14323         * progmodes/gdb-ui.el (gdb-location-list): New variable.
14324         (gdb-cdir): Delete.
14325         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14326         (gdb-source-info): Treat case when source file is in another
14327         directory properly.
14328         (gdb-get-location): New function.
14330 2005-02-07  Jay Belanger  <belanger@truman.edu>
14332         * calc/calc-prog.el (calc-write-parse-table-part)
14333         (calc-fix-token-name): Fix a check for language type.
14335         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14337 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
14339         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14340         as directory not writable.
14342 2005-02-07  Kim F. Storm  <storm@cua.dk>
14344         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14345         (cua--standard-movement-commands): Remove list.
14346         Instead, set CUA property value to move for movement commands.
14347         (cua-movement-commands): Remove.  Users must set CUA prop instead.
14348         (cua--pre-command-handler): Check CUA property.
14349         (cua--init-keymaps): Don't remap undo commands.
14350         (cua-mode): Don't call cua--rectangle-on-off.
14352         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14353         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14354         (cua--rect-undo-set-point): New var.
14355         (cua--rectangle-undo-boundary): Setup undo apply entry.
14356         (cua--rect-undo-handler): New function for rectangle undo.
14357         (cua--rect-start-position, cua--rect-end-position): Add.
14358         (cua--rectangle-post-command): Call cua--rectangle-set-corners
14359         for restored rectangle.  Set point if cua--rect-undo-set-point.
14361 2005-02-06  Jay Belanger  <belanger@truman.edu>
14363         * calc/calc-lang.el (calc-tex-language): Display more information
14364         in messages.
14366         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14367         in TeX mode.
14369 2005-02-06  Richard M. Stallman  <rms@gnu.org>
14371         * emacs-lisp/lisp.el (buffer-end): Doc fix.
14373 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
14375         * net/ldap.el (ldap-search-internal): Support attributes with
14376         optional descriptions separated by a semi-colon, as in
14377         "userCertificate;binary".
14379 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14381         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14382         isn't a cons (i.e. the version is 0).
14384 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
14386         * help.el (help-for-help): Doc fix.
14388 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
14390         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
14391         GDB-Windows on the menu-bar as this works better.
14393 2005-02-04  Jay Belanger  <belanger@truman.edu>
14395         * calc/calc-embed.el (calc-embedded-update): Don't put in
14396         unnecessary newlines.  Adjust the end of formula marker.
14398         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14399         (math-latex-parse-two-args): New function.
14401 2005-02-03  Lute Kamstra  <lute@gnu.org>
14403         * help-fns.el (help-with-tutorial): Make sure that users cannot
14404         remove the entire text of the tutorial by means of `undo'.
14406 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14408         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14409         in recent changes, where the ispell process was repeatedly
14410         killed & restarted.
14412         * international/mule-cmds.el (set-locale-environment): Set file-name
14413         coding system to utf-8 on Darwin systems.
14414         (set-default-coding-systems): Don't set default-file-name-coding-system
14415         on Darwin systems.
14417 2005-02-03  Richard M. Stallman  <rms@gnu.org>
14419         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14421 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
14423         * faces.el (list-faces-display): Add optional argument.
14425 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14427         * font-core.el (font-lock-default-function): Handle the rare case where
14428         only font-lock-keywords is set.
14430 2005-02-02  Kenichi Handa  <handa@m17n.org>
14432         * international/characters.el: Cancel previous change for
14433         I-WITH-DOT-ABOVE and DOTLESS-i.
14435         * international/latin-5.el: Cancel previous change.
14437 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14439         * progmodes/gud.el: Correction to syntax in gud-menu-map.
14441 2005-02-02  Kenichi Handa  <handa@m17n.org>
14443         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14444         DOTLESS-i.
14446         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14447         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14449         * case-table.el (get-upcase-table): New function.
14450         (copy-case-table): Copy upcaes table too if non-nil.
14451         (set-case-syntax-delims): Maintain upcase table too.
14452         (set-case-syntax-pair): Likewise.
14453         (set-upcase-syntax, set-downcase-syntax): New functions.
14454         (set-case-syntax): Maintain upcase table too.
14456 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
14458         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14460         * progmodes/gud.el (gud-goto-info): New function.
14461         (gud-tool-bar-map): Use correct icon.
14463 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14465         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14466         When delegating, order args in the funcall correctly.
14468 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
14470         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14472 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
14474         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14475         buffer not visiting a file.
14477 2005-01-31  Jay Belanger  <belanger@truman.edu>
14479         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14480         bound on the line with the formula.
14482 2005-01-31  Kim F. Storm  <storm@cua.dk>
14484         * ses.el (ses-create-cell-variable-range)
14485         (ses-destroy-cell-variable-range, ses-reset-header-string)
14486         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14487         (ses-insert-row): Fix format of apply undo entries.
14489 2005-01-31  Jay Belanger  <belanger@truman.edu>
14491         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14492         parts.
14494         * calc/calc-embed.el (calc-embedded-open-formula)
14495         (calc-embedded-close-formula): Ignore matrix environments.
14497         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14498         TeX mode.
14500         * calc/calc-lang.el (math-function-table, math-oper-table)
14501         (math-variable-table): Adjust the LaTeX portions.
14503         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14504         (math-latex-ignore-words): New constant.
14506 2005-01-31  Richard M. Stallman  <rms@gnu.org>
14508         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14509         (ispell-local-dictionary): Doc fix.
14510         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14511         Don't reinitialize at run time.  Don't defcustom.
14512         All uses changed to append ispell-local-dictionary-alist,
14513         or check it first.
14514         (ispell-current-dictionary): New variable for dictionary in use.
14515         (ispell-dictionary): Now used only for global default.
14516         (ispell-start-process): Set ispell-current-dictionary,
14517         not ispell-dictionary.
14518         (ispell-change-dictionary): Use this only for setting
14519         user preferences.
14520         (ispell-internal-change-dictionary): New function
14521         to change the current dictionary in use.
14522         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14523         Use ispell-current-dictionary.
14524         Handle ispell-local-dictionary-overridden.
14525         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14527 2005-01-31  Jay Belanger  <belanger@truman.edu>
14529         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14531         * calc/calc-ext.el: Add calc-latex-language to autoloads.
14532         (calc-mode-map): Add calc-latex-language.
14534         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14535         (math-latex-print-frac): New functions.
14536         (math-oper-table, math-function-table, math-variable-table)
14537         (math-complex-format, math-input-filter): Add latex properties.
14538         (calc-set-language): Set math-expr-special-function-mapping.
14540         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14541         (calc-write-parse-table-part): Add LaTeX support.
14543         * calc/calc.el (calc-language): Adjust docstring.
14544         (calc-set-mode-line): Add LaTeX support.
14545         (math-expr-special-function-mapping): New variable.
14546         (math-tex-ignore-words): Add to list.
14548         * calc/calccomp.el (math-compose-expr, math-compose-rows):
14549         Add LaTeX support.
14550         (math-compose-expr): Add support for special functions.
14552         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14554 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
14556         * progmodes/gdb-ui.el (gdb-memory-address)
14557         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14558         (gdb-memory-mode-map, gdb-memory-format-keymap)
14559         (gdb-memory-format-menu, gdb-memory-unit-keymap)
14560         (gdb-memory-unit-menu): New variables for a buffer
14561         that lets the user examine program memory.
14562         (gdb-memory-set-address, gdb-memory-set-repeat-count)
14563         (gdb-memory-format-binary, gdb-memory-format-octal)
14564         (gdb-memory-format-unsigned, gdb-memory-format-signed)
14565         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14566         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14567         (gdb-memory-unit-word, gdb-memory-unit-halfword)
14568         (gdb-memory-unit-byte, gdb-memory-unit-menu)
14569         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14570         (gdb-memory-mode, gdb-memory-buffer-name)
14571         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14572         New functions for above buffer.
14574 2005-01-30  Richard M. Stallman  <rms@gnu.org>
14576         * cus-edit.el (custom-bury-buffer): Function deleted.
14577         (custom-buffer-done-function): Option deleted.
14578         (custom-buffer-done-kill): New (replacement option.
14579         (Custom-buffer-done): Call quit-window.
14580         (custom-buffer-create-internal): Update for above changes.
14582 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
14584         * simple.el (undo-ask-before-discard): New var.
14585         (undo-outer-limit-truncate): Implement it.
14586         (undo-extra-outer-limit): Doc update.
14588 2005-01-29  Richard M. Stallman  <rms@gnu.org>
14590         * ses.el (undo-more): Delete defadvice.
14591         (ses-begin-change): Doc fix.
14593         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14594         instead of rebinding C-x u and C-_.
14596         * files.el (normal-backup-enable-predicate): Return nil for files
14597         in /tmp, regardless of temporary-file-directory.
14599         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14601         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14602         (open-rectangle, delete-whitespace-rectangle-line)
14603         (clear-rectangle-line): If FILL, pass t instead of FILL
14604         for move-to-column's 2nd arg.
14606         * simple.el (undo): Fix the test for continuing a series of undos.
14607         (undo-more): Set pending-undo-list to t when we reach end.
14608         (pending-undo-list): Move up defvar.
14610         * wid-edit.el (widget-button-click):
14611         Shorten the range of the track-mouse binding.
14613         * comint.el (comint-insert-input): Undo previous changes;
14614         use last-input-event in interactive spec.
14616 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
14618         * progmodes/compile.el (compilation-start): Bind buffer-read-only
14619         to nil before invoking call-process.  Reset buffer's modified flag
14620         after fontifying it in the no-async branch.
14622         * wid-edit.el (widget-specify-button): If mouse pointer shape
14623         cannot be changed, use mouse face instead.
14625 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
14627         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14628         (gdb-goto-breakpoint): Make breakpoint handling work on template
14629         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
14630         (gdb-assembler-custom): Update to recognize breakpoint information
14631         added on 2005-01-19.
14633 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14635         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14636         (dsssl-mode): Use define-derived-mode.
14637         (scheme-mode-initialize): Remove.
14638         (scheme-mode): Use run-mode-hooks.
14640         * cus-edit.el (customize-group-other-window)
14641         (custom-buffer-create-other-window): Don't override special-display-*.
14642         (custom-mode-map): Make it dense.
14644         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14645         sets the default value.
14647 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
14649         * descr-text.el: Add more keywords.
14651 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14653         * speedbar.el: Avoid unnecessary use of locate-library.
14655         * international/mule-cmds.el (standard-display-european-internal):
14656         Don't fiddle with latin-1 non-break space any more since it's now
14657         special cased in the C code.
14658         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14660 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
14662         * cus-start.el (all): Add `undo-outer-limit'.
14664 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14666         * textmodes/bibtex.el (bibtex-format-entry):
14667         Use `bibtex-empty-field-re' only on the text of fields, not on entire
14668         field lines.
14669         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14670         not on part of a buffer.
14672 2005-01-25  Lute Kamstra  <lute@gnu.org>
14674         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14675         nonempty field text strings like "{letters\\macro{}more letters}".
14676         Clarify docstring.
14677         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14678         (bibtex-entry-offset, bibtex-parse-association)
14679         (bibtex-parse-field-name): Fix typos in docstrings.
14680         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14682 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
14684         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14685         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14686         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14687         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14689         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14690         isearch minor mode.
14692 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14694         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14696 2005-01-24  Lute Kamstra  <lute@gnu.org>
14698         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14699         CASECHARS and NOT-CASECHARS regular expressions of the
14700         "nederlands" and "nederlands8" dictionaries to prevent a "Range
14701         striding over charsets" error.
14703 2005-01-24  Jay Belanger  <belanger@truman.edu>
14705         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14706         display variable name.
14708 2005-01-24  Kenichi Handa  <handa@m17n.org>
14710         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14711         Fix setting of the element of encoded-kbd-iso2022-invocations.
14713 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
14715         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14716         (gdb-threads-select): Change to also accept mouse events.
14717         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14718         (gdb-threads-mouse-select): Delete.
14720 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
14722         * files.el (insert-directory): Take care of empty directory,
14723         listed without -a switch.
14725 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14727         * textmodes/refill.el (refill-post-command-function):
14728         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14729         to the list of functions that we should be careful not to undo.
14730         (refill-late-fill-paragraph-function): Remove.
14731         (refill-saved-state): New var.
14732         (refill-mode): Use it to save fill-paragraph-function.
14733         Save also the value of auto-fill-function.
14735         * term/w32-win.el: Simplify code.
14737 2005-01-23  Kim F. Storm  <storm@cua.dk>
14739         * simple.el (line-move): Adapt to new return value from
14740         pos-visible-in-window-p.
14742         * simple.el (line-move): Fix last change.  Check partial
14743         visibility at point rather than at window-start.
14745 2005-01-22  Jason Rumney  <jasonr@gnu.org>
14747         * term/w32-win.el (xw-defined-colors): Remove debug-message.
14749 2005-01-22  David Kastrup  <dak@gnu.org>
14751         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
14753 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
14755         * type-break.el (type-break-mode): Add a test for
14756         type-break-file-name being non-nil.
14758 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
14760         * net/eudc.el (top level): Call (message "") via progn, so that
14761         eudc-options-file is loaded.
14763 2005-01-22  Kim F. Storm  <storm@cua.dk>
14765         * simple.el (line-move-1): Rename from line-move.
14766         (line-move): New function that adjusts vscroll for partially
14767         visible rows, and calls line-move-1 otherwise.
14769 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
14771         * pcomplete.el: Define pcomplete-read-event instead of read-event,
14772         since it's not a complete read-event implementation
14774 2005-01-20  Jay Belanger  <belanger@truman.edu>
14776         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
14777         for called function.
14779 2005-01-20  Steven Tamm  <steventamm@mac.com>
14781         * term/mac-win.el (process-connection-type): Remove.
14782         Controlled now by s/darwin.h:PTY_ITERATION.
14784 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14786         * window.el (handle-select-window): Don't switch window when we're
14787         in the minibuffer.
14789 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
14791         * subr.el (dotimes-with-progress-reporter): New macro.
14793         * ses.el (ses-dotimes-msg): Remove macro.
14794         Use `dotimes-with-progress-reporter' instead.
14796 2005-01-19  Steven Tamm  <steventamm@mac.com>
14798         * term/mac-win.el (process-connection-type): Use new
14799         operating-system-release variable to use ptys on Darwin 7 (OS X
14800         10.3) when using carbon build.
14802 2005-01-19  Jay Belanger  <belanger@truman.edu>
14804         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
14805         flags if the last command was a tab or M-tab.
14807         * calc/calc-prog.el (calc-user-define-edit): Put original formula
14808         in formula editing buffer.
14810 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14812         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
14813         breakpoint image symbol in margin.
14815 2005-01-19  Jay Belanger  <belanger@truman.edu>
14817         * calc/calc-prog.el (calc-execute-kbd-macro):
14818         Ignore calc-keep-arg-flag.
14820 2005-01-19  Kenichi Handa  <handa@m17n.org>
14822         * textmodes/ispell.el (ispell-looking-at): New function.
14823         (ispell-process-line): Use ispell-looking-at to compare the ispell
14824         output and the buffer contents.
14826 2005-01-18  Jay Belanger  <belanger@truman.edu>
14828         * calc/calc.el (calc-display-raw): Fix docstring.
14830 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14832         * simple.el (blink-matching-open): Strip extra info from syntax.
14834         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
14835         funny chars in the end-of-here-doc marker.
14837 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
14839         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
14840         that enable/disabled state of breakpoints is shown correctly in
14841         fringe and on ttys.
14842         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
14843         Add breakpoint information as text properties.
14844         (gdb-mouse-toggle-breakpoint):
14845         Rename to gdb-mouse-set-clear-breakpoint.
14846         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
14847         breakpoints in the margin.
14848         (gdb-remove-strings): Simplify.
14850 2005-01-17  Jay Belanger  <belanger@truman.edu>
14852         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
14853         erasing buffer.
14855 2005-01-17  Richard M. Stallman  <rms@gnu.org>
14857         * progmodes/grep.el (grep-find): Copy from `grep' the condition
14858         for calling grep-compute-defaults.
14860         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
14861         if buffer is empty.
14863         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
14865 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14867         * hilit-chg.el (highlight-changes-mode): Don't autoload.
14869         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
14870         non-preloaded variables.
14872 2005-01-17  Steven Tamm  <steventamm@mac.com>
14874         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
14875         tex-shell cause to force interactivity when using pipes.
14877 2005-01-17  Kim F. Storm  <storm@cua.dk>
14879         * simple.el (just-one-space): Make arg optional.
14881 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
14883         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
14884         posn-at-x-y to t to access left-margin.
14886 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
14888         Sync with Tramp 2.0.47.
14890         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
14891         catching keep-date problems in cp/scp operations.
14892         (tramp-handle-copy-file): Don't call `set-file-modes'
14893         unconditionally.  Specialized functions should know better what is
14894         necessary.  This improves performance a little bit, and the
14895         functions could catch errors with `cp -p' and `scp -p'.
14896         (tramp-do-copy-or-rename-file-via-buffer)
14897         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
14898         when appropriate.
14899         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
14900         Call `set-file-modes' when appropriate.
14901         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
14902         Johnsson <isak@hypergene.com>
14903         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
14904         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
14905         <joakim@verona.se>
14906         (tramp-file-name-for-operation): Mark `shell-command' as magic for
14907         Emacs only.
14909         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
14910         `find-file-hooks' and `dired-mode-hook'.
14911         (tramp-minor-mode-map): Respective map.  Add remapping for
14912         `compile' and `recompile'.
14913         (tramp-remap-command, tramp-recompile): New defuns.
14914         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
14915         in buffer "*Compilation*".  Call the commands asynchronously.
14917         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
14918         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
14919         `shell-command', because it isn't magic in XEmacs.  Reported by
14920         Adrian Aichner <adrian@xemacs.org>.
14922         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14923         `substitute-in-file-name.
14924         (tramp-smb-handle-substitute-in-file-name): New defun.
14925         (tramp-smb-advice-PC-do-completion): Delete advice.
14927 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
14929         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
14930         Fix error in deleting region.
14932 2005-01-15  Richard M. Stallman  <rms@gnu.org>
14934         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
14935         In non-temp buffer, switch syntax table temporarily.
14937         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
14939         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
14941         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
14943         * imenu.el (imenu--split-menu): Copy menulist before sorting.
14944         (imenu--generic-function): Use START, not BEG, as pos of definition.
14946         * simple.el (just-one-space): Argument specifies number of spaces.
14948         * simple.el (eval-expression-print-format): Avoid warning
14949         about edebug-active.
14951 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
14953         * progmodes/sh-script.el: Code copied from make-mode.el
14954         with small changes,
14955         (sh-mode-map): Bind C-c C-\.
14956         (sh-backslash-column, sh-backslash-align): New variables.
14957         (sh-backslash-region, sh-append-backslash): New functions.
14959 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14961         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
14962         (rmail-pop-password, rmail-pop-password-required): Move to
14963         rmail-obsolete group.
14964         (rmail-set-pop-password): Rename to rmail-set-remote-password.
14965         All callers updated.
14966         (rmail-get-pop-password): Rename to rmail-get-remote-password.
14967         Take an argument specifying whether it is POP or IMAP mailbox we
14968         are using.  All callers updated.
14969         (rmail-pop-password-error): Rename to
14970         rmail-remote-password-error.  Added mailutils-specific error message.
14971         (rmail-movemail-search-path)
14972         (rmail-movemail-variant-in-use): New variables.
14973         (rmail-remote-password, rmail-remote-password-required):
14974         New customization variables.
14975         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
14976         (rmail-parse-url): New function.
14977         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
14978         with GNU mailutils movemail.
14980 2005-01-15  Kevin Ryde  <user42@zip.com.au>
14982         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
14983         suffix to space, $ or '$, to correctly position point when going
14984         to @table style constants like DBL_MAX.
14986 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
14988         * type-break.el (type-break-mode, type-break-file-time)
14989         (type-break-file-keystroke-count, type-break-choose-file):
14990         Don't store data in or load data from the file if type-break-file-name
14991         is nil.
14992         (type-break-file-name): Doc update as per the above.
14994 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
14996         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
14997         lookup-key might return nil; handle that.
14999 2005-01-15  Alan Mackenzie  <acm@muc.de>
15001         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15002         rather than the element found, thus enabling the tree to be setcar'd.
15004 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15006         * textmodes/org.el (org-show-following-heading): New option.
15007         (org-show-hierarchy-above): Use `org-show-following-heading'.
15008         (org-cycle): Documentation fix.
15010         * textmodes/org.el (orgtbl-optimized): New option
15011         (orgtbl-mode): New command, a minor mode.
15012         (orgtbl-mode-map): New variable.
15013         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15014         (orgtbl-error, orgtbl-self-insert-command)
15015         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15017         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15018         a local variable in each org-mode buffer.
15020         * textmodes/org.el (org-set-regexps-and-options): Rename from
15021         `org-set-regexps'.  Added checking for STARTUP keyword.
15022         (org-get-current-options): Add STARTUP options.
15023         (org-table-insert-row): Make mode intelligent about when
15024         realignment is needed.
15025         (org-self-insert-command, org-delete-backward-char, org-delete-char):
15026         New commands.
15027         (org-enable-table-editor): New default value `optimized'.
15028         (org-table-blank-field): Support blanking regions if active.
15030 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
15032         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15033         if the year is not given.
15035         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15036         Add new escapes %m and %M, fixed bug with %F by adding
15037         save-match-data.
15038         (reftex-reference): Remove ?. from list of spaces.
15039         (reftex-label-info): Add automatic label prefix recognition.
15041         * textmodes/reftex-index.el (reftex-index-next-phrase):
15042         Add slave parameter to call of `reftex-index-this-phrase'.
15043         (reftex-index-this-phrase): New optional argument.
15044         (reftex-index-region-phrases): Add slave parameter to call of
15045         `reftex-index-this-phrase'.
15046         (reftex-display-index): New argument redo.
15047         (reftex-index-rescan): Add 'redo to arguments of
15048         `reftex-display-index'.
15049         (reftex-index-Rescan, reftex-index-revert)
15050         (reftex-index-switch-index-tag): Add 'redo to arguments of
15051         `reftex-display-index'.
15052         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15053         indexing.  Fix bug with matching is there is a quote before or
15054         after the word.
15056         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15057         Fix bug when collecting citation keys in lines with comments.
15058         (reftex-citation): Prefix argument no longer rescans the document,
15059         but forces prompting for optional arguments of cite macros.
15060         (reftex-do-citation): Prompting for optional arguments implemented.
15062         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15063         Add optional arguments to most cite commands.
15064         (reftex-cite-cleanup-optional-args): New option
15065         (reftex-cite-prompt-optional-args): New option.
15066         (reftex-trust-label-prefix): New option.
15068         * textmodes/reftex-toc.el (reftex-toc-find-section):
15069         Add push-mark before changing the position in the buffer.
15071         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15072         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15074 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
15076         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15077         more carefully.
15079 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15081         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15082         (sgml-mode): Use it.
15083         (sgml-get-context): Better keep track of implicitly closed tags.
15085 2005-01-13  Kenichi Handa  <handa@m17n.org>
15087         * textmodes/ispell.el: These changes are to fix misalignment error
15088         caused by equivalent characters of different Emacs charsets.
15089         (ispell-unified-chars-table): New variable.
15090         (ispell-get-decoded-string): New function.
15091         (ispell-get-casechars, ispell-get-not-casechars)
15092         (ispell-get-otherchars): Call ispell-get-decoded-string.
15094 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
15096         * custom.el (custom-declare-variable): Just put symbol instead
15097         of (defvar . symbol) in `current-load-list'.
15099 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15101         * emacs-lisp/elint.el: Fixed typo in Commentary section.
15103 2005-01-12  Jay Belanger  <belanger@truman.edu>
15105         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15106         to create a Calc summary.
15108 2005-01-12  Kim F. Storm  <storm@cua.dk>
15110         * mouse.el (mouse-on-link-p): Change functionality and doc
15111         string to comply with latest description in lisp ref.
15113 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
15115         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15116         Enable mouse clicks on mode-line, header-line and margin.
15117         (event-type): Give mouse event symbols an 'event-kind property
15118         with value 'mouse-click.
15120 2005-01-12  Juri Linkov  <juri@jurta.org>
15122         * facemenu.el (list-colors-display): Add new arg buffer-name.
15123         Use it.  Fix docstring.  Replace code for identifying duplicate
15124         colors by the name with call to `list-colors-duplicates' which
15125         identifies duplicate colors by the value unless the color
15126         is one of special Windows colors.  Set truncate-lines to t.
15127         Print sorted duplicate color names on each line.  Indent to 22
15128         \(the longest color name in rgb.txt) instead of 20.  Optimize.
15129         (list-colors-duplicates): New function.
15130         (facemenu-color-name-equal): Delete function.
15132         * facemenu.el (list-colors-print): New function created from code
15133         in list-colors-display.  Print #RRGGBB at the window right edge.
15134         (list-colors-display): When temp-buffer-show-function is not
15135         defined, call list-colors-print from temp-buffer-show-hook
15136         to get the right value of window-width in list-colors-print
15137         after the buffer is displayed.
15139         * simple.el (pop-mark): Move deactivate-mark out of conditional
15140         part to deactivate the active mark regardless of the state of the
15141         mark ring.
15143         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15144         variables line in desktop files.
15146 2005-01-12  Juri Linkov  <juri@jurta.org>
15148         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15149         Bring together isearch highlight related options.
15150         (lazy-highlight): Replace group `replace' by `matching'.
15151         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15152         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15153         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15154         and declare them obsolete.
15155         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15156         (isearch-faces): Remove defgroup.
15157         (isearch-overlay, isearch-highlight, isearch-dehighlight):
15158         Move isearch highlighting code closer to lazy highlighting code.
15160         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15161         (query-replace-highlight, query-replace-lazy-highlight)
15162         (query-replace): Move definitions to the beginning of the file.
15164 2005-01-11  Juri Linkov  <juri@jurta.org>
15166         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15167         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15168         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15170         * info.el (Info-history-forward): New variable.
15171         (Info-select-node): Reset Info-history-forward to nil.
15172         (Info-last): Turn into defalias.
15173         (Info-history-back): Rename from Info-last.
15174         Add current node to Info-history-forward.
15175         (Info-history-forward): New fun.
15176         (Info-mode-map): Replace Info-last by Info-history-back.
15177         Bind Info-history-forward to "r".
15178         (Info-mode-menu): Replace Info-last by Info-history-back.
15179         Fix menu item text.  Add menu item for Info-history-forward.
15180         (info-tool-bar-map): Replace Info-last by Info-history-back.
15181         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
15182         for Info-history-forward.
15183         (Info-mode): Replace Info-last by Info-history-back in docstring.
15184         Add local variable Info-history-forward.
15185         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15187 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15189         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15190         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15191         Ignore select-window events rather than fiddle with
15192         mouse-autoselect-window.
15194 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
15196         * type-break.el (type-break-mode): Fix previous change.
15198 2005-01-10  Jay Belanger  <belanger@truman.edu>
15200         * calc/calc-ext.el (calc-reset): Reset when inside embedded
15201         calculator; only reset when point is inside a calculator.
15202         Don't adjust the window height if the window takes up the whole height
15203         of the frame.
15205 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15207         * ebuff-menu.el (Electric-buffer-menu-mode):
15208         Preserve value of buffer-local var header-line-format.
15210 2005-01-09  Jay Belanger  <belanger@truman.edu>
15212         * calc/calc.el (calc-mode-var-list-restore-saved-values):
15213         Make sure settings file exists before accessing it.
15215         * calc/calc-embed.el (calc-embedded-subst):
15216         Replace math-multi-subst-rec, which is only supposed to be called
15217         by math-multi-subst, by math-multi-subst.
15219 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
15221         * vc.el (vc-allow-async-revert): New user option.
15222         (vc-disable-async-diff): New internal variable.
15223         (vc-revert-buffer): Use them to disable asynchronous diff.
15225         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15226         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15227         asynchronously if vc-disable-async-diff is t.
15229 2005-01-09  Jay Belanger  <belanger@truman.edu>
15231         * calc/calc.el (defcalcmodevar): New macro.
15232         (calc-mode-var-list-restore-default-values)
15233         (calc-mode-var-list-restore-saved-values): New functions.
15234         (calc-mode-var-list): Use defcalcmodevar to define it.
15235         (calc-always-load-extensions, calc-line-numbering)
15236         (calc-line-breaking, calc-display-just, calc-display-origin)
15237         (calc-number-radix, calc-leading-zeros, calc-group-digits)
15238         (calc-group-char, calc-point-char, calc-frac-format)
15239         (calc-prefer-frac, calc-hms-format, calc-date-format)
15240         (calc-float-format, calc-full-float-format, calc-complex-format)
15241         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15242         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15243         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15244         (calc-matrix-brackets, calc-language, calc-language-option)
15245         (calc-left-label, calc-right-label, calc-word-size)
15246         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15247         (calc-display-raw, calc-internal-prec, calc-angle-mode)
15248         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15249         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15250         (calc-window-height, calc-display-trail, calc-show-selections)
15251         (calc-use-selections, calc-assoc-selections)
15252         (calc-display-working-message, calc-auto-why, calc-timing)
15253         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15254         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15255         (calc-gnuplot-default-device, calc-gnuplot-default-output)
15256         (calc-gnuplot-print-device, calc-gnuplot-print-output)
15257         (calc-gnuplot-geometry, calc-graph-default-resolution)
15258         (calc-graph-default-resolution-3d, calc-invocation-macro)
15259         (calc-show-banner): Use defcalcmodevar to declare them and set
15260         their default values.
15262         * calc/calc-ext.el (calc-reset): Restore saved values of variables
15263         instead of default values (but restore default values if there is
15264         an argument of 0).
15266 2005-01-09  David Kastrup  <dak@gnu.org>
15268         * desktop.el (desktop-restore-eager): Fix typo in type.
15270 2005-01-08  Richard M. Stallman  <rms@gnu.org>
15272         * cus-edit.el (customize): Delete :link.
15274 2005-01-08  Jay Belanger  <belanger@truman.edu>
15276         * calc/calc.el (calc-mode): Remove the extension from the
15277         `calc-settings-file' file name when loading it.
15279 2005-01-08  Kim F. Storm  <storm@cua.dk>
15281         * info.el (Info-mode-map, Info-next-link-keymap)
15282         (Info-prev-link-keymap, Info-up-link-keymap):
15283         Map follow-link to mouse-face.
15284         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15286 2005-01-08  Jay Belanger  <belanger@truman.edu>
15288         * calc/calc.el (calc-settings-file): Change default value.
15289         Suggested by cgw in a comment in calc-mode.el.
15291         * calc/calc-mode.el (calc-settings-file-name):
15292         Compare calc-settings-file to user-init-file instead of ~/.emacs.
15293         Replace ~/.emacs in a prompt by calc-settings-file.
15295 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
15297         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15298         (desktop-lazy-idle-delay): New customizable variables.
15299         (desktop-buffer-args-list): New variable.
15300         (desktop-append-buffer-args): New function.
15301         (desktop-save): Call desktop-append-buffer-args for some buffers.
15302         (desktop-lazy-create-buffer): New function.
15303         (desktop-idle-create-buffers): New function.
15304         (desktop-read): Add message about buffers to restore lazily.
15305         (desktop-lazy-abort): New command.
15306         (desktop-clear): Call desktop-lazy-abort.
15307         (desktop-lazy-complete): New command.
15309 2005-01-06  Richard M. Stallman  <rms@gnu.org>
15311         * emacs-lisp/find-func.el (find-face-definition):
15312         Rename from find-face.
15314 2005-01-06  Kim F. Storm  <storm@cua.dk>
15316         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15318         * man.el (Man-xref-man-page, Man-xref-header-file)
15319         (Man-xref-normal-file): Add follow-link property.
15321 2005-01-06  Jay Belanger  <belanger@truman.edu>
15323         * calc/calc-units.el: Make sure the proper macro definitions are
15324         available when compiling.
15326 2005-01-06  Juri Linkov  <juri@jurta.org>
15328         * isearch.el (isearch-lazy-highlight-update):
15329         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15331 2005-01-06  Miles Bader  <miles@gnu.org>
15333         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15334         (isearch-lazy-highlight-face): Use new name.
15336 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15338         * uniquify.el (uniquify-rationalize-file-buffer-names):
15339         Re-add an interactive spec.
15340         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15341         to the same name.
15343         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15344         (isearch-update, isearch-done): Adjust calls accordingly.
15346 2005-01-05  Richard M. Stallman  <rms@gnu.org>
15348         * custom.el (custom-set-variables, custom-theme-set-variables):
15349         Clarify documentation.
15351         * emacs-lisp/find-func.el (find-variable)
15352         (find-variable-other-window, find-variable-other-frame):
15353         Fix the TYPE args to find-function-read and find-function-do-it.
15354         (find-function): Doc fix.
15355         (find-function-at-point): Replace function-at-point alias.
15357 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15359         * cus-face.el (custom-declare-face):
15360         Record defface in current-load-list.
15362         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15364         * emacs-lisp/find-func.el: Doc fixes.
15365         (find-face-regexp): New variable.
15366         (find-function-regexp-alist): New variable.
15367         (find-function-C-source): Third arg is now TYPE.
15368         (find-function-search-for-symbol): Handle general TYPE.
15369         (find-function-read, find-function-do-it): Handle general TYPE.
15370         (find-definition-noselect, find-face): New functions.
15371         (function-at-point): Alias deleted.
15373 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15375         * battery.el (display-battery-mode): Rename from display-battery.
15376         Handle the case where it gets turned off.
15378 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15380         * cus-edit.el (customize): Make :link point to user doc.
15382         * man.el (Man-fontify-manpage): Turn off undo generation.
15384         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15386 2005-01-04  Andreas Schwab  <schwab@suse.de>
15388         * files.el (insert-directory): Only look for error lines in
15389         inserted text.  Don't move too far after processing --dired markers.
15391 2005-01-04  Richard M. Stallman  <rms@gnu.org>
15393         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15394         Don't expand if the character is @, period, dash, etc.
15395         (define-mail-abbrev): Quote names that contain problem characters.
15397 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
15399         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15401 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15403         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15404         (query-replace-highlight, query-replace-lazy-highlight)
15405         (query-replace): Definitions moved up.  Doc fix.
15407 2005-01-03  Richard M. Stallman  <rms@gnu.org>
15409         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15410         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15411         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15412         (lazy-highlight-face): Rename from isearch-lazy-...
15413         Change all references to them.
15415 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15417         * cus-edit.el (custom-file): Doc fix for defcustom.
15418         (custom-file): The function no longer sets the variable
15419         `custom-file' to its return value.
15421         * startup.el (command-line): No longer load `custom-file'.
15423 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15425         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15427         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15428         Don't confuse module-prefixed identifiers for labels.
15429         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15431 2005-01-02  Richard M. Stallman  <rms@gnu.org>
15433         * files.el (basic-save-buffer-1): Fix previous change.
15435         * loadhist.el (file-loadhist-lookup): New function.
15436         (file-provides, file-requires): Use it.
15438         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15439         instead of calculating the right size.
15441 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
15443         * vc-svn.el (vc-svn-diff): Stay local if possible.
15445 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15447         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15449         * files.el (hack-local-variables): Fix last change.
15451 2005-01-02  Jay Belanger  <belanger@truman.edu>
15453         * calc/calc-yank.el (calc-edit-top): New variable.
15454         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15455         object.  Change header properties.
15456         (calc-edit-finish, calc-edit-finish-stack-object)
15457         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15458         edited object.
15459         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15460         for the beginning of the edited object.
15461         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15462         for the beginning of the edited object.
15463         * calc/calc-prog.el (calc-edit-macro-finish-edit)
15464         (calc-finish-formula-edit, calc-macro-repeats)
15465         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15466         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15467         beginning of the edited object.
15468         (calc-user-define-edit): Change the header for editing macros.
15469         Remove unnecessary variable.
15471 2005-01-01  Jay Belanger  <belanger@truman.edu>
15473         * calc/calc-yank.el (calc-edit-mode): Change default header.
15474         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15475         * calc/calc-store.el (calc-edit-variable): Change title to match new
15476         header.
15477         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15478         mode to match new header.
15479         (calc-user-define-edit): Change titles to include names of commands.
15480         (calc-finish-formula-edit): Adjust to handle new header.
15481         (calc-finish-macro-edit): Remove.
15482         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15483         (calc-edit-macro-command, calc-edit-macro-command-type)
15484         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15485         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15486         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15487         (calc-edit-macro-finish-edit): New functions.
15488         (calc-user-define-edit): Use new functions to edit named calc macros.
15490 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
15492         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15494         * ses.el (copy-region-as-kill): Deactivate mark.
15496 2005-01-01  Richard M. Stallman  <rms@gnu.org>
15498         * replace.el (occur-1): If the output buffer is also an input,
15499         don't kill it, rename it.
15501         * faces.el (set-face-background, set-face-foreground): Doc fix.
15503         * cus-face.el (custom-face-attributes): Fix :help-echo strings
15504         for :foreground and :background.
15506         * dired.el (dired-view-command-alist): Variable deleted.
15507         (dired-view-file, dired-mouse-find-file-other-window):
15508         Delete the code to use it.
15510 2005-01-01  Kim F. Storm  <storm@cua.dk>
15512         * image.el (insert-sliced-image): Use t for line-height property.
15514 See ChangeLog.11 for earlier changes.
15516 ;; Local Variables:
15517 ;; coding: iso-2022-7bit
15518 ;; End:
15520     Copyright (C) 2005 Free Software Foundation, Inc.
15521   Copying and distribution of this file, with or without modification,
15522   are permitted provided the copyright notice and this notice are preserved.
15524 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1