*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob0982f2782d758809901f2ca0ea45954a3485b030
1 2005-10-28  Juri Linkov  <juri@jurta.org>
3         * international/quail.el (quail-get-current-str): Translate last
4         raw character for deterministic input methods.
6 2005-10-27  Jay Belanger  <belanger@truman.edu>
8         * calc/calc-ext.el: Add functions to autoloads.
9         (math-identity-matrix-p, math-ident-row-p): New functions.
11         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12         multiplication by an identity matrix; don't turn multiplication by
13         an inverse matrix into division.
14         (math-div-symbol-fancy):  Replace division by matrices with
15         multiplication by inverse.
17         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20         (calc-writeoutpower): New functions.
22 2005-10-27  Romain Francoise  <romain@orebokech.com>
24         * replace.el (occur-engine): Include colon in mouse-face highlight.
26         * dired-x.el: Change Maintainer field.
28 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
30         * longlines.el (longlines-mode): Bind after-change-functions to
31         nil during initial decoding and final encoding.
33 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
35         * term.el (term-emulate-terminal, term-handle-colors-array)
36         (term-handle-ansi-escape): Specify the terminfo capabilities
37         implemented.
39 2005-10-26  Richard M. Stallman  <rms@gnu.org>
41         * info.el (Info-fontify-node): Fix detection of sentence-break
42         before *Note.
44 2005-10-26  Romain Francoise  <romain@orebokech.com>
46         * smerge-mode.el: Add `tools' to file keywords.
48 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
50         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
51         when the fringe is not available.
53         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
54         (def-gdb-auto-update-trigger): Simplify construction.
55         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
56         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
57         defined explicitly.
58         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
59         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
60         defined explicitly.
61         (gdb-info-locals-custom): Remove as it's a no-op.
63 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
65         * longlines.el (longlines-mode): Remove narrowing before
66         performing the initial decoding or final encoding.
68 2005-10-25  Romain Francoise  <romain@orebokech.com>
70         * emacs-lisp/find-func.el (find-library-name): Also strip
71         extension if library name ends in .el, to take advantage of
72         `find-library-suffixes'.
74 2005-10-25  Richard M. Stallman  <rms@gnu.org>
76         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
78 2005-10-25  Juri Linkov  <juri@jurta.org>
80         * textmodes/texinfo.el (texinfo-mode): Change charset of one
81         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
83 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
86         (blackbox-redefine-key): Add argument `map'.
88         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
89         regions when moving the jit-lock-context-unfontify-pos boundary.
91 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
93         * net/browse-url.el (browse-url-of-buffer): Add ".html" to
94         filename.
96 2005-10-25  Masatake YAMATO  <jet@gyve.org>
98         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
100 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
102         * play/blackbox.el (blackbox-redefine-key): New function.
103         (blackbox-mode-map): Use it to remap existing bindings for cursor
104         motion instead of binding literal keys.
106 2005-10-25  Glenn Morris  <rgm@gnu.org>
108         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
109         diary does not end in a newline.  Do not assume a blank line at
110         the start of the diary file.
112 2005-10-25  Kenichi Handa  <handa@m17n.org>
114         * international/quail.el (quail-translate-key): If the input
115         method is deterministic and failed to handle the last key, restart
116         the key handling loop from an appropriate key.
118 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
120         * vc.el (vc-dired-mode): Extend comment for binding of
121         `directory-listing-before-filename-regexp'.
123 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * textmodes/texinfo.el (texinfo-mode):
126         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
127         not to unnecessarily expose emacs-mule's internal char codes.
129 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
131         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
132         Display hand pointer and help-echo on disabled icon too.
133         (gdb-mouse-until): New function.
134         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
136 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
138         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
139         with 2005-10-23 change to doctor.el.
141         * finder.el (finder-mode-map): Add follow-link binding.
143 2005-10-25  Kim F. Storm  <storm@cua.dk>
145         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
146         to gdb-mouse-toggle-breakpoint-fringe.
147         (gdb-mouse-toggle-breakpoint-margin): Rename from
148         gdb-mouse-toggle-breakpoint. Fix doc.
149         (gdb-mouse-toggle-breakpoint-fringe): New defun.
150         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
151         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
152         string properties also for fringe breakpoint bitmaps.
154 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
156         * textmodes/org.el (org-start-icalendar-file): Fix format form.
158 2005-10-25  Masatake YAMATO  <jet@gyve.org>
160         * simple.el (completion-common-substring):
161         Use `completion-common-substring' prior to `completion-base-size'.
163 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
165         * savehist.el: Require CL while compiling.
166         (savehist-history-variables): Remove.
167         (savehist-save-minibuffer-history, savehist-additional-variables)
168         (savehist-minibuffer-history-variables): New vars.
169         (savehist-save): Use them.
170         (savehist-uninstall, savehist-minibuffer-hook): New funs.
171         (savehist-install): New fun, extracted from savehist-load.
172         (savehist-load): Use them.
174 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
177         a dummy doc-string-elt property.
178         (defalias, defvaralias, define-category): Add a docstring property.
180         * image.el (defimage):
181         * widget.el (define-widget):
182         * custom.el (defface, defcustom): Add `doc-string' declaration.
184         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
185         (defadvice): Add `doc-string' declaration.
187         * emacs-lisp/byte-run.el (macro-declaration-function):
188         Handle `doc-string' declarations.
189         (define-obsolete-function-alias, define-obsolete-variable-alias):
190         Add `doc-string' declaration.
192 2005-10-24  Kenichi Handa  <handa@m17n.org>
194         * international/utf-7.el (utf-7): Add autoload cookie.
196         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
198 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
200         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
201         list of directories passed to batch-update-autoloads.  Add "." to
202         the list of the echoed directories.
204         * pgg-def.el:
205         * pgg-gpg.el:
206         * pgg-parse.el:
207         * pgg-pgp.el:
208         * pgg-pgp5.el:
209         * pgg.el: Moved here from the gnus subdirectory.
211 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
213         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
214         in case comint-prompt-read-only is set to t.
216         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
217         in case comint-prompt-read-only is set to t.
219 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
221         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
222         Now a string.
223         (icalendar-import-format): Handle CLASS, STATUS, URL.
224         Rename `subject' to `summary'.
225         (icalendar-import-format-summary): Rename from
226         `icalendar-import-format-subject'.
227         (icalendar-import-format-url, icalendar-import-format-status)
228         (icalendar-import-format-class): New variables.
229         (icalendar--rris): Take variable argument list.
230         (icalendar--datestring-to-isodate): Remove unnecessary
231         calendar-style check when converting dates with explicit month names.
232         (icalendar-export-region): Change return type of conversion
233         subroutines.  Bury current buffer unless error occurred.
234         (icalendar--convert-to-ical)
235         (icalendar--parse-summary-and-rest): New functions.
236         (icalendar--convert-ordinary-to-ical)
237         (icalendar--convert-weekly-to-ical)
238         (icalendar--convert-yearly-to-ical)
239         (icalendar--convert-block-to-ical)
240         (icalendar--convert-cyclic-to-ical)
241         (icalendar--convert-anniversary-to-ical): Change return type.
242         Strip trailing blanks from subject.
243         (icalendar--convert-sexp-to-ical): Change return type.
244         Strip trailing blanks from subject.  Handle simple sexp
245         entries as generated by icalendar.el.
246         (icalendar--convert-float-to-ical)
247         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
248         (icalendar-import-file): Doc fix.
249         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
250         Correct call to icalendar--rris.
251         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
252         `summary'.
253         (icalendar--add-diary-entry): Rename `subject' to `summary'.
255 2005-10-24  Romain Francoise  <romain@orebokech.com>
257         * server.el (server-sentinel): Set query-on-exit flag to nil on
258         new client processes (it isn't inherited from the server process).
260         * replace.el (occur-engine): Rearrange text properties.
262 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
265         case-fold-search is nil.
266         (debug-help-follow): Use help-xref-interned directly.
268 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
270         * thumbs.el (thumbs-image-type): Add .pbm.
272 2005-10-23  Richard M. Stallman  <rms@gnu.org>
274         * faces.el (inhibit-face-set-after-frame-default): New variable.
275         (set-face-attribute): Bind it.
276         (face-set-after-frame-default): Test it.
278         * help-fns.el (describe-simplify-lib-file-name): New function.
279         (describe-function-1, describe-variable): Use it.
281         * faces.el (describe-face): Use describe-simplify-lib-file-name.
283         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
284         Eliminate nil as possible value.
285         (tooltip-hide-delay): Reduce internal-border-width.
287         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
288         (menu-bar-file-menu) <new-file>: Likewise.
290         * simple.el (line-move-finish): Ignore fields computing LINE-END.
292         * international/mule.el (load-with-code-conversion):
293         Pass full file name to `eval-buffer' unless preloading.
295         * textmodes/flyspell.el (flyspell-large-region):
296         Call ispell-check-version.
298         * textmodes/ispell.el (ispell-local-dictionary-overridden):
299         Fix the make-variable-buffer-local call that was supposed
300         to be for this variable.
301         (ispell-aspell-supports-utf8): Doc fix.
302         (ispell-find-aspell-dictionaries): Preserve elements of
303         ispell-dictionary-alist for dictionaries that aspell doesn't report.
304         (ispell-aspell-find-dictionary): Return nil on error.
306         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
307         (doctor-symptoms): Likewise.
309         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
311 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
313         * cus-edit.el (custom-button, custom-button-pressed): New vars.
314         (custom-raised-buttons): Add :set spec.
315         (custom-button-unraised, custom-button-pressed-unraised):
316         New faces, so that custom-raised-buttons actually does something.
317         (custom-mode): Use custom-button and custom-button-pressed.
319         * wid-edit.el (widget-specify-button): Don't ignore
320         widget-mouse-face on graphic terminals.
321         (widget-move-and-invoke): Cleanup.
323 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
325         * whitespace.el (whitespace-cleanup): Doc fix.
327 2005-10-23  Romain Francoise  <romain@orebokech.com>
329         * emulation/viper.el (viper-set-hooks): Quote forms passed to
330         `eval-after-load' to avoid evaluating their result.
332 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
334         * files.el (directory-listing-before-filename-regexp):
335         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
337         * dired.el (dired-move-to-filename-regexp): Remove.
338         All occurences replaced by `directory-listing-before-filename-regexp'.
340         * dired-x.el, locate.el, vc.el:
341         Replace `dired-move-to-filename-regexp' by
342         `directory-listing-before-filename-regexp'.  In vc.el it is
343         overwritten locally; maybe this can be handled in files.el too.
345         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
346         replaced by `directory-listing-before-filename-regexp'.
348 2005-10-23  Andreas Schwab  <schwab@suse.de>
350         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
351         and eval-next-after-load.
353 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
355         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
356         exist, create it.
358 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
360         * allout.el: Remove autoloads for mailcrypt and crypt++.
361         Require pgg, pgg-gpg during compilation.
362         (allout-version): Increment version number to 2.1, and use a literal
363         rather than RCS Id.
364         (allout-default-encryption-scheme): Remove.
365         (allout-passphrase-verifier-handling)
366         (allout-passphrase-verifier-string)
367         (allout-file-passphrase-verifier-string)
368         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
369         (allout-passphrase-hint-handling): Rename and simplify.
370         (allout-init): Use `find-file-hook' if available, otherwise
371         `find-file-hooks'.
372         (allout-mode): Use `write-file-functions' if available, otherwise
373         `local-write-file-hooks' and, instead of making auto-save-hook
374         buffer local, make the write-file-hook activity contingent to
375         allout-mode.
376         (allout-mode): Use key-binding substitution in the docstring.
377         (allout-kill-line): Spell-out kill ring data structure mutation
378         instead of using byte-compiler-complaint-provoking `pop'.
379         (allout-insert-listified): Use `insert' rather than `insert-string'
380         (allout-toggle-current-subtree-encryption): Update docstring, adjust
381         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
382         (allout-encrypt-string): Totally revamped vis new underlying
383         encryption facilities.
384         (allout-mc-activate-passwd): Remove.
385         (allout-obtain-passphrase): New, more or less replaces
386         allout-mc-activate-passwd.
387         (allout-encrypted-key-info): More or less replaces
388         allout-encrypted-text-type.
389         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
390         (my-mark-marker): Use `(featurep 'xemacs)'.
392 2005-10-23  Lars Hansen <larsh@soem.dk>
394         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
395         (byte-compile-file-form-defmumble, byte-compile-defun)
396         (byte-compile-defmacro): Use it.
397         (byte-compile-form): Don't call byte-compile-set-symbol-position
398         when a byte-compile handler is called.
400 2005-10-22  Romain Francoise  <romain@orebokech.com>
402         * savehist.el (savehist-history-variables): Add `grep-find-history'.
404         * subr.el (eval-after-load): Convert library name to an absolute
405         file name using locate-library, since load-history no longer has
406         library names in it.
408 2005-10-22  Richard M. Stallman  <rms@gnu.org>
410         * files.el (make-temp-file): Move from subr.el.
411         * subr.el (make-temp-file): Move to files.el.
413         * window.el (get-buffer-window-list): Move from subr.el.
414         * subr.el (get-buffer-window-list): Move to window.el.
416         * image.el (image-load-path): Use eval-at-startup to initialize.
418         * subr.el (eval-at-startup): New macro.
420         * subr.el: Much rearrangement of functions and division
421         into pages.  No code changes.
423 2005-10-22  Kenichi Handa  <handa@m17n.org>
425         * tar-mode.el (tar-extract): Be sure to call
426         find-operation-coding-system if set-auto-coding doesn't find a
427         coding system.
429 2005-10-22  Kim F. Storm  <storm@cua.dk>
431         * image.el (image-type-header-regexps): Rename from image-type-regexps.
432         Change users.
433         (image-type-file-name-regexps): New defconst.
434         (image-type-from-data): Simplify loop.
435         (image-type-from-buffer): New defun.
436         (image-type-from-file-header): Use it instead of image-type-from-data.
437         Use image-search-load-path instead of only looking in data-directory.
438         (image-type-from-file-name): New defun.
439         (image-search-load-path): Change `pathname' to `filename'.
440         Make PATH arg optional, default to image-load-path.
442 2005-10-21  Richard M. Stallman  <rms@gnu.org>
444         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
446         * textmodes/paragraphs.el (sentence-end-base): New variable.
447         (sentence-end): Use sentence-end-base.
449 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * font-lock.el (font-lock-default-fontify-region): Check the multiline
452         property independently from the font-lock-multiline variable.
454 2005-10-21  Richard M. Stallman  <rms@gnu.org>
456         * emacs-lisp/find-func.el (find-library-name): Doc fix.
458         * startup.el (command-line): Convert library names
459         in `load-history' to absolute file names.
461         * subr.el (symbol-file): Doc fix.
463         * loadhist.el (file-loadhist-lookup): Call locate-library
464         instead of find-library-name.  Don't try converting
465         abs file names to library names, since load-history no longer
466         has library names in it.
467         (file-dependents, file-provides, file-requires): Doc fixes.
469 2005-10-21  Juri Linkov  <juri@jurta.org>
471         * progmodes/etags.el (tags-table-mode): New function.
472         (tags-verify-table): Replace initialize-new-tags-table with
473         tags-table-mode.
475         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
476         default value.
477         (desktop-modes-not-to-save): Add tags-table-mode to the
478         default value.
480         * info.el (Info-index-next): Add total number of index
481         alternatives to the message.
483         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
484         backward only space (instead of space and period) before looking
485         at sentence end.
487         * simple.el (set-variable): Use user-variable-p instead of symbolp.
488         Add the old variable value as 4th default-value arg of read-string.
490 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
492         * cus-face.el (custom-declare-face): Make face from X resources
493         also on Mac.
495         * disp-table.el (standard-display-g1, standard-display-graphic):
496         Refuse to use string glyphs also on Mac.
497         (standard-display-european): Don't set terminal coding system also
498         on Mac.
500         * frame.el (display-screens): Use x-display-screens also on Mac.
502 2005-10-21  Romain Francoise  <romain@orebokech.com>
504         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
506 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
508         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
509         and $? into sexps.
511         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
512         warning face on open-paren-in-column-0.
514         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
515         boundary case.  Fix typo.
516         Suggested by Martin Rudalics <rudalics@gmx.at>.
518 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
520         * textmodes/org.el: (org-combined-agenda-icalendar-file)
521         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
522         (org-export-icalendar-this-file)
523         (org-export-icalendar-all-agenda-files)
524         (org-export-icalendar-combine-agenda-files): New commands.
525         (org-export-icalendar, org-print-icalendar-entries)
526         (org-start-icalendar-file, org-finish-icalendar-file)
527         (org-ical-ts-to-string): New functions.
528         (org-read-date, org-goto-calendar)
529         (org-agenda-goto-calendar): Inhibit displaying diary entries by
530         call to `calendar'.
531         (orgtbl-setup): Remove the :keys arguments from the menu description.
532         (org-after-save-iCalendar-file-hook): New variable.
534 2005-10-21  Kenichi Handa  <handa@m17n.org>
536         * language/vietnamese.el (tcvn-5712): Make it an alias of
537         vietnamese-tcvn coding-system.
539 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
541         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
542         group id is given.
544 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * progmodes/sh-script.el (sh-escaped-line-re): New var.
547         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
548         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
549         whose line is either continued or ends with a comment.
551 2005-10-20  Romain Francoise  <romain@orebokech.com>
553         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
555         * replace.el (occur-engine): Add follow-link property.
557         * font-core.el (font-lock-mode): Doc fix.
559 2005-10-20  Richard M. Stallman  <rms@gnu.org>
561         * net/rcirc.el: New file.
563 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
565         * term.el (term-term-name): Initialize to "eterm-color".
567 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
569         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
570         for encryption functionality.
571         Move allout customization subgroup from `editing' to `outlines' group.
572         Fix commentary 'keywords' to legitimate ones.
573         Update author info (using my current email address, obscurified).
574         (allout-encrypt-string, allout-encryption-produce-work-buffer)
575         (allout-encrypted-topic-p, allout-encrypted-text-type)
576         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
577         (allout-situate-encryption-key-verifier)
578         (allout-get-encryption-key-verifier, allout-verify-key)
579         (allout-next-topic-pending-encryption)
580         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
581         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
582         (outline-key-verifier-handling, outline-key-hint-handling)
583         (outline-encrypt-unencrypted-on-saves): New defcustoms.
584         (allout-file-key-verifier-string, allout-encryption-scheme)
585         (allout-key-verifier-string, allout-key-hint-string)
586         (allout-after-save-decrypt): New variables.
587         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
588         (allout-after-saves-handler): New hook functions.
589         (allout-post-command-business): Do allout-after-save-decrypt.
590         (allout-enable-file-variable-adjustment): Custom var to enable
591         mechanism for adding and adjusting settings of Emacs file variables.
592         (allout-adjust-file-variable, allout-file-vars-section-data):
593         New functions, implement the mechanism.
594         (outlineify-sticky): Use the file vars mechanism.
595         (allout-inhibit-protection, allout-during-write-cue)
596         (allout-override-protect, allout-before-change-protect): Remove.
597         (allout-flag-region, allout-open-topic): Adjust read-only text.
598         (allout-open-line-not-read-only): Add to facilitate read-only
599         text based protection.
600         (allout-kill-line): Revise to adjust read-only text, clue the
601         user about the inhibition.
602         (allout-unprotected): Use unwind-protect.
603         (allout-shift-in, allout-shift-out): Disallow manually shifting a
604         topic deeper than the offspring depth of the previous topic -
605         avoiding confusing "containment discontinuities".
606         (allout-reindent-bodies): Fix retention of body relative hanging
607         indent during promotion of collapsed bodies.
608         (allout-open-topic): Make it easy to open new topic with same
609         bullet as current topic - topic creation functions provided with
610         any universal argument provokes now prompt for bullet, defaulting
611         to the bullet of the previous topic.
612         (allout-plain-bullets-string, allout-distinctive-bullets-string):
613         Plain bullet alternates '.' period and ',' comma only.  All other
614         bullets are relegated to special status (but customizable).
615         (allout-end-of-entry): Rename from 'allout-end-of-current-entry
616         since it actually operates w.r.t. most immediately containing
617         entry, visible or not.
618         (allout-hide-current-entry, allout-show-current-entry): Use the
619         revised version.
620         (allout-old-expose-topic): Solidify deprecation.
621         (allout-end-of-subtree): Add so we can span concealed as well
622         as visible topics.
623         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
624         (allout-end-of-current-heading): Tweak to just respect the first line.
625         (allout-get-body-text): Add.
626         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
627         when invoked interactively.
628         (allout-up-current-level): Use `interactive-p'.
629         (allout-mode, allout-init): Miscellaneous docstring and
630         operational refinements, as well as hookups of new encryption stuff.
631         (allout-beginning-of-current-entry): Now works as advertised.
632         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
633         (allout-isearch-rectification): Refine condition for isearching.
634         (allout-isearch-abort, allout-enwrap-isearch)
635         (allout-flag-region, my-region-active-p): Relocate some macros.
636         (allout-title): Fallback title is '(buffer-name)', not
637         non-existing '(current-buffer-name)'.
638         (subst-char-in-string): Define if absent (for some XEmacs versions).
640 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
642         * mail/sendmail.el (mail-setup-hook, mail-aliases)
643         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
644         (mail-citation-prefix-regexp, mail-signature-file)
645         (mail-default-headers, mail-bury-selects-summary)
646         (mail-send-nonascii): Add autoload cookies.
648 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
650         * frame.el (blink-cursor-mode): Add `mac' to the list of
651         window-system's that support blinking cursor.
653 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
655         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
657 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
659         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
660         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
661         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
663 2005-10-20  Kim F. Storm  <storm@cua.dk>
665         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
666         (ido-set-current-directory): Don't add / after final @.
667         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
668         Explicitly handle ange-ftp completion oddities.
669         (ido-make-file-list): Don't rotate list at tramp root to avoid
670         triggering tramp file handler for expand-file-name via get-file-buffer.
672 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * simple.el (eval-expression-print-format): Put the char-string
675         inside the parenthesis, like the other alternative notations.
676         (kill-new): Use push.
677         (copy-to-buffer): Use with-current-buffer.
678         (completion-setup-function): Simplify.
679         (minibuffer-local-must-match-map): Don't add redundant bindings which
680         are already present in its parent (minibuffer-local-completion-map).
682         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
684 2005-10-19  Jay Belanger  <belanger@truman.edu>
686         * calc/calc-units.el (math-standard-units): Add units, adjust
687         symbols and update values.
688         (math-unit-prefixes):  Add more prefixes.
690 2005-10-19  Romain Francoise  <romain@orebokech.com>
692         * bookmark.el (bookmark-menu-heading): New face.
693         (bookmark-bmenu-list): Use it.
694         Don't fiddle with `baud-rate' at top-level.
696 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
698         * image.el (create-image, find-image): Mention max-image-size in
699         docstring.
701 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
703         * savehist.el (savehist-load): Revert to checking XEmacs.
705         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
706         Various docstring and line-width fixups.
707         (conf-mode): Use cond.
708         Set font-lock-defaults.  Don't set comment-use-syntax.
710 2005-10-18  David Ponce  <david@dponce.com>
712         * tree-widget.el (tree-widget-button-click): New function.
713         (tree-widget-button-keymap): Use it.
715 2005-10-18  Romain Francoise  <romain@orebokech.com>
717         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
718         (bookmark-bmenu-hide-filenames): Add follow-link property.
719         Improve help-echo text.
721         * ffap.el (find-file-at-point): Doc fix.
723 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
725         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
727 2005-10-18  Masatake YAMATO  <jet@gyve.org>
729         Install to the CVS repository what I forgot to install in my
730         2005-10-16 changes.
732         * progmodes/python.el (python-complete-symbol): Pass the common
733         prefix substring of completion to `display-completion-list'.
735         * textmodes/org.el (org-complete): Ditto.
737 2005-10-18  Masatake YAMATO  <jet@gyve.org>
739         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
741         * woman.el (WoMan-xref-man-page): New button type derived
742         from `Man-abstract-xref-man-page'.
743         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
745         * man.el (Man-abstract-xref-man-page): New button type.
746         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
747         (Man-highlight-references): Add new optional argument `xref-man-type'.
749 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
751         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
753 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
755         * cus-edit.el (Custom-move-and-invoke): Delete.
756         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
758         * wid-edit.el (widget-move-and-invoke): New function, from
759         Custom-move-and-invoke.
761 2005-10-17  Bill Wohler  <wohler@newt.com>
763         Move all remaining images from lisp/toolbar to etc/images, move
764         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
765         the low resolution images in their own directory (low-color).
767         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
768         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
769         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
770         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
771         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
772         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
773         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
775         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
776         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
777         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
778         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
779         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
780         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
781         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
782         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
783         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
784         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
785         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
786         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
787         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
788         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
789         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
791         To conform with convention, replace the underscore (_) in the
792         following image names with dash (-) or (/) as appropriate.
794         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
795         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
796         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
797         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
798         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
799         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
800         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
801         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
802         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
803         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
804         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
805         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
806         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
807         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
808         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
810         * info.el (info-tool-bar-map): Replace underscores in image names
811         with dashes.
813         * makefile.w32-in (WINS): Remove toolbar.
815         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
817         * tool-bar.el: Move to lisp from toolbar.  Now that
818         toolbar is empty, it should be deleted when folks run "cvs up -P".
820 2005-10-18  Jay Belanger  <belanger@truman.edu>
822         * calc/calc-store.el (calc-store-into): Get the proper variable name
823         to display in message.
825 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
827         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
828         expressions display in speedbar for all buffers when debugging.
829         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
831         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
832         (speedbar-insert-button, speedbar-make-button):
833         Use add-text-properties.
834         (speedbar-update-localized-contents)
835         (speedbar-update-directory-contents)
836         (speedbar-update-special-contents): Use dolist.
837         (speedbar-buffer-easymenu-definition): Add a menu separator.
839 2005-10-17  Jason Rumney  <jasonr@gnu.org>
841         * makefile.w32-in: Use $(lisp) consistently.
842         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
843         for shell specific generation of mh-autoloads.
845 2005-10-17  Richard M. Stallman  <rms@gnu.org>
847         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
849 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * jit-lock.el (jit-lock-fontify-now):
852         Move jit-lock-context-unfontify-pos to avoid wasted work.
854 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
856         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
857         `tramp-completion-mode' for checking if we are in completion mode.
858         (tramp-completion-handle-file-name-all-completions): Reorder code
859         in order to complete for file names only in case there are no
860         method/user/host completions.  This is necessary for cooperation
861         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
863 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
865         * longlines.el (longlines-search-forward)
866         (longlines-search-backward): Match any number of spaces.
868 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
870         * diff-mode.el (diff-mode): Doc fix.
872 2005-10-16  David Reitter <david.reitter@gmail.com>
874         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
875         as default on darwin and windows systems.
877 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
879         * arc-mode.el (archive-zip-extract): Doc fix.
881 2005-10-16  Romain Francoise  <romain@orebokech.com>
883         * mouse.el (mouse-1-click-follows-link): Doc fix.
885 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * savehist.el: Don't require CL at runtime.
888         (savehist-xemacs): Remove.
889         (savehist-coding-system): Use utf-8 if present, regardless of religion.
890         (savehist-no-conversion): Use (featurep 'xemacs).
891         (savehist-load): Check existence of start-itimer rather than XEmacs.
892         Use an idle timer.
893         (savehist-process-for-saving): Replace use of CL funs `subseq' and
894         `delete-if-not'.
896 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
898         * savehist.el: Newer version.
899         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
900         (savehist-last-checksum, savehist-no-conversion): New vars.
901         (savehist-autosave, savehist-process-for-saving, savehist-printable):
902         New functions.
903         (savehist-load, savehist-save): Use them.
904         (savehist-delimit): Remove.
906 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * progmodes/compile.el (compilation-goto-locus): Display the
909         compilation buffer first and the source buffer second, in case they're
910         in overlapping frames.  Don't raise the compilation frame if it was the
911         selected window upon entry.  Pass the `other-window' arg to
912         pop-to-buffer.
914         * info.el (Info-fontify-node): Use dolist.
915         Change add-text-properties to put-text-property.
917 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
919         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
920         bound of search.
922 2005-10-16  Masatake YAMATO  <jet@gyve.org>
924         * dabbrev.el (dabbrev-completion): Pass the common
925         prefix substring of completion to `display-completion-list'.
927         * filecache.el (file-cache-minibuffer-complete)
928         (file-cache-complete): Ditto.
930         * tempo.el (tempo-display-completions): Ditto.
932         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
934         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
936         * eshell/em-hist.el (eshell-list-history): Ditto.
938         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
940         * mail/mailalias.el (mail-complete): Ditto.
942         * progmodes/etags.el (complete-tag): Ditto.
944         * progmodes/make-mode.el (makefile-complete): Ditto.
946         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
948         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
950         * progmodes/pascal.el (pascal-complete-word)
951         (pascal-show-completions): Ditto.
953         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
955         * simple.el (completion-common-substring): New variable.
956         (completion-setup-function): Use `completion-common-substring'
957         to put faces.
959 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
961         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
962         (x-get-selection, mac-select-convert-to-string): Convert from/to
963         UTF-16 clipboard data as in native byte order, no BOM.
965 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
967         * progmodes/gud.el (gud-tool-bar-map): Rename the images
968         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
969         (gud-sentinel): Use speedbar-frame to check for speedbar.
971 2005-10-15  Richard M. Stallman  <rms@gnu.org>
973         * savehist.el: New file.
975 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
977         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
978         Fix bug in \bf fontification.
980 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * pcvs.el (cvs-edit-log-files): New var.
983         (cvs-mode-edit-log): New arg `file'.
984         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
985         Instead force the use of the original file and nothing else.
986         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
987         the cvs-minor-wrap-function is set.
988         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
990 2005-10-14  Bill Wohler  <wohler@newt.com>
992         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
993         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
994         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
995         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
996         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
997         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
998         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
999         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
1000         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
1001         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
1002         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
1003         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
1004         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
1005         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
1006         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
1008         * progmodes/gud.el (gud-tool-bar-map): Rename the images
1009         appropriately (for example, gud-break to gud/break).
1011 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
1013         * longlines.el (longlinges-search-function)
1014         (longlines-search-forward, longlines-search-backward): New functions.
1015         (longlines-mode): Set isearch-search-fun-function to
1016         longlinges-search-function.
1018         * mouse.el (mouse-drag-region-1): Handle the case where a
1019         double-click event is bound to an arbitrary function.
1021 2005-10-14  David Ponce  <david@dponce.com>
1023         * recentf.el (recentf-track-opened-file)
1024         (recentf-track-closed-file, recentf-update-menu)
1025         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
1026         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
1027         mouse-1-click-follows-link.
1029 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1031         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
1032         Gnome file-manager.png.  Suggested by
1033         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
1035         * toolbar/README: Add diropen.xpm.
1037 2005-10-13  Bill Wohler  <wohler@newt.com>
1039         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
1040         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
1042 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1045         Don't waste the byte-compiler's time on constant data.
1047 2005-10-13  Kenichi Handa  <handa@m17n.org>
1049         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
1050         byte with `escape-glyph' face.
1052         * international/fontset.el (ccl-encode-unicode-font):
1053         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
1054         Handle the case that ucs-mule-to-mule-unicode translates a character to
1055         ASCII (usually for IPA characters).
1057 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
1060         Don't hide the underline of titles if font-lock-mode is disabled.
1062 2005-10-12  Bill Wohler  <wohler@newt.com>
1064         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
1065         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1066         files in MH-E-SRC have been updated.
1067         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
1069 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
1072         (mixal-mode-syntax-table): Add \n as end-comment.
1073         (mixal-operation-codes-alist): Immediately initialize to full value.
1074         (mixal-add-operation-code): Remove.
1075         (mixal-describe-operation-code): Make the arg non-optional.
1076         Use the interactive spec instead.
1077         Use mixal-operation-codes-alist rather than mixal-operation-codes.
1078         (mixal-font-lock-keywords): Don't highlight comments here any more.
1079         (mixal-font-lock-syntactic-keywords): New var.
1080         (mixal-mode): Use it.  Fix comment-start-skip.
1082 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1084         * startup.el (command-line-x-option-alist): -nb => -nbi
1086 2005-10-12  Kim F. Storm  <storm@cua.dk>
1088         * startup.el (fancy-splash-default-action): Discard mouse click in
1089         the spash screen window, as it has no sensible meaning in the
1090         next window to be selected.  Fixes error reported by Jan D.
1092 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
1094         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
1096 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
1099         Try to fix up minor layout issues like indentation, line break, etc...
1100         (mixal-mode-syntax-table): Don't try to specify comment syntax,
1101         because it doesn't work.
1102         (mixal-operation-codes): Add some more codes.
1103         (mixal-font-lock-keywords): Process comments here.
1104         (mixal-mode): mixasm no longer needs -g option.
1106 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1108         * progmodes/sh-script.el (sh-tmp-file):
1109         Use mktemp -t.  Finish support for es and rc shells.
1111 2005-10-11  Jay Belanger  <belanger@truman.edu>
1113         * calc/calcalg2.el (calc-integral): With an argument, compute the
1114         definite integral.
1116 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
1118         * mouse.el (mouse-drag-region-1): Don't try to catch a
1119         double-click when doing follow-link (it's overridden anyway).
1121 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1123         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
1124         (autoload-print-form-outbuf): Add docstring.
1126 2005-10-11  Juri Linkov  <juri@jurta.org>
1128         * info.el (Info-mode-menu): Delete menu item "Edit".
1129         (Info-mode): Delete description of Info-edit from docstring,
1130         and rearrange descriptions of Info commands in the order
1131         they are documented in the Info manual.
1133 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * calendar/appt.el (appt-check): Use diary-selective-display var.
1137 2005-10-10  Richard M. Stallman  <rms@gnu.org>
1139         * net/newsticker.el (newsticker-start, newsticker-show-news):
1140         Add autoload cookies.
1142 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
1144         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
1146 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
1148         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
1150 2005-10-10  Jay Belanger  <belanger@truman.edu>
1152         * calc/calc-arith.el (math-check-known-scalarp)
1153         (math-check-known-matrixp): Check the values of arguments that are
1154         variables.
1155         (math-check-known-square-matrixp): New function.
1156         (math-known-square-matrixp): Use math-check-known-square-matrixp.
1157         (math-super-types): Add sqmatrix type.
1159         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
1160         mode name `square' to 'sqmatrix'.
1162         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
1163         mode name `square' to 'sqmatrix'.
1165 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * progmodes/etags.el (select-tags-table-mode): Don't use
1168         selective-display.
1169         (tags-select-tags-table): Pass `button' to the action function.
1170         (select-tags-table): Place the side-info on button properties rather
1171         than in hidden text.  Abbreviate file names.
1172         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
1173         (select-tags-table-select): Add `button' argument.
1174         Get side-info from the button property rather than from hidden text.
1176 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
1178         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
1179         (gud-speedbar-buttons): Preserve point if possible.
1180         (gud-sentinel): Restore previous speedbar display type.
1182         * progmodes/gdb-ui.el (gdba): Improve diagram.
1183         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1184         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
1185         Call get-buffer-window once.
1187 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1189         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
1190         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
1191         (pascal-indent-command): Remove unused var `ind'.
1192         (pascal-indent-case): Remove unused var `oldpos'.
1193         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
1194         since it's now used as a proper minor mode map.
1195         (pascal-outline): Rename to pascal-outline-mode.
1196         (pascal-outline-mode): Use define-minor-mode.
1197         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
1198         selective-display.
1200 2005-10-10  Andreas Schwab  <schwab@suse.de>
1202         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
1203         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
1205         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
1206         outside source directory.
1208 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
1210         * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
1211         C-x' as a prefix.
1212         (orgtbl-mode-map): Full keymap instead of sparse, because all
1213         `self-insert-command' keys are redefined in this map.
1214         (org-export-as-html): Specify charset for HTML file, by taking it
1215         from the coding system.
1217 2005-10-10  Kenichi Handa  <handa@m17n.org>
1219         * textmodes/flyspell.el (flyspell-check-word-p):
1220         If unread-command-events is non-empty, don't call sit-for.
1222 2005-10-09  Richard M. Stallman  <rms@gnu.org>
1224         * font-lock.el (font-lock-syntactic-keywords)
1225         (font-lock-keywords): Doc fixes.
1227         * textmodes/flyspell.el (flyspell-external-point-words):
1228         Simplify logic, and don't try to check for consecutive appearances
1229         of one incorrect word.
1231 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
1233         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
1234         separator.
1236         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
1237         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1238         (gud-expansion-speedbar-buttons): New function.
1239         (gud-speedbar-buttons): Check for gud-comint-buffer.
1241 2005-10-09  Bill Wohler  <wohler@newt.com>
1243         * Makefile.in (updates): Add mh-loaddefs dependency.
1245 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
1247         * speedbar.el (speedbar-file-key-map): Fix typo.
1249 2005-10-09  Daniel Brockman  <daniel@brockman.se>
1251         * cus-start.el (line-spacing): Add custom spec.
1253 2005-10-09  Romain Francoise  <romain@orebokech.com>
1255         * textmodes/ispell.el (ispell-check-version): Fix last change.
1257 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1259         * term/x-win.el: Remove -i, --icon-type from comment.
1261         * startup.el (command-line-x-option-alist): Remove options -i,
1262         -itype, --icon-type, added -nb, --no-bitmap-icon
1264 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
1266         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
1267         instead of :active.
1269 2005-10-08  Eric Hanchrow  <offby1@blarg.net>
1271         * textmodes/ispell.el (ispell-check-version):
1272         Ignore hyphen, and all that follows, in aspell's version text.
1274 2005-10-08  Jay Belanger  <belanger@truman.edu>
1276         * calc/calc-arith.el (math-known-square-matrixp): New function.
1277         (math-pow-fancy): Check for matrices before distributing exponent
1278         across products.
1280         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
1281         fullscreen keypad.  Suggested by Luc Teirlinck.
1282         (calc-keypad-show-input): Add space for formatting.
1284         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
1285         Add square matrix option.
1287         * calc/calc-poly.el (math-expand-term): Check for matrices instead
1288         of checking calc-matrix-mode when deciding how to expand.
1290         * calc/calc.el (calc-set-mode-line): Add square matrix option.
1292 2005-10-08  Lars Hansen  <larsh@soem.dk>
1294         * net/tramp.el (tramp-perl-directory-files-and-attributes):
1295         Add error handling.
1296         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
1298 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
1300         Sync with Tramp 2.0.51.
1302         * net/tramp.el (tramp-handle-set-visited-file-modtime)
1303         (tramp-handle-insert-file-contents, tramp-handle-write-region):
1304         Insert special handling for `last-coding-system-used', again
1305         it still seems to be necessary (unlike stated before).
1306         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
1307         (tramp-password-prompt-regexp): There might be other words before
1308         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
1309         (tramp-chunksize): Improve docstring.
1310         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
1311         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
1312         Christian Joergensen <bugs@razor.dk>.
1314 2005-10-07  Glenn Morris  <rgm@gnu.org>
1316         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
1317         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
1318         precision'.
1320 2005-10-07  Romain Francoise  <romain@orebokech.com>
1322         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
1323         (ibuffer-do-shell-command-pipe-replace)
1324         (ibuffer-do-shell-command-file, ibuffer-do-eval)
1325         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
1326         (ibuffer-do-revert, ibuffer-do-replace-regexp)
1327         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
1328         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1329         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
1330         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
1331         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
1332         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
1333         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
1334         Autoload file sans suffix.
1336         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
1338 2005-10-07  David Ponce  <david@dponce.com>
1340         * recentf.el (recentf-menu-open-all-flag): New option.
1341         (recentf-digit-shortcut-command-name): New function.
1342         (recentf--shortcuts-keymap): New variable.
1343         (recentf-menu-shortcuts): New variable.
1344         (recentf-make-menu-items): Initialize it.  Replace the "More..."
1345         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
1346         (recentf-menu-value-shortcut): New function.
1347         (recentf-make-menu-item): Use it.  No more in-lined.
1348         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
1349         (recentf-open-most-recent-file): Rename from
1350         `recentf-open-file-with-key'.  Don't depend on key binding.
1351         (recentf-mode-map): New variable.
1352         (recentf-mode): Use it.
1354 2005-10-06  Bill Wohler  <wohler@newt.com>
1356         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
1358         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
1359         (MH-E-SRC): New.  Used by mh-autoloads.
1360         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
1361         files in MH-E-SRC have been updated.
1362         (compile, recompile, bootstrap): Depend on mh-autoloads.
1364 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
1366         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
1367         gud-break and gud-remove icons when the fringe is not available.
1369         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
1370         Typo.
1372 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
1374         * play/zone.el (zone): Wrap body with save-window-excursion.
1376 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1379         Use the new `list-only' arg to diary-list-entries.
1381         * calendar/diary-lib.el: Use overlays rather than selective-display.
1382         (diary-selective-display): New var.
1383         (diary-header-line-format): Use it.
1384         (diary-list-entries): Add argument `list-only'.
1385         Put the buffer in diary-mode.  Don't add \^M at beg and end.
1386         Replace \^M by invisible overlays.
1387         (diary-unhide-everything): Replace \^M by invisible overlays.
1388         (print-diary-entries): Look for overlays rather than \^M.
1389         Add a space to the temp buffer name.
1390         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
1391         Put the buffer in diary-mode.
1392         (list-sexp-diary-entries): Replace \^M by invisible overlays.
1393         (diary-anniversary): Make the year arg optional.
1394         (diary-time-regexp): New const.
1395         (diary-font-lock-keywords): Use it to accept a few more time formats.
1397         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
1399 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
1401         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
1402         Fix bug introduced 2005-07-03: Use (car (last ...))
1403         to faithfully reproduce replaced artist-last.
1404         (artist-set-arrow-points-for-poly): Likewise.
1405         Suggested by Johan Bockg\e,Ae\e(Brd.
1407 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
1409         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
1410         * wid-edit.el (widget):
1411         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
1412         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
1414 2005-10-06  Kenichi Handa  <handa@m17n.org>
1416         * international/mule-cmds.el (set-language-environment):
1417         Fix setting up of case-table for unibyte mode.
1419         * simple.el (what-cursor-position): If the character is displayed
1420         by some `display' text property, show that.  Don't use
1421         single-key-description for eight-bit characters in multibyte mode.
1423 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
1425         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
1426         (gdb-ann3): Set it.
1427         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
1428         (gdb-info-frames-custom): Use inverse-video for first five
1429         characters of selected frame only.
1430         (gdb-get-frame-number): Select frame even when point is on frame
1431         number.
1433 2005-10-06  Masatake YAMATO  <jet@gyve.org>
1435         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1436         Put `font-lock-function-name-face'.
1437         (gdb-info-frames-custom): Put `font-lock-function-name-face'
1438         and `font-lock-variable-name-face'
1439         (gdb-registers-font-lock-keywords): New font lock keywords definition.
1440         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1441         (gdb-memory-font-lock-keywords): New font lock keywords definition.
1442         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1443         (gdb-local-font-lock-keywords): New font lock keywords definition.
1444         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1445         (gdb-threads-font-lock-keywords): New font lock keywords definition.
1446         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1448 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
1450         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1451         (ediff-merge-region-is-non-clash-to-skip): Previously called
1452         ediff-merge-region-is-non-clash.
1454         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1455         Use insert-buffer-substring.
1457         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1458         selecting files to patch.  Also bug fixes.
1460         * ediff-util.el (ediff-setup): Bug fix.
1461         (ediff-next-difference): Never skip clashes that differ in white
1462         space only.
1464         * ediff-wind.el (ediff-setup-control-frame)
1465         (ediff-destroy-control-frame): Check the menubar feature.
1467         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1468         (viper-refresh-mode-line): Use make-local-variable to localize
1469         some vars instead of make-variable-buffer-local.  Suggested by
1470         Stefan Monnier.
1472         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1473         (viper-restore-cursor-type, viper-set-insert-cursor-type):
1474         Use make-local-variable instead of make-variable-buffer-local.
1475         Suggested by Stefan Monnier.
1477         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1478         (viper-comint-mode-hook): Use make-local-variable on
1479         require-final-newline.
1480         (viper-non-hook-settings): Don't use make-variable-buffer-local.
1482 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1484         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1485         also the second char of a comment-start sequence.
1486         (scheme-sexp-comment-syntax-table): New var.
1487         (lambda, define): Set their scheme-doc-string-elt property.
1488         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1489         Use lisp-font-lock-syntactic-face-function now that it properly
1490         handles |...| symbols.
1491         (scheme-mode-variables): Set lisp-doc-string-elt-property,
1492         parse-sexp-lookup-properties and font-lock-extra-managed-props.
1494         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1495         bit from # to |.
1496         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1498         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1499         (lisp-doc-string-elt-property): New var.
1500         (lisp-font-lock-syntactic-face-function): Use it.
1501         Rewrite to recognize docstrings even for forms not at toplevel.
1503         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1504         annotation on the | part of #| rather than on the # part.
1505         (scheme-font-lock-syntactic-face-function): New function, to
1506         distinguish strings from |...| symbols.
1507         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
1508         syntax-table so that #|...|# is properly highlighted.
1510         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1511         Don't mark as docstring the 3rd elem of an unknown toplevel form.
1513 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1515         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1516         and C-e.
1518         * emacs-lisp/eldoc.el: Move comments into docstrings.
1519         (eldoc-message-commands): Initialize in its declaration.
1520         Add move-beginning-of-line and move-end-of-line.
1521         (eldoc-add-command, eldoc-add-command-completions)
1522         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1524         * outline.el (outline-mark-subtree): Activate the mark.
1526         * calendar/appt.el (appt-time-regexp): New var.
1527         (appt-add, appt-make-list): Use it.
1528         (appt-convert-time): Clean up.
1530         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1531         Don't set any syntax-table property here.
1532         (tex-font-lock-verb): New function.  Do it here.
1533         (tex-font-lock-syntactic-keywords): Use it.
1535 2005-10-04  Richard M. Stallman  <rms@gnu.org>
1537         * wid-edit.el (widget-file-complete): Get the widget start point
1538         the right way.  Default directory to `/' if file has none.
1540         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1542         * textmodes/flyspell.el (flyspell-mode-on):
1543         Call ispell-maybe-find-aspell-dictionaries.
1545         * textmodes/ispell.el (ispell-word, ispell-region):
1546         Call ispell-maybe-find-aspell-dictionaries.
1547         (ispell-accept-buffer-local-defs):
1548         Don't call ispell-maybe-find-aspell-dictionaries
1550 2005-10-04  Richard M. Stallman  <rms@gnu.org>
1552         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1554 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
1556         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1557         instead of `fboundp' in order to allow for anonymous functions.
1559 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
1561         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1562         case the user clicks on the link while another window is selected.
1563         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1565         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1566         functionality.
1567         (dframe-help-echo): Save point in case mouse tracking is off.
1569 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
1571         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1573 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1576         not change the global value of those vars.
1578         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1579         make-local-variable which we do not need any more.
1581 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
1583         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1584         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1585         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1586         (speedbar-path-line): Define obsolete aliases.
1587         (speedbar-line-directory): Doc fix.
1589         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1590         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1591         instead of speedbar-line-path.
1593 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1595         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1596         to nil if dropping on a window.  Handle dropping on a minibuffer window
1597         like dropping on a non-window part of Emacs.
1599 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1601         * net/ange-ftp.el: Use with-current-buffer.
1602         (ange-ftp-insert-directory): Do not follow symlinks any more.
1604         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1605         Remove interactive spec.
1607 2005-10-03  Kim F. Storm  <storm@cua.dk>
1609         * ido.el (ido-mode): Use custom-initialize-set.
1611 2005-10-02  Richard M. Stallman  <rms@gnu.org>
1613         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1614         Use insert-buffer-substring.
1616         * net/tramp.el: Pacify byte compiler warnings in pacification code.
1617         (tramp-handle-file-local-copy): Use insert-buffer-substring.
1619 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1621         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1622         in last change.
1623         (ange-ftp-insert-directory): Fix up the search for the case where
1624         `file' is absolute.
1626 2005-10-02  Romain Francoise  <romain@orebokech.com>
1628         * progmodes/compile.el (compile-goto-error): Delete extra paren.
1630 2005-10-02  Andreas Schwab  <schwab@suse.de>
1632         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1633         directory component in the session info.
1635 2005-10-01  Richard M. Stallman  <rms@gnu.org>
1637         * comint.el (comint-redirect-subvert-readonly): Doc fix.
1639         * simple.el (next-error-internal): New function.
1641         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1642         (compilation-start): Pass new arg to compilation-buffer-name.
1643         (compile-goto-error): Use next-error-internal.
1645 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
1647         * speedbar.el: Remove RCS tag.
1648         (speedbar-check-read-only): Handle non-existent files.
1650         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1652         * info.el (Info-speedbar-hierarchy-buttons)
1653         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1655 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1657         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1658         Do not match newline.
1659         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1660         (bibtex-summary): Remove unnecessary save-excursion.
1661         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1663 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1665         * term/mac-win.el: Add charset info for "iso10646-1".
1666         Modify default fontset to use ATSUI-compatible fonts for some charsets
1667         if available.
1669 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
1671         * speedbar.el: Re-apply arch tag.
1672         (speedbar-version): Rename to version 1.0.  Suggested by Eric
1673         M. Ludlam.
1674         Reapply two changes from Emacs CVS' version of speedbar lost
1675         during the merge:
1676         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1677         (speedbar-frame-parameters): Improve customize type.
1679 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1682         (ange-ftp-file-directory-p): Fix the symlink case.
1683         (ange-ftp-insert-directory): When listing a single file, get a list of
1684         the parent buffer and extract the relevant line.  Inspired from a patch
1685         by Katsumi Yamaoka <yamaoka@jpl.org>.
1686         (ange-ftp-file-name-sans-versions): Simplify.
1688 2005-09-30  Bill Wohler  <wohler@newt.com>
1690         Move MH-E image files from toolbar and mail directories into
1691         etc/images.
1693         * mail/reply2.*: Move to etc/images/mail/reply*.
1695         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1696         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1697         etc/images.
1699         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1700         * toolbar/reply*: Move to etc/images/mail.
1702         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1704 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
1706         * speedbar.el: New version 1.0pre3.
1708         Frame management code (including timer, and mouse click specifics)
1709         moved to dframe.el:
1710         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
1711         (speedbar-timer): Removed.  Use dframe-timer.
1712         (speedbar-close-frame): Removed.  Use dframe-close-frame.
1713         (speedbar-activity-change-focus-flag): Removed.  Use
1714         dframe-activity-change-focus-flag.
1715         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
1716         dframe-update-speed.
1718         (speedbar-current-frame): New macro.  Use this instead of the
1719         variable speedbar-frame.
1721         (speedbar-use-images, speedbar-expand-image-button-alist)
1722         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1724         (speedbar-find-image-on-load-path): Removed.  Replaced by
1725         defezimage in ezimage.el.
1726         (speedbar-expand-image-button-alist): Removed.  Replaced by
1727         ezimage-expand-image-button-alist in ezimage.el.
1729         (speedbar-ignored-directory-regexp)
1730         (speedbar-add-ignored-directory-regexp)
1731         (speedbar-ignored-directory-expressions)
1732         (speedbar-line-directory, speedbar-buffers-line-directory)
1733         (speedbar-directory-line, speedbar-buffers-line-directory):
1734         Renamed, replacing `path' with `directory'.
1736         (speedbar-create-directory, speedbar-expand-line-descendants)
1737         (speedbar-toggle-line-expansion)
1738         (speedbar-contract-line-descendants): New commands.
1740         (speedbar-query-confirmation-method, speedbar-select-frame-method)
1741         (speedbar-use-tool-tips-flag): New options.
1743         (speedbar-check-read-only, speedbar-require-version)
1744         (speedbar-insert-separator, speedbar-buffers-tail-notes)
1745         (speedbar-handle-delete-frame, speedbar-try-completion)
1746         (speedbar-update-localized-contents): New functions.
1748         (speedbar-incompatible-version, speedbar-ro-to-do-point)
1749         (speedbar-object-read-only-indicator): New variables.
1751         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1752         New hooks.
1754         (speedbar-separator-face): New face.
1756         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1757         (speedbar-ignored-modes): Add fundamental-mode.
1758         (speedbar-directory-unshown-regexp): Add . directories.
1760         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1761         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1762         `]' for full expand/close.
1763         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1765         (speedbar-check-vc): Support hidden files.
1766         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1767         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
1768         state is nil, it is not checked out.
1770         (speedbar-line-text, speedbar-line-token): Support expand buttons
1771         with no text.
1772         (speedbar-refresh): Universal argument acts as power-click.
1773         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1774         that buffer to get variable values.
1776         And many other bugfixes.
1778         * dframe.el, ezimage.el, sb-image.el: New files.
1780         * sb-*.xpm: Remove files.  New image files installed into
1781         etc/images/ezimage.
1783 2005-09-30  Kenichi Handa  <handa@m17n.org>
1785         * ps-mule.el (ps-mule-show-warning): If a character is in
1786         ps-print-translation-table, don't treat it as non-printable.
1788 2005-09-30  David Ponce  <david@dponce.com>
1790         * tree-widget.el (tree-widget-themes-load-path): New variable.
1791         (tree-widget-themes-directory): Doc fix.
1792         (tree-widget-image-formats) [Emacs]: Doc fix.
1793         (tree-widget--locate-sub-directory): New function.
1794         (tree-widget-themes-directory): Use it.
1796         * recentf.el (recentf-filename-handlers): Rename from
1797         `recentf-filename-handler'.  Allow a list of functions.
1798         (recentf-menu-items-for-commands): Fix :help strings.
1799         (recentf-apply-filename-handlers): New function.
1800         (recentf-expand-file-name): Use it.
1801         (recentf-cleanup): Remove duplicates too.
1803 2005-09-29  Juri Linkov  <juri@jurta.org>
1805         * faces.el: Rearrange face definitions to be in the same order as
1806         their face descriptions in "(emacs)Standard Faces".
1808         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1810         * tooltip.el (tooltip): Add group `basic-faces'.
1812         * buff-menu.el (Buffer-menu-buffer): Remove group
1813         `font-lock-highlighting-faces'.
1815         * progmodes/compile.el (compilation-error, compilation-warning)
1816         (compilation-info, compilation-line-number, compilation-column-number):
1817         Change group from `font-lock-highlighting-faces' to `compilation'.
1819         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1820         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1821         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1822         (vhdl-font-lock-reserved-words-face)
1823         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1824         `font-lock-highlighting-faces'.
1826         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1828 2005-09-28  Kim F. Storm  <storm@cua.dk>
1830         * emulation/cua-base.el: Set CUA move property on additional commands:
1831         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1832         forward-sexp, backward-sexp, forward-list, backward-list.
1834 2005-09-28  Romain Francoise  <romain@orebokech.com>
1836         * comint.el (comint-show-output): Really set point at the
1837         beginning of the output when not using `comint-use-prompt-regexp'.
1839 2005-09-27  Jay Belanger  <belanger@truman.edu>
1841         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1842         in TeX mode.
1844 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
1846         * textmodes/org.el (org-table-sum): Fix format string.
1848         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1849         Quote face names.
1851 2005-09-26  Romain Francoise  <romain@orebokech.com>
1853         * isearch.el (isearch-forward-regexp): Close doc string.
1855 2005-09-25  Richard M. Stallman  <rms@gnu.org>
1857         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1859         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1861         * progmodes/compile.el (compilation-error-properties):
1862         When getting the file from the previous error message,
1863         correctly decode the new data format.
1865         * progmodes/cc-cmds.el (c-electric-paren):
1866         Call old-blink-paren only for close-paren.
1868 2005-09-24  Andreas Schwab  <schwab@suse.de>
1870         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1871         condition.
1873 2005-09-25  Romain Francoise  <romain@orebokech.com>
1875         * dired-aux.el (dired-copy-file-recursive):
1876         * dired.el (dired-delete-file):
1877         * ediff-mult.el (ediff-dir-diff-copy-file):
1878         * ediff-util.el (ediff-test-save-region):
1879         * forms.el (forms-mode):
1880         * ido.el (ido-file-internal, ido-delete-file-at-head):
1881         * log-edit.el (log-edit-done):
1882         * ses.el (ses-yank-resize):
1883         * play/gomoku.el (gomoku-human-plays, gomoku)
1884         (gomoku-human-resigns, gomoku-prompt-for-other-game)
1885         (gomoku-offer-a-draw):
1886         * play/landmark.el (lm-human-resigns, lm):
1887         * net/eudcb-ldap.el (eudc-ldap-check-base):
1888         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1889         * progmodes/ebrowse.el (ebrowse-find-pattern):
1890         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1891         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1892         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1894         * vc.el (vc-delete-file):
1895         * play/gomoku.el (gomoku-terminate-game, gomoku)
1896         (gomoku-prompt-for-move, gomoku-human-takes-back):
1897         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1898         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1900 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1902         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1903         color rxvt terminals by using the code xterm.el used to use before
1904         2005-04-09 in order to match the colors used by rxvt.
1906 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
1908         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1909         colors rxvt-unicode terminals by using the same code as xterm.el.
1911 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * textmodes/tex-mode.el (tex-font-lock-append-prop)
1914         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1915         new symbol used for the tex-verbatim face.
1917 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
1919         * woman.el (woman-file-name):
1920         * wid-edit.el (widget-file-prompt-value)
1921         (widget-coding-system-prompt-value):
1922         * w32-fns.el (set-w32-system-coding-system):
1923         * vc.el (vc-version-diff, vc-annotate):
1924         * textmodes/reftex-auc.el (reftex-arg-cite)
1925         (reftex-arg-index-tag):
1926         * textmodes/refer.el (refer-get-bib-files):
1927         * textmodes/artist.el (artist-figlet-choose-font):
1928         * terminal.el (terminal-emulator):
1929         * replace.el (occur-read-primary-args):
1930         * rect.el (string-rectangle, string-insert-rectangle):
1931         * ps-print.el (ps-print-preprint):
1932         * progmodes/pascal.el (pascal-goto-defun):
1933         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1934         * progmodes/compile.el (compilation-find-file):
1935         * printing.el (pr-interactive-n-up):
1936         * play/animate.el (animate-birthday-present):
1937         * net/rcompile.el (remote-compile):
1938         * man.el (man, Man-goto-section, Man-follow-manual-reference):
1939         * mail/rmailsum.el (rmail-summary-search-backward)
1940         (rmail-summary-search):
1941         * mail/rmailout.el (rmail-output-read-rmail-file-name)
1942         (rmail-output-read-file-name):
1943         * mail/rmail.el (rmail-search, rmail-search-backwards):
1944         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1945         * locate.el (locate):
1946         * international/quail.el (quail-show-keyboard-layout):
1947         * international/mule.el (set-buffer-file-coding-system)
1948         (revert-buffer-with-coding-system, set-file-name-coding-system)
1949         (set-terminal-coding-system, set-keyboard-coding-system)
1950         (set-next-selection-coding-system):
1951         * international/mule-diag.el (describe-coding-system)
1952         (describe-font, describe-fontset):
1953         * international/mule-cmds.el (universal-coding-system-argument)
1954         (search-unencodable-char, describe-input-method)
1955         (set-language-environment, describe-language-environment):
1956         * international/codepage.el (codepage-setup):
1957         * international/code-pages.el (codepage-setup):
1958         * info.el (Info-search, Info-follow-reference)
1959         (Info-search-backward):
1960         * emacs-lisp/advice.el (ad-read-advised-function)
1961         (ad-read-advice-class, ad-clear-cache, ad-activate)
1962         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1963         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1964         (ad-read-regexp):
1965         * ediff-util.el (ediff-toggle-regexp-match):
1966         * ediff-ptch.el (ediff-prompt-for-patch-file):
1967         * dired-aux.el (dired-diff):
1968         * diff.el (diff):
1969         * cus-edit.el (custom-variable-prompt):
1970         * calendar/timeclock.el (timeclock-ask-for-project):
1971         * calc/calcalg3.el (calc-get-fit-variables):
1972         * calc/calc-store.el (calc-edit-variable)
1973         (calc-permanent-variable):
1974         * vc-mcvs.el (vc-mcvs-register):
1975         * shadowfile.el (shadow-define-literal-group):
1976         * woman.el (woman-file-name):
1977         * vc.el (vc-version-diff, vc-merge):
1978         * textmodes/reftex-index.el (reftex-index-complete-tag):
1979         * format.el (format-decode-buffer, format-decode-region):
1980         * emulation/viper-cmd.el (viper-read-string-with-history):
1981         * emacs-lisp/debug.el (cancel-debug-on-entry):
1982         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1983         * ediff.el (ediff-merge-revisions)
1984         (ediff-merge-revisions-with-ancestor, ediff-revision):
1985         * completion.el (interactive-completion-string-reader):
1986         * calc/calc-prog.el (calc-user-define-formula):
1987         Follow convention for reading with the minibuffer.
1989 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
1991         * progmodes/python.el (python-describe-symbol): Add globals() and
1992         locals() to the arguments of emacs.ehelp.
1994 2005-09-24  Magnus Henoch  <mange@freemail.hu>
1996         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1997         New function, code extracted from ispell-valid-dictionary-list.
1998         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1999         Call it.
2001 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
2003         * subr.el (version-regexp-alist): Extend valid syntax for version
2004         strings: allow any of the characters -,_,+ to separate the
2005         alpha/beta/rc part from the version part.  Doc fix.
2006         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
2008 2005-09-23  David Reitter  <david.reitter@gmail.com>
2010         * mail/mailclient.el: New file.
2012 2005-09-23  Richard M. Stallman  <rms@gnu.org>
2014         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
2015         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
2016         Doc fixes.
2018         * progmodes/cc-mode.el (c-font-lock-init):
2019         Specify font-lock-lines-before.
2021 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2023         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
2024         whole conflict.
2026 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
2028         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
2029         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
2030         of `remap' feature when available.  Additional key bindings for
2031         better tty support.
2032         (org-mode-restart, org-force-self-insert): New commands.
2033         (org-time-stamp-inactive): New command.
2034         (org-remap): New function.
2035         (org-table-auto-blank-field, org-level-color-stars-only): New options.
2036         (org-enable-fixed-width-editor): Move to `org-structure'
2037         customization group.
2038         (org-self-insert-command, orgtbl-self-insert-command): Modify to
2039         blank field after field motion commands.
2041 2005-09-23  Kenichi Handa  <handa@m17n.org>
2043         * international/mule-cmds.el (set-language-environment):
2044         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
2045         have to call utf-translate-cjk-load-tables.
2047 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * mouse.el (mouse-move-drag-overlay): Fix last change.
2051 2005-09-22  David Ponce  <david@dponce.com>
2053         * tree-widget.el (tree-widget-value-create): Fix previous change.
2055 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2057         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
2059 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2061         * mouse.el (mouse-move-drag-overlay): New function.
2062         (mouse-drag-region-1): Use it.
2063         Try to simplify a bit the state handling.  Handle clicks on links
2064         inside intangible areas.
2065         (mouse-save-then-kill): Minor simplification.
2066         (mouse-secondary-overlay): Make it always non-nil instead of
2067         recreating it each time.
2068         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
2069         (mouse-kill-secondary, mouse-secondary-save-then-kill):
2070         Simplify accordingly.
2072 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2074         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
2076 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
2078         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
2079         (ediff-file-name-sans-prefix): Treat nil as an empty string.
2080         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
2081         to patch.
2083         * ediff-util.el: Use insert-buffer-substring.
2085         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2087         * emulation/viper-cmd.el (viper-change-state): Don't move over the
2088         field boundaries in the minibuffer.
2089         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
2090         (viper-minibuffer-post-command-hook): New hook.
2091         (viper-line): Don't move cursor at bolp.
2093         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2095         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
2096         avoid compiler warnings.
2098         * emulation/viper-macs.el (ex-map): Better messages.
2100         * emulation/viper-utils.el (viper-beginning-of-field): New function.
2102         * emulation/viper.el: Replace make-variable-buffer-local with
2103         viper-make-variable-buffer-local everywhere, to avoid warnings.
2105 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2107         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2108         Delete unused var `old-selected-window'.
2109         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
2110         (mouse-drag-secondary): Delete unused var `start-frame'.
2112 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
2114         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
2116 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
2119         Re-indent within 80 columns.  Use inhibit-read-only.
2121 2005-09-19  Romain Francoise  <romain@orebokech.com>
2123         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
2125 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2127         * font-lock.el (font-lock-default-fontify-region): Don't add a line
2128         unconditionally, since the after-change-function already did it.
2130 2005-09-19  Miles Bader  <miles@gnu.org>
2132         * net/newsticker.el: Get rid of CVS keyword.
2134 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
2136         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
2137         The prompt is formatted later.
2139 2005-09-19  David Ponce  <david@dponce.com>
2141         * tree-widget.el (tree-widget-value-create): Save the converted
2142         tree :node widget.
2144 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
2146         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
2147         variable `message'.
2149 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
2151         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
2152         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
2153         <slawomir.nowaczyk.847@student.lu.se>.
2155 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
2157         * image.el (image-load-path): Use symbol `data-directory' instead
2158         of its value, for backward compatibility with packages that bind
2159         it during `find-image'.  Suggested by Katsumi Yamaoka.
2160         (image-search-load-path): Handle symbols whose values are strings.
2162 2005-09-18  Romain Francoise  <romain@orebokech.com>
2164         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
2165         with-current-buffer form in save-excursion.
2167 2005-09-18  D Goel  <deego@gnufans.org>
2169         * apropos.el (apropos-command): Fix `message' call: first arg
2170         should be a format spec.  In this and all other cases that appear
2171         below and elsewhere in the source code, I made a change only when
2172         two conditions were satisfied: [1] I can think of a possibility
2173         that the arguments would cause an error, for example, the code in
2174         question relies on external variables such as filenames.  [2] I
2175         was sure that the arg to `message' could not have been nil in the code.
2177         * textmodes/tildify.el (tildify-region): Ditto.
2179         * textmodes/reftex-index.el (reftex-index-change-entry)
2180         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
2181         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
2182         * textmodes/org.el (org-complete, org-deadline, org-schedule)
2183         (org-priority, org-table-sum):
2184         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
2185         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
2186         (flyspell-word, flyspell-display-next-corrections):
2187         * textmodes/bibtex.el (bibtex-print-help-message):
2188         * textmodes/artist.el (artist-key-set-point-poly):
2189         * term/mac-win.el (mac-services-insert-text):
2190         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
2191         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
2192         (vhdl-port-paste-testbench, vhdl-compose-new-component)
2193         (vhdl-compose-configuration):
2194         * progmodes/sh-script.el (sh-blink, sh-show-indent)
2195         (sh-set-indent, sh-learn-line-indent):
2196         * progmodes/ps-mode.el (ps-mode-target-column):
2197         * progmodes/idlwave.el (idlwave-make-tags)
2198         (idlwave-scan-library-catalogs):
2199         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
2200         * progmodes/gud.el (gud-jdb-analyze-source):
2201         * progmodes/flymake.el (flymake-log):
2202         * progmodes/ebnf2ps.el (ebnf-generate-region):
2203         * progmodes/cmacexp.el (c-macro-expansion):
2204         * progmodes/ada-xref.el (ada-treat-cmd-string):
2205         * progmodes/ada-mode.el (ada-create-case-exception-substring)
2206         (ada-justified-indent-current, ada-batch-reformat):
2207         * play/zone.el (zone):
2208         * play/landmark.el (lm-move):
2209         * play/decipher.el (decipher-show-alphabet):
2210         * net/newsticker.el (newsticker--display-jump)
2211         (newsticker--display-scroll):
2212         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
2213         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
2214         * mail/feedmail.el (feedmail-dump-message-to-queue):
2215         * eshell/esh-proc.el (eshell-remove-process-entry):
2216         * emulation/ws-mode.el (ws-last-error):
2217         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
2218         (viper-record-kbd-macro):
2219         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
2220         * emacs-lisp/lisp-mnt.el (lm-report-bug):
2221         * emacs-lisp/find-func.el (find-function-noselect):
2222         * calendar/timeclock.el (timeclock-status-string)
2223         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
2224         (timeclock-when-to-leave-string):
2225         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
2226         * calc/calc-units.el (calc-enter-units-table):
2227         * calc/calc-mode.el (calc-mode-record-mode):
2228         * woman.el (woman-mini-help):
2229         * wdired.el (wdired-change-to-wdired-mode):
2230         * vc.el (vc-retrieve-snapshot):
2231         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
2232         * startup.el (display-startup-echo-area-message):
2233         * simple.el (set-goal-column):
2234         * ses.el (ses-command-hook, ses-recalculate-cell):
2235         * server.el (server-process-filter):
2236         * printing.el (pr-interface-txt-print, pr-interface-printify)
2237         (pr-interface-ps):
2238         * pcvs.el (cvs-help):
2239         * log-edit.el (log-edit, log-edit-mode-help):
2240         * iswitchb.el (iswitchb-possible-new-buffer):
2241         * isearch.el (isearch-edit-string):
2242         * image-mode.el (image-mode, image-minor-mode):
2243         * ibuf-macs.el (define-ibuffer-filter):
2244         * hi-lock.el (hi-lock-find-patterns):
2245         * files.el (toggle-read-only):
2246         * ediff-util.el (ediff-copy-diff)
2247         (ediff-write-merge-buffer-and-maybe-kill):
2248         * echistory.el (Electric-history-undefined):
2249         * dnd.el (dnd-insert-text):
2250         * dired-aux.el (dired-query):
2251         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
2252         * bookmark.el (bookmark-bmenu-locate):
2253         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
2254         Fix `message' calls to ensure first arg is a format string.
2255         The change was made only when these two conditions were satisfied:
2256         [1] when there is a possibility that the arguments would cause an error
2257         for example, if the code in question relies on external variables
2258         such as filenames, and
2259         [2] if the arg to `message' could not have been nil in the code.
2261         * pcomplete.el (pcomplete--help): Fix `message' format spec.
2262         Not having a %s would be weird, though not technically wrong.
2264 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2266         * term/mac-win.el (mac-add-charset-info): Doc fix.
2268 2005-09-17  Romain Francoise  <romain@orebokech.com>
2270         * shell.el (shell-resync-dirs): Handle echoing processes more
2271         reliably.  Don't insert resync command if `comint-process-echoes'
2272         is non-nil.
2274 2005-09-17  Magnus Henoch  <mange@freemail.hu>
2276         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
2277         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
2278         aspell versions >= 0.60.
2279         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
2280         only if ispell-aspell-supports-utf8 is non-nil.
2282 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2284         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
2285         buffer-local value to lisp-indent-function.
2287 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
2289         * progmodes/glasses.el (glasses-make-readable): If
2290         glasses-separator differs from underscore, put appropriate
2291         overlays over underscore characters.
2292         (glasses-convert-to-unreadable): If glasses-separator differs from
2293         underscore, try to convert glasses-separator characters to
2294         underscores.
2296 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2298         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
2299         Use with-syntax-table and dolist.
2301 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
2303         * textmodes/reftex-auc.el:
2304         * textmodes/reftex-cite.el:
2305         * textmodes/reftex-dcr.el:
2306         * textmodes/reftex-global.el:
2307         * textmodes/reftex-parse.el:
2308         * textmodes/reftex-ref.el:
2309         * textmodes/reftex-sel.el:
2310         * textmodes/reftex-toc.el:
2311         * textmodes/reftex-vars.el:
2312         * textmodes/reftex.el: Small changes to remove compiler warnings.
2314         * textmodes/reftex-index.el: Likewise.
2315         (reftex-query-index-phrase): More efficient use of markers.
2317 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2319         * image.el (image-load-path): New variable.
2320         (image-search-load-path): New function.
2321         (find-image): Search for images in `image-load-path'.
2323 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2325         * follow.el: Change Maintainer field.
2327 2005-09-15  David Ponce  <david@dponce.com>
2329         * recentf.el (recentf-save-file-modes): New option.
2330         (recentf-save-list): Use it.
2332 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
2334         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
2335         (mode-line-mule-info, mode-line-modified): Move bindings from
2336         mouse-3 to mouse-1.
2338 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
2340         * simple.el (sendmail-user-agent-compose): Revert last change.
2342 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
2345         Use with-current-buffer.
2346         (ange-ftp-gwp-start): Remove unused var `gw-user'.
2347         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
2348         (ange-ftp-insert-directory): Remove unused var `short'.
2349         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
2351         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
2352         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
2354         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
2355         (check-calendar-holidays, diary-list-entries): Autoload.
2356         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
2357         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
2359         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
2360         which mistakenly removed a call to display-buffer.
2362 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
2364         * obsolete/iso-insert.el: Move to obsolete/ from international/.
2366 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
2368         * progmodes/hideshow.el
2369         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
2370         (hs-allow-nesting): New user var.
2371         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
2372         (hs-hide-block-at-point): When nesting allowed,
2373         if there is already an overlay in place, delete it.
2374         (hs-safety-is-job-n): Delete func; remove call sites.
2375         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
2376         (hs-overlay-at): New func.
2377         (hs-already-hidden-p, hs-show-block): Use it.
2378         (hs-hide-all): Don't pre-clean if nesting allowed.
2379         (hs-show-all): Temporarily disallow
2380         nesting around call to `hs-discard-overlays'.
2382 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
2384         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
2385         Delete unused local var.
2387 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
2389         * help-fns.el (describe-categories): "?\ " -> "?\s".
2390         (help-do-arg-highlight): Recognize also ARG-n, as in
2391         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
2393         * international/codepage.el (dos-unsupported-char-glyph):
2394         * net/newsticker.el (tool-bar-map, w3-mode-map)
2395         (w3m-minor-mode-map):
2396         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
2397         (ent-alist):
2398         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
2400 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
2402         * custom.el (custom-push-theme): Handle the case where a symbol is
2403         bound but face properties have not yet been assigned.
2405         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
2406         Fix behavior if noerase is `t' and there is no mail buffer.
2408         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
2409         if `continue' is nil, rather than signal an error.
2411 2005-09-12  Richard M. Stallman  <rms@gnu.org>
2413         * font-lock.el (font-lock-keywords): Add autoload.
2415         * help-fns.el (describe-variable): Rearrange to put source link
2416         in a predictable place.
2418         * net/newsticker.el: New file.
2420 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * calendar/calendar.el (calendar-for-loop): Add edebug info.
2423         (calendar-basic-setup): Use the new nil arg.
2424         (number-of-diary-entries): Move to diary-lib.el.
2426         * calendar/diary-lib.el: Use with-current-buffer, match-string.
2427         (diary-list-entries): Use with-syntax-table and dolist.
2428         Rename from list-diary-entries.
2429         Use number-of-diary-entries if `number' is nil.
2430         (diary, diary-view-entries): Use this new name and new nil arg value.
2431         (number-of-diary-entries): Move from calendar.el.
2432         (diary-unhide-everything): New function.
2433         (include-other-diary-files, fancy-diary-display)
2434         (diary-show-all-entries, make-diary-entry): Use it.
2435         (diary-mail-entries): Use buffer-string.
2436         (mark-diary-entries): Fix long standing paren typo.
2437         (diary-sexp-entry): Use count-lines.
2438         (make-diary-entry): Avoid `previous-line'.
2439         (diary-mode-map): New var.
2440         (diary-mode): Redraw cal after saving.  Setup header-line.
2441         (fancy-diary-display-mode): Use local-set-key.
2443         * startup.el (command-line): Try calling various terminal-init-foo-bar
2444         functions by stripping hyphenated suffixes from $TERM.
2446         * files.el (normal-mode): Check boundness of font-lock-keywords.
2448 2005-09-12  Richard M. Stallman  <rms@gnu.org>
2450         * progmodes/compile.el: Don't decide a file's directory
2451         until the user actually tries to go there.
2452         (compilation-next-error-function):
2453         Pass compilation-find-file the directory from the file-struct.
2454         (compilation-internal-error-properties): Separate local FILE-STRUCT
2455         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
2456         (compilation-find-file): Arg DIR renamed to DIRECTORY.
2457         Expand it, and if nil, use default-directory.
2458         (compilation-get-file-structure): Don't mix specified directory
2459         with default directory.  Put specified directory into
2460         file-struct.  Don't make the file name absolute.
2462         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2463         (compile-command): Add autoload.
2464         (compilation-disable-input): Add autoload.
2466 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
2468         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2469         strings of the variables it can override.
2470         (time-stamp): New (as yet undocumented) time-stamp-format escapes
2471         %Q and %q, for fully-qualified domain name and unqualified host name.
2473 2005-09-11  Kim F. Storm  <storm@cua.dk>
2475         * emacs-lisp/authors.el (authors-aliases): Update list.
2476         (authors-fixed-entries): Update mldrag.el entry.
2478 2005-09-10  Alan Mackenzie  <acm@muc.de>
2480         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2481         from the region narrowed to.
2483 2005-09-10  Magnus Henoch  <mange@freemail.hu>
2485         * textmodes/ispell.el (ispell-check-version): Signal an error if
2486         aspell version is less than 0.60.
2488 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
2490         * progmodes/octave-inf.el (inferior-octave-startup):
2491         Resync current dir at the end.
2493 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
2495         * woman.el (woman-topic-at-point-default):
2496         Rename to woman-use-topic-at-point-default.
2497         (woman-topic-at-point): Rename to woman-use-topic-at-point.
2498         (woman-file-name): Reflect renames above.  Automatically use the
2499         word at point as topic if woman-use-topic-at-point is non-nil.
2500         Otherwise offer it as default but don't insert it in the
2501         minibuffer.  Also use `test-completion' instead of `assoc' as
2502         suggested by Stefan Monnier.
2504 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
2506         * vc.el (vc-directory, vc-update-change-log): Throw an error on
2507         the attempt to do it over Tramp.  This is not yet supported.
2509 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2511         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2512         (menu-bar-non-minibuffer-window-p): New functions.
2513         ("Split Window", "Save As..."): Use them.
2514         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2515         ("Print Buffer", "Truncate Long Lines in this Buffer"):
2516         Use menu-bar-menu-frame-live-and-visible-p.
2517         ("Save Buffer", "Insert File", "Open Directory...")
2518         ("Open File...", "Visit New File..."):
2519         Use menu-bar-non-minibuffer-window-p.
2520         (kill-this-buffer-enabled-p, dired <menu-enable>):
2521         Use menu-bar-non-minibuffer-window-p.
2523 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
2525         * cus-start.el (all): Don't complain about fringe-related
2526         built-ins if fringes are not supported.  Ditto about
2527         selection-related built-ins.  Fix the test for GTK-related built-ins.
2529         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2530         ("Postscript Print Buffer", "Print Region", "Save As...")
2531         ("Save", "Insert File...", "Open Directory...")
2532         ("Open File...", "Visit New File..."")
2533         ("Truncate Long Lines in this Buffer"): Don't look at
2534         menu-updating-frame if this display does not support multiple frames.
2536 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
2538         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2540 2005-09-09  Emilio Lopes  <eclig@gmx.net>
2542         * woman.el: Format- and whitespace-related changes.
2544 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
2546         * woman.el: Fix my email address.
2548 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2550         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2551         (sh-mode): Locally set skeleton-pair-default-alist.
2553         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2555         * progmodes/flymake.el: Require `compile' unconditionally.
2557         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2559         * woman.el (woman-file-name): Provide a default, not initial input.
2561         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2563         * font-lock.el (font-lock-support-mode): Doc fix.
2565         * descr-text.el (describe-property-list): Handle non-symbol prop names.
2567 2005-09-08  Richard M. Stallman  <rms@gnu.org>
2569         * simple.el (blink-matching-open): Get rid of text props from
2570         the string shown in echo area.  Don't permanently set point.
2571         Some rearrangements.
2573 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
2575         * recentf.el (recentf-filename-handler): Add custom choice
2576         `abbreviate-file-name'.
2578         * msb.el (msb--very-many-menus): Fix typo.
2580         * disp-table.el (standard-display-european): Don't set
2581         enable-multibyte-characters to nil.
2583 2005-09-08  David Ponce  <david@dponce.com>
2585         * recentf.el (recentf-show-file-shortcuts-flag): New option.
2586         (recentf-expand-file-name): Doc fix.
2587         (recentf-dialog-mode-map): Define digit shortcuts.
2588         (recentf--files-with-key): New variable.
2589         (recentf-show-digit-shortcut-filter): New function.
2590         (recentf-open-files-items): New function.
2591         (recentf-open-files): Use it.
2592         (recentf-open-file-with-key): New command.
2594 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
2596         * buff-menu.el (Buffer-menu-sort-by-column): New function.
2597         Suggested by Kim F. Storm.
2598         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2599         (Buffer-menu-make-sort-button): Use global keymap.
2601 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
2603         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2604         (Man-getpage-in-background-advice): Remove defadvice; it isn't
2605         necessary any longer with the remapped command.
2606         (Man-bgproc-sentinel-advice): Remove defadvice which counts
2607         formatting time only.
2609         * net/tramp.el (tramp-action-password)
2610         (tramp-multi-action-password): Compile the password prompt from
2611         `method', `user' and `host'.  Sometimes it isn't obvious which
2612         password to enter, for example with remote files offered by
2613         recentf.el, or with multiple steps.  Suggested by Robert Marshall
2614         <robert@chezmarshall.freeserve.co.uk>.
2616 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2618         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2619         Fix regexp for when "s///" is at the beginning of line.
2621 2005-09-07  Jay Belanger  <belanger@truman.edu>
2623         * calc/calc-poly.el (math-expand-term): Multiply out any powers
2624         when in matrix mode.
2626 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2628         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2629         non-anonymous functions.
2631 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
2633         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2634         when using a header line.  Otherwise, use mouse-1-click-follows-link.
2636         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2637         can't be moved; don't signal an error.
2639 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
2641         * cus-theme.el (custom-theme-write-faces): Save the current face
2642         spec, not the defface spec.
2644         * custom.el (custom-known-themes): Clarify meaning of "standard".
2645         (custom-push-theme): Save old values in the standard theme.
2646         (disable-theme): Correct typo.
2647         (custom-face-theme-value) Deleted unused function.
2648         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2650 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2652         * progmodes/compile.el (compilation-goto-locus): Take into account
2653         iconified frames when determining whether the buffer is
2654         already visible.
2655         Don't reset window height if the window already existed.
2657 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
2659         * custom.el (load-theme): Rename from require-theme.
2660         Add interactive spec.
2661         (enable-theme): Rename from custom-enable-theme.
2662         Add interactive spec.
2663         (disable-theme): Rename from custom-disable-theme.
2664         Add interactive spec.
2665         (custom-make-theme-feature): Doc fix.
2666         (custom-theme-directory): Doc fix.
2667         (provide-theme): Call enable-theme.
2669 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2671         * obsolete/lazy-lock.el (lazy-lock-mode):
2672         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2673         font-lock-mode if it's off.  Print a warning instead.
2675         * progmodes/compile.el (compilation-start): Ignore errors if the
2676         process died before we get to send-eof.
2678         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2679         Undo last change.  Enclosing the result in quotes broke things on Unix
2680         since tex-send-command passes it through shell-quote-argument.
2681         (tex-send-command): Pass `file' through convert-standard-filename
2682         when possible.
2683         (tex-uptodate-p): Handle the case where TeX hasn't put additional
2684         info in a transcript.
2686 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2688         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2689         fix compilation warning. Reorder the key definitions to group
2690         together keys emitted by the current version of xterm.
2692         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2693         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2694         Reorder predicates to correct min-color usage.
2696 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
2698         * longlines.el (longlines-mode): Inhibit read-only when encoding.
2699         Kill local variables when longlines-mode is turned off.
2701 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2703         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2705         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2707         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2709         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2710         (font-lock-lines-before): Change default to being inactive.
2711         (font-lock-default-fontify-region): Obey font-lock-lines-before.
2712         (font-lock-after-change-function): Don't handle f-l-lines-before here.
2714 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2716         * net/tramp.el (tramp-handle-make-auto-save-file-name):
2717         Deactivate temporarily advice if active (not needed for Emacs 22,
2718         but for backwards compatibility).
2719         (tramp-exists-file-name-handler): Rewrite.  First implementation
2720         was too simple.
2721         (tramp-advice-make-auto-save-file-name):
2722         Call `tramp-handle-make-auto-save-file-name' (again, just for
2723         backwards compatibility).
2725 2005-08-31  Reto Zimmermann  <reto@gnu.org>
2727         * progmodes/vhdl-mode.el
2728         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2729         (vhdl-end-p): Fix indentation bug "else" after "-- when".
2730         (vhdl-set-default-project): New function (easier setting of default).
2731         (vhdl-port-copy): Handle extended identifiers for generics.
2732         (vhdl-compiler-alist): Better description for error message regexp.
2733         (vhdl-make): Query for target, use previous as default.
2734         (vhdl-port-copy): Fix port copy for port names starting with "signal".
2735         (vhdl-font-lock-keywords-2): Fix fontification for record
2736         el. assign.
2737         (vhdl-speedbar-make-subpack-line): Add package body link.
2738         (vhdl-generate-makefile-1): Not include itself as dependency.
2739         (vhdl-font-lock-init): Highlight c-preprocessor directives.
2740         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2741         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2742         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2743         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2744         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2745         (vhdl-import-project): Add string argument for `error'.
2746         (vhdl-compose-configuration)
2747         (vhdl-compose-configuration-architecture): Add configuration
2748         declaration generation.
2749         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2750         (vhdl-trailer-re): Add "record" keyword (better indentation).
2751         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2752         "[^ \t-\"]+".
2753         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2754         (vhdl-testbench-entity-file-name)
2755         (vhdl-testbench-architecture-file-name): Allow separate
2756         customization of testbench file names.
2757         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2758         (vhdl-get-visible-signals): Allow newline within alias declaration.
2759         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2760         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2761         (member-ignore-case): Alias for missing function in XEmacs.
2762         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2763         (vhdl-update-sensitivity-list): Ignore case on read signals.
2764         (vhdl-replace-string): Adjust case only for file names.
2765         (vhdl-update-sensitivity-list): Fix search for read signals.
2766         (vhdl-update-sensitivity-list): Exclude formal parameters.
2767         (vhdl-get-visible-signals): Include aliases of signals.
2768         (vhdl-get-visible-signals): Fix signal name searching.
2769         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2770         (vhdl-fixup-whitespace-region): Fix for character
2771         literals (e.g. ':').
2773 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2775         * ansi-color.el (comint-last-output-start):
2776         * bs.el (font-lock-verbose):
2777         * diff-mode.el (add-log-buffer-file-name-function):
2778         * dired-x.el (vm-folder-directory):
2779         * faces.el (help-xref-stack-item):
2780         * files.el (font-lock-keywords):
2781         * find-lisp.el (dired-buffers, dired-subdir-alist):
2782         * ido.el (cua-inhibit-cua-keys):
2783         * log-view.el (cvs-minor-wrap-function):
2784         * outline.el (font-lock-warning-face):
2785         * simple.el (compilation-current-error):
2786         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2787         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2788         * tooltip.el (comint-prompt-regexp):
2789         * w32-fns.el (explicit-shell-file-name):
2790         * term/mac-win.el (mac-charset-info-alist)
2791         (mac-services-selection, mac-system-script-code):
2792         * term/tty-colors.el (msdos-color-values):
2793         * term/w32-win.el (xlfd-regexp-registry-subnum):
2794         * term/x-win.el (x-keysym-table, x-selection-timeout)
2795         (x-session-id, x-session-previous-id):
2796         * textmodes/ispell.el (mail-yank-prefix):
2797         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2798         * textmodes/org.el (calc-embedded-close-formula)
2799         (calc-embedded-open-formula)
2800         (font-lock-unfontify-region-function):
2801         * textmodes/reftex-global.el (isearch-next-buffer-function)
2802         (TeX-master):
2803         * textmodes/reftex.el (font-lock-keywords):
2804         * textmodes/tex-mode.el (font-lock-comment-face)
2805         (font-lock-doc-face):
2806         * textmodes/texinfo.el (outline-heading-alist):
2807         Add defvars.
2809         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2810         (artist-spray-chars, artist-mode-init, artist-replace-string)
2811         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2812         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2813         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2815         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2816         (conf-align-assignments): "?\ " -> "?\s".
2818         * textmodes/reftex-index.el (TeX-master): Add defvar.
2819         (reftex-index-phrases-marker): Move up defvar.
2821         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2822         (reftex-toc-include-labels-indicator)
2823         (reftex-toc-include-index-indicator)
2824         (reftex-toc-max-level-indicator): Move up declarations.
2826         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2827         of args to `tramp-run-real-handler', even if it's empty in this case.
2829 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2831         * dired.el (dired-move-to-filename-regexp): Add date format for
2832         Mac OS X 10.3 in East Asian locales.
2834 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
2836         * files.el (make-auto-save-file-name): Add file name handler call
2837         if applicable.
2839         * net/tramp.el (tramp-file-name-handler-alist)
2840         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2841         (tramp-handle-make-auto-save-file-name): Rename from
2842         `tramp-make-auto-save-file-name'.
2843         (tramp-exists-file-name-handler): New defun.
2844         (tramp-advice-make-auto-save-file-name): Make defadvice only when
2845         `make-auto-save-file-name' is not a magic file name operation.
2847 2005-08-30  Richard M. Stallman  <rms@gnu.org>
2849         * files.el (risky-local-variable-p):
2850         Match `-predicates' and `-commands.
2852         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2853         (custom-save-all): Visit the file if necessary;
2854         kill the buffer if we created it.
2855         (custom-save-delete): Don't visit file or kill buffer here.
2857 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
2859         * textmodes/org.el (org-special-keyword): New face.
2860         (org-table-copy-down, org-table-eval-formula)
2861         (org-table-recalculate, org-init-section-numbers):
2862         Use `string-to-number' instead of `string-to-int'.
2863         (org-get-location): Use `insert-buffer-substring' instead of
2864         `insert-buffer'.
2865         (org-modify-diary-entry-string): New function.
2866         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2867         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2868         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2869         active region.
2870         (org-export-as-html): Handle QUOTE keyword.
2871         (org-quote-string): New option.
2872         (org-bookmark-jump-unhide): New function, used for
2873         `bookmark-after-jump-hook'.
2874         (org-diary-default-entry): Apply only when not called through
2875         `org-agenda'.
2877 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
2879         * net/eudc.el (mode-popup-menu):
2880         * play/handwrite.el (ps-printer-name, ps-lpr-command):
2881         * progmodes/ada-mode.el (compile-auto-highlight)
2882         (skeleton-further-elements):
2883         * progmodes/autoconf.el (font-lock-syntactic-keywords):
2884         * progmodes/cmacexp.el (msdos-shells):
2885         * progmodes/compile.el (font-lock-extra-managed-props)
2886         (font-lock-keywords, font-lock-maximum-size)
2887         (font-lock-support-mode):
2888         * progmodes/grep.el (font-lock-lines-before):
2889         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2890         * progmodes/mixal-mode.el (compile-command):
2891         * progmodes/perl-mode.el (font-lock-comment-face)
2892         (font-lock-doc-face, font-lock-string-face):
2893         * progmodes/prolog.el (comint-prompt-regexp):
2894         * progmodes/sh-script.el (font-lock-comment-face)
2895         (font-lock-set-defaults, font-lock-string-face):
2896         * progmodes/sql.el (font-lock-keyword-face)
2897         (font-lock-set-defaults, font-lock-string-face):
2898         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2899         (itimer-version, lazy-lock-defer-contextually)
2900         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2901         Add defvars.
2903         * progmodes/cperl-mode.el (cperl-electric-lbrace)
2904         (cperl-electric-keyword, cperl-electric-pod)
2905         (cperl-electric-backspace, cperl-forward-re)
2906         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2907         (vc-rcs-header, vc-sccs-header): Add defvars.
2909         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2910         (font-lock-syntactic-keywords, gud-find-expr-function):
2911         Add defvars.
2913         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2914         (gdb-frame-parameters): Declare before use.
2916         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2917         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2918         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2919         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2921         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2922         (idlwave-help-with-source): Use `insert-buffer-substring', not
2923         `insert-buffer'.
2925 2005-08-29  Juri Linkov  <juri@jurta.org>
2927         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2928         Put outline-back-to-heading function call inside save-excursion.
2930 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
2932         * man.el (Man-init-defvars, Man-translate-references)
2933         (Man-support-local-filenames, Man-highlight-references):
2934         * progmodes/sql.el (sql-interactive-mode):
2935         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2937         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2938         (compilation-mode-font-lock-keywords): Add defvars.
2939         (checkdoc-interactive-loop): "?\ " -> "?\s".
2941         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2942         (font-lock-doc-face, font-lock-string-face)
2943         (font-lock-keywords-case-fold-search): Add defvars.
2944         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2946         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2947         Don't pass X and Y (they are ignored anyway).
2948         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2949         (mouse-delete-window): Make arguments optional.
2951         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2952         (caesar-translate-table, minor-modes, news-buffer-save)
2953         (news-group-name, news-minor-modes): Add defvars.
2955         * emacs-lisp/lselect.el (mouse-highlight-priority)
2956         (x-lost-selection-functions, zmacs-regions):
2957         * emacs-lisp/pp.el (font-lock-verbose):
2958         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2959         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2960         (ses-mode-map):
2961         * emacs-lisp/tcover-unsafep.el (safe-functions):
2962         * international/mule-cmds.el (mac-system-coding-system)
2963         (mac-system-locale):
2964         * language/ethio-util.el (rmail-current-message)
2965         (rmail-message-vector):
2966         * language/thai-util.el (thai-auto-composition-mode):
2967         * mail/metamail.el (rmail-current-message, rmail-message-vector):
2968         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2969         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2970         (vm-primary-inbox, vm-spool-files):
2971         * mail/rmail.el (deleted-head, font-lock-fontified)
2972         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2973         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2974         (total-messages):
2975         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2976         (rmail-summary-mode-map):
2977         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2978         (rmail-last-label, rmail-last-multi-labels)
2979         (rmail-summary-vector, rmail-total-messages):
2980         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2981         * mail/rmailsum.el (msgnum):
2982         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2983         (rmail-current-message):
2984         * obsolete/fast-lock.el (font-lock-face-list):
2985         * obsolete/rnewspost.el (mail-reply-buffer):
2986         * obsolete/scribe.el (compile-command):
2987         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2989 2005-08-28  John Paul Wallington  <jpw@gnu.org>
2991         * ibuf-ext.el (ibuffer-auto-update-changed):
2992         Use `frame-or-buffer-changed-p' to check whether we need to update.
2993         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2994         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
2995         as a `frame-or-buffer-changed-p' state vector instead.
2997 2005-08-27  Romain Francoise  <romain@orebokech.com>
2999         * textmodes/makeinfo.el (makeinfo-compile):
3000         Use `compilation-start'.  Set `next-error-function' according to
3001         `disable-errors'.
3002         (makeinfo-next-error): New function.
3003         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
3004         (makeinfo-buffer): Likewise.
3006         * progmodes/compile.el (compilation-start): Add autoload cookie.
3008         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
3009         * textmodes/sgml-mode.el: Likewise.
3010         * progmodes/python.el: Likewise.
3012 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
3014         * simple.el (blink-matching-paren-distance): Document the meaning
3015         of nil value, and allow to customize to nil.
3017         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
3018         command.com, not command.exe.
3020 2005-08-26  John Wiegley  <johnw@newartisans.com>
3022         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3023         code around a bit so that an extraneous nil argument is not added
3024         to a command when no args are given.
3026         * eshell/esh-arg.el (eshell-parse-double-quote): If a
3027         double-quoted argument resolves to nil, return it as an empty
3028         string rather than as nil.  This made it impossible to pass "" to
3029         a shell script as a null string argument.
3031 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * outline.el (outline-invent-heading): New fun.
3034         (outline-promote, outline-demote): Use it.
3035         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
3036         (outline-end-of-subtree): Remove unused var `opoint'.
3038 2005-08-26  David Reitter  <david.reitter@gmail.com>
3040         * menu-bar.el (truncate-lines, write-file, print-buffer)
3041         (ps-print-buffer-faces, ps-print-buffer, split-window):
3042         Disable menu items when the frame they refer to is invisible, or when
3043         they refer to a buffer and the minibuffer is selected.
3045 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
3047         * progmodes/flymake.el (flymake-highlight-err-lines):
3048         Use save-excursion around flymake-highlight-line to preserve point.
3050 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
3052         * progmodes/octave-mod.el: Change Author and Maintainer address.
3053         (octave-maintainer-address): Change Kurt's email address.
3054         * progmodes/octave-inf.el: Change Author and Maintainer address.
3055         * progmodes/octave-hlp.el: Change Author and Maintainer address.
3057 2005-08-26  Kim F. Storm  <storm@cua.dk>
3059         * subr.el (version-list-<, version-list-<=, version-list-=):
3060         Renamed from integer-list-*.
3061         (version-list-not-zero): Likewise.  Fix while loop.
3062         (version=): Use version-list-= instead of string-equal.
3064 2005-08-26  Richard M. Stallman  <rms@gnu.org>
3066         * outline.el (outline-promote): Try shortening the heading.
3067         As last resort, read the heading to use.
3068         (outline-demote): As last resort, read the heading to use.
3070 2005-08-26  Romain Francoise  <romain@orebokech.com>
3072         * progmodes/compile.el (compilation-start): Doc fix.
3074         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
3075         (antlr-font-lock-additional-keywords): Fix reference to
3076         `antlr-font-lock-literal-regexp' erroneously changed during the
3077         mass face rename.
3078         (antlr-run-tool): Use `compilation-start'.
3080         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
3081         instead of the obsolete `compile-internal'.
3083 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
3085         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
3086         (number, original-date):
3087         * calendar/cal-china.el (date):
3088         * calendar/cal-coptic.el (date):
3089         * calendar/cal-french.el (date):
3090         * calendar/cal-hebrew.el (date, entry, number, original-date):
3091         * calendar/cal-islam.el (date, number, original-date):
3092         * calendar/cal-iso.el (date):
3093         * calendar/cal-julian.el (date):
3094         * calendar/cal-mayan.el (date):
3095         * calendar/cal-menu.el (date, event):
3096         * calendar/cal-persia.el (date):
3097         * calendar/lunar.el (date):
3098         * calendar/solar.el (date): Add defvars.
3100         * emerge.el:
3101         * ibuffer.el:
3102         * info-xref.el:
3103         * obsolete/bg-mouse.el:
3104         * obsolete/sun-curs.el:
3105         * obsolete/swedish.el: Move the `defvar's to the top level.
3107         * smerge-mode.el (smerge-refined-change): Add :group.
3109 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3111         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
3112         (smerge-keep-n): Remove props.
3113         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3114         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
3115         now that it's done in smerge-keep-n.
3116         (smerge-refined-change): New face.
3117         (smerge-refine-chopup-region, smerge-refine-highlight-change)
3118         (smerge-refine): New funs.
3119         (smerge-basic-map): Bind smerge-refine.
3121 2005-08-25  Juri Linkov  <juri@jurta.org>
3123         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
3124         compilation-process-setup-function and compilation-disable-input
3125         in grep-mode instead of let-bindings in grep.
3127         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
3128         Delete "Automatic File De/compression" (auto-compression-mode).
3130 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
3132         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
3133         Silence warning about non-existent variable.
3135 2005-08-25  Richard M. Stallman  <rms@gnu.org>
3137         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
3138         Rename "Describe Key" to "Describe Key or Mouse Operation".
3140         * mail/mailalias.el (build-mail-aliases): Delete comments
3141         from the contents before processing them.
3143         * isearch.el (isearch-edit-string): Erase the Search prompt
3144         if user enters an empty string and there is no default.
3146         * comint.el (comint-file-name-prefix): Add autoload.
3148 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
3150         * subr.el (play-sound): Rearrange to avoid warning.
3152 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
3154         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
3155         New hook.
3156         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
3158 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3160         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
3162         * custom.el (custom-theme-set-variables): Sort minor modes last.
3164 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3166         * subr.el (version-separator, version-regexp-alist): New vars used by
3167         version comparison funs.
3168         (integer-list-<, integer-list-=, integer-list-<=)
3169         (integer-list-not-zero): New funs for integer list comparison.
3170         (version-to-list, version=, version<, version<=): New funs for version
3171         comparison.
3173 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
3175         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
3176         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
3177         time to silence the byte-compiler.
3179         * ibuffer.el (ibuffer-compile-make-eliding-form)
3180         (ibuffer-check-formats): Use `with-no-warnings' to hide references
3181         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
3182         so it's silly to get warnings for it).
3183         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
3184         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
3185         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
3186         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
3187         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
3188         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
3189         Defvar at compile time.
3190         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
3191         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
3192         Declare them before use.
3194         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
3195         (info-xref-good, info-xref-bad): Defvar at compile time.
3197         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
3198         Use `let*' instead of `let'.
3200         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
3201         (*mouse-y*, menu, char): Defvar at compile time.
3202         (sc::menu): Declare it before use.
3203         (sc::pack-one-line): Use `let', not `let*'.
3205         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
3206         (mail-send-hook): Defvar at compile time.
3208         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
3209         Defvar at compile time.
3211         * term/sun-mouse.el (current-global-mousemap)
3212         (current-local-mousemap): Declare them before use.
3214 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
3216         * bookmark.el (bookmark-after-jump-hook): New hook.
3217         (bookmark-jump): Run `bookmark-after-jump-hook'.
3219 2005-08-23  Juri Linkov  <juri@jurta.org>
3221         * faces.el (minibuffer-prompt): Doc fix.
3223 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
3225         * progmodes/xscheme.el: Trivial changes to silence warnings.
3226         (xscheme-previous-mode, xscheme-previous-process-state):
3227         Add defvars.
3228         (xscheme-last-input-end, xscheme-process-command-line)
3229         (xscheme-process-name, xscheme-buffer-name)
3230         (xscheme-expressions-ring-max, xscheme-expressions-ring)
3231         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3232         (xscheme-control-g-synchronization-p)
3233         (xscheme-control-g-disabled-p, xscheme-string-receiver)
3234         (default-xscheme-runlight, xscheme-runlight)
3235         (xscheme-runlight-string, xscheme-process-filter-state)
3236         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
3237         Move to beginning of file.
3238         (scheme-interaction-mode-commands-alist)
3239         (scheme-interaction-mode-map, scheme-debugger-mode-map):
3240         Declare them before use.  Note: the initialization code for the variables
3241         has not been moved because it uses functions that reference the variables.
3242         (xscheme-control-g-message-string, xscheme-process-filter-alist)
3243         (xscheme-prompt-for-expression-map): Declare them before use.
3244         (scheme-debugger-mode-commands): "?\ " -> "?\s".
3246 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
3248         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
3250 2005-08-22  Juri Linkov  <juri@jurta.org>
3252         * faces.el (set-face-underline): Delete this duplicate function
3253         and make an obsolete alias to set-face-underline-p.
3254         (set-face-underline-p): Use docstring of set-face-underline.
3255         (describe-face): Create hyperlink to parent face.
3257         * info.el (Info-insert-dir): Use save-excursion around
3258         insert-buffer-substring.
3259         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
3260         (Info-escape-percent): Delete function.
3261         (Info-fontify-node): Replace Info-escape-percent by
3262         replace-regexp-in-string with REP arg set to lambda that
3263         duplicates `%' and preserves text properties.
3265         * progmodes/compile.el (compilation-disable-input): Doc fix.
3266         (define-compilation-mode): Doc fix and refill.
3267         (kill-compilation): Use `mode-name' in the error message.
3268         (compilation-find-file): Use `compilation-error' in the
3269         read-file-name's prompt.
3271 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3273         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
3274         (smerge-auto-leave): Make undo re-enable the mode.
3275         (debug-ignored-errors): Add the user-error of impossible resolution.
3276         (smerge-resolve): Move things around a bit, in preparation for later.
3277         (smerge-diff): Don't fail if the buffer has no associated file.
3278         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
3279         (smerge-conflict-overlay): New function.
3280         (smerge-match-conflict): Don't add text properties here.
3281         (smerge-find-conflict): Instead, add an overlay here.
3282         Also check for the case where we're inside a conflict already, so as to
3283         obviate the need for font-lock-multiline, which is unbearably slow with
3284         large conflicts and ciomplex font-lock patterns.
3285         (smerge-remove-props): Remove overlay rather than text-properties.
3286         (smerge-mode): Don't set font-lock-multiline.
3287         Remove overlays when turned off.
3289 2005-08-21  Kim F. Storm  <storm@cua.dk>
3291         * ido.el (ido-ignore-item-p): Use save-match-data.
3292         Bind case-fold-search to ido-case-fold locally.
3294 2005-08-20  Richard M. Stallman  <rms@gnu.org>
3296         * files.el (normal-mode): If font lock is on, turn it off and on.
3298         * subr.el (replace-regexp-in-string): Doc fix.
3300         * startup.el (command-line-1): Don't suppress startup screen
3301         due to existing processes.
3303         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
3305         * progmodes/compile.el (compilation-disable-input): Default to nil.
3307 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3309         * progmodes/compile.el (compilation-disable-input): New defcustom.
3310         (compilation-start): If compilation-disable-input is non-nil, send
3311         EOF to the compilation process.
3313 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
3315         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
3316         Run the argument of tex-shell-cd-command through
3317         convert-standard-filename, to get the correct style of slashes on
3318         Windows, and enclose the result in quotes, in case the file name
3319         includes whitespace or other special characters.
3321 2005-08-19  Andreas Schwab  <schwab@suse.de>
3323         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
3324         process.
3326 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
3328         * cus-start.el (minibuffer-prompt-properties): Correct typo.
3330 2005-08-18  Kim F. Storm  <storm@cua.dk>
3332         * scroll-lock.el: Fix errors due to incorrect line wrapping.
3334 2005-08-18  Richard M. Stallman  <rms@gnu.org>
3336         * scroll-lock.el: New file.
3338 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
3340         * dired.el (dired-move-to-end-of-filename):
3341         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
3343 2005-08-18  Kim F. Storm  <storm@cua.dk>
3345         * ido.el (ido-everywhere): Fix defcustom :set function to disable
3346         rather than toggle mode when custom value is nil.
3347         (ido-everywhere): Fix defun doc string.
3349 2005-08-17  Richard M. Stallman  <rms@gnu.org>
3351         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
3352         as tag instead of "Inviolable".
3354 2005-08-17  Kim F. Storm  <storm@cua.dk>
3356         * windmove.el (windmove-coordinates-of-position): Remove.
3357         (windmove-coordinates-of-window-position): Remove.
3358         (windmove-reference-loc): Use posn-at-point instead.
3360         * subr.el (insert-for-yank-1): Doc fix.
3362         * ido.el (ido-enter-matching-directory): Rename from
3363         ido-enter-single-matching-directory.  Change 'slash choice to
3364         'only.  Add 'first choice.
3365         (ido-exhibit): Adapt to above changes.
3367 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
3369         * Makefile.in: Expand comment about building loaddefs.el.
3371 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
3373         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
3374         Comment use of defadvice.
3376         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
3378 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
3380         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
3381         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
3382         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
3383         * progmodes/idlw-shell.el, progmodes/ld-script.el,
3384         * progmodes/which-func.el, ruler-mode.el, strokes.el,
3385         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
3386         for backward compatibility for faces that did not appear in the
3387         previous Emacs release.
3389         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
3391 2005-08-15  Kim F. Storm  <storm@cua.dk>
3393         * emulation/cua-base.el (cua-delete-region): Return t if
3394         deleted region was non-empty.
3395         (cua-replace-region): Inhibit overwrite-mode for
3396         self-insert-command if replaced region was non-empty.
3397         (cua--explicit-region-start, cua--status-string): Make them
3398         buffer-local at top-level...
3399         (cua-mode): ...rather than when mode is enabled.
3401 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
3403         * progmodes/vhdl-mode.el (vhdl-emacs-21):
3404         Set t for Emacs 21, 22, and so on.
3406 2005-08-15  David Ponce  <david@dponce.com>
3408         * tree-widget.el: Update Commentary header.
3409         (tree-widget-theme): Doc fix.
3410         (tree-widget-space-width): New option.
3411         (tree-widget-image-properties): Look up in the default theme too.
3412         (tree-widget--cursors): Only for images with arrow pointer shape.
3413         (tree-widget-lookup-image): Pointer shape is hand by default.
3414         (tree-widget-icon): Rename generic icon widget from
3415         `tree-widget-control'.
3416         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
3417         derive from `tree-widget-icon'.
3418         (tree-widget-handle): Improve default look and feel of the text
3419         representation.
3420         (tree-widget): Rename :*-control properties to :*-icon properties.
3421         Add :action and :help-echo properties.
3422         (tree-widget-after-toggle-functions): Move.
3423         (tree-widget-close-node, tree-widget-open-node): Remove.
3424         (tree-widget-before-create-icon-functions): New hook.
3425         (tree-widget-value-create): Update to allow customization of icons
3426         and nodes at run-time via that new hook.
3427         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
3428         (tree-widget-icon-action, tree-widget-icon-help-echo)
3429         (tree-widget-action, tree-widget-help-echo): New functions.
3431 2005-08-15  Kim F. Storm  <storm@cua.dk>
3433         * ido.el (ido-buffer-internal): Use with-no-warnings.
3434         (ido-make-merged-file-list): Use while-no-input.
3436 2005-08-15  Richard M. Stallman  <rms@gnu.org>
3438         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
3439         (flyspell-large-region): Fix doc and custom type.
3441 2005-08-14  Richard M. Stallman  <rms@gnu.org>
3443         * files.el (interpreter-mode-alist): Doc fix.
3445         * mail/rmail.el (rmail-nonignored-headers): New variable.
3446         (rmail-clear-headers): Use it.
3447         (rmail-reply): Better handling of mail-followup-to header.
3449         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3450         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
3451         don't try to refer to executable-font-lock-keywords.
3452         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3453         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3454         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3455         (sh-mode): Set comment-start-skip, local-abbrev-table,
3456         imenu-case-fold-search.
3457         (sh-set-shell): Don't set them here.
3458         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
3459         Don't cache the results in the original alist; don't ever modify
3460         that alist.
3462         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3464         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3465         empty.
3467 2005-08-15  Andreas Schwab  <schwab@suse.de>
3469         * desktop.el: Put autoload cookie at risky-local-variable declarations.
3471         * dired.el, info.el, mail/rmail.el: Revert last change.
3473 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
3475         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3476         modification in `eval-after-load' form.
3477         * info.el: Likewise.
3478         * mail/rmail.el: Likewise.
3480 2005-08-14  Juri Linkov  <juri@jurta.org>
3482         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3483         Remove highlighting of "Compilation started".  Highlight only
3484         the word "finished" in "Compilation finished".  Add highlighting
3485         of "interrupt", "killed", "terminated" and the exit code.
3486         (compilation-start): Add newline after header.  Use exactly the
3487         same time stamp format as the finishing message.
3488         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3490         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3491         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3492         Add highlighting of "interrupt", "killed", "terminated".
3494         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3495         enabled and the current command is self-insert-command, call it
3496         explicitly with overwrite-mode bound to nil, to not allow it
3497         to delete the character after the selected region.
3499 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
3501         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3502         move-end-of-line, end-of-line, and beginning-of-line to the list
3503         of commands after which the echo area is updated.
3505 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
3507         * cus-edit.el (custom-save-all, custom-save-delete):
3508         Bind recentf-exclude to exclude custom-file.
3510 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
3512         * mail/rmailsum.el (rmail-summary-end-of-message): New command
3513         to go to the bottom of the mail message.  Added to
3514         `rmail-summary-mode-map' with key "/".
3515         (rmail-summary-show-message): New (internal) function for use by
3516         both `rmail-summary-beginning/end-of-message'.
3517         (rmail-summary-beginning-of-message): Change to use
3518         rmail-summary-show-message.
3520         * mail/rmail.el (rmail-end-of-message): New command to go to the
3521         end of the current message.  Added to `rmail-mode-map' with key "/".
3522         (rmail-beginning-of-message): Fix to work as documented.
3523         (rmail-mode): Change documentation.
3525         * progmodes/compile.el (compilation-start): Add the line
3526         "Compilation started" with compilation start time.
3527         (compilation-mode-font-lock-keywords): Add `started' to keywords.
3529 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
3531         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3532         of menu items.
3534 2005-08-11  Richard M. Stallman  <rms@gnu.org>
3536         * simple.el (pop-global-mark): Reverse test of widen-automatically.
3538         * battery.el (battery-status-function): Don't use ignore-errors.
3540 2005-08-11  Lute Kamstra  <lute@gnu.org>
3542         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3543         define-obsolete-variable-alias.
3545 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3547         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3548         (ange-ftp-send-cmd): Revert last change, and expand
3549         the comment explaining the problem.
3551 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
3553         * ldefs-boot.el: Update.
3555         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3556         item to "Time, Load and Mail".  Change help echo text.
3558         * time.el (display-time-use-mail-icon, display-time-format)
3559         (display-time-string-forms): Shorten first line of docstrings.
3561 2005-08-10  Lars Hansen  <larsh@soem.dk>
3563         * desktop.el (desktop-buffer-mode-handlers):
3564         Make non-customizable. Add autoload cookie.  Change initial value to
3565         nil; add elements in respective modules instead.  Fix doc string.
3566         (desktop-load-file): New function.
3567         (desktop-minor-mode-handlers): New autoloaded variable.
3568         (desktop-create-buffer): Call minor mode handlers.
3569         Use desktop-load-file to load major and minor mode modules prior to
3570         checking for a handler.
3571         (desktop-save): Don't add nil to desktop-minor-modes for minor
3572         modes with nil function in desktop-minor-mode-table.  Don't delete
3573         desktop file before rewriting it.
3574         (desktop-locals-to-save): Add autoload cookie.  Don't make
3575         automatically buffer-local.  Add variables column-number-mode,
3576         size-indication-mode, indent-tabs-mode,
3577         indicate-buffer-boundaries, indicate-empty-lines and
3578         show-trailing-whitespace.
3579         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3580         regexps. Don't use desktop-clear-preserve-buffers-regexp.
3581         (desktop-clear-preserve-buffers-regexp): Delete.
3582         (desktop-clear-preserve-buffers): Update initial value and docstring.
3583         (desktop-save-buffer): Fix doc string.
3585         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3586         (hilit-chg-desktop-restore): New function.
3587         (highlight-changes-mode): Add highlight-changes-mode to
3588         desktop-locals-to-save.
3590         * dired.el: Add handler to desktop-buffer-mode-handlers.
3591         (dired-restore-desktop-buffer): Remove autoload cookie.
3592         (dired-mode): Add autoload cookie.
3594         * info.el: Add handler to desktop-buffer-mode-handlers.
3595         (Info-restore-desktop-buffer): Remove autoload cookie.
3596         (Info-mode): Add autoload cookie.
3598         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3599         (mh-restore-desktop-buffer): Remove autoload cookie.
3600         (mh-folder-mode): Add autoload cookie.
3602         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3603         (rmail-restore-desktop-buffer): Remove autoload cookie.
3605 2005-08-11  Masatake YAMATO  <jet@gyve.org>
3607         * hexl.el (hexl-address-region):
3608         (hexl-ascii-region, hexl-font-lock-keywords):
3609         (hexl-highlight-line-range): Use the term "region"
3610         instead of "area" for consistency with the other symbols
3611         defined in hexl.el.
3613 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
3615         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3616         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3617         out by Juri Linkov).  Add `display-battery-mode'.
3619 2005-08-09  Juri Linkov  <juri@jurta.org>
3621         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3622         Remove `-text' from face variable names.
3623         (compilation-error-file-name, compilation-warning-file-name)
3624         (compilation-info-file-name): Delete faces.
3625         (compilation-line-number, compilation-column-number):
3626         Remove face underlining.
3627         (compilation-message-face): Set to `underline' value by default.
3628         (compilation-error-face, compilation-warning-face)
3629         (compilation-info-face): Remove `-file-name' from face names.
3630         (compilation-error-text-face, compilation-warning-text-face)
3631         (compilation-info-text-face): Delete face variables.
3632         (compilation-text-face): Delete function.
3634         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3635         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3636         (grep-error-face): Set to `compilation-error' instead of
3637         `compilation-error-face' (which is redefined to `grep-hit-face' in
3638         grep buffers).
3639         (grep-mode-font-lock-keywords): Remove `-text' from face variable
3640         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
3642         * dired-aux.el (dired-do-query-replace-regexp):
3643         Use `query-replace-read-args'.
3645         * replace.el (query-replace-read-from, query-replace-read-to)
3646         (query-replace-read-args): Rename arg `string' to `prompt'.
3648         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3650 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
3652         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3653         uploading files.
3654         (ange-ftp-canonize-filename): Handle file names beginning with ~
3655         correctly.
3657 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
3659         * textmodes/fill.el (canonically-space-region)
3660         (fill-context-prefix, fill-french-nobreak-p)
3661         (fill-delete-newlines, fill-comment-paragraph)
3662         (justify-current-line): "?\ " -> "?\s".
3664 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
3666         * textmodes/fill.el (fill-nonuniform-paragraphs):
3667         Improve argument/docstring consistency.
3669 2005-08-09  Richard M. Stallman  <rms@gnu.org>
3671         * textmodes/ispell.el (ispell-word): More fboundp checks.
3673         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3674         (find-file-noselect-1): Call it here, only if RAWFILE.
3675         (normal-mode): Always set some major mode.
3676         (save-some-buffers-action-alist): Change some explanation strings.
3677         (file-name-non-special): In the `quote' method, use unwind-protect.
3679 2005-08-09  Magnus Henoch  <mange@freemail.hu>
3681         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3682         (ispell-have-aspell-dictionaries): New variable.
3683         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3684         (ispell-get-aspell-config-value): New function.
3685         (ispell-aspell-find-dictionary): New function.
3686         (ispell-aspell-add-aliases): New function.
3687         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3688         appropriate.  Don't look for ispell dictionaries if we use aspell.
3689         (ispell-menu-map): Don't build a submenu of dictionaries.
3691 2005-08-09  Richard M. Stallman  <rms@gnu.org>
3693         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3694         (sql-read-passwd): Use read-passwd.
3696         * progmodes/idlw-toolbar.el (idlwave-toolbar)
3697         (idlwave-toolbar-is-possible): Add defvars.
3699         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3700         Avoid warnings.
3702         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3703         (idlwave-system-class-info, idlwave-executive-commands-alist):
3704         Use defvar.
3706         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3708         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3709         Avoid warnings.
3711         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3712         and content-type: headers.
3714         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3716         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3717         and rename some of them to be more self-explanatory.
3719         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3721         * startup.el (command-line-1): Implement -scriptload.
3723         * replace.el (occur-engine): Initial *Occur* output not undoable.
3725         * menu-bar.el (menu-bar-file-menu): Rename some menu items
3726         and improve help strings.
3728         * isearch.el (isearch-repeat): When changing direction,
3729         mark search successful.
3731         * ediff-init.el: Use (featurep 'xemacs).
3733         * comint.el (send-invisible): Identify buffer, if not selected.
3735         * align.el: Delete autoload for c-guess-basic-syntax.
3737 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
3739         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3740         Improve argument/docstring consistency.  Doc fixes.
3741         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3742         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3743         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3744         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3745         (r2bv-organization, r2bv-pages, r2bv-primary-author)
3746         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3747         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3748         Defvar at compile time.
3750 2005-08-09  Juri Linkov  <juri@jurta.org>
3752         * info.el: Replace `info' with upper-case `Info' where appropriate.
3753         (info-title-1, info-title-2, info-title-3, info-title-4)
3754         (info-menu-header): Move up face definitions.
3755         (info-menu-star): Rename from `info-menu-5'.
3756         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3757         (Info-fontify-visited-nodes): Fix docstring.
3758         (Info-hide-note-references): Fix docstring.
3759         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3760         menu items in the same way as on cross-references.
3761         (info-apropos): Fix sorting order and formatting to be like in the
3762         stand-alone Info browser.  Display error messages for 1 sec.
3763         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
3764         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3765         from the menu bar.
3766         (Info-insert-dir): Restore point after calling
3767         `insert-buffer-substring'.
3769 2005-08-08  Richard M. Stallman  <rms@gnu.org>
3771         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3772         (recompute-lucid-menubar): Add defvars.
3774         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3776         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3778         * net/net-utils.el (run-dig): Rename from `dig'.
3780         * play/gametree.el (gametree-mode): Use make-local-variable,
3781         not make-variable-buffer-local.
3783         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3785         * ansi-color.el (ansi-color-make-extent)
3786         (ansi-color-set-extent-face): Use fboundp, not functionp.
3788         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3789         not make-variable-buffer-local.
3791         * bookmark.el (Info-current-file): Add defvar.
3792         (bookmark-jump-noselect): Use with-no-warnings.
3794         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3796         * ebuff-menu.el (Helper-return-blurb): Add defvar.
3798         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3800         * find-file.el (ada-procedure-start-regexp)
3801         (ada-package-start-regexp): Add defvars.
3803         * info.el (Info-insert-dir): Use insert-buffer-substring.
3805         * xml.el (xml-att-def-re): Add defvar.
3807         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3808         calling convention.
3810         * subr.el (while-no-input): Return t if there is input.
3812 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3814         * cus-start.el (all): Add `overflow-newline-into-fringe'.
3816 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
3818         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3819         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3821 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
3823         * cmuscheme.el (scheme-start-file): Replace reference to
3824         `user-emacs-directory' by "~/.emacs.d/".
3826 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
3828         * info.el (Info-dir-remove-duplicates): Avoid case folding
3829         in loop; instead, keep downcased strings for comparison.
3830         Suggested by Helmut Eller.
3832 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
3834         Sync with Tramp 2.0.50.
3836         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3837         XEmacs case; not necessary anymore.
3838         (tramp-user-regexp): Allow "@" as part of user name.
3839         (tramp-handle-set-visited-file-modtime)
3840         (tramp-handle-insert-file-contents)
3841         (tramp-handle-write-region): No special handling for
3842         `last-coding-system-used, because this is done in
3843         `tramp-accept-process-output' now.
3844         (tramp-accept-process-output): New defun.
3845         (tramp-process-one-action, tramp-process-one-multi-action)
3846         (tramp-wait-for-regexp, tramp-wait-for-output)
3847         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
3848         Howells <dhowells@redhat.com>.
3849         (clear-visited-file-modtime): Defadvice removed.  The check for
3850         unset buffer's modtime does not need to be based on
3851         `tramp-buffer-file-attributes'.  Suggested by RMS.
3852         (tramp-message): Insert "\n" if not being at beginning of line.
3853         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3854         sequence with same logic.
3855         (tramp-completion-handle-expand-file-name): Discard call of
3856         `tramp-drop-volume-letter'.  It is not necessary, and there have
3857         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3858         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3859         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3860         should always be visible.
3861         (tramp-handle-insert-directory, tramp-setup-complete)
3862         (tramp-set-process-query-on-exit-flag)
3863         (tramp-append-tramp-buffers): Pacify byte-compiler.
3864         (tramp-bug): Delete non-existing variables from list.
3865         Apply `tramp-load-report-modules' as pre-hook.
3866         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3867         `shell-prompt-pattern' because of non-7bit characters.
3868         Reported by Sebastian Luque <sluque@mun.ca>.
3869         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3870         (tramp-match-string-list): Remove function.
3871         (tramp-wait-for-regexp): Remove call of that function.
3872         Suggested by Kim F. Storm <storm@cua.dk>.
3873         (tramp-set-auto-save-file-modes): Use octal integer code #o600
3874         instead of octal character code ?\600.  The latter resulted in a
3875         syntax error with XEmacs.
3877         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3878         XEmacs case; not necessary anymore.
3879         (tramp-smb-handle-write-region): No special handling for
3880         `last-coding-system-used, because this is done in
3881         `tramp-accept-process-output' now.
3882         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3884 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
3886         * wid-edit.el (widget-choice-value-create):
3887         Unconditionally respect user choice.  Set :explicit-choice back to nil
3888         when no longer needed.
3889         (widget-choice-action): Unconditionally respect user choice.
3890         Eliminate :explicit-choice-value.
3892         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3894         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3895         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3896         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3897         running new function `toggle-indicate-empty-lines'.
3898         Rename "Customize" item to "Customize fringe".
3899         Rename "Indicators" item to "Buffer boundaries" and change help echo.
3900         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3901         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3902         Delete "Empty lines only" item.
3903         (menu-bar-showhide-fringe-ind-customize): New function.
3904         (menu-bar-showhide-fringe-ind-mixed)
3905         (menu-bar-showhide-fringe-ind-box)
3906         (menu-bar-showhide-fringe-ind-right)
3907         (menu-bar-showhide-fringe-ind-left)
3908         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3909         instead of `fringe-indicators'.
3911 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3913         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3914         Change the date of last update.
3916 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3918         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3919         (viper-exec-yank, viper-put-back): Don't display modification msg
3920         if in the minibuffer.
3922         * viper-init.el (viper-replace-overlay-cursor-color)
3923         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3924         Make variables frame local.
3926         * viper-util.el (viper-append-filter-alist): Use append instead of
3927         nconc.
3929         * viper.el (viper-vi-state-mode-list)
3930         (viper-emacs-state-mode-list): Move help-mode and
3931         completion-list-mode from the first list to the second.
3932         (viper-mode): Docstring.
3933         (viper-go-away, viper-non-hook-settings): Don't localize
3934         minor-mode-alist in newer Emacsen.  Add advice to
3935         set-cursor-color.  Don't bind "\C-c\\".
3937 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
3939         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3940         (scheme-macro-expand-command): New user options.
3941         (scheme-trace-procedure, scheme-expand-current-form): New commands.
3942         (scheme-form-at-point, scheme-start-file)
3943         (scheme-interactively-start-process): New functions.
3944         (scheme-get-process): New function, extracted from `scheme-proc'.
3945         (run-scheme): Call `scheme-start-file' to get start file, and pass
3946         it to `make-comint'.
3947         (switch-to-scheme, scheme-proc):
3948         Call `scheme-interactively-start-process' if no Scheme buffer/process
3949         is available.
3951 2005-08-06  Juri Linkov  <juri@jurta.org>
3953         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3954         Use `compilation-text-face', `compilation-info-text-face' and
3955         `compilation-error-text-face' instead of `font-lock-keyword-face'.
3956         (compilation-error): New face.
3957         (compilation-error-file-name): Inherit from
3958         `compilation-error' instead of `font-lock-warning-face'.
3959         (compilation-warning-file-name): Inherit from
3960         `compilation-warning' instead of `font-lock-warning-face'.
3961         (compilation-info, compilation-error-file-name)
3962         (compilation-warning-file-name, compilation-info-file-name)
3963         (compilation-line-number, compilation-column-number): Doc fix.
3964         (compilation-error-text-face, compilation-warning-text-face)
3965         (compilation-info-text-face): New face variables.
3966         (compilation-line-face, compilation-column-face)
3967         (compilation-enter-directory-face)
3968         (compilation-leave-directory-face): Doc fix.
3969         (compilation-text-face): New function.
3971         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3972         instead of 1 to display binary file names as info file links.
3973         (grep-error-face): Use `compilation-error-face' instead of
3974         `font-lock-keyword-face'.
3975         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3976         and `compilation-warning-text-face' instead of
3977         `font-lock-keyword-face'.  Use `compilation-error-text-face'
3978         instead of `grep-error-face'.
3980 2005-08-05  Kenichi Handa  <handa@m17n.org>
3982         * international/code-pages.el: Add autoload cookies for all coding
3983         systems.
3985 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
3987         * cus-start.el (all): Put undo.c where it alphabetically belongs.
3989 2005-08-04  Juri Linkov  <juri@jurta.org>
3991         * progmodes/compile.el (compilation-mode-map):
3992         * progmodes/grep.el (grep-mode-map):
3993         Bind TAB to `compilation-next-error' and [backtab] to
3994         `compilation-previous-error'.
3996         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3997         matching line numbers, column numbers and their ranges with regexp
3998         matching only line numbers.
3999         (grep-context-face): New face variable.
4000         (grep-mode-font-lock-keywords): Use it.
4002         * faces.el (read-face-name): Delete duplicate faces.
4004 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
4006         * thumbs.el (thumbs-find-image): Don't make variables
4007         automatically buffer local.
4008         (thumbs-current-tmp-filename, thumbs-current-image-filename)
4009         (thumbs-image-num): Make automatically buffer local.
4010         (thumbs-show-thumbs-list): Use `make-local-variable', not
4011         `make-variable-buffer-local'.
4012         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
4014         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
4015         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
4016         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
4017         (bother, bye, canyou, chatlst, continue, deathlst, describe)
4018         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
4019         (feelings-about, foullst, found, hello, history, howareyoulst)
4020         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
4021         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
4022         (neglst, obj, object, owner, please, problems, qlist)
4023         (random-adjective, relation, remlst, repetitive-shortness)
4024         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
4025         (shortlst, something, sportslst, stallmanlst, states, subj)
4026         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
4027         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
4028         Defvar at compile time.
4030         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
4031         not `make-variable-buffer-local'.
4033 2005-08-02  Kim F. Storm  <storm@cua.dk>
4035         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
4036         rectangle overlay in selected window.
4038 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
4040         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
4041         instead of display group.  Make `indicate-buffer-boundaries'
4042         customizable through Custom.
4044 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
4046         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
4047         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
4048         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
4049         (gdb-put-string): Fix typos in docstrings.
4051 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
4053         Update copyright notices of files in progmodes directory for
4054         release of Emacs 22.1.
4056         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
4058         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
4059         Don't barf if the GUD buffer has been killed.
4061 2005-08-01  Kim F. Storm  <storm@cua.dk>
4063         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
4065 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4067         * simple.el (next-error-follow-minor-mode):
4068         make-variable-buffer-local -> make-local-variable.
4070         * emacs-lisp/cl-extra.el: Require CL also when compiling.
4072         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
4073         (byte-compile-form-make-variable-buffer-local): New functions to warn
4074         about misuses of make-variable-buffer-local where make-local-variable
4075         was meant.
4077 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
4079         * bs.el (bs-attributes-list): Doc fix.
4080         (bs): Update url-link.
4082         * desktop.el (desktop-save-buffer): Fix typos in docstring.
4083         (desktop-load-default): Simplify.
4085         * ibuffer.el (ibuffer-columnize-and-insert-list)
4086         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
4087         (ibuffer-unmark-all, ibuffer-toggle-marks)
4088         (ibuffer-unmark-forward, ibuffer-unmark-backward)
4089         (ibuffer-compile-make-format-form, ibuffer-format-column)
4090         (ibuffer-current-buffers-with-marks)
4091         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
4092         (ibuffer): Doc fix.
4093         (ibuffer-mode): Fix typo in docstring.
4094         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
4095         with `define-obsolete-variable-alias'.
4096         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
4098 2005-07-29  Kenichi Handa  <handa@m17n.org>
4100         * international/mule-cmds.el (select-message-coding-system):
4101         Be sure to use LF for end-of-line.  If no coding system is decided,
4102         return iso-8859-1-unix.
4104 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
4107         (ange-ftp-pending-error-line): New vars.
4108         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
4109         to handle the non-fatal no-route-to-host messages.
4110         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
4112 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
4114         * isearch.el (isearch-mode-map, isearch-other-meta-char)
4115         (isearch-quote-char, isearch-printing-char)
4116         (isearch-text-char-description): "?\ " -> "?\s".
4117         (isearch-lazy-highlight-cleanup)
4118         (isearch-lazy-highlight-initial-delay)
4119         (isearch-lazy-highlight-interval)
4120         (isearch-lazy-highlight-max-at-a-time)
4121         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
4122         Declare with define-obsolete-*-alias macros.
4123         (isearch-forward): Fix typo in docstring.
4124         (search-invisible, search-ring-yank-pointer)
4125         (regexp-search-ring-yank-pointer): Doc fixes.
4127         * recentf.el (recentf-menu-append-commands-p): Declare with
4128         `define-obsolete-variable-alias'.
4129         (recentf-max-saved-items, recentf-menu-filter)
4130         (recentf-arrange-by-rule-subfilter): Doc fixes.
4131         (recentf-menu-append-commands-flag)
4132         (recentf-initialize-file-name-history, recentf-expand-file-name)
4133         (recentf-clear-data): Fix typos in docstrings.
4135 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
4137         * progmodes/gdb-ui.el: Smarten comments.
4138         (gdb-info-breakpoints-custom): Use nowarn when finding file.
4140 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4142         * term/apollo.el (terminal-init-apollo): New function containing
4143         all former top level forms in the file.
4144         * term/bobcat.el (terminal-init-bobcat):
4145         * term/cygwin.el (terminal-init-cygwin):
4146         * term/iris-ansi.el (terminal-init-iris-ansi):
4147         * term/linux.el (terminal-init-linux):
4148         * term/news.el (terminal-init-news):
4149         * term/rxvt.el (terminal-init-rxvt):
4150         * term/sun.el (terminal-init-sun):
4151         * term/tvi970.el (terminal-init-tvi970):
4152         * term/vt100.el (terminal-init-vt100):
4153         * term/vt102.el (terminal-init-vt102):
4154         * term/vt125.el (terminal-init-vt125):
4155         * term/vt200.el (terminal-init-vt200):
4156         * term/vt201.el (terminal-init-vt201):
4157         * term/vt220.el (terminal-init-vt220):
4158         * term/vt240.el (terminal-init-vt240):
4159         * term/vt300.el (terminal-init-vt300):
4160         * term/vt320.el (terminal-init-vt320):
4161         * term/vt400.el (terminal-init-vt400):
4162         * term/vt420.el (terminal-init-vt420):
4163         * term/wyse50.el (terminal-init-wyse50):
4164         * term/xterm.el (terminal-init-xterm): Likewise.
4166         * term/README: Describe the terminal-init-* functionality.
4168         * startup.el (command-line): After loading the terminal initialization
4169         file call the corresponding terminal initialization function.
4171 2005-07-27  Kenichi Handa  <handa@m17n.org>
4173         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
4174         negative.
4176         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
4177         (ps-mule-composition-prologue): Fix for the case that
4178         RelativeCompose is false.
4180 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
4184         * descr-text.el (describe-char): Handle the case where the list of
4185         chars is displayed in a separate frame.
4186         Be a bit more discriminating when looking for the char.
4188 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
4190         * bookmark.el (bookmark-automatically-show-annotations)
4191         (bookmark-read-annotation-text-func): Doc fixes.
4192         (bookmark-save): Improve argument/docstring consistency.
4193         (bookmark-get-bookmark, bookmark-get-bookmark-record)
4194         (bookmark-alist-from-buffer)
4195         (bookmark-upgrade-file-format-from-0)
4196         (bookmark-grok-file-format-version)
4197         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
4198         (bookmark-read-annotation-mode)
4199         (bookmark-insert-current-bookmark, bookmark-jump)
4200         (bookmark-exit-hook): Fix typos in docstrings.
4201         (bookmark-exit-hooks): Define as obsolete alias.
4202         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
4203         not `bookmark-exit-hooks'.  Fix docstring.
4204         (bookmark-bmenu-select): "?\ " -> "?\s".
4206 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
4208         * startup.el (command-line): Fix typo.
4210 2005-07-24  Richard M. Stallman  <rms@gnu.org>
4212         * tooltip.el (tooltip-mode): Test emacs-basic-display,
4213         not emacs-quick-startup.
4215 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
4217         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
4218         (reb-next-match, reb-show-subexp): Use `with-selected-window'
4219         instead of `reb-with-current-window'.
4220         (reb-prev-match): Likewise.  Also, don't move left if the search
4221         was unsuccessful.
4222         (reb-initialize-buffer): New function.
4223         (re-builder, reb-change-syntax): Use it.
4225         * man.el (Man-goto-page): Make second argument NOERROR optional.
4227 2005-07-23  Richard M. Stallman  <rms@gnu.org>
4229         * man.el (Man-bgproc-sentinel): Check here for failure to find
4230         any man page in the output, and report the error here.
4231         (Man-arguments): Make it permanent local.
4232         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
4233         (Man-mode): Pass t for NOERROR.
4235         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
4236         (grep-mode-font-lock-keywords):
4237         Don't use compilation-...-face for messages that are not file names.
4239         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4240         Don't use compilation-...-face for messages that are not file names.
4242 2005-07-22  Juri Linkov  <juri@jurta.org>
4244         * startup.el (normal-splash-screen): Update menu name.
4246         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
4248 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4250         * term/xterm.el: Load term/rxvt if the terminal is actually an
4251         rxvt terminal.
4252         (xterm-rxvt-set-background-mode): Remove, not used anymore.
4254         * term/rxvt.el (function-key-map): Use substitute-key-definition
4255         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
4257         * term/cygwin.el: New file.
4259 2005-07-22  Kim F. Storm  <storm@cua.dk>
4261         * image-file.el (insert-image-file, image-file-yank-handler):
4262         Fix last change to maintain a (unique) yank-handler on yanked images.
4264 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
4266         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
4267         of the file size (as in "177B" for 177 bytes).  This happens with
4268         "ls -lh" on FreeBSD.
4270 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
4272         * hilit-chg.el (highlight-changes-global-initial-state)
4273         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
4274         (hilit-chg-fixup, highlight-changes-mode):
4275         Fix typos in docstrings.
4276         (highlight-changes-global-modes, highlight-changes-rotate-faces):
4277         Doc fixes.
4279 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
4281         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
4282         mode function using `eval-after-load'.
4284 2005-07-21  Kim F. Storm  <storm@cua.dk>
4286         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
4287         included when reporting an emacs crash, and tell about the DEBUG file.
4289         * image-file.el (insert-image-file): Add yank-handler.
4290         (image-file-yank-handler): Yank handler to make unique copies of
4291         images when they are yanked into a buffer next to each other.
4293 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
4295         * comint.el (comint-use-prompt-regexp, comint-send-input)
4296         (comint-source-default, comint-extract-string)
4297         (comint-get-source, comint-word, comint-completion)
4298         (comint-source, comint-prompt-read-only, comint-update-fence):
4299         Fix typos in docstrings.
4300         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
4301         Declare with define-obsolete-*-alias macros.
4302         (comint-previous-matching-input-from-input)
4303         (comint-next-matching-input-from-input)
4304         (comint-previous-matching-input, comint-next-matching-input)
4305         (comint-forward-matching-input):
4306         Improve argument/docstring consistency.
4308         * desktop.el (desktop-clear-preserve-buffers-regexp):
4309         Also preserve the *server* buffer.
4311         * simple.el (clone-indirect-buffer): Doc fix.
4312         (fixup-whitespace, just-one-space)
4313         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
4314         (next-error, next-error-highlight)
4315         (next-error-highlight-no-select, next-error-last-buffer)
4316         (next-error-buffer-p, next-error-find-buffer, next-error)
4317         (previous-error, next-error-no-select, previous-error-no-select)
4318         (open-line, split-line, minibuffer-prompt-width, kill-new)
4319         (binary-overwrite-mode): Fix typos in docstrings.
4320         (set-fill-column): Fix typo in message.
4322         * skeleton.el (skeleton-proxy-new): Doc fix.
4324         * strokes.el (strokes-load-hook): Doc fix.
4325         (strokes-grid-resolution, strokes-get-grid-position)
4326         (strokes-renormalize-to-grid, strokes-read-stroke)
4327         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
4328         (strokes-global-map): Fix typos in docstrings.
4329         (strokes-help): Doc fix.  Fix help message and pass it through
4330         `substitute-command-keys'.
4332         * tempo.el (tempo-insert-prompt, tempo-interactive)
4333         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
4334         (tempo-insert-string-functions, tempo-local-tags)
4335         (tempo-define-template, tempo-insert-template)
4336         (tempo-insert-prompt-compat, tempo-is-user-element)
4337         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
4338         Fix typos in docstrings.
4340         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
4341         (vcursor-key-bindings, vcursor-use-vcursor-map)
4342         (vcursor-find-window, vcursor-scroll-down)
4343         (vcursor-disable, vcursor-beginning-of-buffer)
4344         (vcursor-end-of-buffer): Fix typos in docstrings.
4345         (vcursor-relative-move, vcursor-get-char-count):
4346         Improve argument/docstring consistency.
4348         * version.el: "?\ " -> "?\s".
4350         * wid-edit.el (widget-default-create, widget-after-change)
4351         (widget-default-format-handler, widget-checklist-add-item)
4352         (widget-radio-add-item, widget-choose, widget-specify-secret)
4353         (widget-field-value-create, widget-field-value-get)
4354         (widget-editable-list-format-handler)
4355         (widget-editable-list-entry-create, widget-group-value-create)
4356         (widget-documentation-link-add)
4357         (widget-documentation-string-value-create): "?\ " -> "?\s".
4358         (widget-convert-text): Doc fix.
4359         (widget-narrow-to-field, widget-field-find)
4360         (widget-url-link-action, widget-emacs-library-link-action)
4361         (widget-color-notify): Fix typos in docstrings.
4363         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
4364         (x-select-text, set-w32-system-coding-system)
4365         (w32-add-charset-info): Fix typos in docstrings.
4367         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
4368         (cua-enable-cua-keys, cua-use-hyper-key)
4369         (cua-virtual-rectangle-edges): Fix typos in docstrings.
4370         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
4372         * net/tramp.el (tramp-handle-load): Fix typo in error message.
4374         * emacs-lisp/re-builder.el (regexp-builder): Declare with
4375         `defalias' instead of faking it.
4377         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
4378         (eshell-ls-missing, eshell-ls-dired-initial-args)
4379         (eshell-ls-use-in-dired): Fix typos in docstrings.
4381 2005-07-20  Kim F. Storm  <storm@cua.dk>
4383         * emulation/cua-base.el (cua-mode): Improve doc string.
4385 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
4387         * abbrev.el (expand-region-abbrevs): Doc fix.
4388         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
4389         Improve argument/docstring consistency.
4391         * arc-mode.el (archive-get-descr, archive-alternate-display):
4392         Doc fixes.
4393         (archive-l-e): Improve argument/docstring consistency.
4394         (archive-tmpdir, archive-unixdate, archive-unixtime)
4395         (archive-chmod-entry): Fix typos in docstrings.
4396         (archive-unflag, archive-unflag-backwards)
4397         (archive-unmark-all-files): "?\ " -> "?\s".
4399         * buff-menu.el (Buffer-menu-unmark): Doc fix.
4400         (Buffer-menu-not-modified, Buffer-menu-execute)
4401         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
4402         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
4404         * composite.el (compose-string, encode-composition-rule)
4405         (compose-last-chars): Fix typos in docstrings.
4407         * desktop.el (desktop-enable, desktop-basefilename):
4408         Declare with `define-obsolete-variable-alias'.
4409         (desktop-internal-v2s): Don't quote keywords.
4410         (desktop-clear): "?\ " -> "?\s".
4412         * dired.el (dired-align-file, dired-flag-backup-files)
4413         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
4414         (dired-listing-switches, dired-ls-F-marks-symlinks)
4415         (dired-dwim-target, dired-load-hook, dired-mode-hook)
4416         (dired-directory, dired-faces, dired, dired-revert)
4417         (dired-mode, dired-summary, dired-view-file)
4418         (dired-copy-filename-as-kill, dired-delete-file)
4419         (dired-no-confirm, dired-unmark-all-marks)
4420         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
4421         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
4422         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
4423         Fix typos in message strings.
4425         * dired-x.el (virtual-dired): Declare with `defalias'.
4426         (dired-mark-unmarked-files, dired-local-variables-file)
4427         (dired-omit-here-always): Doc fix.
4428         (dired-omit-mode, dired-find-subdir)
4429         (dired-enable-local-variables, dired-clean-up-buffers-too)
4430         (dired-extra-startup, dired-mark-extension, dired-jump)
4431         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
4432         (dired-smart-shell-command, dired-guess-shell-alist-user)
4433         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
4434         (dired-x-bind-find-file, dired-x-submit-report):
4435         Fix typos in docstrings.
4436         (dired-mark-unmarked-files): "?\ " -> "?\s".
4438         * dirtrack.el (dirtrack-list): Fix typos in docstring.
4440         * faces.el (describe-face): "?\ " -> "?\s".
4441         (read-all-face-attributes, read-face-font, modify-face)
4442         (face-attr-construct, italic): Fix typos in docstrings.
4443         (frame-update-face-colors): Declare with
4444         `define-obsolete-function-alias'.
4446         * files.el (find-file-noselect, recode-file-name): Doc fixes.
4447         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4448         (magic-mode-alist, buffer-file-numbers-unique)
4449         (write-file-functions, get-free-disk-space):
4450         Fix typos in docstrings.
4451         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4452         (write-contents-hooks, write-file-hooks):
4453         Declare with `define-obsolete-variable-alias'.
4455         * forms-d2.el (arch-rj): Fix typo in docstrings.
4456         (arch-tocol): Likewise.  "?\ " -> "?\s".
4458         * frame.el (set-frame-font, cursor-in-non-selected-windows):
4459         Fix typo in docstring.
4460         (set-screen-width, set-screen-height): Delete redundant info in
4461         doctrings.
4462         (new-frame, screen-height, screen-width): Declare with
4463         `define-obsolete-function-alias'.
4464         (delete-frame-hook, blink-cursor): Declare with
4465         `define-obsolete-variable-alias'.
4467         * paths.el (prune-directory-list): Fix typos in docstring.
4469         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4470         (cvs-prefix-get): Fix typos in docstrings.
4472         * ps-print.el (ps-extend-face-list, ps-extend-face)
4473         (ps-print-background-image): Fix typos in docstrings.
4474         (ps-default-fg, ps-default-bg): Doc fixes.
4476         * s-region.el (s-region-bind): Doc fix.
4477         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4479         * textmodes/org.el (org-table-formula-substitute-names)
4480         (org-table-get-vertical-vector): Doc fixes.
4481         (org-table-recalculate): Remove unused argument to `message'.
4483 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
4485         * textmodes/org.el (org-table-column-names)
4486         (org-table-column-name-regexp)
4487         (org-table-named-field-locations): New variables.
4488         (org-archive-subtree): Protect `this-command' when calling
4489         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4490         the kill buffer.
4491         (org-complete): Remove fixed-formula completion.
4492         (org-edit-formulas-map): New variable.
4493         (org-table-edit-formulas): New command.
4494         (org-finish-edit-formulas, org-abort-edit-formulas)
4495         (org-show-variable, org-table-get-vertical-vector): New functions.
4496         (org-table-maybe-eval-formula): Handle `:=' fields.
4497         (org-table-get-stored-formulas, org-table-store-formulas)
4498         (org-table-get-formula, org-table-modify-formulas)
4499         (org-table-replace-in-formulas): Handle named field formulas.
4500         (org-table-get-specials): Store locations of named fields.
4502 2005-07-19  Juri Linkov  <juri@jurta.org>
4504         * progmodes/grep.el (grep-regexp-alist)
4505         (grep-mode-font-lock-keywords, grep-process-setup):
4506         Use default GNU grep match color "01;31m" instead of "01;41m".
4507         (grep-regexp-alist, grep-mode-font-lock-keywords):
4508         Use `\\[[0-9]*m' instead of `\\[00m'.
4509         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4510         sgr_start where its handling is more important.  Use the real
4511         length of sgr_start instead of constant 8.
4512         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4513         specially.  Delete all remaining escape sequences.
4514         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4515         (grep-regexp-alist): Make hyperlink only for binary file name
4516         instead of the whole line.
4517         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4518         (grep-mode): Add autoload.
4520         * emacs-lisp/find-func.el (find-function-regexp):
4521         Add `define-compilation-mode'.
4523 2005-07-19  Juri Linkov  <juri@jurta.org>
4525         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4526         (compare-windows-sync-string-size, compare-windows-recenter)
4527         (compare-windows-highlight, compare-windows): Add version 22.1.
4528         (compare-windows) <defface>: Inherit from lazy-highlight instead
4529         of duplicating its default value.
4531         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4532         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4534         * descr-text.el (describe-char): Create link buttons for `charset'
4535         and `code point'.  Add the current input method name with a link
4536         button to `to input' field.  Print face names of display table
4537         characters in `The display table entry is displayed by' section
4538         instead of printing face-id in the `display' field.
4539         Guess hardcoded faces and create a link button for them.
4540         Skip empty fields when calculating max-width.
4541         Treat `widget-create' specially while inserting strings from the
4542         collected field list.
4543         (describe-char-after): Made obsolete in version 22.1, not 21.5.
4545         * diff-mode.el (diff-file-header): Change foreground color from
4546         yellow to green on light backgrounds.
4547         (diff-context): Inherit from `shadow' only for color/grayscale
4548         with more than 88 colors.
4549         (diff-indicator-removed, diff-indicator-added)
4550         (diff-indicator-changed): New faces.
4551         (diff-font-lock-keywords): Use new faces.  Regroup rules.
4552         Add "^---$" for `normal' diff format.  Fontify `#' lines with
4553         font-lock-comment-delimiter-face and font-lock-comment-face.
4554         Add `#' to ^[^...] in the rule for `diff-context-face'.
4556         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4557         a button-like box.  Inherit from `highlight' on low colors.
4558         (shadow): Use shades of gray only for color/grayscale with
4559         more than 88 colors.  Use green for light backgrounds with
4560         8 colors, and yellow for dark backgrounds with 8 colors.
4562         * font-lock.el (font-lock-regexp-grouping-backslash):
4563         Don't inherit from escape-glyph (use bold for all cases).
4565         * info.el (info-xref-visited): Use light foreground color `violet'
4566         for dark backgrounds instead of dark color `magenta3'.
4567         (info-title-1): Use `yellow' color for dark backgrounds.
4569         * isearch.el (isearch): Use not-too-dark magenta3 instead of
4570         too-light magenta2.
4572         * replace.el (match): Use slightly more light RoyalBlue3 instead
4573         of dark RoyalBlue4.
4575         * wid-edit.el (widget-inactive): Inherit from `shadow'.
4577 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
4579         * novice.el (disabled-command-hook): Declare it with
4580         `define-obsolete-variable-alias'.
4582         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4583         (desktop-buffer-misc-functions, desktop-buffer-handlers)
4584         (desktop-load-default): Add release to obsolescence info.
4585         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4586         (desktop-append-buffer-args, desktop-read):
4587         Fix typos in docstrings.
4588         (desktop-kill): Fix typo in message.
4589         (desktop-save): Doc fix.
4591 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4593         * viper-cmd.el (viper-escape-to-state): Bug fix.
4594         (viper-envelop-ESC-key): Change the definition of fast
4595         keysequence so it'll work with keyboard macros.
4597         * ediff.el (ediff-patch-buffer): Change the docstring.
4599 2005-07-19  Kenichi Handa  <handa@m17n.org>
4601         * international/mule-cmds.el (select-safe-coding-system): Try to
4602         use an auto-coding (if any) before anything else.  If the found
4603         auto-coding is invalid, show a warning message.
4605         * international/mule.el (find-auto-coding): New function created
4606         by modifying the body of set-auto-coding.
4607         (set-auto-coding): Use find-auto-coding to find a coding.
4609 2005-07-18  Richard M. Stallman  <rms@gnu.org>
4611         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4612         not isearch-mode-end-hook-error.
4613         (allout-before-change-protect): Fix error message.
4615 2005-07-18  Juri Linkov  <juri@jurta.org>
4617         * allout.el (allout-mode):
4618         * calculator.el (calculator-copy):
4619         * custom.el (custom-known-themes):
4620         * dired.el (dired-desktop-buffer-misc-data)
4621         (dired-restore-desktop-buffer):
4622         * dired-x.el (dired-omit-marker-char):
4623         * files.el (basic-save-buffer):
4624         * font-core.el (font-lock-mode):
4625         * calendar/calendar.el (calendar-goto-hebrew-date)
4626         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4627         (calendar-goto-persian-date):
4628         * language/ethio-util.el (ethio-sera-to-fidel-region):
4629         * textmodes/picture.el (picture-mode):
4630         Delete duplicate duplicate words.
4632 2005-07-18  Juri Linkov  <juri@jurta.org>
4634         * isearch.el (isearch-mode-map): Remove key bindings for regexp
4635         chars * ? } |.
4636         (isearch-fallback): Don't call `isearch-process-search-char'.
4637         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4638         (isearch-process-search-char): Call `isearch-fallback' for regexp
4639         chars * ? } |.
4640         (isearch-return-char): Make obsolete with `make-obsolete' instead
4641         of simply documenting it as obsolete in the docstring.
4642         (isearch-fallback): Refill docstring.
4644         * international/isearch-x.el
4645         (isearch-process-search-multibyte-characters): Remove unneeded
4646         `concat'.  Add intermediate values to `junk-hist' instead of
4647         `minibuffer-history'.  Test the length of `str'.
4649 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
4651         * allout.el (allout-resolve-xref): Fix typos in error strings.
4652         (allout-before-change-protect): Remove unneeded `concat'.
4654         * array.el (array-mode, array-reconfigure-rows)
4655         (untabify-backward): Fix typos in docstrings.
4656         (array-reconfigure-rows): Use `insert-buffer-substring', not
4657         `insert-buffer'.
4659         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4660         * progmodes/ada-mode.el (ada-make-body):
4661         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4663         * dired.el (dired-log):
4664         * tar-mode.el (tar-subfile-save-buffer):
4665         * play/zone.el (zone-pgm-stress-destress):
4666         Use `insert-buffer-substring', not `insert-buffer'.
4668 2005-07-17  Simon Josefsson  <jas@extundo.com>
4670         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4672 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
4674         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4675         Add plain auth method.
4676         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4678 2005-07-17  Kim F. Storm  <storm@cua.dk>
4680         * ido.el (dired-other-window): Add ido property.
4682 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
4684         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4685         Fix typo in docstring.
4686         (byte-compile-interactive-only-functions): Add `insert-buffer' and
4687         `insert-file-literally'.
4689         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4690         info and delete redundant message.  Doc fix.
4691         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4692         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4694 2005-07-16  Richard M. Stallman  <rms@gnu.org>
4696         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4697         (byte-compile-and): Use byte-compile-and-recursion.
4698         (byte-compile-or-recursion): New function.
4699         (byte-compile-or): Use that.
4700         (byte-compile-if): Guard the else-clause too.
4701         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4703         * isearch.el (isearch-mode-end-hook-quit): New variable.
4704         (isearch-done): Bind it.
4705         (isearch-mode-end-hook): Doc fix.
4707         * allout.el (allout-isearch-did-quit): Variable deleted.
4708         (allout-real-isearch-abort): Function name no longer used.
4709         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4710         (allout-isearch-rectification): isearch-mode always exists.
4711         Don't set allout-isearch-did-quit.
4712         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4713         allout-isearch-did-quit.
4714         (allout-enwrap-isearch): Just add the hook.
4715         (allout-isearch-abort): Function deleted.
4716         (allout-pre-command-business): Avoid warning.
4718         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4719         Correctly avoid warnings.
4720         (pascal-outline): Likewise.
4722         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4724         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4726         * play/tetris.el (tetris-mode): Avoid warning.
4728         * play/snake.el (snake-mode): Avoid warning.
4730         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4731         (gamegrid-set-display-table): Avoid warning.
4732         (gamegrid-set-timer): Likewise.
4733         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4734         (gamegrid-add-score-with-update-game-score-1): Take FILE
4735         as argument.
4736         (gamegrid-add-score-with-update-game-score): Pass that argument.
4737         Rename have-shared-game-dir to gamegrid-shared-game-dir.
4739         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4741         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4742         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4744         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4745         and insert-file.
4747         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4748         (sc-ask): Avoid warnings.
4750         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4751         (eshell-hist-initialize): Use that var the natural way.
4753         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4755         * emacs-lisp/re-builder.el (reb-cook-regexp):
4756         Avoid warning calling lre-compile-string.
4757         (reb-color-display-p): Avoid warning.
4759         * calculator.el (calculator-last-input): Guard uses
4760         of event-key and key-press-event-p.
4761         (event-key, key-press-event-p): Delete definitions.
4763         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4764         (find-gc-source-directory, find-gc-subrs-callers)
4765         (find-gc-noreturn-list, find-gc-source-files)
4766         (find-gc-subrs-called): Vars renamed and defvar'd.
4768         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4769         (checkdoc-overlay-put, checkdoc-delete-overlay)
4770         (checkdoc-overlay-start, checkdoc-overlay-end)
4771         (checkdoc-mode-line-update, checkdoc-char=):
4772         Define such that compiler knows they are defined.
4773         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
4774         (checkdoc-read-event): Delete.  Use read-event directly.
4776         * whitespace.el (whitespace-make-overlay)
4777         (whitespace-overlay-put, whitespace-delete-overlay)
4778         (whitespace-overlay-start, whitespace-overlay-end):
4779         Define such that compiler knows they are defined.
4780         (whitespace): Move conditional inside.
4782         * tempo.el (tempo-insert-template): Suppress warning.
4784         * ediff-diff.el (longlines-mode): Add defvar.
4786 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
4788         * server.el: Bind "C-x #" in a way that works even if C-x is
4789         redefined to a command key, not a prefix key.
4791 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
4793         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4794         cl-make-type-test till execution time.
4796 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
4798         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4799         arg ARG and use it.
4801 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
4803         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4805 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
4807         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4808         a defcustom with two :set or :type keywords.
4810 2005-07-15  Richard M. Stallman  <rms@gnu.org>
4812         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4813         Don't give ^M comment-end syntax.
4815 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
4817         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4818         Don't consider gdbmi (gdb-mi.el has its own update functions).
4819         (gdb-var-delete): Make it work for gdbmi as well.
4820         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4822         * progmodes/gud.el (etags, sdb): Only require etags when needed.
4823         (gud-speedbar-menu-items): Correct logic for enabling items.
4825 2005-07-15  Kim F. Storm  <storm@cua.dk>
4827         * ido.el: Fix commentary.
4828         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4829         Use with-no-warnings around ffap-guesser.
4830         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4831         Let bind minibuffer-completing-file-name to t.
4833 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
4835         * startup.el (site-run-file, keyboard-type): Doc fixes.
4836         (command-line): Check for "--basic-display" argument; also for
4837         "--quick", not "--bare-bones" (which was renamed).
4838         (fancy-splash-text): Add missing item "Getting New Versions".
4839         (normal-splash-screen): Fix typos and improve consistency with
4840         `fancy-splash-text'.  Update copyright year.
4842         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4843         valid binding for `help-char'.
4845         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4847 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
4849         * term.el (term-mode): Disable cua-mode for term buffers.
4851 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
4853         * add-log.el (add-log-mailing-address, change-log-merge):
4854         Doc fixes.
4855         (change-log-get-method-definition): Fix typo in docstring.
4857 2005-07-14  Kim F. Storm  <storm@cua.dk>
4859         * emulation/cua-base.el:
4860         (cua--pre-command-handler-1, cua--pre-command-handler)
4861         (cua--post-command-handler-1, cua--post-command-handler):
4862         Split in two.  Check (buffer local) value of cua-mode.
4863         (cua-selection-mode): New command.
4865 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
4867         * custom.el (custom-initialize-safe-set)
4868         (custom-initialize-safe-default): Doc fixes.
4870         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4871         and simplify :init-value again.
4873         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4874         and simplify :init-value again.  Delete autoload.
4876         * startup.el (command-line): Use `custom-reevaluate-setting' again
4877         for tooltip-mode.
4879         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4880         a defcustom with two :initialize keywords.
4882 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
4884         * allout.el (my-mark-marker, allout-isearch-prior-pos)
4885         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4886         (allout-post-command-business, allout-flag-region)
4887         (isearch-reenable-font-lock, allout-yank)
4888         (allout-insert-latex-header, allout-insert-latex-trailer)
4889         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4890         (allout-latex-verb-quote): Fix typos in docstrings.
4891         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4892         (allout-unprotected, allout-prefix-data):
4893         Improve argument/docstring consistency.
4894         (allout-chart-subtree): Fix argument spec.
4895         (allout-open-topic): Rename `use_sib_bullet' argument to
4896         `use-sib-bullet'.  Doc fix.
4898         * whitespace.el (whitespace-check-buffer-leading)
4899         (whitespace-check-buffer-trailing)
4900         (whitespace-check-buffer-indent)
4901         (whitespace-check-buffer-spacetab)
4902         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4903         (whitespace-check-leading-whitespace)
4904         (whitespace-check-trailing-whitespace)
4905         (whitespace-check-spacetab-whitespace)
4906         (whitespace-check-indent-whitespace)
4907         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4908         (whitespace-modes): Fix typos in docstrings.
4909         (defgroup, defcustom): Doc fixes.
4911         * winner.el (winner-mode, winner-boring-buffers)
4912         (winner-pending-undo-ring): Doc fixes.
4913         (winner-ring): Remove unneeded `progn'.
4914         (winner-equal): `defsubst' it.
4915         (winner-redo): Fix message.
4917 2005-07-13  Kim F. Storm  <storm@cua.dk>
4919         * simple.el (line-move-1): Always use vertical-motion to
4920         do the last (or only) line move to ensure some movement.
4921         Undo 2005-06-23 change--don't check for overlays.
4923 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4925         * term/mac-win.el (ccl-encode-mac-roman-font)
4926         (ccl-encode-mac-centraleurroman-font)
4927         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4928         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4929         Change charset-id boundary of dimension to ?\xef.
4930         (mac-char-fontspec-list): New constant.
4931         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
4932         argument.  Nil uses itself as family in font-spec.  Previous
4933         behavior for nil is now provided by non-nil non-string argument.
4934         All callers changed.  Add font-specs for Mac fonts to
4935         "fontset-default" unless iso8859-1 fonts are installed.
4937 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4939         * progmodes/sh-script.el (sh-get-indent-info): Only indent
4940         a continuation line if the \ is preceded by SPC or TAB.
4941         (sh-get-indent-info): Simplify.
4942         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4943         Use with-current-buffer.
4945         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4946         when the matched text is empty.
4948 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
4950         * startup.el (command-line): Revert to previous handling of
4951         tooltip-mode.  Explain in comment why the complexity is needed.
4953         * tooltip.el (tooltip-mode): Revert to previous implementation of
4954         its defcustom.
4956         * frame.el (blink-cursor-mode): Revert to previous implementation
4957         of its defcustom.  Update comment.
4959 2005-07-12  Lars Hansen  <larsh@soem.dk>
4961         * desktop.el: Update e-mail address.
4963 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4965         * term/mac-win.el (mac-services-mail-selection)
4966         (mac-services-mail-to): New functions.
4967         (mac-application-menu-map): Bind them.
4969 2005-07-12  wulei <milton@wulei.net>  (tiny change)
4971         * progmodes/gdb-ui.el: Add note about buffering with Windows.
4973 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
4975         * custom.el (custom-reevaluate-setting): Doc fix.
4977 2005-07-11  Jay Belanger  <belanger@truman.edu>
4979         * calc/calc.el (calc-embedded-announce-formula-alist)
4980         (calc-embedded-open-close-plain-alist)
4981         (calc-embedded-open-close-mode-alist): Add checks for additional
4982         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4984 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
4986         * custom.el (custom-enable-theme): Don't add theme to
4987         `custom-enabled-themes' with `push' because there is no
4988         setf-method for `delq'.
4990 2005-07-11  Richard M. Stallman  <rms@gnu.org>
4992         * custom.el (custom-declare-variable): Doc fix.
4994         * dired-aux.el (dired-compare-directories): Remove "." and ".."
4995         from the alists.
4997         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4998         Do nothing if edebug-active.
5000         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
5001         (edebug-display): Do it here instead.
5003 2005-07-10  Richard M. Stallman  <rms@gnu.org>
5005         * cus-face.el (custom-theme-set-faces): Make it work.
5006         (custom-reset-faces): Doc fix.
5007         (custom-theme-reset-internal-face, custom-theme-face-value):
5008         Functions deleted.
5010         * custom.el (custom-push-theme): Maintain list of the settings
5011         of a given theme in its theme-settings property.
5012         Maintain position of old settings in the theme-value
5013         or theme-face property.
5014         (custom-enabled-themes): New variable.
5015         (custom-theme-enabled-p): New function.
5016         (provide-theme): Update custom-enabled-themes.
5017         Disable and reenable the `user' theme.
5018         (require-theme): Doc fix.
5019         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
5020         (custom-theme-value, custom-theme-variable-value): Likewise.
5021         (custom-theme-reset-internal): Likewise.
5022         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
5023         (custom-enable-theme, custom-disable-theme): New functions.
5024         (custom-variable-theme-value, custom-face-theme-value): Likewise.
5025         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
5026         (custom-theme-reset-variables): Simplify.
5027         (deftheme, custom-declare-theme, custom-make-theme-feature):
5028         Definitions moved.
5030 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
5032         * longlines.el (longlines-show-region)
5033         (longlines-unshow-hard-newlines): Recognize hard newlines by
5034         non-nil hard property, instead of t.
5036 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
5038         * viper-cmd.el (viper--key-maps): New variable.
5039         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
5040         emulation-mode-map-alists.
5041         (viper-envelop-ESC-key): Use viper-subseq.
5042         (viper-search-forward/backward/next): Disable debug-on-error.
5044         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5045         (viper-ESC-key): New defcustoms.
5047         * viper-macs.el (ex-map-read-args): Use viper-subseq.
5049         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
5050         (viper-subseq): Copy of subseq from cl.el.
5052         * viper.el (viper-go-away, viper-set-hooks): Use
5053         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
5055         * viper-mous.el (viper-current-frame-saved): Use defvar.
5057         * viper-init.el: Get rid of -face in face names.
5059         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5060         Make it work with longlines mode
5062         * ediff-mult.el (ediff-meta-mode-hook): New variable.
5064         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
5066         * ediff-init.el: Get rid of -face in face names.
5068 2005-07-10  Richard M. Stallman  <rms@gnu.org>
5070         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
5071         and with-timeout-unsuspend.
5073         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
5074         and with-timeout-unsuspend.
5076         * emacs-lisp/timer.el (with-timeout-timers): New variable.
5077         (with-timeout): Bind that variable to record timers.
5078         (with-timeout-suspend, with-timeout-unsuspend): New functions.
5080         * emacs-lisp/debug.el (debug-help-follow): New function.
5081         (debugger-mode-map): Use that instead of help-follow.
5082         (debugger-setup-buffer): Use eval-buffer-list
5083         to handle eval-buffer frames.
5085 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
5087         * timezone.el (timezone-parse-date): Change first regexp
5088         so it will not mistakenly match dates with no time zone.
5090 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
5092         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
5094 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
5096         * custom.el (custom-initialize-safe-set)
5097         (custom-initialize-safe-default): New functions.
5099         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
5100         and simplify :init-value.
5102         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
5103         and simplify :init-value.  Delete obsolete comment.
5105         * startup.el (command-line): Use `custom-reevaluate-setting' to
5106         handle `tooltip-mode'.  Delete obsolete comment.
5108         * files.el (set-visited-file-name): Avoid calling
5109         `file-name-nondirectory' with a nil argument.
5111 2005-07-09  Richard M. Stallman  <rms@gnu.org>
5113         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
5114         was called with nil for the buffer, handle the read position right.
5115         Handle read position for eval-region, too.
5117 2005-07-09  Juri Linkov  <juri@jurta.org>
5119         * fringe.el (fringe-mode): Add period in docstring.
5120         (fringe-query-style): Build prompt depending on `all-frames' arg.
5122         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
5123         to not create links to unrelated functions in the Help buffer.
5125         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
5126         Doc fix.
5128         * simple.el (next-error-hook): New variable.
5129         (next-error): Use it.  Doc fix.
5131         * textmodes/ispell.el (ispell-command-loop): Add current
5132         dictionary name and program name to mode-line-format.
5133         (ispell-region, ispell-process-line): Add current dictionary name
5134         and program name to messages.
5136 2005-07-08  Jay Belanger  <belanger@truman.edu>
5138         * calc/calc.el (calc-embedded-announce-formula-alist)
5139         (calc-embedded-open-close-formula-alist)
5140         (calc-embedded-open-close-word-alist)
5141         (calc-embedded-open-close-plain-alist)
5142         (calc-embedded-open-close-new-formula-alist)
5143         (calc-embedded-open-close-mode-alist)
5144         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
5145         (calc-embedded-mode-hook): New variables.
5147         * calc/calc-embed.el (calc-embedded-firsttime)
5148         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
5149         New variables.
5150         (calc-do-embedded): Use calc-embedded-firsttime,
5151         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
5152         determine whether or not to run hooks.
5153         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
5154         calc-embedded-firsttime-formula appropriately.
5155         Set calc-embedded delimiter variables according to mode.
5157 2005-07-08  Richard M. Stallman  <rms@gnu.org>
5159         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
5160         Check for "emacs", etc., as entire symbol, not just as word.
5161         (checkdoc-file-comments-engine): Use regexp-quote on FN.
5163         * files.el (set-visited-file-name): Report the error
5164         for "empty filename" earlier.
5165         (kill-some-buffers): Ignore buffers already dead.
5167         * fringe.el (fringe-mode): Doc fix.
5169         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5170         Check for (featurep 'xemacs) and turn off warnings in what it guards.
5171         Use unwind-protect to ensure byte-compile-unresolved-functions
5172         is updated.
5174         * whitespace.el (whitespace-buffer-leading-cleanup):
5175         Simplify w/ skip-chars-forward.
5176         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
5178         * mail/rmail.el (rmail-only-expunge): Fix paren error.
5179         Unconditionally try to leave point at the same old place.
5181 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
5183         * comint.el (comint-postoutput-scroll-to-bottom)
5184         (comint-show-maximum-output): Take scroll-margin into consideration.
5186 2005-07-08  Kim F. Storm  <storm@cua.dk>
5188         * ido.el (ido-use-filename-at-point): New choice `guess'.
5189         (ido-file-internal): Try ffap-guesser if selected.
5191         * ido.el (ido-before-fallback-functions): New hook.
5192         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
5193         (ido-read-file-name): Run it.
5195 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5197         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
5198         strings rather than a list of symbols to the completion function.
5200 2005-07-07  Jay Belanger  <belanger@truman.edu>
5202         * calc/calc-units.el (math-apply-units): Change the places in
5203         which units are simplified.
5205 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
5207         * cus-edit.el (customize-option, customize-option-other-window):
5208         Make them handle aliases.
5210         * custom.el (custom-variable-p): Make it recursively follow
5211         aliases.  Mention that in the docstring.
5213 2005-07-07  Richard M. Stallman  <rms@gnu.org>
5215         * cus-start.el (exec-path): Use `directory' instead of `file'.
5216         Fix tag for nil.
5218 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
5220         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
5221         when called non-interactively.  Doc fix.
5223 2005-07-07  Lute Kamstra  <lute@gnu.org>
5225         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
5226         new address as well.
5228 2005-07-07  Kenichi Handa  <handa@m17n.org>
5230         * international/mule.el (make-coding-system):
5231         Describe `ascii-incompatible' property in the docstring.
5232         (set-file-name-coding-system): Signal an error if coding-system is
5233         ascii-incompatible.
5234         (set-keyboard-coding-system): Likewise.
5236         * international/mule-cmds.el (set-default-coding-systems):
5237         Don't set default-file-name-coding-system and
5238         default-keyboard-coding-system if coding-system is ASCII-incompatible.
5240         * international/utf-16.el: Declare that all UTF-16-based coding
5241         systems are ASCII-incompatible.
5243 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
5245         * progmodes/gud.el: Require font-lock for displaying errors.
5246         Used by gdb-ui.el.
5248 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
5250         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
5251         values for the pattern lists which are `read'able but not
5252         `append'able (like symbols).
5254 2005-07-06  Richard M. Stallman  <rms@gnu.org>
5256         * progmodes/flymake.el (flymake-float-time): Instead of
5257         with-no-warnings, test for xemacs.
5258         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
5259         to avoid warning.
5261 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
5263         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
5265 2005-07-05  Lute Kamstra  <lute@gnu.org>
5267         * battery.el: Add support for Darwin (with much debugging help
5268         from Samuel Lauber <sam124@operamail.com>).
5269         (battery-status-function, battery-echo-area-format)
5270         (battery-mode-line-format): Add support for pmset on Darwin.
5271         (battery-load-low, battery-load-critical): New user options.
5272         (battery-pmset): New function.
5274 2005-07-05  Lute Kamstra  <lute@gnu.org>
5276         Update FSF's address in GPL notices.
5278         * textmodes/page-ext.el: Update FSF's address.
5280 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5282         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
5283         filling from using prefix when filling a single-line docstring.
5285         * progmodes/flymake.el: Remove useless eval-when-compile.
5287         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
5289 2005-07-04  Richard M. Stallman  <rms@gnu.org>
5291         * textmodes/org.el (org-file-apps-defaults-gnu):
5292         Rename from org-file-apps-defaults-linux.
5293         (org-default-apps): Don't test system-type for `linux'.
5294         (org-file-apps): Doc fix.
5296 2005-07-04  David Ponce  <david@dponce.com>
5298         * tree-widget.el: Improve header Commentary section.
5299         (tree-widget) [defgroup]
5300         (tree-widget-image-enable, tree-widget-themes-directory)
5301         (tree-widget-theme, tree-widget-image-properties-emacs)
5302         (tree-widget-image-properties-xemacs, tree-widget-create-image)
5303         (tree-widget-image-formats, tree-widget-control)
5304         (tree-widget-empty-control, tree-widget-leaf-control
5305         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
5306         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
5307         (tree-widget-keep, tree-widget-after-toggle-functions)
5308         (tree-widget-open-node, tree-widget-close-node): Doc fix.
5309         (tree-widget-open-control, tree-widget-close-control): Fix doc and
5310         :help-echo message.
5311         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
5312         (tree-widget-image-properties): Doc fix.  Clearer implementation.
5313         (tree-widget--cursors): New constant.
5314         (tree-widget-lookup-image): New function split from
5315         `tree-widget-find-image'.  Clearer implementation.
5316         (tree-widget-find-image): Use it.
5317         (tree-widget-button-keymap): Use `set-keymap-parent'.
5318         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
5319         Define the sub-widgets here.
5320         (tree-widget-node): Check that :node is not a tree-widget.
5321         (tree-widget-get-super, tree-widget-open-control)
5322         (tree-widget-close-control, tree-widget-empty-control)
5323         (tree-widget-leaf-control, tree-widget-guide)
5324         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
5325         (tree-widget-no-handle, tree-widget-value-delete)
5326         (tree-widget-map): Remove.
5327         (tree-widget-children-value-save): Doc fix.  Simplified.
5328         (tree-widget-value-create): Update according to previous changes.
5330 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
5332         * textmodes/org.el: Leading space replaced by TABS.
5333         (org-recalc-marks, org-table-rotate-recalc-marks)
5334         (org-table-get-specials): Treat "^" and "_" marks.
5335         (org-table-justify-field-maybe): Optional argument NEW.
5336         (org-table-eval-formula): Parsing of the format simplified.
5337         New modes C,I.  Honor the %= parameter in the current table.
5338         Avoid unnecessary re-align by using the NEW argument to
5339         `org-table-justify-field-maybe'.
5340         (org-calc-default-modes): Default for date-format mimicks org-mode.
5341         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
5343 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
5345         * cus-face.el (custom-theme-set-faces): Make it handle face
5346         aliases whose alias declarations are pre- or autoloaded.
5348 2005-07-04  Juri Linkov  <juri@jurta.org>
5350         * faces.el (read-face-name): Put the code for getting a face name
5351         from the buffer before adding the faces from the `face' property.
5352         Use `completing-read-multiple' instead of `completing-read'.
5353         Require `crm'.  Add default value and post-process the returned
5354         list of faces.
5356         * emacs-lisp/crm.el (crm-find-current-element)
5357         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
5359         * emacs-lisp/lisp-mode.el (eval-defun-1):
5360         * emacs-lisp/edebug.el (edebug-eval-defun):
5361         Remove unnecessary quotes.
5363 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5365         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
5366         (prolog-indent-level): Fix typo in docstring.
5368         * info.el (Info-history, Info-history-forward)
5369         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
5371         * add-log.el (add-change-log-entry):
5372         * comint.el (comint-dynamic-list-input-ring)
5373         (comint-dynamic-list-completions):
5374         * dabbrev.el (dabbrev-expand):
5375         * delim-col.el (delimit-columns-rectangle-line):
5376         * diff-mode.el (diff-context->unified, diff-reverse-direction)
5377         (diff-unified->context):
5378         * ediff-init.el (ediff-abbrev-jobname):
5379         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
5380         (ediff-replace-session-activity-marker-in-meta-buffer):
5381         * info.el (Info-summary):
5382         * lpr.el (printify-region):
5383         * printing.el (pr-create-interface):
5384         * ps-print.el (ps-print-quote):
5385         * ses.el (ses-column-widths, ses-print-cell)
5386         (ses-adjust-print-width, ses-center):
5387         * shell.el (shell-file-name-quote-list):
5388         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
5389         (strokes-fill-current-buffer-with-whitespace)
5390         (strokes-xpm-for-stroke, strokes-list-strokes)
5391         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
5392         * term.el (term-dynamic-list-input-ring)
5393         (term-dynamic-list-completions):
5394         * calc/calc.el (math-format-stack-value):
5395         * emacs-lisp/edebug.el (edebug-display-freq-count):
5396         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
5397         (delphi-new-comment-line):
5398         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
5399         * progmodes/executable.el (executable-set-magic):
5400         * progmodes/python.el (inferior-python-mode):
5401         * progmodes/scheme.el (scheme-mode-syntax-table):
5402         * progmodes/sh-script.el (sh-maybe-here-document):
5403         * progmodes/sql.el (sql-copy-column):
5404         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
5405         * textmodes/bibtex.el (bibtex-mode):
5406         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
5407         (sgml-auto-attributes):
5408         * textmodes/table.el (table-insert, table-shorten-cell)
5409         (table--generate-source-scan-lines, table-delete-row)
5410         (*table--cell-delete-char, table--spacify-frame)
5411         (table--horizontally-shift-above-and-below)
5412         (table--cell-insert-char, table--cell-blank-str)
5413         (table--fill-region-strictly):
5414         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
5415         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
5417         * add-log.el (change-log):
5418         * apropos.el (apropos):
5419         * comint.el (comint-completion, comint-source):
5420         * dabbrev.el (dabbrev):
5421         * delim-col.el (columns):
5422         * diff-mode.el (diff-mode):
5423         * ediff.el (ediff):
5424         * ediff-diff.el (ediff-diff):
5425         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
5426         * ediff-mult.el (ediff-mult):
5427         * ediff-ptch.el (ediff-ptch):
5428         * ediff-wind.el (ediff-window):
5429         * facemenu.el (facemenu):
5430         * indent.el (indent):
5431         * info.el (info):
5432         * jka-cmpr-hook.el (compression, jka-compr):
5433         * lpr.el (lpr):
5434         * outline.el (outlines):
5435         * pcmpl-cvs.el (pcmpl-cvs):
5436         * pcmpl-rpm.el (pcmpl-rpm):
5437         * printing.el (printing):
5438         * ps-print.el (postscript, ps-print, ps-print-horizontal)
5439         (ps-print-vertical, ps-print-headers, ps-print-font)
5440         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5441         (ps-print-background, ps-print-printer, ps-print-page)
5442         (ps-print-miscellany):
5443         * ses.el (ses):
5444         * shell.el (shell, shell-directories, shell-faces):
5445         * startup.el (initialization):
5446         * strokes.el (strokes):
5447         * term.el (term):
5448         * uniquify.el (uniquify):
5449         * w32-vars.el (w32):
5450         * calc/calc.el (calc):
5451         * emacs-lisp/bytecomp.el (bytecomp):
5452         * emacs-lisp/cl-indent.el (lisp-indent):
5453         * emacs-lisp/edebug.el (edebug):
5454         * emacs-lisp/elp.el (elp):
5455         * emacs-lisp/testcover.el (testcover):
5456         * emacs-lisp/trace.el (trace):
5457         * emulation/viper-ex.el (viper-ex):
5458         * emulation/viper-mous.el (viper-mouse):
5459         * mail/mailalias.el (mailalias):
5460         * mail/supercite.el (supercite, supercite-frames)
5461         (supercite-attr, supercite-cite, supercite-hooks):
5462         * net/rcompile.el (remote-compile):
5463         * net/rlogin.el (rlogin):
5464         * obsolete/ooutline.el (outlines):
5465         * progmodes/delphi.el (delphi):
5466         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5467         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5468         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5469         (ebnf-optimization):
5470         * progmodes/etags.el (etags):
5471         * progmodes/executable.el (executable):
5472         * progmodes/idlwave.el (idlwave):
5473         * progmodes/pascal.el (pascal):
5474         * progmodes/prolog.el (prolog):
5475         * progmodes/python.el (python):
5476         * progmodes/scheme.el (scheme):
5477         * progmodes/sh-script.el (sh, sh-script):
5478         * progmodes/sql.el (SQL):
5479         * progmodes/tcl.el (tcl):
5480         * textmodes/bibtex.el (bibtex, bibtex-autokey):
5481         * textmodes/enriched.el (enriched):
5482         * textmodes/makeinfo.el (makeinfo):
5483         * textmodes/sgml-mode.el (sgml):
5484         * textmodes/table.el (table-hooks):
5485         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5486         * textmodes/texinfo.el (texinfo):
5487         * textmodes/two-column.el (two-column):
5488         Finish `defgroup' description with period.
5490         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5491         * eshell/esh-var.el (eshell-var):
5492         * progmodes/vhdl-mode.el (vhdl-testbench):
5493         * textmodes/org.el (org): Fix typos in docstrings.
5495         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5496         consistency.
5498         * progmodes/flymake.el (flymake-find-file): Remove.
5499         (flymake-float-time): Use `with-no-warnings'.
5500         (flymake-check-start-time, flymake-check-was-interrupted)
5501         (flymake-err-info, flymake-is-running, flymake-last-change-time)
5502         (flymake-new-err-info): `defvar' at compile time.
5504 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
5506         * replace.el (occur-hook): Doc fix.
5507         (occur-1): Don't call `occur-hook' if there are no matches.
5509 2005-07-03  Richard M. Stallman  <rms@gnu.org>
5511         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5512         global-map, save the same map.
5513         (global-map): Don't alter it at top level.
5514         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5515         Then alter it here instead.
5516         (tpu-edt-off): Set global-map to the saved one.
5518         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5519         All references simplified.
5520         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
5521         (zmacs-regions): Add defvar.
5522         (repeat-complex-command-map): Everything about that deleted.
5524         * textmodes/artist.el (artist-key-is-drawing)
5525         (artist-key-endpoint1, artist-key-poly-point-list)
5526         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5527         (artist-key-compl-table, artist-rb-save-data)
5528         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5529         Don't put them in eval-when-compile.
5530         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5532         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5533         Use with-no-warnings.
5535         * net/browse-url.el (dos-windows-version): Add defvar.
5537         * mail/supercite.el (filladapt-prefix-table): Add defvar.
5539         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5540         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5541         (rmail-new-summary-line-count): Rename from new-summary-line-count.
5542         Add defvar.
5543         (rmail-summary-beginning-of-message): Use with-no-warnings.
5544         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5546         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5547         Use with-no-warnings.
5549         * emulation/vi.el (vi-mark-region): Use c-mark-function.
5550         (c-mark-function): Add point-moving-unit property.
5551         (vi-goto-line): Use with-no-warnings.
5553         * emulation/edt.el (edt-last-copied-word): Add defvar.
5554         (zmacs-region-stays): Likewise.
5555         (edt-mark-section-wisely): Use c-mark-function for C.
5556         Use makr-defun for Fortran.
5557         (time-string): defvar deleted.
5558         (edt-display-the-time): Don't set time-string.
5560         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5562         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5563         Don't warn when name is not constant
5564         or for defining the group `emacs'.
5566         * tooltip.el (gud-tooltip-mode): Add defvar.
5568         * startup.el (default-frame-background-mode): Add defvar.
5570         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5572         * info.el (tool-bar-map): Add defvar.
5574         * dired.el (dnd-protocol-alist): Add defvar.
5576         * dired-aux.el (dired-query): Display question with answer, when
5577         the user answers.
5579         * custom.el (custom-add-option): Doc fix.
5581         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5583 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
5585         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5586         bogus name from the last change.
5588 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
5590         * custom.el (custom-declare-variable): Fix typos in comment.
5591         (custom-known-themes): Doc fix.
5592         (custom-theme-directory): New defcustom.
5593         (require-theme): Make it check `custom-theme-directory'.
5595         * cus-theme.el (custom-new-theme-mode): New function.
5596         (custom-theme-name, custom-theme-variables, custom-theme-faces)
5597         (custom-theme-description): Add compiler defvars.
5598         (customize-create-theme): Add doc to the "*New Custom Theme*"
5599         buffer.  Use `custom-new-theme-mode'.
5600         (custom-theme-write): Put the created buffer in emacs-lisp-mode
5601         and save it to the `custom-theme-directory'.  Make this the
5602         default directory of the buffer.
5604 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
5606         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5607         Fix unbalanced parentheses.
5609 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5611         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5612         into flymake-mode and delegate to flymake-mode.
5614         * find-file.el (ff-which-function-are-we-in): Clean up.
5616 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
5618         * replace.el (occur-rename-buffer): Fix docstring.
5620         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5621         (edt-last-copied-word, edt-learn-macro-count)
5622         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5623         (edt-rect-start-point, edt-user-global-map, rect-start-point)
5624         (time-string, zmacs-region-stays):
5625         * emulation/edt-mapper.el (edt-save-function-key-map)
5626         (EDT-key-name): `defvar' to silence the byte-compiler.
5628 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5630         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5631         font-lock-regexp-backslash.  Doc fix.
5632         (font-lock-regexp-backslash-grouping-construct): Rename from
5633         font-lock-regexp-backslash-construct.  Doc fix.
5634         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5635         grouping constructs.
5637 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
5639         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5640         updating all the prerequisites.
5642 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
5644         * textmodes/org.el (org-agenda-start-on-weekday)
5645         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5646         (org-agenda-use-time-grid, org-archive-location)
5647         (org-allow-space-in-links, org-usenet-links-prefer-google)
5648         (org-enable-table-editor, org-export-default-language)
5649         (org-export-html-show-new-buffer, org-fill-paragraph)
5650         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5651         (org-goto-quit, org-occur, org-eval-in-calendar)
5652         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5653         (org-agenda-diary-entry, org-remember-help)
5654         (org-table-convert-region, org-at-table-p)
5655         (org-table-move-row-down, org-table-move-row-up)
5656         (org-table-copy-region, org-table-toggle-vline-visibility)
5657         (org-table-get-stored-formulas, org-table-get-specials)
5658         (org-recalc-commands, org-table-eval-formula)
5659         (org-table-formula-substitute-names, orgtbl-make-binding)
5660         (org-format-org-table-html, org-format-table-table-html)
5661         (org-format-table-table-html-using-table-generate-source)
5662         (org-customize): Fix typos in docstrings.
5663         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5664         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5665         (org-back-to-heading): Doc fixes.
5666         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5667         (org-agenda-change-all-lines, org-get-header):
5668         Improve argument/docstring consistency.
5669         (orgtbl-error): Fix error message.
5671         * progmodes/flymake.el (flymake-find-possible-master-files)
5672         (flymake-master-file-compare, flymake-get-line-err-count)
5673         (flymake-highlight-line, flymake-gui-warnings-enabled):
5674         Fix typos in docstrings.
5675         (flymake-parse-line, flymake-get-project-include-dirs-function)
5676         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5677         Doc fixes.
5678         (flymake-get-project-include-dirs-function)
5679         (flymake-make-err-menu-data):
5680         Improve argument/docstring consistency.
5682 2005-07-01  Lute Kamstra  <lute@gnu.org>
5684         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5685         Catch errors with ignore-errors.  Use temporary buffer.
5686         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
5688         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5689         background color faces.
5690         (facemenu-set-foreground, facemenu-set-background):
5691         Use facemenu-set-face-from-menu.
5692         (facemenu-set-face-from-menu): Treat face names that start with
5693         "fg:" or "bg:" as special.
5694         (facemenu-add-new-color): Don't create faces.  Simplify.
5696 2005-06-30  Richard M. Stallman  <rms@gnu.org>
5698         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5699         (crm-find-current-element): Likewise.
5701 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
5703         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5705 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * arc-mode.el (archive-extract): Make it work as a mouse binding.
5708         (archive-mouse-extract): Make it an obsolete alias.
5709         (archive-mode-map): Don't use archive-mouse-extract any more.
5710         (archive-mode, archive-extract): write-contents-hooks ->
5711         write-contents-functions.
5712         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5713         first arg.
5714         (archive-rename-entry): Update the call.
5715         (archive-zip-summarize): Remove unused var `method'.
5716         (archive-lzh-summarize): Remove unused var `creator'.
5718         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5719         dedicated frame upon exit.
5721         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5722         (archive-zip-extract, archive-zip-expunge)
5723         (archive-zip-update, archive-zip-update-case): Use executable-find.
5724         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5725         Use restore-buffer-modified-p.
5726         (archive-extract, archive-add-new-member, archive-write-file-member):
5727         Use with-current-buffer.
5728         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5730 2005-06-30  Andreas Schwab  <schwab@suse.de>
5732         * progmodes/gud.el (gud-filter): Remove unneeded progn.
5734 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5736         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5738 2005-06-30  Juri Linkov  <juri@jurta.org>
5740         * faces.el (vertical-border): Inherit from mode-line-inactive
5741         only on tty.
5743 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
5745         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5746         example, -NLINES in the `occur' docstring).
5748         * replace.el (occur-1): When no matches are found, do not set the
5749         `buffer-read-only' and modified flags for the occur buffer,
5750         because it is deleted.
5752         * emulation/cua-base.el (cua-check-pending-input)
5753         (cua-repeat-replace-region, cua-mode, cua-debug)
5754         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5755         Fix typos in docstrings.
5757         * emulation/cua-gmrk.el (cua-toggle-global-mark)
5758         (cua-cut-region-to-global-mark)
5759         (cua--cut-rectangle-to-global-mark):
5760         Remove period from end of messages.
5762         * emulation/cua-rect.el (cua-do-rectangle-padding):
5763         Remove period from end of messages.
5764         (cua--rectangle-seq-format): Fix typo in docstring.
5765         (cua-sequence-rectangle, cua-fill-char-rectangle):
5766         Improve argument/docstring consistency.
5768 2005-06-29  Juri Linkov  <juri@jurta.org>
5770         * faces.el (default-frame-background-mode): New internal variable.
5771         (frame-set-background-mode): Use it.
5773         * startup.el (normal-top-level): Set default-frame-background-mode
5774         instead of frame-background-mode.  Before setting it, test for its
5775         nil value.  Remove tests for frame-background-mode and frame
5776         parameter `reverse'.  Add test for "unspecified-fg".
5778         * term/xterm.el (xterm-rxvt-set-background-mode):
5779         * term/rxvt.el (rxvt-set-background-mode):
5780         Set default-frame-background-mode instead of frame-background-mode.
5782 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
5784         * simple.el (set-variable): Warn about obsolete user variables.
5786         * imenu.el (imenu--completion-buffer):
5787         * mouse.el (mouse-buffer-menu-alist):
5788         * msb.el (msb-invisible-buffer-p):
5789         * calendar/diary-lib.el (diary-header-line-format):
5790         * emacs-lisp/pp.el (pp-buffer):
5791         * progmodes/cperl-mode.el (cperl-do-auto-fill):
5792         * textmodes/picture.el (picture-replace-match):
5793         Change space constants followed by a sexp to "?\s ".
5795         * play/decipher.el (decipher-loop-with-breaks):
5796         * textmodes/texinfo.el (texinfo-insert-@item): Change space
5797         constants "protected" from end of line by a comment to "?\s".
5799 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5801         * font-lock.el (save-buffer-state): Use `declare'.
5803         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5804         reset the syntax-table to cperl-mode-syntax-table.
5805         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5806         "foo_print_bar" is not matched as a reserved keyword.
5808 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
5810         * textmodes/org.el (orgtbl-setup): New function, for delayed
5811         setup for the orgtbl commands.
5812         (org-calc-default-modes): New option.
5813         (orgtbl-make-binding): Use `defun' to get better help display.
5814         (org-diary): Call `org-compile-prefix-format'.
5815         (org-table-formula-substitute-names): New function.
5816         (org-agenda-day-view, org-agenda-week-view): New commands.
5817         (org-agenda-toggle-week-view): Command removed.
5818         (org-tbl-menu): Split off from org-org-menu.
5819         (org-mode): Move removal of outline-mode menus to here.
5820         (org-table-formula-debug): New option.
5821         (org-table-insert-row): Keep first field if just "#" or "*".
5822         (org-mode): Paragraph regexps fixed.
5823         (org-table-recalculate-regexp): New constant.
5824         (org-table-justify-field-maybe): Avoid replace if not necessary.
5825         (org-copy-special, org-cut-special): Use `call-interactively'.
5826         (org-table-copy-region): Take region from `interactive' call.
5827         (org-trim): Return string even if no match.
5828         (org-formula): New face.
5829         (org-set-font-lock-defaults): No longer highlight "FIXME".
5830         But highlight formula-related fields in table.
5831         (org-table-p): Use regexp, not fontification.
5832         (org-table-align): Handle white space at end of line.
5833         (org-table-formula-evaluate-inline): New option.
5834         (org-mode): Auto-wrapping in comment lines turned off.
5835         (org-table-copy-down): Evaluate only in copied field, not in
5836         destination.
5837         (org-table-current-formula): Variable removed.
5838         (org-table-store-formulas, org-table-get-stored-formulas)
5839         (org-table-modify-formulas, org-table-replace-in-formulas)
5840         (org-table-maybe-eval-formula): New functions.
5841         (org-table-get-formula): Modify to use stored formulas.
5842         (org-table-insert-column, org-table-delete-column)
5843         (org-table-move-column): Call `org-table-modify-formulas'.
5844         (org-complete): Add completion for keyword formulas.
5845         (orgtbl-mode): Pull orgtbl-mode-map to start of
5846         minor-mode-map-alist.
5848 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5850         * progmodes/python.el (python-check): Require `compile' before
5851         modifying its variables.
5853         * newcomment.el (comment-indent-default): Don't get fooled by an early
5854         end of buffer.
5856 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5858         * ps-print.el (ps-print-version): Fix version number.
5860 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
5862         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5864 2005-06-28  Richard M. Stallman  <rms@gnu.org>
5866         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5867         (flyspell-local-mouse-map): Declaration deleted.
5868         (flyspell-mouse-map): Bind only mouse-2.
5869         (flyspell-mode-map): Don't test flyspell-use-local-map.
5870         (flyspell-overlay-keymap-property-name): Var deleted.
5871         (flyspell-mode-on): Don't make local bindings for
5872         flyspell-mouse-map and flyspell-mode-map.
5873         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5875         * textmodes/ispell.el (ispell-word): Do not ignore short words.
5877         * progmodes/compile.el (compilation-next-error-function):
5878         Don't switch buffers; operate on the current buffer.
5880         * progmodes/compile.el (compilation-error-file-name)
5881         (compilation-warning-file-name, compilation-info-file-name)
5882         (compilation-line-number, compilation-column-number): New faces.
5883         (compilation-error-face, compilation-warning-face)
5884         (compilation-info-face, compilation-line-face)
5885         (compilation-column-face): Use them.
5887         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5889         * comint.el (comint-password-prompt-regexp): Accept ", try again".
5891         * bindings.el (global-map): Bind insertchar and its variants.
5893 2005-06-27  Richard M. Stallman  <rms@gnu.org>
5895         * textmodes/artist.el (artist-text-overwrite)
5896         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5898 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5900         * ps-print.el: It was not working the page selection for printing.
5901         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5902         (ps-print-version): New version 6.6.7.
5903         (ps-end-sheet): New fun.
5904         (ps-header-sheet, ps-end-job): Call it.
5906 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
5908         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5910 2005-06-27  Lute Kamstra  <lute@gnu.org>
5912         * facemenu.el (facemenu-unlisted-faces): Add foreground and
5913         background color faces.
5914         (facemenu-get-face): Delete function.
5915         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5916         (facemenu-add-new-color): Make second argument mandatory.
5917         Create the appropriate face and return it.  Simplify.
5918         (facemenu-set-foreground, facemenu-set-background): Don't check if
5919         color is defined.  Use return value of facemenu-add-new-color.
5921 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
5923         * progmodes/gud.el (gud-filter): Add missing argument to
5924         with-selected-window.
5926 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5929         a :require to the defcustom.
5931         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5932         defcustoms corresponding to minor modes.
5934 2005-06-26  David Ponce  <david@dponce.com>
5936         * recentf.el: Require tree-widget instead of wid-edit.
5937         (recentf-filename-handler): Fix widget :type.
5938         (recentf-cancel-dialog, recentf-open-more-files)
5939         (recentf-open-files-action): Doc fix.
5940         (recentf-dialog-goto-first): New function.
5941         (recentf-dialog-mode-map): Set parent keymap first.
5942         (recentf-dialog-mode): Define with define-derived-mode.
5943         Don't display continuation lines in dialogs.
5944         (recentf-edit-list): Rename from recentf-edit-selected-items.
5945         (recentf-edit-list-select): Rename from recentf-edit-list-action.
5946         Simplify.
5947         (recentf-edit-list-validate): New function.
5948         (recentf-edit-list): Update accordingly.
5949         (recentf-open-files-item-shift): Remove.
5950         (recentf-open-files-item): Convert menu elements into tree and
5951         link widgets.  Don't create the widgets.
5952         (recentf-open-files): Update accordingly.
5953         (recentf-save-list): Untabify.
5955 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
5957         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5958         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
5959         partially contained in the active region.  Do not take active
5960         region into account when called from Lisp, unless INTERACTIVE arg
5961         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
5962         avoid trouble with fields.  Make marker point nowhere when no
5963         longer used.  Always return nil.  Doc fix.
5964         (flush-lines): Add INTERACTIVE arg.  Do not take active region
5965         into account when called from Lisp, unless INTERACTIVE arg is
5966         non-nil.  Use `forward-line' instead of `beginning-of-line' to
5967         avoid trouble with fields.  Make marker point nowhere when no
5968         longer used.  Always return nil.  Doc fix.
5969         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
5970         interchangeable.  Do not take active region into account when
5971         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
5972         message in echo area when called from Lisp, unless INTERACTIVE arg
5973         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
5974         Return the number of matches.  Doc fix.
5975         (occur): Doc fix.
5976         (perform-replace): Make comment follow double space convention for
5977         the sake of `outline-minor-mode'.
5979         * faces.el (facep): Doc fix.
5981 2005-06-25  Richard M. Stallman  <rms@gnu.org>
5983         * facemenu.el (facemenu-enable-faces-p): New function.
5984         (facemenu-background-menu, facemenu-foreground-menu)
5985         (facemenu-face-menu): Add menu-enable property.
5987         * jka-compr.el (jka-compr-insert-file-contents):
5988         Special handling if cannot find the uncompression program.
5990         * cus-face.el (custom-face-attributes): Add autoload.
5992         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5993         Bind comment-indent-function locally.
5995         * window.el (save-selected-window): Use save-current-buffer.
5997         * subr.el (with-selected-window): Use save-current-buffer.
5999         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
6000         and with-current-buffer.
6002 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6004         * simple.el (line-move-1): Fix previous change.
6006 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6008         * replace.el (occur-1): Set `buffer-read-only' and the
6009         buffer-modified flag before running `occur-hook' to protect
6010         against unintentional buffer switches that can lead to data loss.
6012 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
6014         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
6015         (gud-gdb-marker-filter): Use font-lock-warning-face for any
6016         initial error.
6018         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
6019         after fresh input.
6020         (gdb-var-create-handler): Put name of expression in quotes.
6022 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6024         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
6025         elements of RING in order, and without bogus nil elements.
6027 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6029         * simple.el (set-variable): Args renamed; doc fix.
6030         (line-move-1): When there are overlays around, use vertical-motion.
6032         * faces.el (escape-glyph): Use brown against light background.
6033         (nobreak-space): Rename from no-break-space.
6034         Fix previous change.
6036         * dired-aux.el (dired-do-copy): Fix arg prompt.
6038         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
6040 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
6042         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
6043         rather than "Distributor".
6045 2005-06-23  Lute Kamstra  <lute@gnu.org>
6047         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
6048         (debug-on-entry): Use it.  New interactive declaration that uses
6049         function-called-at-point.
6051 2005-06-23  Kim F. Storm  <storm@cua.dk>
6053         * subr.el (save-match-data): Add comment about using evaporate arg
6054         to set-match-data.
6056 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
6058         * cus-edit.el (customize-face)
6059         (customize-face-other-window): Handle face aliases.
6061         * faces.el (face-documentation, set-face-attribute)
6062         (face-spec-set): Handle face aliases.
6064 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
6066         * help-mode.el (help-make-xrefs): If a symbol representing a face
6067         name is not followed by the word "face", it could still be a
6068         function or variable name, so don't bypass other checks.
6070 2005-06-22  Juri Linkov  <juri@jurta.org>
6072         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
6073         Replace aliased functions with calls where second arg `inherit' is t.
6075 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
6077         * progmodes/gdb-ui.el (gdb-error): New variable.
6078         (gdb-error): New function.
6079         (gdb-annotation-rules): Act on error-begin and error annotations.
6080         (gdb-concat-output): Use font-lock-warning-face for errors.
6082 2005-06-22  Miles Bader  <miles@gnu.org>
6084         * bindings.el (propertized-buffer-identification): Use renamed
6085         `Buffer-menu-buffer' face.
6087         * faces.el (vertical-border): Rename from `vertical-divider'.
6088         (escape-glyph): Change dark-background color back to `cyan'.
6090 2005-06-21  Juri Linkov  <juri@jurta.org>
6092         * faces.el (face-user-default-spec): Try getting `customized-face'
6093         prior to `saved-face'.
6094         (frame-background-mode): Refill docstring.
6096         * emacs-lisp/lisp-mode.el (eval-defun-1):
6097         * emacs-lisp/edebug.el (edebug-eval-defun):
6098         Set `saved-face' temporarily to nil before calling form.
6099         Set `customized-face' to the new spec after that.
6101 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6103         * subr.el (1value, lambda, key-substitution-in-progress):
6104         Doc fixes.
6106         * autoinsert.el (auto-insert-alist):
6107         * ses.el (ses-call-printer):
6108         * subr.el (noreturn):
6109         * emacs-lisp/lisp.el (check-parens):
6110         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
6111         * net/browse-url.el (browse-url-mosaic):
6112         * progmodes/cc-defs.el (c-safe-scan-lists):
6113         * progmodes/ebnf-abn.el (ebnf-abn-lex):
6114         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
6115         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
6116         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
6117         * progmodes/ebnf-iso.el (ebnf-iso-lex):
6118         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
6120 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6122         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
6124 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
6126         * calendar/appt.el (appt-make-list): Activate the package, if
6127         not already active (for backwards compatibility).
6129 2005-06-20  Kim F. Storm  <storm@cua.dk>
6131         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
6133 2005-06-20  Miles Bader  <miles@gnu.org>
6135         * faces.el (vertical-divider): New face.
6137 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
6139         * simple.el (kill-whole-line): Doc fix.
6140         (next-error-buffer-p, next-error-find-buffer)
6141         (clone-indirect-buffer): Fix typos in docstrings.
6142         (comment-line-break-function): Doc fix: don't say variable
6143         is automatically buffer-local (it isn't).
6145 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
6147         * net/tramp-ftp.el (top):
6148         * net/tramp-smb.el (top):
6149         * net/tramp-util.el (top):
6150         * net/tramp-uu.el (top):
6151         * net/tramp-vc.el (top):
6152         * net/tramp.el (top): Revert copyright years back to original
6153         ones.  Tramp has a life outside GNU Emacs.
6155 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
6157         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
6159 2005-06-18  Juri Linkov  <juri@jurta.org>
6161         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
6162         end of first regexp to limit the match to the position between
6163         line number and source line with same separator character as used
6164         between file name and line number.  In the second regexp limit
6165         mouse-face area to file name and line number by adding new group
6166         for them and referring it in HYPERLINK arg.
6167         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
6168         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
6169         previous line where grep markers may be already removed.
6171 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
6173         * progmodes/ps-mode.el: Update version and maintainer's email address.
6175 2005-06-18  Steve Youngs  <steve@xemacs.org>
6177         * net/browse-url.el (browse-url-browser-function)
6178         (browse-url-default-browser): Add firefox.
6179         (browse-url-firefox-program, browse-url-firefox-arguments)
6180         (browse-url-firefox-startup-arguments)
6181         (browse-url-firefox-new-window-is-tab): New defcustoms.
6182         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
6184 2005-06-17  Richard M. Stallman  <rms@gnu.org>
6186         * startup.el (command-line): Warn if specified user name has
6187         no home directory.
6189         * term.el (term-get-old-input, term-input-filter, term-input-sender)
6190         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
6192         * longlines.el (longlines-mode, longlines-show-hard-newlines):
6193         Doc fixes.
6195         * faces.el (underline): Try bold if terminal doesn't support underline.
6197         * mail/sendmail.el (mail-setup-with-from): New variable.
6198         (mail-insert-from-field): New function.
6199         (sendmail-send-it): Call it.
6200         (mail-setup): Optionally call it here.
6202         * term/linux.el: Call tty-no-underline.
6204 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
6206         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
6208 2005-06-17  Miles Bader  <miles@gnu.org>
6210         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
6211         (ediff-current-diff-C, ediff-current-diff-Ancestor)
6212         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
6213         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
6214         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
6215         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
6216         Remove "-face" suffix from face names.
6217         (ediff-current-diff-face-A, ediff-current-diff-face-B)
6218         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6219         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6220         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6221         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6222         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6223         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6224         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6225         New backward-compatibility aliases for renamed faces.
6226         (ediff-current-diff-face-A, ediff-current-diff-face-B)
6227         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6228         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6229         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6230         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6231         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6232         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6233         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6234         Use renamed ediff faces.
6236         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
6237         Remove "-face" suffix from face names.
6238         (eshell-test-ok-face, eshell-test-failed-face):
6239         New backward-compatibility aliases for renamed faces.
6240         (eshell-run-test): Use renamed eshell-test faces.
6242         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
6243         face name.
6244         (eshell-prompt-face): New backward-compatibility alias for renamed
6245         face.
6246         (eshell-emit-prompt): Use renamed eshell-prompt face.
6248         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
6249         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
6250         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
6251         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
6252         Remove "-face" suffix from face names.
6253         (eshell-ls-directory-face, eshell-ls-symlink-face)
6254         (eshell-ls-executable-face, eshell-ls-readonly-face)
6255         (eshell-ls-unreadable-face, eshell-ls-special-face)
6256         (eshell-ls-missing-face, eshell-ls-archive-face)
6257         (eshell-ls-backup-face, eshell-ls-product-face)
6258         (eshell-ls-clutter-face):
6259         New backward-compatibility aliases for renamed faces.
6260         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
6262         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
6263         Remove "-face" suffix from face name.
6264         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
6265         instead of literal face.
6267 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
6269         * emacs-lisp/warnings.el (display-warning, lwarn)
6270         (warning-minimum-log-level): Doc fixes.
6271         (warning-minimum-level, warning-minimum-log-level):
6272         Add :debug to :type choices.
6274         * progmodes/ada-mode.el (ada-format-paramlist)
6275         (ada-get-indent-case, ada-check-matching-start)
6276         (ada-check-defun-name, ada-goto-matching-decl-start)
6277         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
6278         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
6279         (ada-make-subprogram-body): Follow error conventions.
6280         (ada-case-exception-file, ada-indent-comment-as-code)
6281         (ada-indent-handle-comment-special, ada-indent-renames)
6282         (ada-indent-return, ada-search-directories-internal)
6283         (ada-tab-policy, ada-case-exception-substring)
6284         (ada-other-file-alist, ada-matching-start-re)
6285         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
6286         (ada-imenu-generic-expression, ada-compile-goto-error)
6287         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
6288         (ada-popup-menu, ada-add-extensions, ada-mode)
6289         (ada-region-selected, ada-create-case-exception)
6290         (ada-create-case-exception-substring, ada-after-keyword-p)
6291         (ada-activate-keys-for-case, ada-adjust-case-region)
6292         (ada-adjust-case-buffer, ada-format-paramlist)
6293         (ada-scan-paramlist, ada-insert-paramlist)
6294         (ada-indent-newline-indent)
6295         (ada-indent-newline-indent-conditional)
6296         (ada-justified-indent-current, ada-goto-previous-word)
6297         (ada-indent-current, ada-get-indent-open-paren)
6298         (ada-get-indent-paramlist, ada-get-indent-end)
6299         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
6300         (ada-get-indent-block-start, ada-get-indent-subprog)
6301         (ada-get-indent-noindent, ada-get-indent-label)
6302         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
6303         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
6304         (ada-goto-stmt-end, ada-goto-next-word)
6305         (ada-check-matching-start, ada-check-defun-name)
6306         (ada-goto-matching-decl-start, ada-goto-matching-start)
6307         (ada-goto-matching-end, ada-search-ignore-string-comment)
6308         (ada-in-decl-p, ada-looking-at-semi-or)
6309         (ada-looking-at-semi-private, ada-in-paramlist-p)
6310         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
6311         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
6312         (ada-next-procedure, ada-previous-procedure, ada-next-package)
6313         (ada-previous-package, ada-create-menu)
6314         (ada-fill-comment-paragraph-justify)
6315         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
6316         (ada-other-file-name, ada-last-which-function-line)
6317         (ada-last-which-function-subprog, ada-which-function)
6318         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
6319         (ada-gen-treat-proc, ada-check-emacs-version)
6320         (ada-continuation-indent, ada-align-region-separate):
6321         Fix typos in docstrings.
6322         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
6324 2005-06-16  Lute Kamstra  <lute@gnu.org>
6326         * simple.el (fundamental-mode): Run after-change-major-mode-hook
6327         conditionally.
6329 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6331         * comint.el (comint-replace-by-expanded-filename)
6332         (comint-prompt-regexp, comint-delimiter-argument-list)
6333         (comint-preinput-scroll-to-bottom):
6334         * info.el (Info-hide-cookies-node):
6335         * ls-lisp.el (ls-lisp-classify):
6336         * find-file.el (ff-search-directories, ff-special-constructs)
6337         (ff-find-other-file):
6338         * font-lock.el (font-lock-keywords):
6339         * shell.el (shell-prompt-pattern)
6340         (shell-dynamic-complete-functions, shell-mode)
6341         (shell-delimiter-argument-list):
6342         * term.el (term-replace-by-expanded-filename)
6343         (term-prompt-regexp, term-delimiter-argument-list):
6344         * woman.el (woman-ignore, woman0-if):
6345         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
6346         * emacs-lisp/elint.el (elint-init-env):
6347         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
6348         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
6349         * language/ethio-util.el (ethio-tilde-escape)
6350         (ethio-use-three-dot-question):
6351         * net/zone-mode.el (zone-mode-load-time-setup):
6352         * progmodes/cc-align.el (c-lineup-argcont):
6353         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
6354         * progmodes/cperl-mode.el (cperl-set-style-back):
6355         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6356         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
6357         Fix spellings in docstrings.
6359         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
6360         * progmodes/modula2.el (m2-for): Fix spellings.
6362         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
6364         * simple.el (undo-more): Don't use `format' on `error' arguments.
6365         Improve argument/docstring consistency.
6366         (pending-undo-list): Doc fix.
6368         * smerge-mode.el (smerge-ensure-match):
6369         * emulation/vip.el (vip-ex):
6370         * net/zone-mode.el (zone-mode-update-serial):
6371         * progmodes/idlwave.el (idlwave-complete):
6372         * progmodes/vhdl-mode.el (vhdl-visit-file)
6373         (vhdl-compose-wire-components):
6374         Don't use `format' on `error' arguments.
6376         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
6377         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
6378         (tooltip-help-tips): Fix typos in docstrings.
6380 2005-06-16  David Ponce  <david@dponce.com>
6382         * tree-widget.el (tree-widget-value-create): Simplify last change.
6384 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
6386         * ido.el (ido-incomplete-regexp): New variable.
6387         (ido-set-matches-1): Handle invalid-regexp error and set
6388         ido-incomplete-regexp.
6389         (ido-incomplete-regexp): New face.
6390         (ido-completions): Use it.
6391         (ido-complete, ido-exit-minibuffer, ido-completions):
6392         Handle incomplete regexps.
6393         (ido-completions): Add check for complete match when entering a regexp.
6395 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
6399 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6401         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
6402         by field delimiters.
6404 2005-06-15  David Ponce  <david@dponce.com>
6406         * tree-widget.el: eval-and-compile inlined functions so they will
6407         be available at run-time too.
6408         (tree-widget-super-format-handler)
6409         (tree-widget-format-handler): Remove.
6410         (tree-widget-value-create): Handle the :indent property.
6412 2005-06-15  Miles Bader  <miles@gnu.org>
6414         * progmodes/which-func.el (which-func): Only inherit
6415         `font-lock-function-name-face' when that makes sense against the
6416         default mode-line face, otherwise set the face color explicitly.
6418         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
6419         faces instead of (non-existent) variables.
6421 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
6424         (iswitchb-get-matched-buffers): Likewise.  Simplify.
6426 2005-06-14  Miles Bader  <miles@gnu.org>
6428         * progmodes/ld-script.el (ld-script-location-counter):
6429         Remove "-face" suffix from face name.
6430         (ld-script-location-counter-face):
6431         New backward-compatibility alias for renamed face.
6432         (ld-script-location-counter-face): Use renamed face.
6434         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
6435         (cperl-hash): Remove "-face" suffix from face names.
6436         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
6437         New backward-compatibility aliases for renamed faces.
6438         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
6439         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
6441         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6442         name.
6443         (which-func-face): New backward-compatibility alias for renamed face.
6444         (which-func-format): Use renamed which-func face.
6446         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6447         (vhdl-function, vhdl-directive, vhdl-reserved-word)
6448         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6449         names.
6450         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6451         (vhdl-speedbar-configuration, vhdl-speedbar-package)
6452         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6453         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6454         (vhdl-speedbar-architecture-selected)
6455         (vhdl-speedbar-configuration-selected)
6456         (vhdl-speedbar-package-selected)
6457         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6458         names.
6459         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6460         Use renamed faces.
6461         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6462         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6463         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6464         Use renamed faces.
6465         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6466         names.
6467         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6468         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6469         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6470         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6471         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6472         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6474         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6475         face name.
6476         (sh-heredoc-face): New backward-compatibility alias for renamed face.
6477         (sh-heredoc-face): Use renamed sh-heredoc face.
6479         * progmodes/idlw-help.el (idlwave-help-link):
6480         Remove "-face" suffix from face name.
6481         (idlwave-help-link-face):
6482         New backward-compatibility alias for renamed face.
6483         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6485         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6486         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6487         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6488         New backward-compatibility aliases for renamed faces.
6489         (idlwave-shell-disabled-breakpoint-face)
6490         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6492         * progmodes/flymake.el (flymake-errline, flymake-warnline):
6493         Remove "-face" suffix from face names.
6494         (flymake-errline-face, flymake-warnline-face):
6495         New backward-compatibility aliases for renamed faces.
6496         (flymake-highlight-line): Use renamed flymake faces.
6498         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6499         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6500         (ebrowse-member-class, ebrowse-progress):
6501         Remove "-face" suffix from face names.
6502         (ebrowse-tree-mark-face, ebrowse-root-class-face)
6503         (ebrowse-file-name-face, ebrowse-default-face)
6504         (ebrowse-member-attribute-face, ebrowse-member-class-face)
6505         (ebrowse-progress-face):
6506         New backward-compatibility aliases for renamed faces.
6507         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6508         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6509         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6510         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6512         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6513         antlr-syntax)
6514         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6515         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6516         names.
6517         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6518         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6519         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6520         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6521         backward-compatibility aliases for renamed faces.
6522         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6523         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6524         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6525         remove "font-lock-".  Use renamed antlr-mode faces.
6526         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
6527         literal face-names with face variable references.
6529         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6530         face name.
6531         (Buffer-menu-buffer-face): New backward-compatibility alias for
6532         renamed face.
6533         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6535 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
6537         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6538         Eliminate "-face" suffix.
6539         (makefile-targets): Inherit from font-lock-function-name-face and
6540         eliminate "-face" suffix.
6541         (makefile-shell): Remove attributes and eliminate "-face" suffix.
6542         (makefile-*-font-lock-keywords): Append makefile-targets in rule
6543         actions, instead of prepending, to make it less visible.
6544         (makefile-previous-dependency, makefile-match-dependency):
6545         Don't match a target on a continuation line.
6547         * files.el (auto-mode-alist): Put Makefile in gmake mode.
6549 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
6551         * progmodes/gdb-ui.el (menu): Re-order menu items.
6552         (gdb-tooltip-print): Respect tooltip-use-echo-area.
6554         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6555         Define in tooltip.el.
6556         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6557         (gud-tooltip-tips): Respect tooltip-use-echo-area and
6558         gud-tooltip-echo-area.
6560         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6561         backward compatibility and make obsolete.
6562         (tooltip-help-tips): Use tooltip-use-echo-area.
6563         (tooltip-show-help-function): Rename to...
6564         (tooltip-show-help): ...this, because it is a function.
6565         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6567 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6569         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6570         (edebug-print-length, edebug-print-level, edebug-print-circle)
6571         (edebug-modify-breakpoint, edebug-eval-last-sexp)
6572         (edebug-eval-print-last-sexp): Doc fixes.
6574 2005-06-14  Kim F. Storm  <storm@cua.dk>
6576         * ido.el (ido-mode): Make a new keymap every time we enable ido,
6577         as the coverage buffer/file/both may change.
6579 2005-06-14  Lute Kamstra  <lute@gnu.org>
6581         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6582         and run-mode-hooks.  Simplify.
6584         * mail/rmailedit.el (rmail-edit-mode):
6585         * progmodes/octave-inf.el (inferior-octave-mode):
6586         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6588         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6589         and run-mode-hooks.
6590         (recentf-edit-list, recentf-open-files): Don't call
6591         kill-all-local-variables directly.
6593         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6595 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6597         * emacs-lisp/byte-run.el (make-obsolete)
6598         (define-obsolete-function-alias): Rename arguments FUNCTION and
6599         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6600         (make-obsolete-variable, define-obsolete-variable-alias):
6601         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6602         respectively.
6604         * isearchb.el (isearchb-activate):
6605         * pcvs.el (cvs-mode):
6606         * ses.el (ses-load):
6607         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6608         * net/tramp.el (tramp-find-file-exists-command)
6609         (tramp-find-shell):
6610         * progmodes/ada-mode.el (ada-create-case-exception)
6611         (ada-create-case-exception-substring, ada-make-subprogram-body):
6612         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6613         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6614         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6615         * textmodes/org.el (org-promote, org-evaluate-time-range)
6616         (org-agenda-next-date-line, org-agenda-previous-date-line)
6617         (org-agenda-error, org-open-at-point, org-table-move-row)
6618         (org-format-table-table-html-using-table-generate-source)
6619         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6620         * textmodes/reftex.el (reftex-access-scan-info):
6621         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6622         (reftex-toc-promote-prepare): Follow error conventions.
6624         * diff-mode.el (diff-mode): Fix typo in docstring.
6626         * forms.el (forms--intuit-from-file): Fix reference to
6627         `forms-number-of-fields' in error message.
6628         (forms-print): Fix quoting in error message.
6630         * forms.el (forms-mode):
6631         * emulation/vi.el (vi-goto-insert-state):
6632         * progmodes/flymake.el (flymake-new-err-info)
6633         (flymake-start-syntax-check-for-current-buffer)
6634         (flymake-simple-cleanup):
6635         * eshell/esh-var.el (eshell/export):
6636         * progmodes/gud.el (xdb):
6637         * textmodes/flyspell.el (flyspell-incorrect-hook)
6638         (flyspell-maybe-correct-transposition)
6639         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6641 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
6643         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6644         minibuffer prompt.
6646 2005-06-13  Kim F. Storm  <storm@cua.dk>
6648         * subr.el (add-to-ordered-list): New defun.
6650         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6651         add cua--keymap-alist to emulation-mode-map-alists.
6653 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * subr.el (complete-in-turn): New macro.
6656         (dynamic-completion-table, lazy-completion-table): Add debug info.
6658         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6659         in preference to face aliases.
6661         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6662         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6663         Remove unused vars `start' and `firstline'.
6664         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6665         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6667 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
6669         * cus-start.el (all): Don't complain about missing GTK-related
6670         variables, unless either `gtk' is boundp or this isn't a
6671         `windows-nt' build.
6673 2005-06-13  Lute Kamstra  <lute@gnu.org>
6675         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6676         run-mode-hooks.
6678         * ediff-mult.el (ediff-meta-mode):
6679         * ediff-util.el (ediff-mode): Use run-mode-hooks.
6681         * ledit.el (ledit-mode): Use delay-mode-hooks.
6683         * woman.el (woman-mode-line-format): Delete constant.
6684         (woman-mode-map): Initialize it properly.
6685         (woman-mode): Set mode-class property to special.
6686         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
6687         Set major-mode and mode-name.  Don't set mode-line-format directly.
6688         (Man-getpage-in-background): Don't reference woman-mode-line-format.
6690         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6691         string argument obsolete.
6693 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
6695         * textmodes/org.el (org-CUA-compatible): New option.
6696         (org-disputed-keys): New variable.
6697         (org-key): New function.
6698         (orgtbl-make-binding): Add docstring to the created function.
6699         (org-mode): Set paragraph start/separate regexps.
6700         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6701         (org-archive-location, org-archive-mark-done)
6702         (org-archive-stamp-time): New options.
6703         (org-archive-subtree): New command.
6704         (org-fill-paragraph): New function.
6705         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6706         (org-fake-empty-table-line): Function removed.
6707         (org-format-org-table-html): Do not create empty table lines at
6708         separator lines.  Improved table header treatment.
6709         (org-link-format): New option.
6710         (org-make-link): New function.
6711         (org-insert-link, org-store-link): Use org-make-link.
6712         (org-open-file): Quote file name for shell command, to allow
6713         spaces in file names.
6714         (org-link-regexp): Fix bug with mailto link.
6715         (org-link-maybe-angles-regexp, org-protected-link-regexp):
6716         New constants.
6717         (org-export-as-html): Deal with the optional angles around a link.
6718         Better treatment of file: links.
6719         (org-open-at-point): Replace @{ and @} with < and >.
6720         (org-run-mode-hooks): Function removed.
6721         (org-agenda-mode): No longer use `org-run-mode-hooks'.
6723 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
6725         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6726         MI command -data-list-register-values.
6727         (gdb-post-prompt): Indent properly.
6729 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
6731         * hilit-chg.el (highlight-changes-colors): Rename from
6732         `highlight-changes-colours'.
6733         (highlight-changes-colours): Keep as obsolete alias.
6734         (highlight-changes-face-list): Doc fix.
6735         (hilit-chg-make-list): Use `highlight-changes-colors'.
6737 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
6739         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6740         defun-prompt-regexp.
6742 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
6744         * loadup.el: Don't say we are dumping under 2 names on windows-nt
6745         and cygwin.
6747         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6748         Don't use an old loaddefs.el, as in Makefile.in.
6750 2005-06-12  Lute Kamstra  <lute@gnu.org>
6752         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6754         * man.el (Man-mode-map): Initialize it properly.
6755         (Man-mode): Set mode-class property to special.
6757         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6759 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6761         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6762         A newline is needed in the docstring there.
6764         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6765         Doc fixes.
6767 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6769         * printing.el: Doc fix.  The menubar is no more changed when printing
6770         is loaded, it only changes when pr-menu-bind or pr-update-menus is
6771         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
6772         (pr-version): New version number (6.8.4).
6773         (pr-menu-bind): New command.
6774         (pr-update-menus): Docstring and code fix.
6775         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6776         Docstring fix.
6777         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6778         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6780 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
6782         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6783         "Returns" to "return", document useful return values, etc.
6785 2005-06-11  Alan Mackenzie  <acm@muc.de>
6787         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6788         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6789         (adaptive-file-function): Minor amendment to doc-string.
6791 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6793         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6794         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6795         Fix :type--it is `integer', not `string'.
6797         * faces.el (modeline-highlight): Rename from (the erroneous)
6798         `modeline-higilight'.
6800 2005-06-11  Lute Kamstra  <lute@gnu.org>
6802         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6803         lisp-interaction-mode-map but make it the parent.
6804         (edebug-eval-mode): Use define-derived-mode.
6806 2005-06-11  Andreas Schwab  <schwab@suse.de>
6808         * bindings.el: Add binding of `ESC functionkey' for every
6809         `M-functionkey'.
6810         * hexl.el (hexl-mode-map): Likewise.
6812 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
6814         * progmodes/compile.el (compilation-error-regexp-alist-alist)
6815         [msft]: update regexp for newer msft compilers.
6817 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
6819         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6820         ATTLIST portions of included DTDs.
6821         (xml-parse-dtd): Eliminate use of inefficient match-data.
6823 2005-06-10  Miles Bader  <miles@gnu.org>
6825         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6826         (mpuz-text): Remove "-face" suffix from face names.
6827         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6828         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6829         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6831         * play/gomoku.el (gomoku-O, gomoku-X):
6832         Remove "-face" suffix from face names.
6833         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6834         New backward-compatibility aliases for renamed faces.
6835         (gomoku-font-lock-keywords): Use renamed gomoku faces.
6837 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
6839         * thumbs.el: Fixes for changes of 2005-06-09.
6840         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6841         as a directory.
6842         (thumbs-thumbname): Remove directory separator from format string;
6843         `thumbs-thumbsdir' now returns a valid directory name.
6844         (thumbs-temp-dir): New defsubst.
6845         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6846         Use it.
6848         * cus-edit.el (minibuffer):
6849         * files.el (make-backup-file-name-function):
6850         * filesets.el (filesets-external-viewers):
6851         * hilit-chg.el (highlight-changes-colours)
6852         (highlight-changes-face-list, highlight-changes-rotate-faces):
6853         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6854         * kmacro.el (kmacro-call-macro):
6855         * log-edit.el (log-edit-changelog-full-paragraphs):
6856         * mouse.el (mouse-1-click-follows-link):
6857         * skeleton.el (skeleton-autowrap):
6858         * subr.el (insert-for-yank-1):
6859         * tempo.el (tempo-insert-region):
6860         * terminal.el (terminal-emulator):
6861         * time.el (display-time-mail-face):
6862         * vc.el (vc-annotate):
6863         * vcursor.el (vcursor-copy-line):
6864         * woman.el (woman-bold-headings, woman-ignore)
6865         (woman-default-faces, woman-monochrome-faces):
6866         * calendar/todo-mode.el (todo-insert-threshold):
6867         * emulation/pc-select.el (pc-select-selection-keys-only)
6868         (pc-selection-mode):
6869         * emulation/vip.el (vip-find-char-forward):
6870         * emulation/viper-cmd.el (viper-find-char-forward):
6871         * international/mule-cmds.el
6872         (select-safe-coding-system-accept-default-p)
6873         (input-method-exit-on-invalid-key):
6874         * international/mule-diag.el (describe-coding-system):
6875         * international/ucs-tables.el (unify-8859-on-encoding-mode):
6876         * net/browse-url.el (browse-url-xterm-program):
6877         * obsolete/lazy-lock.el (lazy-lock-mode):
6878         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6879         (cperl-mode):
6880         * progmodes/cpp.el (cpp-face-light-name-list)
6881         (cpp-face-dark-name-list):
6882         * progmodes/delphi.el (delphi-newline-always-indents):
6883         Fix spellings in docstrings.
6885         * ido.el (ido-mode, ido-file-extensions-order)
6886         (ido-default-file-method, ido-default-buffer-method)
6887         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6888         (ido-decorations, ido-read-file-name-as-directory-commands)
6889         (ido-read-file-name-non-ido, ido-work-directory-list)
6890         (ido-ignore-item-temp-list, ido-current-directory)
6891         (ido-magic-forward-char, ido-enter-find-file)
6892         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6893         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6895 2005-06-10  Lute Kamstra  <lute@gnu.org>
6897         * play/dunnet.el (dun-mode): Use define-derived-mode.
6898         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
6899         obsolete alias.
6901         * play/doctor.el (doctor-mode-map): Remove defvar.
6902         (doctor-mode): Use define-derived-mode.
6904         * mail/mspools.el (mspools-mode):
6905         * net/eudc-hotlist.el (eudc-hotlist-mode):
6906         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6908 2005-06-10  Miles Bader  <miles@gnu.org>
6910         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6911         Remove "-face" suffix from face names.
6912         (flyspell-incorrect-face, flyspell-duplicate-face):
6913         New backward-compatibility aliases for renamed faces.
6914         (flyspell-mode-on, make-flyspell-overlay)
6915         (flyspell-highlight-incorrect-region)
6916         (flyspell-highlight-duplicate-region)
6917         (flyspell-display-next-corrections)
6918         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6920         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6921         from face name.
6922         (texinfo-heading-face): New backward-compatibility alias for
6923         renamed face.
6924         (texinfo-heading-face): Use renamed texinfo-heading face.
6926         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6927         suffix from face names.
6928         (tex-math-face, tex-verbatim-face):
6929         New backward-compatibility aliases for renamed faces.
6930         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6931         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6932         literal face name.
6934         * textmodes/table.el (table-cell): Remove "-face" suffix from face
6935         name.
6936         (table-cell-face): New backward-compatibility alias for renamed face.
6937         (table--put-cell-face-property, table--update-cell-face):
6938         Use renamed table-cell face.
6940         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6941         from face name.
6942         (sgml-namespace-face): New backward-compatibility alias for
6943         renamed face.
6944         (sgml-namespace-face): Use renamed sgml-namespace face.
6946         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6947         (org-level-4, org-level-5, org-level-6, org-level-7)
6948         (org-level-8, org-warning, org-headline-done)
6949         (org-deadline-announce, org-scheduled-today)
6950         (org-scheduled-previously, org-link, org-done, org-table)
6951         (org-time-grid): Remove "-face" suffix from face names.
6952         (org-level-1-face, org-level-2-face, org-level-3-face)
6953         (org-level-4-face, org-level-5-face, org-level-6-face)
6954         (org-level-7-face, org-level-8-face, org-warning-face)
6955         (org-headline-done-face, org-deadline-announce-face)
6956         (org-scheduled-today-face, org-scheduled-previously-face)
6957         (org-link-face, org-done-face, org-table-face)
6958         (org-time-grid-face):
6959         New backward-compatibility aliases for renamed faces.
6960         (org-level-faces, org-set-font-lock-defaults, org-timeline)
6961         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6962         (org-agenda-get-timestamps, org-agenda-get-scheduled)
6963         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6965         * emulation/viper-init.el (viper-search, viper-replace-overlay)
6966         (viper-minibuffer-emacs, viper-minibuffer-insert)
6967         (viper-minibuffer-vi): Remove "-face" suffix from face names.
6968         (viper-search-face, viper-replace-overlay-face)
6969         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6970         (viper-minibuffer-vi-face):
6971         New backward-compatibility aliases for renamed faces.
6972         (viper-search-face, viper-replace-overlay-face)
6973         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6974         (viper-minibuffer-vi-face): Use renamed viper faces.
6976         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6977         Remove "-face" suffix from face names.
6978         (testcover-nohits-face, testcover-1value-face):
6979         New backward-compatibility aliases for renamed faces.
6980         (testcover-mark): Use renamed testcover faces.
6982         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6983         face name.
6984         (diary-button-face): New backward-compatibility alias for renamed face.
6985         (diary-entry): Use renamed diary-button face.
6987         * calendar/calendar.el (diary, calendar-today, holiday)
6988         (mark-visible-calendar-date): Remove "-face" suffix from face names.
6989         (diary-face, calendar-today-face, holiday-face):
6990         New backward-compatibility aliases for renamed faces.
6991         (eval-after-load "facemenu", diary-entry-marker)
6992         (calendar-today-marker, calendar-holiday-marker, diary-face):
6993         Use renamed calendar faces.
6995         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6996         (compare-windows-face): New backward-compatibility alias for
6997         renamed face.
6998         (compare-windows-highlight): Use renamed compare-windows face.
7000         * strokes.el (strokes-char): Remove "-face" suffix from face name.
7001         (strokes-char-face): New backward-compatibility alias for renamed face.
7002         (strokes-encode-buffer): Use renamed strokes-char face.
7004         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
7005         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
7006         Remove "-face" suffix from face names.
7007         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7008         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7009         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
7010         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
7011         Use renamed pcvs faces.
7012         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
7013         * pcvs-defs.el (cvs-mode-map): Likewise.
7014         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
7016         * info.el (info-title-1, info-title-2, info-title-3)
7017         (info-title-4): Remove "-face" suffix from and downcase face names.
7018         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7019         (Info-title-4-face):
7020         New backward-compatibility aliases for renamed faces.
7021         (Info-fontify-node): Use renamed info faces.
7023         * hilit-chg.el (highlight-changes, highlight-changes-delete):
7024         Remove "-face" suffix from face names.
7025         (highlight-changes-face, highlight-changes-delete-face):
7026         New backward-compatibility aliases for renamed faces.
7027         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
7028         (hilit-chg-make-list): Use renamed highlight-changes faces.
7030         * generic-x.el (show-tabs-tab, show-tabs-space):
7031         Remove "-face" suffix from face names.
7032         (show-tabs-tab-face, show-tabs-space-face):
7033         New backward-compatibility aliases for renamed faces.
7034         (show-tabs-generic-mode-font-lock-defaults-1)
7035         (show-tabs-generic-mode-font-lock-defaults-2):
7036         Use renamed show-tabs faces.
7038         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
7039         (smerge-markers): Remove "-face" suffix from face names.
7040         (smerge-mine-face, smerge-other-face, smerge-base-face)
7041         (smerge-markers-face):
7042         New backward-compatibility aliases for renamed faces.
7043         (smerge-mine-face, smerge-other-face, smerge-base-face)
7044         (smerge-markers-face): Use renamed smerge faces.
7046         * log-view.el (log-view-file, log-view-message): Remove "-face"
7047         suffix from face names.
7048         (log-view-file-face, log-view-message-face):
7049         New backward-compatibility aliases for renamed faces.
7050         (log-view-file-face, log-view-message-face): Use renamed log-view
7051         faces.
7053         * paren.el (show-paren-match, show-paren-mismatch):
7054         Remove "-face" suffix from face names.
7055         (show-paren-match-face, show-paren-mismatch-face):
7056         New backward-compatibility aliases for renamed faces.
7057         (show-paren-function): Use renamed show-paren faces.
7059         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
7060         (ruler-mode-margins, ruler-mode-fringes)
7061         (ruler-mode-column-number, ruler-mode-fill-column)
7062         (ruler-mode-comment-column, ruler-mode-goal-column)
7063         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
7064         suffix from face names.
7065         (ruler-mode-default-face, ruler-mode-pad-face)
7066         (ruler-mode-margins-face, ruler-mode-fringes-face)
7067         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
7068         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
7069         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
7070         New backward-compatibility aliases for renamed faces.
7071         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
7072         (ruler-mode-column-number, ruler-mode-fill-column)
7073         (ruler-mode-comment-column, ruler-mode-goal-column)
7074         (ruler-mode-tab-stop, ruler-mode-current-column)
7075         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
7076         faces.
7078         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
7079         face name.
7080         (whitespace-highlight-the-space): Use renamed face.
7081         (whitespace-highlight-face): New backward-compatibility alias for
7082         renamed face.
7084         * woman.el (woman-italic, woman-bold, woman-unknown)
7085         (woman-addition, woman-symbol-face):
7086         Remove "-face" suffix from face names.
7087         (woman-italic-face, woman-bold-face, woman-unknown-face)
7088         (woman-addition-face):
7089         New backward-compatibility aliases for renamed faces.
7090         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
7091         (woman-decode-region, woman-replace-match)
7092         (woman-display-extended-fonts, woman-special-characters)
7093         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
7094         Use renamed woman faces.
7096         * longlines.el (longlines-visible-face): Face removed.
7098         * diff-mode.el (diff-header, diff-file-header, diff-index)
7099         (diff-hunk-header, diff-removed, diff-added, diff-changed)
7100         (diff-function, diff-context, diff-nonexistent): Remove "-face"
7101         suffix from face names.
7102         (diff-header-face, diff-file-header-face, diff-index-face)
7103         (diff-hunk-header-face, diff-removed-face, diff-added-face)
7104         (diff-changed-face, diff-function-face, diff-context-face)
7105         (diff-nonexistent-face): New backward-compatibility aliases for
7106         renamed faces.
7107         (diff-header-face, diff-file-header-face)
7108         (diff-index, diff-index-face, diff-hunk-header)
7109         (diff-hunk-header-face, diff-removed, diff-removed-face)
7110         (diff-added, diff-added-face, diff-changed-face, diff-function)
7111         (diff-function-face, diff-context-face, diff-nonexistent)
7112         (diff-nonexistent-face): Use renamed diff-mode faces.
7114         * progmodes/compile.el (compilation-warning-face)
7115         (compilation-info-face): Remove "-face" suffix from face names.
7116         (compilation-warning-face, compilation-info-face):
7117         New backward-compatibility aliases for renamed faces.
7118         (compilation-warning-face, compilation-info-face):
7119         Use renamed compilation faces.
7121         * add-log.el (change-log-date, change-log-name)
7122         (change-log-email, change-log-file, change-log-list)
7123         (change-log-conditionals, change-log-function)
7124         (change-log-acknowledgement): Remove "-face" suffix from face names.
7125         (change-log-date-face, change-log-name-face)
7126         (change-log-email-face, change-log-file-face)
7127         (change-log-list-face, change-log-conditionals-face)
7128         (change-log-function-face, change-log-acknowledgement-face):
7129         New backward-compatibility aliases for renamed faces.
7130         (change-log-font-lock-keywords): Use renamed change-log faces.
7132         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
7133         (custom-set, custom-changed, custom-saved, custom-button)
7134         (custom-button-pressed, custom-documentation, custom-state)
7135         (custom-comment, custom-comment-tag, custom-variable-tag)
7136         (custom-variable-button, custom-face-tag, custom-group-tag-1)
7137         (custom-group-tag): Remove "-face" suffix from face names.
7138         (custom-magic-alist, custom-magic-value-create)
7139         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
7140         (custom-invalid-face, custom-rogue-face, custom-modified-face)
7141         (custom-set-face, custom-changed-face, custom-saved-face)
7142         (custom-button-face, custom-button-pressed-face)
7143         (custom-documentation-face, custom-state-face)
7144         (custom-comment-face, custom-comment-tag-face)
7145         (custom-variable-tag-face, custom-variable-button-face)
7146         (custom-face-tag-face, custom-group-tag-face-1)
7147         (custom-group-tag-face):
7148         New backward-compatibility aliases for renamed faces.
7150         * wid-edit.el (widget-documentation, widget-button)
7151         (widget-field, widget-single-line-field, widget-inactive)
7152         (widget-button-pressed): "-face" suffix removed from face names.
7153         (widget-documentation-face, widget-button-face)
7154         (widget-field-face, widget-single-line-field-face)
7155         (widget-inactive-face, widget-button-pressed-face):
7156         New backward-compatibility aliases for renamed faces.
7157         (widget-documentation-face, widget-button-face)
7158         (widget-button-pressed-face, widget-specify-field)
7159         (widget-specify-inactive): Use renamed widget faces.
7161 2005-06-10  Kenichi Handa  <handa@m17n.org>
7163         * term/x-win.el (x-clipboard-yank): Remove condition-case
7164         wrapping.
7166 2005-06-11  Kenichi Handa  <handa@m17n.org>
7168         * add-log.el (change-log-font-lock-keywords): Make the regexp for
7169         date lines stricter.
7171 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
7173         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
7174         of x-get-selection.
7176 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
7178         * comint.el (comint-mode, comint-snapshot-last-prompt):
7179         * frame.el (frame-current-scroll-bars):
7180         * term.el (term-mode, term-check-proc, term-input-sender)
7181         (term-simple-send, term-extract-string, term-word)
7182         (term-match-partial-filename):
7183         * window.el (window-current-scroll-bars):
7184         * emulation/cua-base.el (cua-normal-cursor-color)
7185         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
7186         (cua-global-mark-cursor-color):
7187         * mail/undigest.el (rmail-forward-separator-regex):
7188         Fix typos in docstrings.
7190         * comint.el (comint-check-proc, make-comint-in-buffer)
7191         (comint-source-default): Doc fixes.
7193         * term.el (term-send-string): Improve argument/docstring consistency.
7195 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
7197         * comint.el (comint-send-input): Bind `inhibit-read-only' around
7198         call to `delete-region'.
7199         (comint-mode-hook): Do not enable Font Lock by default.
7201 2005-06-09  Lute Kamstra  <lute@gnu.org>
7203         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
7204         could be void.
7206 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * emacs-lisp/debug.el (debugger-will-be-back): New var.
7209         (debug): Use it.
7210         (debugger-step-through, debugger-continue, debugger-jump)
7211         (debugger-return-value): Set it when needed.
7212         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
7213         Use inhibit-read-only.
7215 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
7217         * window.el (shrink-window-if-larger-than-buffer)
7218         (window-size-fixed): Fix typo in docstring.
7220         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
7221         thumbnails directory on loading.
7222         (thumbs-conversion-program): Use `eq' to check the system type,
7223         not `equal'.
7224         (thumbs-temp-dir): Initialize to `temporary-file-directory',
7225         not "/tmp".  Fix docstring.
7226         (thumbs-thumbsdir): New function to return the thumbnails
7227         directory, creating it if needed.
7228         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
7229         (thumbs-temp-file): Delete variable and make it into a function.
7230         (thumbs-resize-image, thumbs-modify-image): Use it.
7231         (thumbs-kill-buffer): Simplify.
7232         (thumbs-gensym): Defalias or duplicate CL `gensym'.
7233         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
7234         docstrings.
7236 2005-06-09  Kim F. Storm  <storm@cua.dk>
7238         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
7239         set-match-data to free markers in match-data.
7241         * replace.el (replace-match-data): Pass RESEAT arg `t' to
7242         match-data to unchain markers in match-data.
7244 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7246         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
7247         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
7248         unnecessary now.
7250 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7252         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
7253         give the variable a doc string that doesn't say don't set it directly.
7255         * textmodes/ispell.el (ispell-check-version):
7256         Use match-string-no-properties.
7257         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
7258         (ispell-buffer-local-words): Likewise.
7260         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
7261         except on terminals with enough colors to really display it.
7262         (makefile-dependency-regex): Delete spurious `bb'.
7264         * faces.el (escape-glyph): Use blue once again in last case.
7265         (no-break-space): Redefine so that it isn't invisible on a tty.
7267 2005-06-08  Kim F. Storm  <storm@cua.dk>
7269         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
7270         also when reading directory name.
7272 2005-06-08  Lute Kamstra  <lute@gnu.org>
7274         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
7275         (flyspell-mode-line-string): Remove autoload cookie.
7276         (flyspell-mode): Remove defvar.
7278 2005-06-07  Lute Kamstra  <lute@gnu.org>
7280         * textmodes/org.el (org-run-mode-hooks): New function.
7281         (org-agenda-mode): Use it.
7283 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
7285         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
7287 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7289         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
7291 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
7293         * font-lock.el (font-lock-add-keywords): Doc fix.
7295 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
7298         (tex-compile-default): In the absence of any history, use the order in
7299         tex-compile-alist to choose the preferred command.
7300         (tex-compile-commands): Reorder a bit.
7302         * textmodes/flyspell.el (flyspell-auto-correct-binding)
7303         (flyspell-incorrect-face, flyspell-duplicate-face):
7304         Use (X)Emacs-agnostic code.
7305         (flyspell-mode-map): Don't overwrite at each load.  Remove code
7306         redundant with the subsequent add-minor-mode.  Merge Emacs and
7307         XEmacs code.
7308         (flyspell-word): Minor simplification.
7309         (flyspell-math-tex-command-p): Quieten the byte-compiler.
7310         (flyspell-external-point-words): Remove unused vars `size' and `start'.
7311         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
7312         Merge the corresponding Emacs code.
7313         (flyspell-correct-word, flyspell-xemacs-popup):
7314         Use flyspell-do-correct.
7316         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
7317         a dedicated window.
7319         * international/latexenc.el (latexenc-find-file-coding-system):
7320         Undo part of last patch, to turn off a compiler warning.
7322 2005-06-06  Juri Linkov  <juri@jurta.org>
7324         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
7325         Rename `tmm-inactive-face' to `tmm-inactive'.
7327 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
7329         * iswitchb.el: Rename faces.
7331 2005-06-06  Kim F. Storm  <storm@cua.dk>
7333         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
7334         (cua-global-mark): Remove -face suffix from face names.
7336         * emulation/cua-gmrk.el (cua--init-global-mark):
7337         Remove cua-global-mark face setup.
7339 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7341         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
7342         just like other allowed characters.
7343         (makefile-match-dependency): Exclude leading and training whitespace
7344         from the range of regexp subexp 1.
7345         (makefile-macroassign-regex): Don't try to match the body,
7346         just the name of the macro being defined.
7348         * info.el (Info-read-node-name-2): New function.
7349         (Info-read-node-name-1): Use that.
7350         Add a completion-base-size-function property.
7352         * simple.el (completion-setup-function): Look for
7353         completion-base-size-function property of minibuffer-completion-table.
7355         * files.el (locate-file-completion): Doc fix.
7357         * printing.el: Don't call pr-update-menus; user must do that.
7359         * emacs-lisp/debug.el (debugger-window): New variable.
7360         (debug): Use debugger-window if it is set and still alive.
7361         Record debugger-window for next entry.
7363         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
7365 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
7367         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
7368         (hack-one-local-variable, hack-local-variables)
7369         (hack-local-variables-prop-line): Pass that arg.
7371 2005-06-06  Kim F. Storm  <storm@cua.dk>
7373         * ido.el (ido-first-match, ido-only-match, ido-subdir)
7374         (ido-indicator): Remove -face suffix from face names.
7376 2005-06-06  Juri Linkov  <juri@jurta.org>
7378         * font-lock.el (font-lock-regexp-backslash)
7379         (font-lock-regexp-backslash-construct): New faces.
7380         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
7381         after `('.  Add `while-no-input' to control structures.
7383         * faces.el (no-break-space, shadow): New faces.
7384         (escape-glyph): Use less loud colors pink2 and red4.
7386         * diff-mode.el (diff-context-face)
7387         * dired.el (dired-ignored)
7388         * rfn-eshadow.el (file-name-shadow)
7389         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
7391         * info.el (Info-title-1-face): Use green instead of yellow because
7392         bold yellow is not readable on light backgrounds.
7394         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
7395         before selecting the desired mode to not spend time fontifying
7396         old contents.
7398 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
7400         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
7401         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
7403         * ps-print.el (ps-default-fg, ps-default-bg):
7404         Fix typos in docstrings.
7406         * isearchb.el (isearchb): Don't pass a spurious second argument to
7407         `iswitchb-completions'.
7409 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
7411         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
7412         to preserve point.
7413         (gdb-find-file-hook): Add doc string.
7415         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
7416         C dereferenced pointer expression.
7417         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
7419         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
7421         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
7422         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
7423         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
7424         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
7425         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
7426         Make background transparent.
7428 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7430         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
7431         (font-lock-remove-keywords): Doc fix.
7432         (font-lock-mode-major-mode): Compiler defvar.
7433         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
7435         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
7436         (font-lock-mode): Update `font-lock-mode-major-mode'.
7437         (font-lock-set-defaults): Compiler defvar.
7438         (font-lock-default-function): Take `font-lock-mode-major-mode'
7439         into account.
7441         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7442         keep track of which major mode it enabled the minor mode for.
7443         Use find-file-hook again.  Update docstring.
7445         * simple.el (eval-expression-print-level)
7446         (eval-expression-print-length, eval-expression-debug-on-error):
7447         Doc fixes.
7449 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
7451         * iswitchb.el (iswitchb-single-match-face)
7452         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7453         (iswitchb-invalid-regexp-face): New faces.
7454         (iswitchb-completions): Use them.
7455         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7456         now marked as an obsolete alias.
7457         (iswitchb-read-buffer): Remove check for bound font variables.
7458         (iswitchb-invalid-regexp): New free variable.
7459         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7460         set iswitchb-invalid-regexp.
7461         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7462         invalid regexps.
7463         (iswitchb-completions): Add check for complete match when entering
7464         a regexp.
7465         (iswitchb-completions): Remove require-match argument.
7466         (iswitchb-exhibit): Fix caller.
7467         (iswitchb-common-match-inserted): New variable.
7468         (iswitchb-complete, iswitchb-completion-help): Use it.
7470 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
7472         * url-http.el (url-http-chunked-encoding-after-change-function):
7473         Use `url-http-debug' instead of `message'.
7475 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
7477         * url-http.el (url-http-parse-headers): Pass redirected URL as a
7478         callback argument.
7480 2005-06-04  Kim F. Storm  <storm@cua.dk>
7482         * simple.el (line-move): Only call sit-for when moving backwards.
7484         * ido.el (ido-make-merged-file-list-1): New defun split from
7485         ido-make-merged-file-list.
7486         (ido-make-merged-file-list): Bind throw-on-input around call to
7487         ido-make-merged-file-list-1.  Return input-pending-p if
7488         interrupted by more input available.
7489         (ido-read-internal): Handle input-pending-p return value from
7490         ido-make-merged-file-list.
7492 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7494         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7495         compatibility code.
7497         * international/latexenc.el (latexenc-find-file-coding-system):
7498         Don't inherit the EOL part of the coding-system from the
7499         tex-main buffer.  Fit within 80 columns.
7501 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
7503         * tmm.el (tmm-inactive-face): New face.
7504         (tmm-remove-inactive-mouse-face): New function.
7505         (tmm-prompt, tmm-add-one-shortcut)
7506         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7507         but not selectable.
7509 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
7511         * faces.el (face-equal): Improve argument/docstring consistency.
7513 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
7515         * progmodes/make-mode.el (makefile-targets-face)
7516         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7517         (makefile-bsdmake-dependency-regex)
7518         (makefile-makepp-rule-action-regex)
7519         (makefile-bsdmake-rule-action-regex): New constants.
7520         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7522         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7523         Allow (...) within `...' for makepp messages.
7525 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
7527         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7529         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7530         "." files are deleted from all file lists before comparison.
7532         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7533         (viper-ESC-key): Made them customizable.
7535         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7537 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
7539         * autorevert.el (auto-revert-buffers): Use save-match-data.
7541 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7543         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7544         menu items with a nil command binding.
7546 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
7548         * emacs-lisp/cl-macs.el (defsetf):
7549         Improve argument/docstring consistency.
7551         * faces.el (list-faces-display): Improve the formatting by
7552         computing the maximum length required for any face-name (reworked
7553         patch of 1999-01-11, accidentally deleted on 1999-07-21).
7554         (internal-find-face): Remove redundant info in docstring.
7556 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
7558         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7559         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7560         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7561         (gdb-assembler-custom): Improve regexps.
7562         (def-gdb-auto-update-handler): Use window point to preserve point.
7564 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7566         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7568 2005-05-31  Jay Belanger  <belanger@truman.edu>
7570         * calc/calc-embed.el (calc-embedded-word): Change argument passed
7571         to calc-embedded.
7572         (calc-embedded-make-info): Have plain prefix argument select
7573         entire line.
7575 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
7577         * faces.el (list-faces-display): Signal error if passed a regexp
7578         that matches no face name.
7580         * simple.el (filter-buffer-substring): Fix typo in docstring.
7582 2005-05-31  Richard M. Stallman  <rms@gnu.org>
7584         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7585         (vhdl-emacs-21): Doc fix.
7586         (vhdl-mode): Unconditionally set comment-padding.
7587         (vhdl-fixup-whitespace-region): Insert spaces only where
7588         there are none.
7589         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7591 2005-05-30  John Wiegley  <johnw@newartisans.com>
7593         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7594         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7595         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7596         `directory-sep-char' to ?/, and all uses of `string-to-int' to
7597         `string-to-number'.
7599 2005-05-30  Jay Belanger  <belanger@truman.edu>
7601         * calc/calc.el (calc-bug-address): Fix docstring.
7602         (calc-window-hook, calc-trail-window-hook): New variables.
7603         (calc-trail-display): Restore use of calc-trail-window-hook.
7604         (calc): Restore use of calc-window-hook.
7606 2005-05-31  Masatake YAMATO  <jet@gyve.org>
7608         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7610         * help-fns.el (help-C-file-name): Add autoload mark for
7611         `find-function-noselect'.
7613 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7615         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7616         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7618 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7620         * calendar/diary-lib.el (mark-included-diary-files): Only kill
7621         included diary buffer if it was not already being visited.
7622         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7624         * calendar/icalendar.el (top-level): Do not require 'appt.
7626         * mail/supercite.el (sc-select-attribution): Only use a list
7627         element from sc-attrib-selection-list if it returns a string.
7628         Reported by Davide G. M. Salvetti <salve@debian.org>.
7630 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
7632         * thumbs.el (thumbs-thumbname): The resulting thumbname now
7633         includes a hash value to improve its uniqueness, and has a ".jpg"
7634         extension.  Also, it is now a valid filename on all systems.
7635         (thumbs-make-thumb): Use `let', not `let*'.
7636         (thumbs-show-thumbs-list): Check for JPEG availability.
7638 2005-05-30  Richard M. Stallman  <rms@gnu.org>
7640         * filesets.el (filesets-menu-ensure-use-cached):
7641         Prevent warning when emacs-version>= is undefined.
7643         * printing.el (pr-interactive-n-up): Use string-to-number.
7645         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7647         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7648         Warn only when name to be defined is quoted.
7650 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
7652         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7653         Make regexp more robust.
7654         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7655         Force regeneration of disassembly.
7657 2005-05-29  Jay Belanger  <belanger@truman.edu>
7659         * calc/calc.el (calc-user-invocation): Check if
7660         calc-invocation-macro is non-nil.
7662 2005-05-29  Juri Linkov  <juri@jurta.org>
7664         * add-log.el (change-log-font-lock-keywords):
7665         Add `+' to e-mail regexp to accept mail address with keywords.
7667         * man.el (Man-name-regexp): Add `:' to accept qualified names.
7669 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7671         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7673         * ielm.el (inferior-emacs-lisp-mode): Ditto.
7675 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7677         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7678         Undo the change that moves to end of the current word.
7680 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
7682         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7683         Throw error when count <= 0 to ensure input is a number.
7684         (gdb-read-memory-custom): Pick up address from buffer.
7685         (gdb-memory-mode): Allow user to increment and decrement
7686         memory address from header line.
7688 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7690         * flyspell.el (flyspell-version): Function deleted.
7691         (flyspell-auto-correct-previous-hook): Doc fix.
7693         * jit-lock.el (jit-lock-function, jit-lock-after-change):
7694         Do nothing if memory is full.
7696         * font-lock.el (font-lock-fontify-syntactically-region):
7697         Pass t for GREEDY to looking-back.
7699         * saveplace.el (save-place-alist-to-file): Write the file
7700         using write-region.
7702         * subr.el (looking-back): New argument GREEDY.
7704         * progmodes/compile.el (compilation-start): Set the mode
7705         before inserting the initial text.
7707         * progmodes/which-func.el (which-func-update-1): Turn the mode
7708         off in case of error by setting which-func-mode.
7710 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
7712         * flyspell.el (flyspell-auto-correct-previous-word):
7713         Narrow down to what's on the screen, and recenter overlays
7714         at the end of the next word.
7716 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
7718         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7719         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7720         (flyspell-abbrev-p): Default to nil.
7721         (flyspell-use-global-abbrev-table-p): Doc fix.
7722         (flyspell-large-region): Allow nil as value.
7723         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7725         (mail-mode-flyspell-verify): More robust handling
7726         of `mail-header-separator'.  More efficient signature detection.
7727         Allow for regexp metacharacters in message-header-separator.
7728         Adding `To' not to be checked in mail-mode-flyspell-verify.
7730         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7731         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7732         Bind flyspell-auto-correct-binding.
7733         Bind C-. and C-, .
7734         (flyspell-mode-map): Likewise.
7735         (flyspell-mode): Doc fix.
7736         (flyspell-accept-buffer-local-defs): Preserve current buffer.
7737         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7738         (flyspell-word-cache-result): New var, always local.
7739         (flyspell-check-pre-word-p): Doc fix.
7740         (flyspell-check-changed-word-p): Handle spc like newline.
7741         (flyspell-post-command-hook): Set flyspell-word-cache-result.
7742         (flyspell-word-search-backward, flyspell-word-search-forward):
7743         New functions.
7744         (flyspell-word): Return t if nothing to check.
7745         When parsing TeX code, check for after } or \.
7746         Use flyspell-word-search-backward to find previous word.
7747         Return nil if duplicated word.
7748         For word already checked, return same value as last time.
7749         Set flyspell-word-cache-result after checking.
7750         Don't clobber the return value.
7751         (flyspell-get-word): Major rewrite.
7752         (flyspell-external-point-words): New locals pword, pcount.
7753         Fix size used in progress message.
7754         Find the proper corresponding word in flyspell-large-region-buffer.
7755         (flyspell-region): Check for flyspell-large-region = nil.
7756         (flyspell-highlight-incorrect-region): Clean up overlays in region.
7757         (flyspell-auto-correct-word): Check that WORD is a cons.
7758         (flyspell-correct-word): Likewise.
7760 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
7762         * progmodes/make-mode.el (makefile-rule-action-regex)
7763         (makefile-macroassign-regex, makefile-makepp-mode)
7764         (makefile-bsdmake-mode): Continuation lines may be empty.
7765         Reported by Joshua Varner.
7766         (makefile-makepp-font-lock-keywords): Add $(stem).
7768 2005-05-28  Karl Berry  <karl@gnu.org>
7770         * textmodes/tex-mode.el: Now that tex-send-command calls
7771         shell-quote-argument (2005-03-31 change), remove all calls to
7772         shell-quote-argument; they all end up invoking tex-send-command.
7773         The double quoting loses on filenames with non-safe characters,
7774         such as "@".  Reported by Frederik Fouvry.
7776 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
7778         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7779         about preserving point.
7781 2005-05-27  Jay Belanger  <belanger@truman.edu>
7783         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7784         Info-goto-node.
7786         * calc/calc-embed.el (calc-embed-arg): New variable.
7787         (calc-do-embedded-activate, calc-embedded-activate-formula)
7788         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7789         variable by new variable.
7790         (calc-embedded-make-info): Replace undeclared variable by new
7791         variable.  When selecting region with positive prefix
7792         argument, use end of previous line instead of beginning of line.
7794         * calc/calc-aent.el (calc-arg-values): Declare it.
7796         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7797         Declare them.
7799         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7801         * calc/calc.el (calc-alg-map): Declare it.
7803         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7805 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
7807         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7808         (gdb-registers-buffer, toggle-gdb-all-registers):
7809         Toggle display of floating point registers.
7810         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7812         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
7813         (toggle-gud-tooltip-dereference):
7814         Rename from gud-toggle-tooltip-dereference.
7816 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7818         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7820 2005-05-27  Jay Belanger  <belanger@truman.edu>
7822         * calc/calc-prog.el (calc-kbd-report): Remove.
7823         (calc-kbd-query): Rewrite.
7825 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
7827         * image.el (image-library-alist): Move to image.c.
7828         (image-type-available-p): Doc fix.
7830 2005-05-27  Lute Kamstra  <lute@gnu.org>
7832         * calc/calc.el (calc):
7833         * outline.el (outline-1, outline-2, outline-3, outline-4)
7834         (outline-5, outline-6, outline-7, outline-8):
7835         * textmodes/dns-mode.el (dns-mode):
7836         * textmodes/sgml-mode.el (sgml-namespace-face):
7837         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7838         (tex-verbatim-face, tex-use-reftex):
7839         * textmodes/texinfo.el (texinfo-heading-face):
7840         Specify customization group.
7842         * longlines.el: Don't require easy-mmode.
7843         (longlines-visible-face): Specify customization group.
7845 2005-05-27  Kenichi Handa  <handa@m17n.org>
7847         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7848         encoding table of windows-1251.
7850         * international/ucs-tables.el (ucs-set-table-for-input):
7851         If translation-table-for-input of a coding system is a symbol, get
7852         its translation-table property.
7854         * international/code-pages.el: Don't register a coding system into
7855         non-iso-charset-alist more than once.
7856         (cp-make-coding-system): Likewise.
7858 2005-05-26  John Wiegley  <johnw@newartisans.com>
7860         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7861         `eshell-resume-eval' is wrapped in a list, it indicates that the
7862         command was run asynchronously.  In that case, unwrap the value
7863         before checking the delimiter value.
7865         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7866         character before a space at the end of a line is \, assume the space
7867         is part of the last argument rather than a final argument separator.
7869         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7870         is in use, and the target is `t' or `nil' (which are the most common
7871         values), don't assume that the symbol target is a buffer.
7873 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7875         * calendar/calendar.el (calendar-mode-line-format):
7876         Use mode-line-highlight as mouse-face.
7878         * time.el (display-time-string-forms, display-time-update):
7879         Use mode-line-highlight as mouse-face.
7881 2005-05-26  Jay Belanger  <belanger@truman.edu>
7883         * calc/calc.el (calc-language-alist): Remove extra defvar.
7885 2005-05-26  Lute Kamstra  <lute@gnu.org>
7887         * arc-mode.el (archive-mode):
7888         * bookmark.el (bookmark-read-annotation-mode)
7889         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7890         * bs.el (bs-mode):
7891         * calc/calc-yank.el (calc-edit-mode):
7892         * calc/calc.el (calc-mode, calc-trail-mode):
7893         * calculator.el (calculator-mode):
7894         * chistory.el (command-history-mode):
7895         * comint.el:
7896         * cus-edit.el (custom-mode):
7897         * descr-text.el (describe-text-mode):
7898         * ebuff-menu.el (Electric-buffer-menu-mode):
7899         * ediff-util.el (ediff-mode):
7900         * emacs-lisp/re-builder.el (reb-mode):
7901         * emulation/vi.el (vi-mode-setup):
7902         * emulation/ws-mode.el (wordstar-mode):
7903         * eshell/esh-mode.el (eshell-mode):
7904         * forms.el (forms-mode):
7905         * help-mode.el (help-mode):
7906         * hexl.el (hexl-mode):
7907         * ibuffer.el (ibuffer-mode):
7908         * ielm.el (inferior-emacs-lisp-mode):
7909         * info.el (Info-mode, Info-edit-mode):
7910         * international/swedish.el:
7911         * ledit.el (ledit-from-lisp-mode):
7912         * locate.el (locate-mode):
7913         * mail/rmail.el (rmail-mode):
7914         * mail/rmailedit.el (rmail-edit-mode):
7915         * mail/rmailsum.el (rmail-summary-mode):
7916         * mail/supercite.el (sc-electric-mode):
7917         * net/eudc.el (eudc-mode):
7918         * net/quickurl.el (quickurl-list-mode):
7919         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7920         * obsolete/ooutline.el (outline-mode):
7921         * obsolete/options.el (Edit-options-mode):
7922         * obsolete/rnews.el (news-mode):
7923         * obsolete/rnewspost.el (news-reply-mode):
7924         * play/5x5.el (5x5-mode):
7925         * play/decipher.el (decipher-mode, decipher-stats-mode):
7926         * play/gomoku.el (gomoku-mode):
7927         * play/snake.el (snake-mode):
7928         * play/solitaire.el (solitaire-mode):
7929         * play/tetris.el (tetris-mode):
7930         * progmodes/ada-mode.el (ada-mode):
7931         * progmodes/antlr-mode.el (antlr-mode):
7932         * progmodes/autoconf.el (autoconf-mode):
7933         * progmodes/dcl-mode.el (dcl-mode):
7934         * progmodes/delphi.el (delphi-mode):
7935         * progmodes/ebrowse.el (ebrowse-tree-mode)
7936         (ebrowse-electric-list-mode, ebrowse-member-mode)
7937         (ebrowse-electric-position-mode):
7938         * progmodes/f90.el (f90-mode):
7939         * progmodes/fortran.el (fortran-mode):
7940         * progmodes/icon.el (icon-mode):
7941         * progmodes/idlw-help.el (idlwave-help-mode):
7942         * progmodes/idlw-shell.el (idlwave-shell-mode):
7943         * progmodes/idlwave.el (idlwave-mode):
7944         * progmodes/inf-lisp.el (inferior-lisp-mode):
7945         * progmodes/m4-mode.el (m4-mode):
7946         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7947         * progmodes/modula2.el (modula-2-mode):
7948         * progmodes/octave-inf.el (inferior-octave-mode):
7949         * progmodes/octave-mod.el (octave-mode):
7950         * progmodes/pascal.el (pascal-mode):
7951         * progmodes/sh-script.el (sh-mode):
7952         * progmodes/sql.el (sql-mode, sql-interactive-mode):
7953         * progmodes/vhdl-mode.el (vhdl-mode):
7954         * progmodes/xscheme.el (scheme-interaction-mode):
7955         * replace.el (occur-mode):
7956         * ses.el (ses-mode):
7957         * simple.el (completion-list-mode):
7958         * skeleton.el:
7959         * speedbar.el (speedbar-mode):
7960         * term.el (term-mode):
7961         * terminal.el (terminal-edit-mode):
7962         * textmodes/reftex-index.el (reftex-index-mode)
7963         (reftex-index-phrases-mode):
7964         * textmodes/reftex-sel.el (reftex-select-label-mode)
7965         (reftex-select-bib-mode):
7966         * textmodes/reftex-toc.el (reftex-toc-mode):
7967         * wdired.el (wdired-change-to-wdired-mode):
7968         * wid-browse.el (widget-browse-mode):
7969         Use run-mode-hooks.
7971         * array.el (array-mode):
7972         * calendar/todo-mode.el (todo-mode):
7973         * man.el (Man-mode):
7974         * play/landmark.el (lm-mode):
7975         * play/mpuz.el (mpuz-mode):
7976         Use kill-all-local-variables and run-mode-hooks.
7978         * subr.el (delay-mode-hooks): Specify indentation.
7980 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
7982         * xml.el (xml-substitute-special): Don't die for undefined xml
7983         entities.
7985 2005-05-26  Jay Belanger  <belanger@truman.edu>
7987         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7988         of nil.
7990 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
7992         * progmodes/gdb-ui.el (gdb-frame-address):
7993         Rename from gdb-current-address.
7994         (gdb-previous-frame-address): Rename from gdb-previous-address.
7995         (gdb-selected-frame): Rename from gdb-current-frame.
7996         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7997         (gdb-frame-number): Rename from gdb-current-stack-level.
7998         (gdb-ann3): Match new mode-name for disassembly buffer.
7999         Extend initialization of variables.
8000         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
8001         (gdb-memory-mode): Use mouse-face in header line.
8002         (gdb-assembler-buffer-name): Call it disassembly and give frame
8003         in mode line.
8004         (gdb-source-spec-regexp, gdb-assembler-custom)
8005         (gdb-invalidate-assembler, gdb-frame-handler):
8006         Make robust to leading zeroes in address format.
8008 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
8010         * textmodes/org.el (org-mode): Use `define-derived-mode' to
8011         define `org-mode'.
8012         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
8014 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * log-edit.el (log-edit-changelog-entries): Distinguish between
8017         filenames like xfns.c and fns.c.
8019 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
8021         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
8022         point after reverting.
8023         (Buffer-menu-make-sort-button): Handle the case where
8024         `Buffer-menu-use-header-line' is nil.
8026 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8028         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
8029         New funcs.  In minibuffer-local-completion-map bind `]', `/'
8030         and `:' to them.
8032 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8034         * startup.el (normal-top-level): Allow modification of load-path while
8035         we're iterating over it.
8037 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
8039         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
8040         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
8041         (thumbs-resize-interactive, thumbs-insert-image)
8042         (thumbs-insert-thumb, thumbs-dired-show-marked)
8043         (thumbs-find-image-at-point, thumbs-delete-images)
8044         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
8045         (thumbs-increment-image-size, thumbs-decrement-image-size):
8046         Fix typos in docstrings.
8048 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
8050         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
8051         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
8052         (cperl-mode): Use them.
8054 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
8056         * window.el (quit-window, shrink-window-if-larger-than-buffer):
8057         Doc fixes.
8059 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
8061         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
8062         Bind C-d to gdb-inferior-io-eof.
8064         * dired.el (dired-dnd-popup-notice): Use message-box.
8066 2005-05-23  Masatake YAMATO  <jet@gyve.org>
8068         * bindings.el (mode-line-major-mode-keymap):
8069         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
8071         * faces.el (mode-line-highlight): New face.
8073         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
8074         as mouse-face.
8076         * bindings.el (top-level, help-echo, mode-line-modified)
8077         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
8078         as mouse-face.
8080 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
8082         * progmodes/cc-engine.el (c-guess-basic-syntax):
8083         Remove spurious call to `zerop'.
8085         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
8087 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
8089         CC Mode update to 5.30.10:
8091         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
8092         could go past the limit in decoration level 2, thereby causing
8093         errors during interactive fontification.
8095         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
8096         the file is evaluated interactively.
8098         * cc-engine.el (c-guess-basic-syntax): Handle operator
8099         declarations somewhat better in C++.
8101         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
8102         make use of `run-mode-hooks' which has been added in Emacs 21.1.
8103         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8104         (awk-mode): Use it.
8105         (make-local-hook): Suppress warning about obsoleteness.
8107         * cc-engine.el, cc-align.el, cc-cmds.el
8108         (c-append-backslashes-forward, c-delete-backslashes-forward)
8109         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
8110         Compensate for return value from `forward-line' when it has moved
8111         but not to a different line due to eob.
8113         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
8114         `objc-method-intro' and `objc-method-args-cont'.
8116 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
8118         CC Mode update to 5.30.10:
8120         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
8121         in the copyright statement.  Incidentally, change "along with GNU
8122         Emacs" to "along with this program" where it occurs.
8124         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
8125         so that it is interactive, hence can be found by M-x awk-mode
8126         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
8127         <gmorris+emacs@ast.cam.ac.uk>.
8129         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
8130         Mode's regexps.
8132 2005-05-23  Kevin Ryde  <user42@zip.com.au>
8134         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
8135         c-parse-state, to avoid a lisp error (on bad code).
8137 2005-05-23  Lute Kamstra  <lute@gnu.org>
8139         * subr.el (font-lock-defaults): Remove defvar as it's already
8140         defined in font-core.el.
8142         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
8144 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
8146         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
8147         more general and work when GDB variable "print pretty" is on,
8148         as with Emacs, for example.
8150 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
8152         * font-core.el: Update comment.
8154         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8155         Use `after-change-major-mode-hook' instead of `find-file-hook'.
8157         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
8159 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
8161         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
8162         and `yank-handler' in the doc strings.
8164 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8166         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
8168 2005-05-22  Richard M. Stallman  <rms@gnu.org>
8170         * help.el (describe-key): Move print-help-return-message call
8171         out of conditional.
8173         * progmodes/etags.el (list-tags): Use with-no-warnings.
8175         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
8176         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
8177         (starttls-extra-args, starttls-extra-arguments): Add defvars.
8179         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
8181         * language/viet-util.el (viet-viscii-nonascii-translation-table):
8182         Add defvar.
8184         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
8185         Use defvar, not defconst.
8187         * hexl.el (hexl-follow-line): Use with-no-warnings.
8189         * emulation/tpu-extras.el: Use write-file-functions instead of
8190         write-file-hooks.
8192         * dired.el (dired-font-lock-keywords): Fontify files with junk
8193         extensions even if marked by -F.
8195 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
8197         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
8198         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
8199         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
8200         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
8201         (concatenate, list-length, get*, getf, cl-remprop):
8202         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
8203         (etypecase, progv, lexical-let, lexical-let*)
8204         (multiple-value-bind, multiple-value-setq, shiftf):
8205         Improve argument/docstring consistency.
8207         * subr.el (focus-frame, unfocus-frame):
8208         Revert deletion on 2005-05-01.
8210 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
8212         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
8213         doesn't exist.
8215         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
8216         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
8218 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
8220         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
8221         already deleted variables: auto-fill-hook, blink-paren-hook,
8222         lisp-indent-hook, inhibit-local-variables, unread-command-event,
8223         suspend-hooks, comment-indent-hook, meta-flag,
8224         before-change-function, after-change-function,
8225         font-lock-doc-string-face.
8227 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
8229         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8231 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
8233         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
8234         rmail-dont-reply-to.
8236 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8238         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
8239         literal blank when splitting new-header-values.
8241 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
8243         * calendar/cal-menu.el (cal-menu-update): Add separator as a
8244         string so that tmm doesn't create a completion entry for it.
8246         * textmodes/table.el (table-disable-menu): Ditto.
8248 2005-05-21  Richard M. Stallman  <rms@gnu.org>
8250         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
8252         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
8254         * net/rcompile.el (remote-compile): Use compilation-start.
8256         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
8258 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
8260         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
8261         Default to makefile-bsdmake-mode on BSD systems.
8263         * imenu.el (imenu-generic-expression, imenu--generic-function'):
8264         REGEXP may also be a search function now.  The part of doc-string
8265         for describing the structure was 95% identical to that of
8266         `imenu--generic-function'.  Unify it there.
8268         * progmodes/make-mode.el (makefile-imenu-generic-expression):
8269         Use function to find dependencies, because regexp alone is so complex,
8270         it easily goes into an endless loop.
8271         (makefile-makepp-mode): Also add submenu for Perl functions
8272         defined in the makefile.
8273         (makefile-bsdmake-mode): Special imenu-generic-expression no
8274         longer needed, due to function call.
8275         (makefile-match-dependency): Take BOUND into account when checking
8276         if we're through.
8278 2005-05-20  Jay Belanger  <belanger@truman.edu>
8280         * calc/calc-units.el (calc-invalidate-units-table):
8281         Use inhibit-read-only.
8282         (math-build-units-table-buffer): Use view-mode.
8284 2005-05-20  David Kastrup  <dak@gnu.org>
8286         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
8287         easy-menu-add is not a nop on Emacs; and clarify when to call it.
8289 2005-05-20  Lute Kamstra  <lute@gnu.org>
8291         * diff-mode.el (diff-header-face, diff-file-header-face)
8292         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8293         (diff-added-face, diff-changed-face, diff-function-face)
8294         (diff-context-face, diff-nonexistent-face): Put them in the
8295         diff-mode customization group.
8297 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
8301         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
8303         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
8304         Minor regexp-optimization.
8306 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8308         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
8309         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
8310         (org-agenda-add-time-grid-maybe): New function.
8311         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
8312         (org-table-create): `dotimes' instead of `mapcar'.
8313         (org-xor): Simplify implementation.
8314         (org-agenda): `inhibit-redisplay' turned on.
8315         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
8316         a consistent line after a state change.
8317         (org-agenda-remove-times-when-in-prefix): New option.
8318         (org-prefix-has-time): New variable.
8319         (org-parse-time-string): Optional argument NODEFAULT.
8320         (org-format-agenda-item): Parse items for time-of-day
8321         specifications and move these into the prefix if possible.
8322         (org-agenda-priority): Get current heading, not previous heading
8323         during agenda remote editing.
8325 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
8327         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
8328         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
8329         (remove-duplicates, delete-duplicates, substitute)
8330         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
8331         (nsubstitute-if-not, find, find-if, find-if-not, position)
8332         (position-if, position-if-not, count, count-if, count-if-not)
8333         (mismatch, search, sort*, stable-sort, merge, member*)
8334         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
8335         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
8336         (intersection, nintersection, set-difference, nset-difference)
8337         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
8338         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
8339         (nsublis, tree-equal): Improve argument/docstring consistency.
8341         * subr.el (send-string, send-region):
8342         Remove obsolescence declaration.
8343         (window-dot, set-window-dot, read-input, show-buffer)
8344         (eval-current-buffer, string-to-int):
8345         Add release number to obsolescence declarations.
8347 2005-05-19  Kim F. Storm  <storm@cua.dk>
8349         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
8350         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
8352 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
8354         * faces.el (list-faces-display): Make back button respect optional
8355         regexp arg.
8357 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
8359         * calculator.el (calculator-radix-grouping-mode)
8360         (calculator-radix-grouping-digits, calculator-displayer)
8361         (calculator-radix-grouping-separator, calculator-copy-displayer):
8362         * dabbrev.el (dabbrev-search-these-buffers-only):
8363         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
8364         (diff-advance-after-apply-hunk, diff-mode-hook)
8365         (diff-minor-mode-prefix):
8366         * imenu.el (imenu-use-popup-menu):
8367         * jit-lock.el (jit-lock-context-time):
8368         * newcomment.el (comment-fill-column, comment-column)
8369         (comment-style, comment-padding, comment-multi-line)
8370         (comment-empty-lines, comment-auto-fill-only-comments):
8371         * reveal.el (reveal-around-mark):
8372         * uniquify.el (uniquify-buffer-name-style)
8373         (uniquify-after-kill-buffer-p)
8374         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
8375         (uniquify-min-dir-content, uniquify-separator)
8376         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
8377         * w32-vars.el (w32-fixed-font-alist):
8378         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
8379         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
8380         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
8381         * progmodes/perl-mode.el (perl-indent-level)
8382         (perl-continued-statement-offset, perl-continued-brace-offset)
8383         (perl-brace-offset, perl-brace-imaginary-offset)
8384         (perl-label-offset, perl-indent-continued-arguments)
8385         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
8386         * progmodes/tcl.el (tcl-indent-level)
8387         (tcl-continued-indent-level, tcl-auto-newline)
8388         (tcl-tab-always-indent, tcl-electric-hash-style)
8389         (tcl-help-directory-list, tcl-use-smart-word-finder)
8390         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
8391         (inferior-tcl-source-command):
8392         * textmodes/fill.el (enable-kinsoku):
8393         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
8394         * textmodes/table.el (table-yank-handler):
8395         Specify missing group (and type, if simple) in defcustom.
8397 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
8399         * progmodes/compile.el (compilation-finish-function): Fix defvar.
8401 2005-05-19  Richard M. Stallman  <rms@gnu.org>
8403         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
8405         * subr.el (event-basic-type): Don't get an error.
8406         (left-fringe-p): Function deleted.
8408         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
8409         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
8411         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
8412         in recursive copy.
8414         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
8416         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
8418         * emacs-lisp/bytecomp.el
8419         (byte-compile-file-form-custom-declare-variable): Call
8420         byte-compile-nogroup-warn if appropriate.
8422         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
8423         (compilation-set-window): Don't call left-fringe-p; do it directly.
8425 2005-05-19  Jay Belanger  <belanger@truman.edu>
8427         * calc/calc-graph.el (calc-graph-format-data): Make sure
8428         var-PlotRejects is bound before trying to check its value.
8430 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
8432         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
8433         definition of this variable from reftex-global.el to reftex.el,
8434         because it is needed in the menu.
8436 2005-05-19  Lute Kamstra  <lute@gnu.org>
8438         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
8439         years are fixed.  Don't insert a space after a dash.
8441 2005-05-19  Kim F. Storm  <storm@cua.dk>
8443         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8445 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
8447         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8448         strings, because (eq ... ?\\) is fairly frequent.
8450         * progmodes/make-mode.el (makefile-add-this-line-targets):
8451         Simplify and integrate into `makefile-pickup-targets'.
8452         (makefile-add-this-line-macro): Simplify and integrate into
8453         `makefile-pickup-macros.
8454         (makefile-pickup-filenames-as-targets): Simplify.
8455         (makefile-previous-dependency, makefile-match-dependency):
8456         Don't stumble over `::'.
8458 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
8460         * subr.el (post-command-idle-hook, post-command-idle-delay):
8461         Remove obsoletion of post-command-idle-hook and
8462         post-command-idle-delay.
8464         * faces.el (list-faces-display): Provide button when describe-face
8465         is called to take user back to the list of faces.
8467         * help-fns.el (describe-variable): Remove hyperlinks in a
8468         variable's value as these are quite frequently inappropriate.
8470         * follow.el (follow-submit-feedback, follow-mode):
8471         Remove references to post-command-idle-hook.
8473 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
8475         * progmodes/make-mode.el (makefile-previous-dependency)
8476         (makefile-match-dependency): Check for := (and in bsd mode also
8477         !=) to give a better result, even when font-lock is not on.
8479 2005-05-18  Jay Belanger  <belanger@truman.edu>
8481         * calc/calc-help.el (calc-s-prefix-help):
8482         Add `calc-copy-special-constant' to help string.
8484 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
8486         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8488 2005-05-18  Jay Belanger  <belanger@truman.edu>
8490         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8491         in linear factors are in proper order.
8493 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8495         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8496         Support for jurabib.
8498         * textmodes/reftex.el (featurep): Define aliases for overlay
8499         commands, for XEmacs compatibility, and use these aliases in
8500         overlay initializations.
8501         (reftex-highlight): Use `reftex-move-overlay'.
8502         (reftex-unhighlight): Use `reftex-delete-overlay'.
8503         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
8504         (reftex-access-search-path): Use `reftex-uniquify' instead of
8505         `reftex-uniq'
8507         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8508         `before-string' property modification enables for Emacs as well.
8509         (reftex-select-item): Use `reftex-delete-overlay'.
8510         (reftex-select-mark): Use `reftex-make-overlay' and
8511         `reftex-overlay-put'.
8512         (reftex-select-unmark): Use `reftex-delete-overlay' and
8513         `reftex-overlay-put'.
8515 2005-05-18  Lute Kamstra  <lute@gnu.org>
8517         * emacs-lisp/lisp.el (check-parens): Fix docstring.
8519 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
8521         * add-log.el (add-change-log-entry):
8522         * array.el (array-make-template, array-reconfigure-rows)
8523         (array-init-max-row, array-init-max-column)
8524         (array-init-columns-per-line, array-init-field-width):
8525         * replace.el (replace-match-maybe-edit, perform-replace):
8526         * textmodes/spell.el (spell-region):
8527         Replace `read-input' by `read-string'.
8529         * forms.el (forms-mode):
8530         * finder.el (finder-compile-keywords):
8531         * shadowfile.el (shadow-read-files):
8532         Replace `eval-current-buffer' by `eval-buffer'.
8534         * terminal.el (te-pass-through):
8535         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8536         (ange-ftp-raw-send-cmd):
8537         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8538         (send-process-next-char, telnet-initial-filter, telnet):
8539         Replace `send-string' by `process-send-string'.
8541         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8542         (prolog-consult-region): Replace `send-string' by
8543         `process-send-string'; replace `send-region' by `process-send-region'.
8545         * progmodes/delphi.el (delphi-log-msg):
8546         Replace `set-window-dot' by `set-window-point'.
8548         * subr.el (window-dot, set-window-dot, read-input, send-string)
8549         (send-region, show-buffer, eval-current-buffer):
8550         Make really obsolete, as the comment says.
8552 2005-05-17  Kim F. Storm  <storm@cua.dk>
8554         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8555         (cua--init-keymaps): Bind C-return instead of S-return to set
8556         rectangle mark.
8558         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8559         instead of S-return to toggle/clear rectangle mark.
8561 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
8563         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8564         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8565         Also fontify plain strings assigned to variables, mostly so that a
8566         colon has a face and is thus not taken as a dependency separator.
8567         (makefile-previous-dependency): Inline the new matcher, because it
8568         is too complex to work in both directions.
8569         (makefile-match-dependency): Eliminate `backward' arg (see above).
8570         Completely reimplemented so as to not sometimes go into an endless
8571         loop.  It should also be more efficient, because first it only
8572         searches for `:', instead of applying the very complex regexp.
8573         (makefile-mode): Cancel `font-lock-support-mode', because blocks
8574         to be fontified in one piece can be too long for JIT.
8575         Makefiles are never *that* big.
8577 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
8579         * dired.el (dired-mode): Simplify.
8581 2005-05-17  Lute Kamstra  <lute@gnu.org>
8583         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8584         defcustom for the mode hook variable.
8586         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8587         Emacs Lisp Reference Manual.
8589 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
8591         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8592         (evenp, list*):
8593         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8594         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8596         * net/tramp-smb.el (tramp-smb-open-connection):
8597         Pass `tramp-chunksize' as fifth (required) argument.
8599 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
8601         * font-lock.el (lisp-font-lock-keywords-1):
8602         Set `font-lock-negation-char-face' for [^...] char group.
8603         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8605         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8606         a var, and refine it to mask one more level of nested vars.
8607         (makefile-rule-action-regex): Turn it into a var, and refine it so
8608         it recognizes backslashed continuation lines as belonging to the
8609         same command.
8610         (makefile-macroassign-regex): Refine it so it recognizes
8611         backslashed continuation lines as belonging to the same command.
8612         (makefile-var-use-regex): Don't look at the next char, because it
8613         might be the same one to be skipped by the initial [^$], leading
8614         to an overlooked variable use.
8615         (makefile-make-font-lock-keywords): Remove two parameters, which
8616         are now variables that some of the modes set locally.
8617         Handle dependency and rule action matching through functions, because
8618         regexps alone match too often.  Dependency matching now comes
8619         last, so it can check, whether a colon already matched something else.
8620         (makefile-mode): Inform that font-lock improves makefile parsing
8621         capabilities.
8622         (makefile-match-dependency, makefile-match-action): New functions.
8624 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
8626         * emacs-lisp/cl-extra.el (equalp): Doc fix.
8628         * align.el (align-regexp):
8629         * ansi-color.el (ansi-color-get-face):
8630         * array.el (array-reconfigure-rows, array-init-max-row)
8631         (array-init-max-column, array-init-columns-per-line)
8632         (array-init-field-width):
8633         * dired-aux.el (dired-trample-file-versions):
8634         * dired-x.el (dired-mark-sexp):
8635         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8636         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8637         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8638         * faces.el (face-read-integer):
8639         * files.el (backup-extract-version, insert-directory):
8640         * hexl.el (hexl-insert-decimal-char):
8641         * server.el (server-process-filter):
8642         * shell.el (shell-extract-num):
8643         * startup.el (command-line-1):
8644         * term.el (term-command-hook):
8645         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8646         (time-stamp-do-number):
8647         * time.el (display-time-update):
8648         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8649         (timezone-fix-time):
8650         * vms-patch.el (vms-suspend-resume-hook):
8651         * calendar/appt.el (appt-convert-time):
8652         * calendar/cal-bahai.el (mark-bahai-diary-entries):
8653         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8654         * calendar/cal-islam.el (mark-islamic-diary-entries):
8655         * calendar/calendar.el (calendar-cursor-to-date)
8656         (calendar-star-date):
8657         * calendar/diary-lib.el (diary-attrtype-convert)
8658         (mark-diary-entries, diary-entry-time):
8659         * calendar/solar.el (solar-get-number):
8660         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8661         * emacs-lisp/re-builder.el (reb-display-subexp):
8662         * emulation/edt.el (edt-set-scroll-margins):
8663         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8664         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8665         (vip-get-ex-count):
8666         * emulation/viper-ex.el (viper-get-ex-token)
8667         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8668         * international/fontset.el (fontset-plain-name):
8669         * mail/feedmail.el (feedmail-look-at-queue-directory):
8670         * mail/mailalias.el (mail-get-names):
8671         * mail/rmail.el (rmail-convert-to-babyl-format):
8672         * mail/rmailsum.el (rmail-make-basic-summary-line)
8673         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8674         (rmail-summary-goto-msg):
8675         * mail/smtpmail.el (smtpmail-read-response):
8676         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8677         (ange-ftp-vms-add-file-entry):
8678         * play/gametree.el (gametree-looking-at-ply)
8679         (gametree-current-branch-score):
8680         * progmodes/ada-xref.el (ada-prj-find-prj-file)
8681         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8682         * progmodes/cperl-mode.el (condition-case):
8683         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8684         (ebrowse-set-member-buffer-column-width)
8685         (ebrowse-select-1st-to-9nth):
8686         * progmodes/etags.el (etags-snarf-tag):
8687         * progmodes/flymake.el (flymake-parse-line):
8688         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8689         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8690         (idlwave-shell-menu-def):
8691         * progmodes/ps-mode.el (ps-run-goto-error):
8692         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8693         (vhdl-speedbar-contract-level):
8694         * term/mac-win.el (x-handle-numeric-switch):
8695         * term/sun-mouse.el (sun-get-frame-data):
8696         * term/w32-win.el (x-handle-numeric-switch):
8697         * term/x-win.el (x-handle-numeric-switch):
8698         * textmodes/ispell.el (ispell-parse-output):
8699         * textmodes/nroff-mode.el (nroff-outline-level):
8700         * textmodes/reftex-cite.el (reftex-bib-sort-year)
8701         (reftex-bib-sort-year-reverse, reftex-format-citation):
8702         * textmodes/reftex-parse.el (reftex-init-section-numbers)
8703         (reftex-section-number):
8704         * textmodes/texinfmt.el (texinfo-paragraphindent):
8705         Replace `string-to-int' by `string-to-number'.
8707         * international/latexenc.el: Add page marker to force the "Local
8708         Variables:" string out of the last page.
8710 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
8712         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8713         tooltip-change-major-mode.
8714         (gud-tooltip-print-command): Remove case where gud-minor-mode
8715         is gdb ("--fullname").
8716         (gud-tooltip-tips): Turn GUD tooltips off for this case and
8717         explain to user.
8719 2005-05-16  Jay Belanger  <belanger@truman.edu>
8721         * calc/calc-store.el (calc-copy-special-constant): New function.
8723         * calc/calc-ext.el (calc-init-extensions): Add binding for
8724         `calc-copy-special-constant'.
8726         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8727         for the `calc-copy-special-constant' command.
8729 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
8731         * subr.el (left-fringe-p): New function.
8733         * progmodes/compile.el (compilation-setup): Set local value of
8734         overlay-arrow-string to "" always.
8735         (compilation-set-window): Left fringe then don't scroll.
8736         No left fringe then no arrow and scroll message to top.
8737         (compilation-context-lines): Adjust doc string accordingly.
8739 2005-05-16  Kim F. Storm  <storm@cua.dk>
8741         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8742         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8743         (ido-wide-find-dir-or-delete-dir): New command for M-d.
8744         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
8745         (ido-read-file-name): Handle commands with ido property value
8746         equal to find-file as reading a file name, to allow C-d to enter dired.
8747         (ibuffer-find-file): Add ido property with value find-file.
8749 2005-05-15  Kim F. Storm  <storm@cua.dk>
8751         * subr.el (open-network-stream-nowait): Remove.
8752         (open-network-stream-server): Remove.
8754 2005-05-15  Richard M. Stallman  <rms@gnu.org>
8756         * faces.el (describe-face): Output a definition link button.
8758         * help-mode.el (help-face-def): New button type.
8760         * emacs-lisp/copyright.el (copyright-fix-years):
8761         Match properly if the first year is 2-digit.
8762         Don't mess up the whitespace after the years by filling.
8764         * dired-aux.el (dired-mark-confirm):
8765         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8767         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8768         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8769         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8771         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8772         Set font-lock-comment-start-skip.
8774         * font-lock.el (font-lock-comment-start-skip): New variable.
8775         (font-lock-comment-end-skip): New variable.
8776         (font-lock-fontify-syntactically-region): Use them if non-nil.
8778 2005-05-15  Jay Belanger  <belanger@truman.edu>
8780         * calc/calc-store.el (calc-store-value): Return a string rather
8781         than display it as a message.
8782         Use calc-var-name for variable name.
8783         (calc-store-into): Add the result of calc-store-value to message.
8784         (calc-copy-variable): Add a message.
8785         (calc-store-exchange): Improve error messages.
8786         (calc-store-binary, calc-store-map): Don't reset the values of
8787         special constants.
8789 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
8791         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8792         manual to docstring.
8794         * files.el (hack-local-variables-confirm): Add STRING argument.
8795         Make the function handle non file visiting buffers correctly.
8796         (hack-local-variables-prop-line, hack-local-variables)
8797         (hack-one-local-variable): Use STRING arg of
8798         `hack-local-variables-confirm'.
8800 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8802         Sync with Tramp 2.0.49.
8804         * net/tramp.el (tramp-handle-dired-call-process)
8805         (tramp-handle-insert-directory):`insert-buffer' cannot be used
8806         because the contents of the Tramp buffer is changed before
8807         insertion (`expand-file' and alike).
8808         (tramp-handle-insert-directory): If `localname' has an empty
8809         nondirectory name, it must not be quoted.
8810         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
8811         variable `tramp-chunksize'.  Change callees.
8812         (tramp-open-connection-setup-interactive-shell): Check remote host
8813         for buggy `send-process-string' implementation.
8814         Set `tramp-chunksize' if found.  Reported by Michael Kifer
8815         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8816         (tramp-handle-shell-command): `insert-buffer' cannot be used
8817         because the contents of the Tramp buffer is changed before
8818         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8819         <frederic.bothamy@free.fr>.
8820         (tramp-set-auto-save): Actions should be done for Tramp file name
8821         handler only.  Ange-FTP has its own auto-save mechanism.
8822         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8823         (tramp-set-auto-save-file-modes): Set file modes of
8824         `buffer-auto-save-file-name' to ?\600 as fallback solution.
8825         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8826         (tramp-bug): Remove obsolete variable.
8827         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
8828         for presence of `mml-mode'.  Make it running for older Emacsen as well.
8830 2005-05-14  John Paul Wallington  <jpw@pobox.com>
8832         * ibuf-ext.el (define-ibuffer-filter filename):
8833         If `dired-directory' is a list, use its car.
8835 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
8837         * ibuffer.el (define-ibuffer-column filename):
8838         If `dired-directory' is a list, use its car.
8840 2005-05-14  Richard M. Stallman  <rms@gnu.org>
8842         * subr.el (symbol-file): Doc fix.
8844         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8845         (byte-compile-form): Call byte-compile-nogroup-warn.
8846         (byte-compile-warning-types): Doc fix.
8848         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8850         * progmodes/cc-engine.el (c-literal-faces):
8851         Add font-lock-comment-delimiter-face.
8853         * net/net-utils.el (dig): Use with-no-warnings.
8855         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8856         (sc-recite-frame-alist, sc-default-cite-frame)
8857         (sc-default-uncite-frame, sc-default-recite-frame)
8858         (sc-attrib-selection-list, sc-rewrite-header-list):
8859         Mark as risky-local-variable.
8861         * international/ogonek.el (ogonek-jak, ogonek-how):
8862         Don't use beginning-of-buffer.
8864         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8866         * calendar/solar.el (solar-data-list): Move definition up.
8868         * dnd.el (dnd-protocol-alist): Add autoload.
8870         * progmodes/sh-script.el: Many doc usage fixes.
8871         (sh-indent-after-do): Change default to match common styles.
8873 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
8875         * files.el (interpreter-mode-alist)
8876         (auto-mode-interpreter-regexp): Doc fixes.
8878 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
8880         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8882         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8884 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8886         * dired.el (dired-mode): make-variable-buffer-local =>
8887         make-local-variable.
8889 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8891         * term/mac-win.el (mac-select-convert-to-string): Try coding
8892         systems in mac-script-code-coding-systems if specified one cannot
8893         encode string for `com.apple.traditional-mac-plain-text'.
8895 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
8897         * progmodes/make-mode.el (makefile-targets-face)
8898         (makefile-shell-face, makefile-makepp-perl-face): New faces.
8899         (makefile-dependency-regex): Fix it to not make the colon in
8900         $(var:a=b) special.
8901         (makefile-rule-action-regex): New regexp for highlighting embedded
8902         Shell strings.
8903         (makefile-macroassign-regex): Handle != for highlighting as
8904         embedded Shell strings.
8905         (makefile-var-use-regex): New const.
8906         (makefile-statements, makefile-automake-statements)
8907         (makefile-gmake-statements, makefile-makepp-statements)
8908         (makefile-bsdmake-statements): New consts.
8909         (makefile-make-font-lock-keywords): New function.
8910         (makefile-automake-font-lock-keywords)
8911         (makefile-gmake-font-lock-keywords)
8912         (makefile-makepp-font-lock-keywords)
8913         (makefile-bsdmake-font-lock-keywords): New consts.
8914         (makefile-mode-map): Add switchers between the various submodes.
8915         (makefile-mode): Document the availability of the variants.
8916         (makefile-automake-mode, makefile-gmake-mode)
8917         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8919         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8920         new variants of makefile-mode.
8922 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8924         * font-lock.el (font-lock-comment-delimiter-face): Fix up
8925         the inheritance.
8927 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
8929         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8930         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8932         * files.el (normal-mode): Extend the scope of the
8933         `enable-local-variables' binding to include the `set-auto-mode' call.
8934         (magic-mode-alist): Doc fix.
8936 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8938         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8939         font-lock-comment-face rather than copying its setting.
8941 2005-05-12  Andreas Schwab  <schwab@suse.de>
8943         * eshell/esh-mode.el (eshell-send-input): Doc fix.
8945 2005-05-12  Lute Kamstra  <lute@gnu.org>
8947         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8948         defcustom for the mode hook variable.  Delete the last argument.
8949         * generic-x.el: Fix callers of define-generic-mode.
8950         (generic-x-modes): Delete group.
8951         (show-tabs-tab-face, show-tabs-space-face): Put them in the
8952         generic-x customization group.
8954 2005-05-12  Kim F. Storm  <storm@cua.dk>
8956         * font-lock.el (font-lock-negation-char-face): Default to "off".
8958         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8959         font-lock-negation-char-face to ! in !=.
8961 2005-05-12  Masatake YAMATO  <jet@gyve.org>
8963         * add-log.el (find-change-log): Fix typos in the docstring
8964         of function.
8966 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
8968         * international/latexenc.el (latexenc-find-file-coding-system):
8969         Avoid `re-search-forward' when looking for input encoding because
8970         of speed and safety.  Better regular expressions for recognizing
8971         input encoding.  Limit a search for TeX-master/tex-main-file to
8972         the local variable section.
8974 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
8976         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8977         syntax of $ to "'" (quote).
8979 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
8981         * dnd.el (dnd-protocol-alist): Improve custom type.
8983         * dired.el (dired-dnd-protocol-alist): New variable.
8984         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
8985         `dired-mode-hook' to the end.
8987 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8989         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8990         comment-end if comment-start-skip is not set.
8991         Obey the font-lock-comment-delimiter-face variables.
8993 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8995         * files.el (executable-find): Move from executable.el.  Use
8996         locate-file.
8997         * progmodes/executable.el (executable-find): Move to files.el.
8999         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
9000         when trying to ensure forward progress.
9002 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
9004         * mouse-sel.el (mouse-sel-follow-link-p): New function.
9005         (mouse-select, mouse-select-internal, mouse-extend-internal):
9006         Use it to implement mouse-1-click-follows-link functionality.
9008 2005-05-11  Richard M. Stallman  <rms@gnu.org>
9010         * font-lock.el (font-lock-fontify-syntactically-region):
9011         Use font-lock-comment-delimiter-face for comment delimiters.
9013 2005-05-10  Jay Belanger  <belanger@truman.edu>
9015         * calc/calc-help.el (calc-m-prefix-help): Add mention of
9016         preserving embedded modes.
9018 2005-05-10  Richard M. Stallman  <rms@gnu.org>
9020         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
9022         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
9023         Move from ada-stmt.el.
9024         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
9026         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
9027         Move to ada-mode.el.
9028         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
9030         * cus-edit.el (custom-file): Call file-chase-links.
9032         * files.el (read-directory-name): Fix previous change.
9033         (hack-local-variables-confirm): New function.
9034         (hack-local-variables-prop-line, hack-local-variables)
9035         (hack-one-local-variable): Use it.
9037 2005-05-10  Lute Kamstra  <lute@gnu.org>
9039         * font-lock.el (font-lock-keywords-alist)
9040         (font-lock-removed-keywords-alist): Clarify docstrings.
9042 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
9044         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
9045         (gdb-source-info): Check for preprocessor info.
9046         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
9047         a macro for a function.
9048         (gdb-info-breakpoints-custom): Try to find file again if not already
9049         found (user might have used GDB dir command).
9050         (gdb-get-location): Update gdb-location-alist correctly for change
9051         to gdb-info-breakpoints-custom.
9053         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
9054         (gud-tooltip-print-command): Add gdbmi case.
9055         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
9056         preprocessor info.
9058 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
9060         * startup.el (fancy-splash-insert): Fix typo in doc string.
9062 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
9064         * obsolete/float.el (string-to-float):
9065         * obsolete/hilit19.el (hilit-add-pattern):
9066         * obsolete/rnews.el (news-parse-range, news-select-message)
9067         (news-get-pruned-list-of-files): Replace `string-to-int' by
9068         `string-to-number'.
9070         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
9071         `find-file-not-found-hooks'; use `add-hook'.
9072         (uncompress-while-visiting): Set `write-file-functions', not
9073         `write-file-hooks'; use `add-hook'.
9075 2005-05-09  Kim F. Storm  <storm@cua.dk>
9077         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
9078         (cua-paste): Handle clipboard action.
9079         (cua--init-keymaps): Remap clipboard-kill-region and
9080         clipboard-kill-ring-save.
9082 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
9084         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9085         Improve commentary.
9087         * simple.el (next-error-overlay-arrow-position): Revert the change
9088         made on 2005-04-30.
9090 2005-05-07  Jay Belanger  <belanger@truman.edu>
9092         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
9093         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
9094         `calc-sel-reselect'.
9096         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
9097         Calc is in embedded mode.
9099 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
9101         * progmodes/compile.el (compilation-setup):
9102         Set overlay-arrow-string to an empty string on text terminals.
9104         * textmodes/ispell.el (ispell-program-name): Try looking for
9105         "aspell" along exec-path, and if found, use it as the default
9106         speller program.
9108 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
9110         * international/mule.el (sgml-xml-auto-coding-function):
9111         Recognize encoding='FOO' in single quotes as well as in double quotes.
9113 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9115         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
9116         as well as `interactive', so that defmacro* would recognize
9117         `declare' forms.
9119 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
9121         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9122         Explain more about the LIGHTER arg's usage in the doc string.
9123         Add commentary to clarify what the code does.  Fix the regexp that
9124         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
9125         since it could have characters special to regular expressions.
9127 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
9129         * replace.el (occur-1): Bind inhibit-read-only so that
9130         erase-buffer doesn't barf on read-only text properties (likewise
9131         for add-text-properties in occur-engine).  Mark buffer as unmodified.
9132         (occur-engine): Don't set buffer-read-only here.
9134 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9136         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
9137         list-buffers-directory.  This caused the *cvs-commit* buffer to be
9138         sometimes mistakenly reused as a *cvs* buffer.
9140 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
9142         * tooltip.el: Move code for GUD tooltips into gud.el.
9143         (require): CL no longer needed to compile case.
9144         (tooltip-mode): Do not toggle functions for GUD tooltips.
9145         (tooltip-gud-tips-p): Remove.  Replace with minor mode
9146         gud-tooltip-mode in gud.el.
9147         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
9148         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
9149         tooltip-gud prefix with gud-tooltip and obsolete.
9150         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
9151         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
9152         (tooltip-mouse-motion): Mouse movement functions/variable.
9153         Rename in gud.el by adding gud prefix.
9154         (tooltip-gud-original-filter, tooltip-gud-dereference)
9155         (tooltip-gud-event, tooltip-toggle-gud-tips)
9156         (tooltip-gud-process-output, tooltip-gud-print-command)
9157         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
9158         gud.el by replacing tooltip-gud prefix with gud-tooltip.
9159         (gdb-tooltip-print): Move to gdb-ui.el.
9161         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
9162         (require): CL needed to compile case.
9163         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
9164         tooltip-gud-tips-p.  Make it a minor-mode.
9165         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
9166         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
9167         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
9168         (gud-tooltip-change-major-mode)
9169         (gud-tooltip-activate-mouse-motions-if-enabled)
9170         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
9171         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
9172         (gud-tooltip-original-filter, gud-tooltip-dereference)
9173         (gud-tooltip-event, tooltip-toggle-gud-tips)
9174         (gud-tooltip-process-output, gud-tooltip-print-command)
9175         (gud-tooltip-tips): Move from tooltip.el.
9177         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
9178         (gdb-cpp-define-alist-flags): Doc fix.
9179         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
9180         gud-tooltip-mode is t.
9182 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
9185         evaporate if their text is deleted.
9186         (goto-address-at-point): Make it work as a mouse binding as well.
9187         (goto-address-at-mouse): Obsolete it.  Update users.
9189 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
9191         * calendar/appt.el (top-level): No longer activate on load.
9193 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
9195         * calendar/cal-bahai.el (mark-bahai-diary-entries):
9196         * net/webjump.el (webjump):
9197         * progmodes/idlw-help.el (idlwave-do-context-help1)
9198         (idlwave-highlight-linked-completions):
9199         * textmodes/po.el (po-find-file-coding-system-guts):
9200         Replace `assoc-ignore-case' by `assoc-string'.
9202 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
9204         * files.el (locate-file): Doc fix.
9206         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
9207         Remove the redundant test for ms-dos.
9209         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
9210         look for the preprocessor with exec-suffixes.  If not found in
9211         standard places, look in exec-path.  Remove most of the tests that
9212         used system-type.
9214         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
9216         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
9218         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
9219         file-name clash with jka-compr.el on 8+3 filesystems.
9221 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9223         * term/mac-win.el: Don't define or bind scroll bar functions if
9224         x-toolkit-scroll-bars is t.
9225         (x-select-text, x-get-selection-value): Clear
9226         x-last-selected-text-clipboard if x-select-enable-clipboard is
9227         nil.
9228         (PRIMARY): Put mac-scrap-name property.
9229         (mac-select-convert-to-file-url): New function.
9230         (public.file-url): New selection target type.  Add to
9231         selection-converter-alist.
9232         (x-get-selection, x-selection-value): Handle it.
9233         (x-cut-buffer-or-selection-value): New alias.
9235 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9237         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
9238         entry to avoid calling bibtex-find-entry with arg global
9239         being t.  Remove arg key.
9240         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
9241         (bibtex-copy-summary-as-kill): Change accordingly.
9243 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9245         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
9246         (org-agenda-date-later): Use with-current-buffer.
9248 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
9250         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
9251         (define-obsolete-variable-alias): Doc Fixes.
9253 2005-05-06  Kim F. Storm  <storm@cua.dk>
9255         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
9256         vertical-motion when selective-display is active.
9258         * ido.el (ido-setup-hook): New hook.
9259         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
9260         (ido-input-stack): New var.
9261         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
9262         ido-next-work-file binding to M-O.
9263         Bind M-f to ido-wide-find-file-or-pop-dir.
9264         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
9265         (ido-read-internal): Run ido-setup-hook.
9266         Catch quit in read-file-name and read-string to cancel edit.
9267         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
9268         Automatically pop-all when completing a directory name (RET).
9269         (ido-file-internal): Add with-no-warnings around ffap and dired code.
9270         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
9271         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
9272         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
9273         New functions for M-b/M-f to move among the directory components.
9274         (ido-make-merged-file-list): Catch quit to cancel merge.
9275         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
9276         (ido-completion-help): No warnings for ido-completion-buffer-full.
9278 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
9280         * font-lock.el (font-lock-negation-char-face): New face and variable.
9281         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
9282         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
9283         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
9284         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
9286 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
9288         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
9289         Fix typo in docstring.
9291         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
9292         (ebrowse-print-statistics-line)
9293         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
9295         * term/w32-win.el (image-library-alist): Add additional name for
9296         Xpm library.
9298 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
9300         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
9301         use gcc instead of cpp.
9303         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
9304         (gdb-create-define-alist): Use it.
9305         (gdb-cpp-define-alist-program): Update for MS-DOS.
9307 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
9309         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
9311 2005-05-04  Richard M. Stallman  <rms@gnu.org>
9313         * help.el (describe-key): No error when UNTRANSLATED is nil.
9315         * simple.el (line-move-1): Fix previous change to signal errors
9316         appropriately.
9318 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
9320         * calendar/icalendar.el (icalendar-version): Now at 0.12.
9321         (icalendar-duration-correction): Remove.
9322         (icalendar--get-event-properties): Split result at commas.
9323         (icalendar--decode-isoduration): New optional argument
9324         DURATION-CORRECTION.
9325         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
9326         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
9327         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
9328         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
9329         (icalendar--convert-anniversary-to-ical): New functions, extracted
9330         from icalendar-export-region, with bug fixes.
9331         (icalendar-export-region): Use the above functions.
9332         (icalendar-import-buffer): Check before saving diary file.
9333         (icalendar--convert-recurring-to-diary)
9334         (icalendar--convert-non-recurring-all-day-to-diary)
9335         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
9336         extracted from icalendar--convert-ical-to-diary, with bug fixes.
9337         (icalendar--convert-ical-to-diary): Use the above functions.
9339 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
9341         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
9342         Remove these recent additions.
9343         (c-mode): Restore to before 2005-04-28.
9345         * progmodes/cc-vars.el (cc-define-list-program): Remove this
9346         recent addition.
9348         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
9349         (gdb-define-alist): New variables.
9350         (gdb-create-define-alist): New function.
9351         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
9352         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
9353         with string-to-number.
9354         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
9356         * progmodes/gud.el: Replace string-to-int with string-to-number.
9357         (gud-find-file): Handle gdb-define-alist.
9359         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
9361 2005-05-02  Jay Belanger  <belanger@truman.edu>
9363         * calc/calc-aent.el (math-read-token):
9364         * calc/calc-bin.el (calc-word-size):
9365         * calc/calc-ext.el (calc-read-number-fancy):
9366         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
9367         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
9368         * calc/calc-frac.el (calc-over-notation):
9369         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
9370         (calc-graph-num-points, calc-graph-init):
9371         * calc/calc-prog.el (calc-read-parse-table-part)
9372         (calc-edit-macro-repeats):
9373         * calc/calc-yank.el (calc-do-grab-rectangle):
9374         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
9375         Replace `string-to-int' by `string-to-number'.
9377 2005-05-02  Kim F. Storm  <storm@cua.dk>
9379         * kmacro.el: Use executing-kbd-macro-index variable.
9381 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
9383         * net/rlogin.el (rlogin-parse-words): Delete func.
9384         (rlogin): Use split-string, not rlogin-parse-words.
9385         Also, if there are option-like elements in the parsed args,
9386         take the host to be the first arg immediately following them.
9387         Suggested by Michael Mauger.
9389 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9391         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
9393 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
9395         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
9396         (cc-mode-cpp-program): Rename to cc-define-list-program and
9397         move to cc-vars.el.
9399         * progmodes/cc-vars.el (cc-define-list-program):
9400         Change to "gcc -E -dM -".  Make customizable.
9402 2005-05-02  Kim F. Storm  <storm@cua.dk>
9404         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
9406 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
9408         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
9410         * international/mule-util.el (truncate-string): Remove alias and
9411         obsolete declaration.
9413         * international/mule-cmds.el (update-iso-coding-systems):
9414         Remove alias and obsolete declaration.
9416         * international/mule.el (coding-system-parent): Remove alias and
9417         obsolete declaration.
9419         * subr.el (define-function, sref): Remove aliases and obsolete
9420         declarations.
9421         (chars-in-region): Remove obsolete declaration.
9423 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9425         * info.el (Info-mode): Set widen-automatically to nil, locally.
9427         * simple.el (widen-automatically): New variable.
9428         (pop-global-mark): Obey widen-automatically.
9430 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
9432         * term/xterm.el (function-key-map): Call substitute-key-definition
9433         before the keymap size is increased by a lot of define-key calls.
9435 2005-05-01  Richard M. Stallman  <rms@gnu.org>
9437         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
9438         Rename ARG to ELEMENT.  Doc fix.
9440 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
9442         * allout.el (allout-exposure): Remove macro and obsolete declaration.
9443         Remove references to allout-exposure/change to allout-new-exposure.
9445         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9446         bytecode symbols.
9448         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9449         (compiled-function-p, focus-frame, unfocus-frame):
9450         Remove aliases and obsolete declarations.
9451         Back out inadvertent changes from previous commit.
9453 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9455         * files.el (require-final-newline): Make Custom tags consistent
9456         with mode-require-final-newline.
9457         (mode-require-final-newline): Doc fix.
9459 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
9461         * international/latexenc.el (latexenc-find-file-coding-system):
9462         Fix regular expressions.
9464 2005-05-01  David Kastrup <dak@gnu.org>
9466         * international/latexenc.el (latexenc-find-file-coding-system):
9467         Fix regular expressions.
9469 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
9471         * subr.el (string-to-int): Make obsolete.
9473 2005-04-30  Richard M. Stallman  <rms@gnu.org>
9475         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9477         * loadup.el: load jka-comp-hook.
9479         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9480         (jka-compr-handler): Add autoload.  `put' calls moved
9481         to jka-comp-hook.el.
9482         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9483         (jka-compr-inhibit): Autoload.
9485         * jka-comp-hook.el: New file.
9486         Enable the mode by default.
9488         * files.el (backup-buffer-copy): Use copy-file instead
9489         of write-region, and put back the 'excl.
9491 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
9493         * progmodes/flymake.el (flymake-split-string)
9494         (flymake-split-string, flymake-log, flymake-pid-to-names)
9495         (flymake-reg-names, flymake-get-source-buffer-name)
9496         (flymake-unreg-names, flymake-add-line-err-info)
9497         (flymake-add-err-info): Clarify docstrings.
9498         (flymake-popup-menu, flymake-make-emacs-menu)
9499         (flymake-make-xemacs-menu): Add docstrings.
9500         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9501         Set variables directly throughout.
9503 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
9505         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9506         exists.  Initialize cc-define-alist.
9507         (c-mode): Add cc-create-define-alist locally to after-save-hook.
9508         If there is no file (Macroexpansion) don't create an alist.
9510 2005-04-29  Sam Steingold  <sds@gnu.org>
9512         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9513         (cc-create-define-alist): Use it instead of the hard-coded string.
9515 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * international/mule-conf.el (file-coding-system-alist): Fix regexp
9518         for latexenc.
9520 2005-04-29  Lute Kamstra  <lute@gnu.org>
9522         * emacs-lisp/generic.el: Improve commentary section.
9523         (define-generic-mode): Improve docstring.
9525 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
9527         * textmodes/org.el (many places): Change to quiet the byte compiler.
9528         (org-prefix-format-compiled): New variable.
9529         (org-compile-prefix-format): New function.
9530         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9531         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9532         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9533         (org-get-entries-from-diary): Use `org-get-time-of-day' for
9534         consistency with entries from `org-mode' files.
9535         (org-get-time-of-day): Fix bug with partial matches early in a line.
9536         (org-non-link-chars): New constant.
9537         (org-link-regexp): Respect `org-non-link-chars'.
9538         (org-agenda-day-view): Remove command.
9539         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9540         (org-follow-bbdb-link, org-store-link): Search also company field.
9541         (org-highlight-overlay): New variable.
9542         (org-highlight, org-unhighlight): New functions.
9543         (org-agenda-mode): Add pre-command-hook to remove highlight.
9544         (org-evaluate-time-range): Behavior depends upon whether time stamp
9545         contains a time or not.
9546         (org-show-subtree, org-show-entry): New functions.
9547         (org-agenda-cleanup-fancy-diary): Remove empty lines.
9549 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
9551         * comint.el (comint-output-filter-functions): Add autoload cookie.
9553 2005-04-28  Kim F. Storm  <storm@cua.dk>
9555         * ido.el (ido-everywhere): Fix last change.
9557 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
9559         * international/latexenc.el: New file.
9560         * international/mule-conf.el (file-coding-system-alist): For .tex,
9561         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9563 2005-04-28  Lute Kamstra  <lute@gnu.org>
9565         * font-lock.el (font-lock-add-keywords)
9566         (font-lock-remove-keywords): Clarify docstring.
9567         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9568         Don't start docstrings with a `*'.
9569         (font-lock-update-removed-keyword-alist): Give it a docstring.
9571         * generic-x.el: Update commentary section.
9572         Only require font-lock when compiling.
9573         Define all modes conditionally.
9574         Place all generic modes in the generic-x-modes customization group.
9575         (generic-x-modes): New customization group.
9576         (generic-default-modes, generic-mswindows-modes)
9577         (generic-unix-modes, generic-other-modes): New constants.
9578         (generic-define-mswindows-modes, generic-define-unix-modes):
9579         Update docstrings.  Make them obsolete.
9580         (generic-extras-enable-list): New default value.  Update docstring.
9581         Improve :type.  Change :set function.
9582         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9583         Fix docstring.
9585         * emacs-lisp/generic.el (generic-mode-internal):
9586         Simplify font-lock-defaults.
9587         (define-generic-mode): Fix docstring.
9589 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9591         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9592         font-lock-face property to highlight matches.
9594 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
9596         * progmodes/cc-mode.el (cc-create-define-alist): New function.
9597         (cc-define-alist): New variable.
9598         (c-mode): Make it local and initialize it.
9600         * progmodes/gdb-ui.el (gdb-active-process): New variable.
9601         (gdb-exited): New function.
9602         (gdb-annotation-rules): Use it.
9603         (gdb-starting): Set gdb-active-process to t.
9604         (gdb-stopping): Amend doc string.
9605         (gdb-reset): Set gdb-active-process to nil.
9607         * tooltip.el (tooltip-gud-tips): Show the associated #define
9608         directives when a C program under GDB is not executing.
9610 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9612         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9613         font-lock-fontify-syntactic-keywords.
9615         * font-lock.el (font-lock-default-fontify-region): Don't force
9616         parse-sexp-lookup-properties to nil.
9618 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
9620         * man.el (man-mode-syntax-table): Set up `:' to have
9621         word-constituent syntax.
9623 2005-04-27  Lute Kamstra  <lute@gnu.org>
9625         * novice.el (disable-command): Don't add spurious newlines to the
9626         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
9628 2005-04-26  Jay Belanger  <belanger@truman.edu>
9630         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9631         than one window before deleting window.
9633 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
9635         * shell.el (shell-prompt-pattern): Doc fix.
9636         (shell-mode): Set paragraph-separate buffer locally to "\\'".
9638         * comint.el (comint-prompt-regexp, comint-get-old-input)
9639         (comint-use-prompt-regexp)
9640         (comint-use-prompt-regexp-instead-of-fields)
9641         (comint-replace-by-expanded-history, comint-send-input)
9642         (comint-output-filter, comint-get-old-input-default)
9643         (comint-line-beginning-position, comint-bol, comint-show-output)
9644         (comint-backward-matching-input, comint-forward-matching-input)
9645         (comint-next-prompt, comint-previous-prompt):
9646         Rename `comint-use-prompt-regexp-instead-of-fields' to
9647         `comint-use-prompt-regexp'.  Keep old name as alias and declare
9648         obsolete.
9649         (comint-use-prompt-regexp): Shorten first line of doc string.
9651         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9652         Set paragraph-separate buffer locally to "\\'".
9654         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9655         Adapt to above name change.
9657         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9658         (smbclient-prompt-regexp): Ditto.
9660         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9662 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
9664         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9665         gdb-location-list.
9666         Break lines that are over 80 characters wide.
9668 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9670         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9671         New fun and var, to preserve compatibility.
9673         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9675 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
9677         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9678         name to file-newer-than-file-p.
9680 2005-04-26  Richard M. Stallman  <rms@gnu.org>
9682         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9684         * progmodes/python.el (python-mode):
9685         Use new name eldoc-documentation-function.
9687         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9689         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9690         (eldoc-documentation-function):
9691         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
9693 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
9695         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9697 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
9699         * term/xterm.el (function-key-map): Fix strings for
9700         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
9701         {C,S,A,C-S}-{f1-f12}.
9703 2005-04-26  Kenichi Handa  <handa@m17n.org>
9705         * international/mule-cmds.el (select-safe-coding-system):
9706         Fix previous change.
9708 2005-04-26  Lute Kamstra  <lute@gnu.org>
9710         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9712         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9713         (font-lock-comment-delimiter-face): Ditto.
9715         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9717 2005-04-25  Jay Belanger  <belanger@truman.edu>
9719         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9720         to t while inserting information; use help-mode.
9722 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
9724         * term.el (ansi-term-color-vector): Use the xterm colors.
9725         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
9727 2005-04-25  Lute Kamstra  <lute@gnu.org>
9729         * font-core.el (font-lock-defaults): Fix docstring.
9731         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9733 2005-04-25  Kenichi Handa  <handa@m17n.org>
9735         * international/mule-cmds.el (select-safe-coding-system):
9736         Don't check consistency with coding: spec, etc if raw-text or
9737         no-conversion was found to be safe.
9739 2005-04-24  Richard M. Stallman  <rms@gnu.org>
9741         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9742         citation markers at start of each line.
9744         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9745         citation markers at start of each line.
9747         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9749         * files.el (mode-require-final-newline): Fix previous change.
9750         (require-final-newline): Fix type label.
9752 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9754         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9755         statement in buffer (broken by 2004-11-24 change).
9757 2005-04-24  Kim F. Storm  <storm@cua.dk>
9759         * ido.el (ido-everywhere): Save and restore old read-buffer-function
9760         and read-file-name-function values.  Don't overwrite existing
9761         non-nil values if ido-mode is enabled without ido-everywhere.
9763 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
9765         * files.el (mode-require-final-newline): Minor doc fix.
9767 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
9769         * subr.el (syntax-after): Doc fix.
9770         (syntax-class): If argument is nil, return nil.  Mask off upper 16
9771         bits, not 8 bits.
9773         * files.el (mode-require-final-newline): Doc fix.
9774         (backup-buffer-copy): Fix last change.
9776 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9778         * term/mac-win.el: Require select.  Set selection-coding-system to
9779         mac-system-coding-system.  Call menu-bar-enable-clipboard.
9780         (x-last-selected-text-clipboard, x-last-selected-text-primary)
9781         (x-select-enable-clipboard): New variables.
9782         (x-select-text, x-get-selection, x-selection-value)
9783         (x-get-selection-value, mac-select-convert-to-string)
9784         (mac-services-open-file, mac-services-open-selection)
9785         (mac-services-insert-text): New functions.
9786         (CLIPBOARD, FIND): Put mac-scrap-name property.
9787         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9788         (public.tiff): Put mac-ostype property.
9789         (selection-converter-alist): Add entries for them.
9790         (mac-application-menu-map): New keymap.
9791         (interprogram-cut-function, interprogram-paste-function): Set to
9792         x-select-text and x-get-selection-value, respectively.
9793         (split-window-keep-point): Set to t.
9795 2005-04-23  Richard M. Stallman  <rms@gnu.org>
9797         * files.el (read-directory-name): Always pass non-nil
9798         DEFAULT-FILENAME arg to read-file-name.
9799         (backup-buffer-copy, basic-save-buffer-2): Take care against
9800         writing thru an unexpected existing symlink.
9801         (revert-buffer): In indirect buffer, revert the base buffer.
9802         (magic-mode-alist): Doc fix.
9803         (buffer-stale-function): Doc fix.
9804         (minibuffer-with-setup-hook): Avoid warning.
9805         (mode-require-final-newline): Doc and custom fix.
9807         * follow.el (follow-end-of-buffer): Use with-no-warnings.
9809         * font-lock.el (font-lock-comment-face): On terminals with few colors,
9810         use the default appearance.
9811         (font-lock-comment-delimiter-face): New face, new variable.
9813         * imenu.el (imenu--generic-function): The official position of a
9814         definition is the start of the line that BEG is in.
9816         * midnight.el (midnight-timer): Move defvar up.
9818         * mouse.el (mouse-drag-region-1): Delete some debugging code.
9820         * saveplace.el (save-place-to-alist): Use with-no-warnings.
9822         * startup.el (command-line): Use with-no-warnings.
9824         * window.el (window-size-fixed): New defvar.
9826         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9828         * mail/rmail.el (rmail-font-lock-keywords):
9829         Use font-lock-comment-delimiter-face.
9831         * mail/sendmail.el (mail-font-lock-keywords):
9832         Use font-lock-comment-delimiter-face.
9834         * progmodes/compile.el (next-error-highlight-timer): New defvar.
9836 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
9838         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9839         Specify t for LAXMATCH when matching directories.
9840         Save match data around compilation-compat-error-properties form.
9842 2005-04-23  David Kastrup  <dak@gnu.org>
9844         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9845         Mention that the autoloaded aliases should be kept for AUCTeX.
9847 2005-04-23  Andreas Schwab  <schwab@suse.de>
9849         * isearch.el (isearch-forward): Doc fix.
9851 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
9853         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9854         (jit-lock-stealth-nice): Change default value to 0.5.
9856 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9858         * abbrev.el (write-abbrev-file): Write table entries in
9859         alphabetical order by table name.
9861 2005-04-22  Kim F. Storm  <storm@cua.dk>
9863         * ido.el (ido-read-internal): Fix `list' completion.
9865 2005-04-22  Kenichi Handa  <handa@m17n.org>
9867         * recentf.el (recentf-save-file-coding-system): New variable.
9868         (recentf-save-list): Encode the file by
9869         recentf-save-file-coding-system and add coding: tag.
9871 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
9873         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9875 2005-04-21  Lute Kamstra  <lute@gnu.org>
9877         * loadhist.el (unload-feature): Don't remove a function from hooks
9878         if it is about to be restored to an autoload .  Remove functions
9879         that will become unbound from auto-mode-alist.  Simplify the code.
9881         * subr.el (assq-delete-all): New implementation that is linear,
9882         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
9883         (rassq-delete-all): New function.
9885         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9886         Add size-indication-mode.
9888 2005-04-21  Kenichi Handa  <handa@m17n.org>
9890         * international/mule-cmds.el: Add autoload for widget-value in
9891         eval-when-compile.
9893 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
9895         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9896         Add tooltip-mode.
9898         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9900 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
9902         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9903         (inferior-lisp-filter-regexp, inferior-lisp-program)
9904         (inferior-lisp-load-command, inferior-lisp-prompt)
9905         (inferior-lisp-mode-hook, lisp-source-modes)
9906         (inferior-lisp-load-hook): defvar->defcustom.
9907         (inferior-lisp-program, inferior-lisp-prompt)
9908         (inferior-lisp-load-hook): Doc fixes.
9909         (inferior-lisp-install-letter-bindings): Small change in
9910         introductory comment.
9912 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9914         * vc.el (vc-annotate-color-map): Change some colors so that text
9915         using them as foreground is readable on both white and black
9916         backgrounds.
9918 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9920         * international/mule-conf.el (translation-table-for-input):
9921         Remove redundant declaration.
9923 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
9925         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9927         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9928         (tooltip-toggle-gud-tips): New function.
9930 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9932         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9933         right angle brackets.
9935 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
9937         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9939 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9941         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9942         Remove.  Update callers to use expand-file-name instead.
9944         * subr.el (syntax-class): New function.
9946         * simple.el (blink-matching-open): Use it.
9948         * paren.el (show-paren-function): Use it to recognize parens that are
9949         also used in 2-char comment markers.
9951 2005-04-19  Lute Kamstra  <lute@gnu.org>
9953         * loadhist.el (unload-feature): Update for new format of
9954         load-history.  Simplify the code.
9956 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9958         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9959         (mac-add-charset-info): New function.  Initialize variable
9960         mac-charset-info-alist using it.
9961         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9962         for translation.
9963         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9964         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9965         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9966         New CCL programs.
9968 2005-04-19  Kim F. Storm  <storm@cua.dk>
9970         * simple.el (next-buffer, prev-buffer, next-error)
9971         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9972         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9974         * bindings.el (next-buffer, prev-buffer, next-error)
9975         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9976         (clone-indirect-buffer-other-window): Move bindings from simple.el.
9977         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9978         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9980 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * isearch.el (isearch-edit-string): Make the search-ring available for
9983         minibuffer history commands.
9984         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9985         the default history commands now work just as well.
9986         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9988 2005-04-18  Kim F. Storm  <storm@cua.dk>
9990         * emulation/cua-base.el (cua--pre-command-handler): Add more
9991         elaborate check for shift modifier on non-window systems.
9993 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
9995         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9997 2005-04-18  Kim F. Storm  <storm@cua.dk>
9999         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
10000         and make it optional.  Don't test tooltip-gud-echo-area here.
10001         (tooltip-gud-process-output, gdb-tooltip-print):
10002         Pass tooltip-gud-echo-area to tooltip-show.
10003         (tooltip-help-tips): Remove second optional arg to tooltip-show.
10005 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10007         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
10008         `display-graphic-p' may not be bound yet.
10010 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
10012         * startup.el (command-line): No longer enable Xterm Mouse mode by
10013         default in terminals compatible with xterm.
10015         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
10017 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
10019         * tooltip.el (tooltip-gud-echo-area): Rename from
10020         tooltip-use-echo-area.
10021         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
10022         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
10023         area independently of where help tooltips are displayed.
10025 2005-04-17  David Kastrup  <dak@gnu.org>
10027         * cus-theme.el (custom-theme-write-variables): Quote variables
10028         where necessary.
10030 2005-04-17  Richard M. Stallman  <rms@gnu.org>
10032         * simple.el (yank-excluded-properties): Add follow-link to value.
10034         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
10036         * startup.el (fancy-splash-max-time): Just 30 seconds.
10037         (fancy-splash-delay): Just 7.
10038         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
10040         * loadhist.el (unload-feature): Update for new format of load-history.
10041         Simplify the code.
10043         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
10044         (rmail-font-lock-keywords): Don't fontify the text of a citation.
10046         * mail/sendmail.el (mail-font-lock-keywords):
10047         Don't fontify subject text.
10048         Don't fontify the text of a citation.
10050 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
10052         * comint.el (comint-output-filter): Run comint-output-filter-functions
10053         with point where the user had it.
10055 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * international/ucs-tables.el (ucs-set-table-for-input):
10058         Disable when using unify-on-decoding.
10060 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
10062         * emulation/cua-base.el (cua-global-mark-face): Add special case
10063         for displays supporting a high number of colors.
10065 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
10067         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
10069 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
10071         * filesets.el (filesets-add-buffer): If user supplies a name of a
10072         non-existing fileset, create a new fileset.
10074 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
10076         * textmodes/org.el (org-up-heading-all): Fix bug with
10077         `outline-up-heading-all'.
10079 2005-04-16  Andreas Schwab  <schwab@suse.de>
10081         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
10082         /etc/permissions.d/* and /etc/aliases.d/*.
10084 2005-04-16  Kenichi Handa  <handa@m17n.org>
10086         * international/code-pages.el (cp-make-coding-system):
10087         Set `translation-table-for-input' property value to the symbol
10088         ucs-mule-to-mule-unicode, not to that value.
10089         (pt154): Escape guillemet by `\'.
10091 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
10093         * loadup.el: Load tooltip if x-show-tip is fboundp.
10095         * startup.el (command-line): Add comment.
10097         * tooltip.el (tooltip-mode): Specify correct standard value for
10098         Custom in init-value.
10100 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
10102         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
10103         possible.
10105 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
10107         * textmodes/org.el (org-agenda-date-prompt): Rename from
10108         `org-agenda-date-today'.
10109         (org-evaluate-time-range): Insert at point instead of directly
10110         after time range.
10111         (org-first-headline-recenter, org-subtree-end-visible-p)
10112         (org-optimize-window-after-visibility-change): New functions
10113         (org-agenda-post-command-hook): Don't allow point at end of line,
10114         to make sure it always hits the text properties.
10115         (org-agenda-next-date-line, org-agenda-previous-date-line):
10116         New commands.
10117         (org-set-regexps-and-options): Category may contain white space.
10118         (org-agenda-get-deadlines, org-agenda-get-scheduled):
10119         Improve marker positions.
10120         (org-agenda-new-marker): Argument POS made optional.
10121         (org-agenda-get-timestamps): Deadlines which are done are listed
10122         in org-done-face now.
10123         (org-agenda-get-todos, org-agenda-get-timestamps)
10124         (org-agenda-get-deadlines, org-agenda-get-scheduled):
10125         Set `undone-face' and `done-face' properties.
10126         (org-last-todo-state-is-todo): New variable.
10127         (org-todo): Set `org-last-todo-state-is-todo'.
10128         (org-agenda-todo): Change face according to
10129         `org-last-todo-state-is-todo'.  And change other lines referring to
10130         the same entry.
10131         (org-calendar-goto-agenda): New command.
10132         (org-calendar-to-agenda-key): New option.
10133         (org-startup-folded): New allowed value `content'.
10134         (org-set-regexps-and-options): Accept new value `content' for
10135         `org-startup-folded'.
10136         (org-get-current-options): Handle new value `content' for
10137         `org-startup-folded'.
10138         (org-insert-todo-heading): New command.
10139         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
10140         interactively in empty file and option
10141         `org-insert-mode-line-in-empty-file' has been set.
10142         (org-agenda-todo,org-agenda-priority): Modify to use
10143         `org-agenda-change-all-lines'.
10144         (org-warning-face): Change color on dark background
10146 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10148         * international/mule-cmds.el (set-locale-environment): On Mac OS,
10149         use preferences AppleLocale and AppleLanguages, and variable
10150         mac-system-locale for default locale.  On Mac OS Classic, use
10151         mac-system-coding-system for default coding systems.
10153         * term/mac-win.el: Don't set file-name-coding-system.
10154         Decode variables system-name, emacs-build-system, user-login-name, and
10155         user-full-name by mac-system-coding-system on Mac OS Classic.
10156         (mac-system-coding-system): New variable.
10158 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
10160         * startup.el (command-line): Handle `xterm-mouse-mode' before
10161         reading init file.
10163         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
10165 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
10167         * progmodes/sh-script.el (sh-here-document-word): Make it a
10168         defcustom.  Doc fix.
10169         (sh-add): Bash uses $(( )) for arithmetic.
10170         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
10171         (sh-maybe-here-document): Remove quotes and leading whitespace
10172         from heredoc word when closing.  Indent heredoc with tabs if word
10173         starts with "-".
10175 2005-04-13  Richard M. Stallman  <rms@gnu.org>
10177         * simple.el (undo): Fix previous change.
10179         * custom.el (defface): Doc fix.
10181 2005-04-13  Lute Kamstra  <lute@gnu.org>
10183         * Makefile.in (DONTCOMPILE): Remove list.
10184         (compile, compile-always): Don't use DONTCOMPILE.
10185         (update-authors): Load the library in which batch-update-authors
10186         is defined.
10187         * makefile.w32-in (DONTCOMPILE): Remove list.
10188         (compile, compile-always): Fix comments.
10189         (update-authors): Load the library in which batch-update-authors
10190         is defined.
10192         * generic-x.el (generic-mode-ini-file-find-file-hook):
10193         Rename to ini-generic-mode-find-file-hook.
10194         Keep generic-mode-ini-file-find-file-hook as an alias.
10195         (ini-generic-mode-find-file-hook): Rename from
10196         generic-mode-ini-file-find-file-hook.  Fix docstring.
10197         (ini-generic-mode): Docstring change.
10198         (bat-generic-mode-run-as-comint): Silence the byte compiler.
10200         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
10201         called from lisp.
10203         * generic.el: Move to the emacs-lisp subdir.
10205 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
10207         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
10208         and C-S- function and cursor motion keys.
10210 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
10212         * startup.el (command-line): Enable Xterm Mouse mode by default.
10213         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
10214         for Custom.  No longer show "Mouse" in mode line when enabled.
10215         Doc fix.
10217 2005-04-12  Kim F. Storm  <storm@cua.dk>
10219         * emulation/cua-base.el (cua-rectangle-face)
10220         (cua-rectangle-noselect-face): Define face attributes here.
10222         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
10224 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10226         * startup.el (command-line): Turn off blinking cursor if
10227         cursorBlink in resources is off or false.
10229 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10231         * term/mac-win.el (dnd): Require dnd.
10232         (mac-drag-n-drop): Call dnd-handle-one-url.
10233         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
10234         (kTextEncodingISOLatin2): Remove constants.
10235         (mac-script-code-coding-systems): New constant.
10236         (mac-handle-language-change): New function.
10237         (special-event-map): Bind it to `language-change' event.
10238         (mac-centraleurroman, mac-cyrillic): New coding systems.
10239         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
10240         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
10241         and mac-cyrillic-encoder to encode-mac-centraleurroman and
10242         encode-mac-cyrillic, respectively.
10244 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
10246         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
10247         Don't set overlay-arrow-string to "=>" as this is done
10248         globally in C now.
10250 2005-04-12  Lute Kamstra  <lute@gnu.org>
10252         * generic-x.el (rc-generic-mode, rul-generic-mode):
10253         Fix auto-mode-alist entries.
10254         (etc-fstab-generic-mode): Tweak fontification.
10256         * generic.el (generic-make-keywords-list): Fix docstring.
10257         (generic-mode-internal): Simplify generic-font-lock-keywords.
10259 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
10261         * whitespace.el (whitespace-buffer-leading)
10262         (whitespace-buffer-trailing): Revert the incorrect test inversion.
10263         However, fix the highlight area for the leading and
10264         trailing whitespaces to show space.
10266 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
10268         * whitespace.el (whitespace-version): Bump to 3.5
10270         (whitespace-buffer-leading, whitespace-buffer-trailing):
10271         Invert sense of the test to highlight the whitespace.
10273 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
10275         * progmodes/gud.el (gud-display-line): GUD uses its own
10276         overlay arrow now so don't set overlay-arrow-string.
10277         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
10279 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
10281         * term.el (term-ansi-current-bold, term-ansi-current-underline)
10282         (term-ansi-current-reverse, term-ansi-current-invisible)
10283         (term-ansi-face-already-done): Change to boolean.
10284         (term-reset-terminal, term-handle-colors-array): Handle the above
10285         vars accordingly.
10286         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
10287         (term-emulate-terminal): Use the new name.
10289         * faces.el (secondary-selection): Use yellow1, not yellow.
10290         (trailing-whitespace): Use red1, not red.
10292 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10294         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
10295         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
10296         (dired-dnd-handle-file): Call dnd-get-local-file-uri
10298         * cus-edit.el (dnd): New group.
10300         * term/w32-win.el (dnd): Require dnd
10301         (w32-drag-n-drop): Call dnd-handle-one-url.
10303         * x-dnd.el: Require dnd.
10304         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
10305         Call dnd-handle-one-url.
10306         (x-dnd-types-alist, x-dnd-insert-utf8-text)
10307         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
10308         to dnd-insert-text.
10309         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
10310         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
10311         (x-dnd-get-local-file-name, x-dnd-open-local-file)
10312         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
10314         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
10316 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
10318         * wdired.el: Doc fixes.
10319         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
10320         (wdired-use-dired-vertical-movement): Rename from
10321         wdired-always-move-to-filename-beginning.
10322         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
10323         (wdired-change-to-wdired-mode): Change mode name.
10324         (wdired-newline): Delete.
10326 2005-04-11  Richard M. Stallman  <rms@gnu.org>
10328         * whitespace.el (whitespace-highlight-the-space):
10329         Don't call whitespace-unhighlight-the-space here.
10331         * simple.el (undo): Record t in undo-equiv-table
10332         for the redo record made by an undo-in-region.
10334 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
10336         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
10337         (gdb-frame-inferior-io-buffer): New Functions to control
10338         display of separate IO buffer.
10339         (menu): Add them to menu-bar.
10340         (gdb-display-buffer): Check for buffer another frame.
10341         Protect GUD buffer.
10342         (gdb-setup-windows): Create IO buffer if not already there.
10343         (gdb-memory-mode): Remove purecopy noops.
10345 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10347         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
10348         and pass to self-insert-command.
10350 2005-04-11  Lute Kamstra  <lute@gnu.org>
10352         * generic.el: Commentary section cleanup.
10353         (generic): Delete.
10354         (generic-use-find-file-hook, generic-lines-to-scan)
10355         (generic-find-file-regexp, generic-ignore-files-regexp)
10356         (default-generic-mode, generic-mode-find-file-hook)
10357         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
10358         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
10359         (generic-use-find-file-hook, generic-lines-to-scan)
10360         (generic-find-file-regexp, generic-ignore-files-regexp)
10361         (default-generic-mode, generic-mode-find-file-hook)
10362         (generic-mode-ini-file-find-file-hook): Move from generic.el.
10364 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
10366         * bookmark.el (bookmark-write-file): Catch errors writing file.
10367         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
10369 2005-04-10  Richard M. Stallman  <rms@gnu.org>
10371         * startup.el (fancy-splash-tail): Update copyright year.
10372         (command-line): Split part of -Q into -D.
10373         (emacs-basic-display): New defvar.
10374         (fancy-splash-text): Correct name of menu item.
10376         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
10378         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
10379         lines in one node.
10381         * comint.el (comint-send-input): New arg ARTIFICIAL.
10382         Callers in this file changed.
10384         * abbrev.el (define-abbrevs): Read system abbrevs properly.
10386         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
10388 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
10390         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
10391         `ldap-search-internal'.
10393 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * files.el (set-auto-mode-1): Use line-end-position.
10397         * international/latin-1.el:
10398         * international/latin-2.el:
10399         * international/latin-3.el:
10400         * international/latin-4.el:
10401         * international/latin-5.el:
10402         * international/latin-8.el:
10403         * international/latin-9.el: Give punctuation syntax to NBSP.
10405         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
10406         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
10407         Use char-classes to accept non-ascii letters, accepted in some recent
10408         bibtex implementations.
10410 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
10412         * custom.el (custom-set-minor-mode): Any non-nil value for the
10413         variable should enable the mode when set through Custom.
10415 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10417         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
10418         TAB binding so tab-always-indent is obeyed.
10419         (vhdl-minibuffer-local-map): Move initialization into declaration.
10420         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
10421         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
10422         (vhdl-hooked-abbrev): Avoid test for XEmacs.
10423         (vhdl-current-line): Use line-beginning-position.
10424         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
10425         with-output-to-temp-buffer, so the current position can be recorded.
10427 2005-04-10  Masatake YAMATO  <jet@gyve.org>
10429         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10430         Add regexp for gcov.
10432 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10434         * calendar/time-date.el (time-to-seconds, seconds-to-time)
10435         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
10436         syntax which Emacs 20 doesn't support.
10438 2005-04-09  Richard M. Stallman  <rms@gnu.org>
10440         * help.el (describe-key-briefly, describe-key):
10441         Replace strings as event types with "(any string)".
10443 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * arc-mode.el (archive-mode-map): Move initialization into
10446         the declaration.  Override *all* bindings of `undo'.
10447         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10449 2005-04-09  Jay Belanger  <belanger@truman.edu>
10451         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10453 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10455         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10456         (xterm-register-default-colors): Update color values computation
10457         to match xterm-200.
10459 2005-04-09  Kenichi Handa  <handa@m17n.org>
10461         * international/code-pages.el (iso-latin-7): Fix the map.
10463 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
10465         * emacs-lisp/lisp.el (defun-prompt-regexp)
10466         (parens-require-spaces, buffer-end, end-of-defun)
10467         (insert-parentheses): Doc fixes.
10469 2005-04-08  Kim F. Storm  <storm@cua.dk>
10471         * comint.el (comint-highlight-prompt): Fix face spec.
10472         * hi-lock.el (hi-green): Likewise.
10474 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10476         * cus-edit.el (custom-modified-face):
10477         * comint.el (comint-highlight-input): Fix previous changes.
10478         * term.el (term-handle-ansi-escape): Add a comment.
10480 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10483         in the buffer and in whitespace-highlighted-space.
10484         (whitespace-unhighlight-the-space): Simplify.
10485         (whitespace-buffer): Simplify.
10487 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10489         * textmodes/table.el (table-cell-face): Add special case for
10490         displays supporting a high number of colors.
10491         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10492         (vhdl-font-lock-reserved-words-face)
10493         (vhdl-speedbar-architecture-face)
10494         (vhdl-speedbar-instantiation-face)
10495         (vhdl-speedbar-architecture-selected-face)
10496         (vhdl-speedbar-instantiation-selected-face): Likewise.
10497         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10498         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10499         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10500         (ebrowse-root-class-face, ebrowse-member-attribute-face)
10501         (ebrowse-progress-face): Likewise.
10502         * progmodes/compile.el (compilation-info-face): Likewise.
10503         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10504         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10505         * calendar/calendar.el (diary-face): Likewise.
10506         * woman.el (woman-italic-face, woman-bold-face)
10507         (woman-unknown-face): Likewise.
10508         * wid-edit.el (widget-button-pressed-face): Likewise.
10509         * whitespace.el (whitespace-highlight-face): Likewise.
10510         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10511         * pcvs-info.el (cvs-marked-face): Likewise.
10512         * info.el (info-xref): Likewise.
10513         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10514         * hilit-chg.el (highlight-changes-face)
10515         (highlight-changes-delete-face): Likewise.
10516         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10517         (hi-red-b): Likewise.
10518         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10519         * font-lock.el (font-lock-keyword-face)
10520         (font-lock-function-name-face, font-lock-warning-face): Likewise.
10521         * cus-edit.el (custom-invalid-face, custom-modified-face)
10522         (custom-set-face, custom-changed-face, custom-variable-tag-face)
10523         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10524         * comint.el (comint-highlight-prompt): Likewise.
10526 2005-04-08  Lute Kamstra  <lute@gnu.org>
10528         * font-lock.el (font-lock-keywords): Docstring fixes.
10530 2005-04-08  Kenichi Handa  <handa@m17n.org>
10532         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10533         chars are more than a limit, print " and more..." at the tail.
10535 2005-04-08  Kim F. Storm  <storm@cua.dk>
10537         * emacs-lisp/authors.el (authors-aliases): Update list.
10538         (authors-ignored-files): New list.
10539         (authors-fixed-entries): Fix typo.
10540         (authors-renamed-files-alist): Update list.
10541         (authors-add): Check authors-ignored-files.
10543 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
10545         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10546         optional, to ensure backward compatibility.
10548 2005-04-08  Stephen Eglen  <stephen@gnu.org>
10550         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10552 2005-04-08  Kim F. Storm  <storm@cua.dk>
10554         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10556         * mouse.el (mouse-on-link-p): Doc fix.
10558 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
10560         * ielm.el (ielm-prompt-read-only): Doc fix.
10562         * comint.el (comint-prompt-read-only): Doc fix.
10564 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
10566         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10567         ensure dired always handles wildcards passed to ffap.
10568         (find-file-at-point): Use it.
10569         (ffap-dired-wildcards): Doc fix.
10571 2005-04-07  Juri Linkov  <juri@jurta.org>
10573         * simple.el (next-error-overlay-arrow-position): New defvar.
10574         Put "=>" on its property `overlay-arrow-string'.  Add it to
10575         `overlay-arrow-variable-list'.
10577         * progmodes/compile.el (compilation-setup):
10578         Set `next-error-overlay-arrow-position' to nil.  Also set it to
10579         nil in the local hook `kill-buffer-hook'.  Make local variable
10580         `overlay-arrow-string' and set it to "=>".
10581         (compilation-goto-locus): Set BOL position to
10582         `next-error-overlay-arrow-position' instead of
10583         `overlay-arrow-position'.
10585         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10586         locally instead of adding it to the global hook.
10587         (Info-kill-buffer): Move up.
10589 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10591         * term/xterm.el (xterm-standard-colors): Update color values from
10592         xterm-200.
10594 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10596         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10598         * fast-lock.el:
10599         * lazy-lock.el: Move them to the obsolete subdir.
10601 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
10603         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10604         (wdired-add-replace-advice): Remove.
10605         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10607 2005-04-06  Kim F. Storm  <storm@cua.dk>
10609         * startup.el (command-line): Add --bare-bones alias for -Q.
10611 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10613         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10614         create the startup fontset if a font specification ends with
10615         `mac-roman'.
10617 2005-04-06  Lute Kamstra  <lute@gnu.org>
10619         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10620         change.
10622         * emacs-lisp/copyright.el (copyright-update-year): Replace the
10623         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
10625 2005-04-05  Lute Kamstra  <lute@gnu.org>
10627         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10628         (define-generic-mode): Ditto.  Fix debug declaration.
10630         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10631         Put them in the generic-x group.
10633         * calendar/timeclock.el (timeclock): Doc fix.
10635         * generic.el (define-generic-mode): Don't use custom-current-group.
10636         Document default :group value.
10637         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10638         (define-global-minor-mode): Don't use custom-current-group.
10640 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
10642         * startup.el (command-line-1): Display startup-echo-area-message
10643         when fancy splash screen is in use.
10645         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10646         (sh-escaped-newline): New face.
10647         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10648         newline, and use sh-escaped-newline face.
10650         * progmodes/tcl.el (tcl-escaped-newline): New face.
10651         (tcl-builtin-list): New variable.
10652         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10653         newlines.  Fix keywords subexpression number.
10655 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
10657         * textmodes/org.el (org-diary-default-entry): Fix call to
10658         `add-to-diary-entry'.
10660 2005-04-05  Kim F. Storm  <storm@cua.dk>
10662         * ediff-init.el: Use (featurep 'xemacs).
10664 2005-04-05  David Ponce  <david@dponce.com>
10666         * cus-edit.el (face): Derive from symbol widget.  Display sample
10667         of the current face on the fly.
10668         (widget-face-sample-face-get, widget-face-notify): New functions.
10669         (widget-face-value-create): Remove.
10671         * wid-edit.el (widget-field-end): Temporarily remove field
10672         narrowing before to call `get-char-property'.
10674 2005-04-04  Jay Belanger  <belanger@truman.edu>
10676         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10677         (math-read-subscripts): New variable.
10678         (math-read-preprocess-string): Process subscripts.
10680 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10682         * comint.el (comint-prompt-read-only): Doc fix.
10684         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10685         `-1'.  Doc fix.
10687 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
10689         * textmodes/org.el (org-insert-mode-line-in-empty-file):
10690         Change default value to nil.
10692 2005-04-04  Lute Kamstra  <lute@gnu.org>
10694         * autorevert.el (auto-revert-mode): Specify :group.
10695         * battery.el (display-battery-mode): Specify :group.
10696         * diff-mode.el (diff-minor-mode): Specify :group.
10697         * font-core.el (font-lock-mode): Specify :group.
10698         * hl-line.el (hl-line-mode): Specify :group.
10699         * iimage.el (iimage): New customization group.
10700         (iimage-mode): Specify :group.
10701         * longlines.el (longlines-mode): Specify :group.
10702         * master.el: Don't require easy-mmode.
10703         (master): New customization group.
10704         (master-mode): Specify :group.
10705         * msb.el (msb-mode): Specify :group.
10706         * reveal.el (reveal-mode): Specify :group.
10707         * simple.el (next-error-follow-minor-mode): Specify :group.
10708         * smerge-mode.el (smerge-mode): Specify :group.
10709         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10710         * emulation/cua-base.el (cua-mode): Specify :group.
10711         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10712         * language/thai-util.el (thai-auto-composition-mode)
10713         (thai-word-mode): Specify :group.
10714         * mail/supercite.el (sc-minor-mode): Specify :group.
10715         * progmodes/cwarn.el (cwarn-mode): Specify :group.
10716         * progmodes/flymake.el (flymake-mode): Specify :group.
10717         * progmodes/glasses.el (glasses-mode): Specify :group.
10718         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10719         * textmodes/enriched.el (enriched-mode): Specify :group.
10720         * textmodes/refill.el (refill-mode): Specify :group.
10722         * add-log.el (change-log-font-lock-keywords): Names in
10723         parenthesized lists can contain spaces.
10725 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
10727         * startup.el (fancy-splash-text): Shorten default text of
10728         "Emacs Tutorial" line.  Also, if the current language env
10729         indicates an available tutorial file other than TUTORIAL,
10730         extract its title and append it to the line in parentheses.
10731         (fancy-splash-insert): If arg is a thunk, funcall it.
10733 2005-04-04  Jay Belanger  <belanger@truman.edu>
10735         * calc.el (calc-language-alist): Add tags to customization type.
10737 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
10739         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10740         Doc fix.
10742 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
10744         * add-log.el (change-log-font-lock-keywords): The manual
10745         describing a Change Log entry, says: (...) "Aside from these
10746         header lines, every line in the change log starts with a space or
10747         a tab.".  The font-lock was not highlighting lines started with
10748         spaces, added support for it.
10750 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10752         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10753         (bibtex-generate-url-list): Update docstring accordingly.  Put the
10754         complex example in the docstring.
10755         (bibtex-font-lock-url): Use pop.
10757 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10759         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10761         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10763 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10765         * filesets.el (filesets-set-default): Doc fix.
10767 2005-04-03  Lute Kamstra  <lute@gnu.org>
10769         * generic.el (define-generic-mode): Add argument to specify
10770         keywords for defcustom.
10771         (default-generic-mode): Specify :group.
10773         * generic-x.el: Specify :group for all generic modes.
10775         * desktop.el (desktop-no-desktop-file-hook)
10776         (desktop-after-read-hook): Doc fix.
10778 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
10780         * simple.el (visible-mode): Use explicit :group keyword.
10781         This changes the group of `visible-mode-hook' from paren-blinking
10782         to editing-basics.
10784 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
10786         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
10787         mailbox specifications as well as URLs.
10788         (rmail-insert-inbox-text): Remove unused conditional branches.
10790 2005-04-01  Jay Belanger  <belanger@truman.edu>
10792         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10793         (calc-gnuplot-print-command): Move definitions to calc.el.
10795         * calc/calc-embed.el (calc-embedded-announce-formula)
10796         (calc-embedded-open-formula, calc-embedded-close-formula)
10797         (calc-embedded-open-word, calc-embedded-close-word)
10798         (calc-embedded-open-plain, calc-embedded-close-plain)
10799         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10800         (calc-embedded-open-mode, calc-embedded-close-mode):
10801         Move definitions to calc.el.
10803         * calc/calc.el (calc-settings-file, calc-language-alist):
10804         Make customizable.
10805         (calc-embedded-announce-formula, calc-embedded-open-formula)
10806         (calc-embedded-close-formula, calc-embedded-open-word)
10807         (calc-embedded-close-word, calc-embedded-open-plain)
10808         (calc-embedded-close-plain, calc-embedded-open-new-formula)
10809         (calc-embedded-close-new-formula, calc-embedded-open-mode)
10810         (calc-embedded-close-mode, calc-gnuplot-name)
10811         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10812         from other files and make customizable.
10814 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10816         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10817         Use buffer-live-p.
10818         (cvs-mode-run): Don't call cvs-update-header here.
10819         (cvs-run-process): Call cvs-update-header.
10820         Use process properties for cvs-postprocess and cvs-buffer so that
10821         the sentinel can behave better if the temp buffer is killed.
10822         Use a pipe rather than a tty, to better handle unexpected prompts.
10823         (cvs-sentinel): Rewrite.  Call cvs-update-header.
10825 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
10827         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10828         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
10830 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10832         * generic.el (define-generic-mode): Add indentation rule.
10834 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
10836         * files.el (mode-require-final-newline): Make Custom correctly
10837         report a nil value and allow to set it to nil via Custom.
10838         Doc fix.
10840 2005-04-01  Kenichi Handa  <handa@m17n.org>
10842         * international/characters.el: Enable the correct case setting for
10843         dotless-i and dotted-I.
10845 2005-04-01  Kim F. Storm  <storm@cua.dk>
10847         * ido.el (ido-file-internal): Fall back to non-ido command if
10848         initial directory is on slow ftp (or tramp) host.
10850 2005-03-31  Richard M. Stallman  <rms@gnu.org>
10852         * emacs-lisp/autoload.el (make-autoload):
10853         Handle define-global-minor-mode.
10855         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10856         Rename from easy-mmode-define-global-mode.
10857         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10859         * progmodes/scheme.el (scheme-mode-syntax-table):
10860         Update syntax of | and # for two-character comment syntax.
10862 2005-03-31  Lute Kamstra  <lute@gnu.org>
10864         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10865         (define-minor-mode): Call custom-current-group at load-time.
10867         * generic.el (define-generic-mode): Add debug declaration.
10868         Add defcustom for the mode hook.
10869         (generic-mode-internal): Use run-mode-hooks.
10871 2005-03-31  Kim F. Storm  <storm@cua.dk>
10873         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10874         (mouse-fixup-help-message): New defun called by show_help_echo
10875         to fixup mouse-2 prefix in help messages when applicable.
10877         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10879 2005-03-31  Kenichi Handa  <handa@m17n.org>
10881         * language/thai-word.el (thai-find-word-ends): Pay attention to
10882         the case that we reach the end of buffer.
10884         * textmodes/fill.el (fill-text-properties-at): New function.
10885         (fill-newline): Use fill-text-properties-at instead of
10886         text-properties-at.
10888 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
10890         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10891         not comint-quote-filename.
10893 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
10895         * help-fns.el (help-with-tutorial): Revert last change.
10897 2005-03-31  Kim F. Storm  <storm@cua.dk>
10899         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10901 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10903         * calendar/cal-china.el: Update reference to "Calendrical
10904         Calculations" book; there's a new edition.
10905         * calendar/cal-coptic.el: Likewise.
10906         * calendar/cal-french.el: Likewise.
10907         * calendar/cal-hebrew.el: Likewise.
10908         * calendar/cal-islam.el: Likewise.
10909         * calendar/cal-iso.el: Likewise.
10910         * calendar/cal-julian.el: Likewise.
10911         * calendar/cal-mayan.el: Likewise.
10912         * calendar/cal-persia.el: Likewise.
10913         * calendar/calendar.el: Likewise.
10914         * calendar/holidays.el: Likewise.
10915         * calendar/lunar.el: Likewise.
10916         * calendar/solar.el: Likewise.
10918         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10919         white space from doc string.
10921 2005-03-30  Jay Belanger  <belanger@truman.edu>
10923         * calc/calc-help.el (calc-full-help): Remove email address.
10925 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
10927         * help-fns.el (help-with-tutorial): Delete title line.
10929 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10931         * calendar/cal-x.el (calendar-one-frame-setup)
10932         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10933         rather than 'symbol for set-window-dedicated-p.
10935         * calendar/appt.el (appt-buffer-name): Make it a constant.
10936         (appt-add): Doc fix.
10938         * filesets.el (filesets-menu-path, filesets-menu-before)
10939         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
10940         (filesets-menu-cache-file): Use directory ~/.emacs.d.
10941         (filesets-add-submenu): Delete and use add-submenu instead.
10943 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
10945         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10946         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10947         (org-diary-default-entry): New function.
10948         (org-get-entries-from-diary): Better parsing of diary entries.
10949         (org-agenda-check-no-diary): New function.
10950         ("diary-lib"): Advice to function `add-to-diary-list', to allow
10951         linking to diary entries.
10952         (org-agenda-execute-calendar-command): New function.
10953         (org-agenda): Improve visible section in window.
10954         Use `org-fit-agenda-window'.
10955         (org-fit-agenda-window): New option.
10956         (org-move-subtree-down): Better handling of empty lines
10957         at end of subtree.
10958         (org-cycle): Numeric prefix is interpreted now as show-subtree N
10959         levels up.
10960         (org-fontify-done-headline): New option.
10961         (org-headline-done-face): New face.
10962         (org-set-font-lock-defaults): Use `org-headline-done-face'.
10963         (org-table-copy-down): Rename from `org-table-copy-from-above'.
10964         When current field is non-empty, it is copied to next row.
10965         (org-table-copy-from-above): Fix bug which made it
10966         impossible to copy fields containing only a single non-white character.
10968 2005-03-30  Kim F. Storm  <storm@cua.dk>
10970         * kmacro.el (kmacro-end-macro): Isearch may store this command
10971         into the macro -- so ignore it when executing keyboard macro.
10973 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
10975         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10977 2005-03-29  Kenichi Handa  <handa@m17n.org>
10979         * language/thai.el ("Thai"): Set setup-function and exit-function
10980         for Thai language environment.
10982         * language/thai-util.el: Require thai-word.
10983         (thai-word-mode-map): New variable.
10984         (thai-word-mode): New minor mode.
10985         (setup-thai-language-environment-internal): New function.
10986         (exit-thai-language-environment-internal): New function.
10988         * language/thai-word.el (thai-word-table): Declare it by defvar,
10989         use dolist to initialize it.
10990         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10991         (thai-fill-find-break-point): New functions.
10993 2005-03-29  Richard M. Stallman  <rms@gnu.org>
10995         * simple.el (idle-update-delay): Move definition up.
10996         (set-mark): Doc fix.
10998 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
11000         * longlines.el: New file.
11002         * simple.el (buffer-substring-filters): New variable.
11003         (filter-buffer-substring): New function.
11004         (kill-region, copy-region-as-kill): Use it.
11006         * register.el (copy-to-register, append-to-register)
11007         (prepend-to-register): Use filter-buffer-substring.
11009 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
11011         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
11012         (gud-filter-pending-text): Move in front of gdb.
11013         (gud-overlay-arrow-position): New variable.
11014         (gud-sentinel, gud-display-line): Use it in place of
11015         overlay-arrow-position.
11017 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
11019         * progmodes/fortran.el (fortran-if-indent): Doc fix.
11020         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
11021         (fortran-font-lock-keywords-4): New variable.
11022         (fortran-blocks-re, fortran-end-block-re)
11023         (fortran-start-block-re): New constants, for hideshow.
11024         (hs-special-modes-alist): Add a Fortran entry.
11025         (fortran-mode-map): Bind fortran-end-of-block,
11026         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
11027         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
11028         (fortran-looking-at-if-then, fortran-end-of-block)
11029         (fortran-beginning-of-block): New functions, for hideshow.
11031         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11032         Doc fix.  Tweak regexp.
11033         (f90-beginning-of-block): Push mark first.
11035 2005-03-29  Jay Belanger  <belanger@truman.edu>
11037         * calc/calc.el: Update copyright date.
11038         (calc-version): Increase to 2.1.
11039         (calc-version-date): Remove.
11041         * calc/calc-help.el: Update copyright date.
11042         (calc-full-help): Remove reference to calc-version-date.
11043         Update copyright date.
11045 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11047         * vc.el (vc-do-command): Use a pipe for async processes, so password
11048         prompts don't show up at places where the user can't reply.
11050 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
11052         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
11053         on the file name we pass to the inferior shell.
11055 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11057         * progmodes/which-func.el (which-function): Be robust in the face of an
11058         imenu--make-index-alist failure.
11060 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11062         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
11064         * progmodes/python.el (python-preoutput-filter): Fix last change.
11066 2005-03-29  Lute Kamstra  <lute@gnu.org>
11068         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
11069         functions and compiled macros.
11070         (debug-convert-byte-code): Handle macros too.
11071         (debug-on-entry-1): Don't signal an error when trying to clear a
11072         function that is not set to debug on entry.
11074 2005-03-29  Jay Belanger  <belanger@truman.edu>
11076         * calc/calc-lang.el: Add functions to math-function-table
11077         properties of tex and math.
11079 2005-03-29  Kenichi Handa  <handa@m17n.org>
11081         * ps-mule.el (ps-mule-plot-string): Translate characters by
11082         ps-print-translation-table.
11083         (ps-mule-begin-job): Call find-charset-region/string with
11084         ps-print-translation-table.
11085         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
11087         * ps-print.el (ps-print-translation-table): New variable.
11088         (ps-plot-region): Translate characters by ps-print-translation-table.
11090 2005-03-29  Juri Linkov  <juri@jurta.org>
11092         * simple.el (next-error-highlight-timer): New variable.
11094         * progmodes/compile.el (compilation-goto-locus):
11095         Use `next-error-highlight-timer' instead of `sit-for'.
11097 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11099         * mail/supercite.el (sc-mail-field): Use assoc-string.
11100         (sc-get-address): Simplify regexps.
11102         * files.el (minibuffer-with-setup-hook): New macro.
11103         (find-file-read-args): Use it to avoid let-binding
11104         minibuffer-with-setup-hook (which breaks turning on/off
11105         file-name-shadow-mode while in the prompt).
11107         * complete.el (PC-read-include-file-name-internal):
11108         Use test-completion.
11110 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
11112         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
11114 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11116         * window.el (window-buffer-height): Use count-screen-lines.
11118         * progmodes/python.el (python-preoutput-leftover): New var.
11119         (python-preoutput-filter): Use it.
11120         (python-send-receive): Loop until all the result has been received.
11122 2005-03-28  Juri Linkov  <juri@jurta.org>
11124         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
11126         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
11127         "Recover Crashed Session".
11128         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
11129         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
11130         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
11131         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
11132         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
11133         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
11134         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
11135         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
11137         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
11138         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
11139         Ediff Sessions", "Toggle use of separate control buffer frame",
11140         "Use separate frame for Ediff control buffer".
11142         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
11143         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
11144         "Rename Bookmark", "Delete Bookmark".
11146         * info.el (Info-mode-menu): Remove ellipsis from "Index".
11147         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
11148         Add `:active Info-index-alternatives' to "Next Matching Item".
11150         * wdired.el (wdired-change-to-wdired-mode):
11151         Mention `wdired-abort-changes' key in the initial message.
11153         * international/mule.el (auto-coding-alist): Associate non-ascii
11154         image filename extensions with `no-conversion'.
11156 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11158         * international/iso-acc.el:
11159         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
11161 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
11163         * textmodes/sgml-mode.el (html-mode): Doc update.
11165         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
11167 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
11169         * term.el (term-move-columns): Fix face after extending a line.
11170         (term-insert-spaces): Likewise.
11171         (term-reset-terminal): Fix off by one error.
11173 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
11175         * international/mule.el (auto-coding-alist): Add .xpi files.
11177         * files.el (auto-mode-alist): Add .xpi files.
11179 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
11181         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
11183 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
11185         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
11187 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
11189         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
11190         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
11192         * calendar/cal-move.el (calendar-beginning-of-year): Move the
11193         cursor to Jan 1 when needed.
11194         (calendar-end-of-year): Fix -/+ typo.
11195         Reported by Chong Yidong <cyd@stupidchicken.com>.
11197 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11199         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
11201         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
11202         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
11204 2005-03-25  Richard M. Stallman  <rms@gnu.org>
11206         * filesets.el (filesets-init): Add autoload.
11208         * mail/mailalias.el (mail-directory): Doc fix.
11210 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11212         * mail/mailalias.el (mail-directory-process): Do nothing if
11213         mail-directory-process is an atom.
11214         (mail-get-names): Ignore mail-directory-names if it is an atom.
11215         (mail-directory-process defvar): Doc fix.
11216         (mail-names): Doc fix.
11218 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
11220         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
11222 2005-03-26  Kenichi Handa  <handa@m17n.org>
11224         * international/mule-util.el (detect-coding-with-priority):
11225         Call update-coding-systems-internal before detect-coding-region.
11227 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
11229         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11230         (gdb-frames-mode-map): Add follow-link property.
11232 2005-03-25  Jay Belanger  <belanger@truman.edu>
11234         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
11235         for variables.
11237 2005-03-25  Juri Linkov  <juri@jurta.org>
11239         * image-mode.el: Optimize image filename extension regexps in
11240         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
11241         in `auto-mode-alist'.
11242         (image-mode): Add `image-toggle-display-text' to local hook
11243         `change-major-mode-hook'.  Display the image as an image by
11244         default.  Set `cursor-type' and `truncate-lines' if the image
11245         is already displayed.  Take into account the current mode (image
11246         or text) in message.
11247         (image-minor-mode): New minor mode.
11248         (image-mode-maybe, image-toggle-display-text): New functions.
11249         (image-toggle-display): Use called-interactively-p.
11250         Let-bind `inhibit-read-only' to t.
11252         * image-mode.el (image-minor-mode): Set `cursor-type' and
11253         `truncate-lines' if the image is already displayed.  Add turning
11254         image-minor-mode off to `change-major-mode-hook'.  Add message.
11255         Call `image-toggle-display-text' after turning image-minor-mode off.
11257 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11259         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
11260         Terminal.app, use utf-8.
11261         (set-display-table-and-terminal-coding-system): Add coding-system arg.
11262         (set-locale-environment): Use it.
11264         * term/xterm.el: Undo last change, better done in mule-cmds.el.
11266         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
11268         * progmodes/python.el (python-close-block-statement-p)
11269         (python-outdent-p, python-current-defun): Use symbol-end.
11271 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
11273         * files.el (save-some-buffers): Doc fix.
11275 2005-03-25  Werner Lemberg  <wl@gnu.org>
11277         * complete.el, thumbs.el: Replace `legal' with `valid'.
11278         * calendar/calendar.el: Replace `legal' with `valid'.
11279         * emacs-lisp/advice.el: Replace `legal' with `valid'.
11280         * mail/supercite.el: Replace `legal' with `valid'.
11281         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
11282         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
11283         Replace `legal' with `valid'.
11284         * textmodes/reftex-vars.el, textmodes/reftex.el:
11285         Replace `legal' with `valid'.
11287 2005-03-25  Werner Lemberg  <wl@gnu.org>
11289         * calc/calc-forms.el, calc/calc-sel.el:
11290         * midnight.el, vc-cvs.el:
11291         * emacs-lisp/cl-macs.el:
11292         * emulation/vip.el:
11293         * eshell/esh-io.el, eshell/esh-var.el:
11294         * mail/supercite.el:
11295         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
11296         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
11297         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
11298         * progmodes/sh-script.el, progmodes/xscheme.el:
11299         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
11300         * textmodes/reftex-index.el, textmodes/reftex-parse.el
11301         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
11302         * textmodes/reftex.el, textmodes/org.el:
11303         Replace `illegal' with `invalid'.
11305 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11307         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
11308         (flymake-find-buildfile, flymake-find-possible-master-files)
11309         (flymake-check-include, flymake-parse-line): Replace loops over the
11310         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
11312         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
11313         Substitute file-name-as-directory in the rest of the file.
11314         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
11315         (flymake-replace-region): Remove unused arg `buffer'.
11316         (flymake-check-patch-master-file-buffer): Update calls to it.
11317         (flymake-add-err-info): Remove unused var `count'.
11318         (flymake-mode): Use define-minor-mode.
11320         * progmodes/flymake.el: Use with-current-buffer.
11321         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
11322         flymake-replace-regexp-in-string, flymake-line-beginning-position)
11323         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
11324         Avoid testing for `xemacs'.
11325         (flymake-nop): Move.
11326         (flymake-region-has-flymake-overlays): Return the computed value.
11327         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
11328         Remove unused var `endline'.
11329         (flymake-get-line-count): Remove unused function.
11330         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
11332         * emulation/vi.el:
11333         * generic.el:
11334         * hilit-chg.el (global-highlight-changes):
11335         * hi-lock.el (hi-lock-mode):
11336         * follow.el: find-file-hooks -> find-file-hook.
11338         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
11340 2005-03-24  Juri Linkov  <juri@jurta.org>
11342         * dired.el (dired-mode-map): Add menu item "Compare directories"
11343         for dired-compare-directories.
11345         * dired-aux.el (dired-compare-directories): Add autoload cookie.
11346         Doc fix.  Replace `read-file-name' with `read-directory-name'.
11348 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11350         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
11352 2005-03-24  Jay Belanger  <belanger@truman.edu>
11354         * calc/calc-embed.el (calc-embedded-mode-change): Save all
11355         relevant mode settings in calc-embedded-original-modes when modes
11356         are permanently changed.
11358 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11360         * autoinsert.el: find-file-hooks -> find-file-hook.
11362 2005-03-24  Lute Kamstra  <lute@gnu.org>
11364         * generic.el (generic-font-lock-defaults): Make it obsolete.
11365         (generic-font-lock-keywords): New variable to replace
11366         generic-font-lock-defaults.
11367         (generic-mode-set-font-lock): Delete it.
11368         (generic-mode-internal): Don't call generic-mode-set-font-lock.
11369         (generic-bracket-support): Add docstring.
11371         * generic-x.el: Rename generic-font-lock-defaults to
11372         generic-font-lock-keywords throughout.
11373         (mailagent-rules-setup-function): Delete it.
11374         (mailagent-rules-generic-mode): Use anonymous function instead.
11375         (show-tabs-generic-mode-font-lock-defaults-1)
11376         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
11377         Quote faces.
11378         (show-tabs-tab-face, show-tabs-space-face): Specify background,
11379         not foreground.
11381         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11382         Recognize define-generic-mode.
11384 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11386         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
11387         if there's no completion table.
11389 2005-03-23  Miles Bader  <miles@gnu.org>
11391         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11392         Remove tty-specific variants, as they're no longer needed.
11394 2005-03-23  Lute Kamstra  <lute@gnu.org>
11396         * generic-x.el: Code cleanup: make args constant whenever possible.
11397         (installshield-statement-keyword-list)
11398         (installshield-system-functions-list)
11399         (installshield-system-variables-list, installshield-types-list)
11400         (installshield-funarg-constants-list): Make them constants.
11402         * generic.el (generic-make-keywords-list): Add autoload cookie.
11404         * calendar/time-date.el: Add comment on time value formats.
11405         Don't require parse-time.
11406         (with-decoded-time-value): New macro.
11407         (encode-time-value): New function.
11408         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11409         (days-to-time): Return a valid time value when arg is huge.
11410         (time-since): Use time-subtract.
11411         (time-to-number-of-days): Use time-to-seconds.
11413 2005-03-23  David Ponce  <david@dponce.com>
11415         * recentf.el: (recentf-keep): New option.
11416         (recentf-menu-action): Default to `find-file'.
11417         (recentf-keep-non-readable-files-flag)
11418         (recentf-keep-non-readable-files-p)
11419         (recentf-file-readable-p, recentf-find-file)
11420         (recentf-cleanup-remote): Remove.
11421         (recentf-include-p): More robust.
11422         (recentf-keep-p): New function.
11423         (recentf-remove-if-non-kept): Rename from
11424         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
11425         All callers updated.
11426         (recentf-menu-items-for-commands): Fix help string.
11427         (recentf-track-closed-file): Update.  Doc fix.
11428         (recentf-cleanup): Update.  Count removed files.  Doc fix.
11430 2005-03-23  Kim F. Storm  <storm@cua.dk>
11432         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11433         Don't inherit from fringe face (now happens automatically).
11435 2005-03-22  Kim F. Storm  <storm@cua.dk>
11437         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
11438         position values.
11440 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11442         * menu-bar.el (showhide-date-time): Remove.
11443         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11444         (menu-bar-make-mm-toggle): Simplify.
11446 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11448         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11449         Accept qualified variable and function names.
11451 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
11453         * bindings.el (completion-ignored-extensions):
11454         Remove ".lis" for `vax-vms'.
11456 2005-03-22  Andreas Schwab  <schwab@suse.de>
11458         * generic-x.el: Revert last change.
11459         * ldefs-boot.el: Update.
11461 2005-03-22  Jay Belanger  <belanger@truman.edu>
11463         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11464         (calc-embedded-save-original-modes)
11465         (calc-embedded-restore-original-modes): New functions.
11466         (calc-do-embedded): Save original modes when entering embedded mode
11467         and restore when leaving embedded mode.
11468         (calc-embedded-modes-change): Change the value of
11469         calc-embedded-original-modes to reflect permanent changes.
11471 2005-03-22  Lute Kamstra  <lute@gnu.org>
11473         * generic-x.el: Require generic again.
11475 2005-03-22  Miles Bader  <miles@gnu.org>
11477         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11478         Tweak details to look good on both ttys and bitmap displays, light
11479         or dark background, etc.
11481 2005-03-21  Kim F. Storm  <storm@cua.dk>
11483         * tooltip.el (tooltip-show-help-function): Check car and cdr of
11484         mouse position.
11486 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         * icomplete.el: Don't forcibly turn on the mode upon load.
11489         (icomplete-mode): Use define-minor-mode.
11490         (icomplete-eoinput): Default to nil.
11491         (icomplete-minibuffer-setup): Remove autoload.
11492         (icomplete-tidy): Simplify.
11493         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11494         in the initial state or if the user has modified the field.
11495         Fix handling of icomplete-max-delay-chars.
11496         Remove code that handles the oddball case where
11497         minibuffer-completion-table is an integer.
11498         Wrap icomplete-completions in while-no-input in case building
11499         completions takes more time than expected.
11500         (icomplete-completions): Simplify.
11502 2005-03-21  Richard M. Stallman  <rms@gnu.org>
11504         * jka-compr.el (jka-compr-really-do-compress):
11505         Make variable buffer-local.
11507         * image-mode.el: Handle .xpm files too.
11508         (image-toggle-display): Preserve modification flag.
11510         * help.el (where-is): Don't mention aliases with no key bindings.
11512 2005-03-21  Lute Kamstra  <lute@gnu.org>
11514         * generic.el: Fix commentary section.  Don't require cl for
11515         compilation.
11516         (generic-mode-list): Add autoload cookie.
11517         (generic-use-find-file-hook, generic-lines-to-scan)
11518         (generic-find-file-regexp, generic-ignore-files-regexp)
11519         (generic-mode, generic-mode-find-file-hook)
11520         (generic-mode-ini-file-find-file-hook): Fix docstrings.
11521         (define-generic-mode): Make it a defmacro.  Fix docstring.
11522         (generic-mode-internal): Code cleanup.  Add autoload cookie.
11523         (generic-mode-set-comments): Code cleanup.
11524         * generic-x.el: Don't prevent compilation.  Don't require generic.
11525         Follow coding conventions.  Minor code cleanup.
11526         (etc-fstab-generic-mode): Add some keywords.
11527         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11528         define-generic-mode like a function declaration.
11530 2005-03-21  Jay Belanger  <belanger@truman.edu>
11532         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11533         changing modes.
11535 2005-03-21  Sam Steingold  <sds@gnu.org>
11537         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11539 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
11541         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11542         Add underscore to "f$ lexicals" regexp.
11544 2005-03-20  Juri Linkov  <juri@jurta.org>
11546         * subr.el (progress-reporter-do-update): When `min-value' is equal
11547         to `max-value', set `percentage' to 0 and prevent division by zero.
11549 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
11551         Sync with Tramp 2.0.48.
11553         * net/tramp.el (all): Change all addresses to .gnu.org.
11554         (tramp-append-tramp-buffers): New defun.
11555         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11556         Catch `dont-send' signal.
11557         (tramp-set-auto-save-file-modes): Set always permissions, because
11558         there might be an old auto-saved file belonging to another
11559         original file.  This could be a security threat.  Reported by
11560         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11561         Check for Emacs 21.3.50 removed.
11563         * net/tramp-smb.el (all): Remove debug construct for
11564         `with-parsed-tramp-file-name'.
11565         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11566         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11567         No error message if DIRECTORY or FILENAME doesn't exist.
11568         (tramp-smb-open-connection): Check existence of
11569         `tramp-smb-program'.
11571 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11573         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11574         Properly handle the case where the `m' or `s' command's argument is not
11575         yet terminated.
11576         (perl-indent-new-calculate): New function.
11577         (perl-indent-line): Use it.
11579 2005-03-20  Miles Bader  <miles@gnu.org>
11581         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11582         in text-mode too.  Change to new face names.
11583         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11584         Add `:weight bold' attribute.
11585         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11587 2005-03-19  Juri Linkov  <juri@jurta.org>
11589         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
11591         * international/mule.el (auto-coding-alist): Sync with
11592         `auto-mode-alist' by adding upper case archive file extensions
11593         and adding ear/war to jar extension.
11595 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
11597         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11598         running, restart it.
11600 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
11602         * finder.el (finder-current-item): Throw an error on an empty line.
11604         * man.el (Man-follow-manual-reference): If current-word returns
11605         nil, use "".
11607 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
11609         * simple.el (goto-line): Doc fix.
11611 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
11613         * files.el (save-buffer): Doc fix.
11615 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
11617         * recentf.el (recentf-cleanup-remote): New variable.
11618         (recentf-cleanup): Use it to conditionally check availability of
11619         remote files.
11621 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
11623         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11624         function names.
11626 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
11628         * language/thai-word.el: New file.
11630 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
11632         * files.el (backup-buffer): If the file's directory is not
11633         writable, use copy instead of move to backup the file.
11635 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
11637         * obsolete/keyswap.el: Moved to obsolete/ from term/.
11639 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11641         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11642         Use functionp instead of symbolp and fboundp.  Reported by Drkm
11643         <darkman_spam@yahoo.fr>.
11644         (ps-print-version): New version 6.6.6.
11646 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
11648         * textmodes/table.el (table--line-column-position): New idiom.
11649         (table--row-column-insertion-point-p): New function to test
11650         validity of row and column insertion operation at a location.
11651         (table-global-menu, table-cell-menu): Use above functions for
11652         deterministic test operation.
11653         (table--editable-cell-p): Behave in deterministic fashion.
11655 2005-03-18  Juri Linkov  <juri@jurta.org>
11657         * isearch.el (isearch-lazy-highlight-new-loop):
11658         Make arguments beg and end optional.
11659         (isearch-update): Remove optional arguments nil from
11660         isearch-lazy-highlight-new-loop.
11661         (isearch-lazy-highlight-search): Let-bind case-fold-search to
11662         isearch-lazy-highlight-case-fold-search instead of
11663         isearch-case-fold-search, and let-bind isearch-regexp to
11664         isearch-lazy-highlight-regexp.
11665         Use isearch-lazy-highlight-last-string instead of isearch-string.
11667         * replace.el (perform-replace): Remove bindings of global
11668         variables isearch-string, isearch-regexp, isearch-case-fold-search.
11669         Add three new arguments to `replace-highlight'.
11670         (replace-highlight): Add arguments string, regexp, case-fold.
11671         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11672         to allow isearch-lazy-highlight-new-loop to use these values
11673         to set corresponding isearch-lazy-highlight-* internal
11674         variables whose values lazy highlighting will use regardless of
11675         changes to global variables isearch-string, isearch-regexp,
11676         isearch-case-fold-search during lazy highlighting loop.
11677         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11678         to `lazy-highlight-cleanup'.
11680         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11681         (ispell-highlight-face): Set default face to `isearch' when
11682         lazy highlighting is enabled.
11683         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11684         priority to 1.  Add lazy highlighting.
11685         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11686         from `isearch-dehighlight'.
11688 2005-03-18  David Ponce  <david@dponce.com>
11690         * files.el (hack-local-variables): Do a case-insensitive search
11691         for End.
11693 2005-03-18  Juri Linkov  <juri@jurta.org>
11695         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11696         `isearch-lazy-highlight-cleanup', add alias to old name and
11697         declare obsolete.  Add release numbers to other obsolete vars.
11698         (isearch-done, isearch-lazy-highlight-new-loop):
11699         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11700         (lazy-highlight-cleanup) <variable>: Doc fix.
11701         (isearch-lazy-highlight-update): Rename obsolete
11702         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11704 2005-03-18  Kenichi Handa  <handa@m17n.org>
11706         * language/thai-util.el: Fix categorization of Thai characters in
11707         thai-category-table.
11708         (thai-composition-pattern): Adjust it for the above change.
11709         (thai-self-insert-command, thai-compose-syllable): New functions.
11710         (thai-compose-region): Use thai-compose-syllable.
11711         (thai-compose-string): Likewise.
11712         (thai-composition-function): Likewise.
11713         (thai-auto-composition): New function.
11714         (thai-auto-composition-mode): New minor mode.
11716         * language/thai.el: Fix patterns to be registered in
11717         composition-function-table.
11719         * international/quail.el (quail-input-method): Locally bind
11720         inhibit-modification-hooks to t.
11722 2005-03-17  Richard M. Stallman  <rms@gnu.org>
11724         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11725         (perl-mode): Use run-mode-hooks.
11727         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11728         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11729         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11731         * mail/sendmail.el (sendmail-send-it): Reenable the code
11732         to compute resend-to-address and use it.
11734         * tar-mode.el (tar-mode): Turn off undo unconditionally.
11736         * image-mode.el: New file.
11738         * image.el (insert-sliced-image): Add autoload cookie.
11740         * font-lock.el (font-lock-lines-before): New user option.
11741         (font-lock-after-change-function): Obey it.
11743         * bindings.el (esc-map): Make M-g a prefix.
11744         Bind M-g g and M-g M-g to goto-line.
11746         * faces.el (face-id): Doc fix.
11748 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11750         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11751         (rmail-show-message): Use rmail-unknown-mail-followup-to.
11752         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11754         * mail/sendmail.el (mail-yank-ignored-headers)
11755         (mail-font-lock-keywords, mail-mode-fill-paragraph):
11756         Add Mail-Followup-To and Mail-Reply-To headers.
11757         (mail-citation-hook): Add autoload cookie.
11758         (mail-mode): Doc fix.
11759         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11760         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11761         (mail-mode-fill-paragraph): Handle those headers.
11762         (mail-mailing-lists): New variable.
11763         (mail-mail-reply-to, mail-mail-followup-to): New functions.
11765 2005-03-17  Juri Linkov  <juri@jurta.org>
11767         * isearch.el (isearch-fallback): Check for `(car previous)'
11768         before calling `isearch-other-end-state'.
11770 2005-03-17  Kim F. Storm  <storm@cua.dk>
11772         * simple.el (move-beginning-of-line): Move to beginning of buffer
11773         line, as well as beginning of screen line.
11775 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
11777         * calendar/diary-lib.el (mark-diary-entries): Use new optional
11778         argument REDRAW rather than calendar-redrawing variable.
11779         * calendar/calendar.el (calendar-redrawing): Delete.
11780         (redraw-calendar): Do not bind calendar-redrawing.
11782 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
11784         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11785         diary-file buffer.
11787 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11789         * help.el (describe-mode): Allow a :minor-mode-function property to
11790         specify a different minor mode toggle function than the variable.
11791         * simple.el (auto-fill-function):
11792         * subr.el (add-minor-mode): Use it.
11794 2005-03-16  Kenichi Handa  <handa@m17n.org>
11796         * language/ethio-util.el (sera-being-called-by-w3): New variable.
11797         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11798         (ethio-fidel-to-sera-buffer): Likewise.
11800 2005-03-16  Juri Linkov  <juri@jurta.org>
11802         * emacs-lisp/find-func.el (find-function-regexp):
11803         Add defun-emitting macro `menu-bar-make-toggle'.
11805         * isearch.el: Put `isearch-scroll' property to
11806         `split-window-horizontally'.
11808         * info.el: Update error messages for `debug-ignored-errors'.
11809         (Info-isearch-search): Doc fix.
11810         (Info-find-node): Move up code to go into info buffer before
11811         recording the node to the history.
11812         (Info-fontify-node): Fontify titles only if the next line
11813         has two or more `*', `=', `-', `.'.
11814         Display "go to this node" for empty (match-string 3).
11816 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11818         * term/mac-win.el: Add mouse pointer shape constants.
11820 2005-03-15  Kim F. Storm  <storm@cua.dk>
11822         * simple.el (move-beginning-of-line): Use vertical-motion.
11824 2005-03-15  Juri Linkov  <juri@jurta.org>
11826         * isearch.el (isearch-error): New variable.
11827         (isearch-invalid-regexp, isearch-within-brackets): Remove.
11828         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11829         (isearch-within-brackets-state): Remove.
11830         (isearch-case-fold-search-state, isearch-pop-fun-state):
11831         Decrease frame index.
11832         (isearch-mode, isearch-top-state, isearch-push-state)
11833         (isearch-edit-string, isearch-abort, isearch-search-and-update)
11834         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11835         (isearch-search, isearch-lazy-highlight-new-loop):
11836         Replace `isearch-invalid-regexp' with `isearch-error'.
11837         Remove `isearch-within-brackets'.
11838         (isearch-search): Add `search-failed' handler to `condition-case'.
11839         (isearch-lazy-highlight-search): Add `condition-case' to catch
11840         errors and allow `isearch-lazy-highlight-update' to try
11841         highlighting from the beginning of the window.
11842         (isearch-repeat): Move up code to set isearch-wrapped to t
11843         before calling isearch-wrap-function.
11845         * info.el (Info-isearch-initial-node): New internal variable.
11846         (Info-search): Signal an error in isearch mode when search leaves
11847         the initial node.  Signal an error when `bound' is non-nil and
11848         nothing was found in the current subfile.
11849         (Info-isearch-search): Remove `condition-case'.
11850         (Info-isearch-wrap): Don't wrap when search failed during leaving
11851         the initial node.  If `Info-isearch-search' is nil, wrap around
11852         the current node.
11853         (Info-isearch-start): New fun.
11854         (Info-mode): Add buffer-local hook `Info-isearch-start' to
11855         `isearch-mode-hook'.
11857 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11859         * simple.el (normal-erase-is-backspace): Set default to t if
11860         running on Mac.
11862         * term/mac-win.el (function-key-map): Sync with x-win.el.
11864 2005-03-15  Kenichi Handa  <handa@m17n.org>
11866         * international/mule-cmds.el (locale-language-names): Modify the
11867         format of elements and add more entries.
11868         (locale-preferred-coding-systems): Add more entries.
11869         (set-locale-environment): Adjust for the change of
11870         locale-language-names.
11872 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11874         * pcvs.el (smerge-ediff): Remove bogus autoload.
11876 2005-03-14  Lute Kamstra  <lute@gnu.org>
11878         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11879         Ignore a `*' at the beginning of a line.
11881         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11882         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11883         subr.el.
11884         (dont-compile, eval-when-compile, eval-and-compile): Use declare
11885         to specify indentation.
11887         * generic.el (define-generic-mode): Let generic-mode-list be a
11888         list of strings; test membership with equal.
11890 2005-03-14  Kim F. Storm  <storm@cua.dk>
11892         * simple.el (next-line, previous-line): Add optional try-vscroll
11893         arg to recognize interactive use.  Pass it on to line-move.
11894         (line-move): Don't perform auto-window-vscroll when defining or
11895         executing keyboard macro to ensure consistent behavior.
11897 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11899         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11901 2005-03-13  Lute Kamstra  <lute@gnu.org>
11903         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11904         debugger-setup-buffer so that backtrace marks the frames set to
11905         debug-on-exit and we don't have to do it manually.  Set an extra
11906         debug-on-exit for macro's.
11907         (debugger-setup-buffer): Don't mark the top frame manually.
11909 2005-03-12  Lute Kamstra  <lute@gnu.org>
11911         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11912         lisp-indent-function throughout.
11913         (with-no-warnings): Set lisp-indent-function property.
11915 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
11917         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11918         Add entry for backslash.
11920 2005-03-12  Juri Linkov  <juri@jurta.org>
11922         * info.el (Info-search): Four fixes for backward search.
11924 2005-03-11  Jay Belanger  <belanger@truman.edu>
11926         * calc/calc.el (calc-language-alist): New variable.
11927         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11928         (calc-embedded-find-modes): Use calc-language-alist instead of
11929         calc-embedded-language-alist.
11931 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
11933         * calendar/calendar.el (calendar-redrawing): New internal
11934         variable.
11935         (redraw-calendar): Remove bogus save-excursion from previous
11936         change.  Bind calendar-redrawing to t for mark-diary-entries.
11937         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11938         calendar if that is why we were called.
11940 2005-03-11  Kenichi Handa  <handa@m17n.org>
11942         * international/mule.el (make-coding-system): Set property
11943         coding-system-define-form to nil.
11944         (define-coding-system-alias): Likewise.
11946 2005-03-11  Kenichi Handa  <handa@m17n.org>
11948         These changes are suggested by Dave Love <fx@gnu.org>.
11950         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11951         coding: tag.
11952         (adaptive-fill-regexp): Add more bullets.
11953         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11954         regexps.
11956 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11958         * help.el (describe-mode): Properly handle non-trivial lighters.
11959         Don't ignore minor modes that are not listed in minor-mode-list.
11961         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11962         feature ON when the user requests to turn it OFF.
11964 2005-03-10  Lute Kamstra  <lute@gnu.org>
11966         * emacs-lisp/debug.el (debug-entry-code): Delete it.
11967         (implement-debug-on-entry): New function to replace debug-entry-code.
11968         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
11969         second argument as the 2005-03-07 change makes it obsolete.
11970         (debug-on-entry, cancel-debug-on-entry): Update call to
11971         debug-on-entry-1.
11972         (debug, debugger-setup-buffer): Comment update.
11973         (debugger-frame-number): Update to work with implement-debug-on-entry.
11975 2005-03-10  Jay Belanger  <belanger@truman.edu>
11977         * calc/calc-embed.el (math-ms-args): Declare it.
11978         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11979         math-ms-args.
11980         (calc-embedded-subst): Use math-multi-subst-rec to substitute
11981         variables.
11983 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
11985         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11986         Use message-box.
11988         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11989         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11990         (tooltip-gud-tips): Simplify.
11991         (tooltip-gud-tips-p): Remove superfluous :set.
11992         (tooltip-gud-modes): Add fortran-mode.
11993         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11995         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11997 2005-03-09  Kim F. Storm  <storm@cua.dk>
11999         * play/animate.el (animate-place-char): Use forward-line instead
12000         of next-line to improve performance.
12002 2005-03-09  Simon Josefsson  <jas@extundo.com>
12004         * net/browse-url.el (browse-url-default-browser): Doc fix.
12006 2005-03-09  Miles Bader  <miles@gnu.org>
12008         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
12009         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
12011 2005-03-09  Kenichi Handa  <handa@m17n.org>
12013         * international/latin-1.el: Set case and syntax for 255 only if
12014         set-case-syntax-set-multibyte is nil.
12016         * textmodes/ispell.el (ispell-insert-word): New function.
12017         (ispell-word): Use ispell-insert-word to insert a new word.
12018         (ispell-process-line): Likewise.
12019         (ispell-complete-word): Likewise.
12021 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
12023         * calendar/calendar.el (redraw-calendar): Preserve point.
12024         Reported by Matt Hodges <MPHodges@member.fsf.org>.
12025         (calendar-week-start-day): Move after definition of
12026         redraw-calendar.  Delete buffer test, since redraw-calendar has
12027         that now.
12029         * calendar/diary-lib.el (mark-diary-entries): Only call
12030         redraw-calendar in the first of any recursive calls.
12031         Reported by Alan Shutko <ats@acm.org>.
12033 2005-03-08  Juri Linkov  <juri@jurta.org>
12035         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
12036         (html-horizontal-rule, html-line, html-image, html-checkboxes)
12037         (html-radio-buttons): Add a space before the trailing `/>' where
12038         sgml-xml-mode is non-nil.
12039         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
12040         the subsequent tag of the empty XML tag.
12041         (html-href-anchor): Don't set initial input to "http:".
12042         (html-image): Ask for the image URL and set point inside alt="".
12043         (html-name-anchor): Duplicate the name in the `id' attribute when
12044         sgml-xml-mode is non-nil.
12045         (html-paragraph): Remove \n before <p>.
12046         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
12047         instead of `checked' when sgml-xml-mode is non-nil.
12049         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
12050         Remove 1 space before #RRGGBB to not truncate it on terminal
12051         windows w/o fringes.  Remove 1 space between bg and fg examples
12052         to get more space.
12053         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
12054         avoid byte-compile warnings.
12056         * image-file.el (image-file-handler): Put `safe-magic' property to
12057         `image-file-handler'.
12059         * info.el (Info-isearch-search): Emulate word search in
12060         isearching through multiple Info nodes with Info-search.
12061         (Info-isearch-wrap): Allow isearch-word.
12063 2005-03-08  Lute Kamstra  <lute@gnu.org>
12065         * emacs-lisp/debug.el (debugger-step-through): Make sure that
12066         stepping into the debugger's code is not possible.
12067         (debugger-jumping-flag): Docstring update.
12069 2005-03-08  Jay Belanger  <belanger@truman.edu>
12071         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
12072         embedded mode begins.
12073         (calc-embedded-language-alist): New variable.
12074         (calc-embedded-find-modes): Use calc-embedded-language-alist to
12075         set default language mode.
12077 2005-03-08  Kenichi Handa  <handa@m17n.org>
12079         * international/ccl.el (define-ccl-program): Fix docstring about
12080         extra 256 bytes assured for the output buffer.
12082         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12083         Fix BUFFER_MAGNIFICATION to 2.
12084         (ccl-encode-mule-utf-16be-with-signature): Likewise.
12086 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
12088         * align.el (align-rules-list): Added an alignment rule for CSS
12089         declarations (applies to css-mode and html-mode buffers).
12091 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12093         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
12095 2005-03-07  Kim F. Storm  <storm@cua.dk>
12097         * simple.el (move-beginning-of-line): New command.
12099         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
12101         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
12103         * emulation/cua-base.el: Put CUA move property on move-end-of-line
12104         and move-beginning-of-line.
12106         * apropos.el (apropos-print): Omit command from M-x ... RET.
12108 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
12110         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
12111         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
12113 2005-03-06  Richard M. Stallman  <rms@gnu.org>
12115         * bindings.el (esc-map): Bind M-g to goto-line.
12117         * facemenu.el (global-map): Bind M-o, not M-g.
12119 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12121         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
12122         "Open Directory" as for "Open File".
12124 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
12126         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
12127         (push-mark-command): Run activate-mark-hook.
12129 2005-03-06  Richard M. Stallman  <rms@gnu.org>
12131         * help-mode.el (help-mode-finish): Don't alter the element
12132         in view-return-to-alist if there already is one.
12134         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
12135         make sure the current buffer is the expected one.
12137         * novice.el (disabled-command-function): Output in *Disabled Command*.
12138         Explicitly ignore non-keyboard events, and explicitly handle C-g.
12140         * textmodes/flyspell.el (flyspell-large-region):
12141         Pass args differently for aspell.
12143         * files.el (mode-require-final-newline): Doc fix.
12145 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12147         * progmodes/which-func.el (which-function):
12148         Specify NOERROR when calling imenu--make-index-alist.
12150 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12152         * simple.el (normal-erase-is-backspace): Define default value.
12154         * custom.el (custom-theme-set-variables): Remove unused var
12155         `immediate'.
12156         (custom-reevaluate-setting): Simple function to handle variables
12157         that are defined before their default value can really be
12158         computed.
12160         * startup.el (command-line): Use it for temporary-file-directory,
12161         small-emporary-file-directory, auto-save-file-name-transforms,
12162         blink-cursor-mode, and normal-erase-is-backspace.
12164         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
12165         progress, even with buggy anchored keywords.
12167 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
12169         * simple.el (goto-line): Remove unbalanced final parenthesis.
12171 2005-03-05  Richard M. Stallman  <rms@gnu.org>
12173         * simple.el (goto-line): Use a number at point as the default.
12174         With C-u as arg, switch buffers.
12176 2005-03-05  Juri Linkov  <juri@jurta.org>
12178         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
12179         with `no-blinking-cursor'.
12181         * startup.el (no-blinking-cursor): New defvar.
12182         (command-line): Add `--no-blinking-cursor' to longopts.
12183         Set `no-blinking-cursor' to t for command line arguments
12184         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
12185         with `no-blinking-cursor' in the condition for calling
12186         `blink-cursor-mode'.
12188 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
12190         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
12191         (menu-bar-options-save): Add blink-cursor-mode.
12192         (menu-bar-options-menu): Add blink-cursor-mode.
12194 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
12196         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
12197         (icalendar-export-file, icalendar-export-region)
12198         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
12199         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
12201 2005-03-04  Lute Kamstra  <lute@gnu.org>
12203         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
12204         (debug-function-list): Ditto.
12206 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
12208         * textmodes/texinfmt.el (texinfo-append-refill):
12209         Redefine the types of line to which @refill
12210         is not appended by replacing a search for `@refill\\|@bye' with
12211         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
12212         itemize@refill' bug and the unfilled long lines bug.
12213         (texinfmt-version): Update number and date.
12215 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12217         * international/code-pages.el (windows-1250, windows-125[2-8])
12218         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
12220 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12222         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
12223         bound yet.
12225 2005-03-02  Romain Francoise  <romain@orebokech.com>
12227         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
12228         buffer after removing limits.
12229         (ibuffer-pop-filter): Ditto.
12230         Update copyright.
12232 2005-03-02  Miles Bader  <miles@gnu.org>
12234         * button.el (make-text-button): If the user doesn't specify a
12235         type, use the default.  Rewrite to use `add-text-properties' and
12236         plist functions.
12238 2005-03-01  Lute Kamstra  <lute@gnu.org>
12240         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
12241         (debugger-jumping-flag): New var.
12242         (debug-entry-code): Use it.
12243         (debugger-jump): Use debugger-jumping-flag and add
12244         debugger-reenable to post-command-hook.
12245         (debugger-reenable): Use debugger-jumping-flag and remove itself
12246         from post-command-hook.
12247         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
12248         debugger-reenable.
12250 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
12252         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
12253         inclusion of "itemize\\|", which may be unnecessary, is certainly
12254         inelegant, and stops refilling in itemize lists when formatting
12255         Japanese Texinfo files to Info.
12256         Update copyright to 2005.
12258 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
12260         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
12261         of an error if GDB can't find the source file.
12263 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12265         * calendar/calendar.el (redraw-calendar): Work from any buffer,
12266         not just the calendar.
12268         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
12269         first.
12270         (diary-redraw-calendar): New function.
12271         (make-diary-entry): Add diary-redraw-calendar to local
12272         write-contents-functions.  Turn off selective display before
12273         inserting in diary.
12275 2005-03-01  Kim F. Storm  <storm@cua.dk>
12277         * emacs-lisp/copyright.el (copyright-fix-years): New command.
12279 2005-03-01  Lute Kamstra  <lute@gnu.org>
12281         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
12282         that debug-entry-code can be safely removed from a function while
12283         this code is being evaluated.  Revert the 2005-02-27 change as the
12284         new implementation no longer requires it.  Make sure that a
12285         function body containing just a string is not mistaken for a docstring.
12286         (debug): Skip one more frame in case of debug on entry.
12287         (debugger-setup-buffer): Delete one more frame line in case of
12288         debug on entry.
12289         (debugger-frame-number): Update to use the new text introduced by
12290         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
12292 2005-02-28  Kim F. Storm  <storm@cua.dk>
12294         * double.el (double-translate-key): Call force-window-update after
12295         read-event to avoid crash in redisplay.
12297 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12299         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
12300         (debug): Use it.  Move the inhibit-trace earlier.
12301         (debug-entry-code): New const.
12302         (debug-on-entry-1): Use it.
12304 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
12306         * international/utf-16.el (ccl-encode-mule-utf-16le):
12307         Fix BUFFER_MAGNIFICATION to 2.
12308         (ccl-encode-mule-utf-16be): Likewise.
12310 2005-02-28  Kenichi Handa  <handa@m17n.org>
12312         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12313         Fix BUFFER_MAGNIFICATION to 4.
12314         (ccl-encode-mule-utf-16be-with-signature): Likewise.
12316 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
12318         * speedbar.el (speedbar-update-flag): Doc fix.
12319         (speedbar-show-info-under-mouse): Give set-mouse-position the right
12320         argument.
12322 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12324         * reveal.el (reveal-post-command): Don't try to reveal overlays which
12325         have a non-nil `invisible' property but are actually visible.
12327         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
12328         for perldoc sections.
12329         (perl-outline-regexp, perl-outline-level): New var and function.
12330         (perl-mode): Use them.
12332 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
12334         * calendar/diary-lib.el (diary-remind): Discard any mark portion
12335         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
12337 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
12339         * cus-edit.el: Comment change.
12340         (custom-buffer-create-internal): Slightly reword text at top of
12341         Custom buffers.  Mention there that saving an option edits the
12342         init file.  Add link to Emacs manual node on `custom-file'.
12343         (custom-magic-alist): Rewrite individual State messages to use
12344         capitalized keywords.  Doc fix.
12346 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
12348         * calendar/calendar.el (calendar-buffer): Move above
12349         calendar-week-start-day.
12350         (calendar-week-start-day): Doc fix.  Add :set function.
12351         (calendar-minimum-window-height): New variable.
12352         (generate-calendar-window): Only resize window if selected-window
12353         is displaying the calendar buffer.  Use new variable
12354         calendar-minimum-window-height.
12355         (generate-calendar): Reword error message.
12356         (calendar-mode-map): Bind DEL to scroll-other-window-down.
12358 2005-02-27  Andreas Schwab  <schwab@suse.de>
12360         * vc.el (vc-do-command): Don't run command asynchronously when
12361         operating in a remote directory.
12363         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
12364         change from sync with Tramp 2.0.47.
12366 2005-02-27  Richard M. Stallman  <rms@gnu.org>
12368         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
12370         * textmodes/flyspell.el (flyspell-mode-on):
12371         Call ispell-change-dictionary only if necessary.
12373         * emacs-lisp/re-builder.el (regexp-builder): New function.
12375         * register.el (describe-register-1): Explicitly handle
12376         yank-excluded-properties = t.
12378         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
12379         (custom-magic-alist): Change the status descriptions again.
12380         (face widget-type): Total rewrite based on `restricted-sexp'
12381         to eliminate the confusing double hiding levels.
12383         * emacs-lisp/debug.el (debug-on-entry-1):
12384         If function body is empty, add nil as body form.
12386 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12388         * emacs-lisp/trace.el (inhibit-trace): New var.
12389         (trace-make-advice): Use it.
12391         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
12393 2005-02-26  Kim F. Storm  <storm@cua.dk>
12395         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
12396         (mouse-on-link-p, mouse-drag-region-1): Use it.
12398 2005-02-25  Lute Kamstra  <lute@gnu.org>
12400         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
12402 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
12404         * frame.el (blink-cursor-mode): Add :group keyword.
12406 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
12408         * calendar/icalendar.el (icalendar--decode-isodatetime):
12409         New optional argument DAY-SHIFT.
12410         (icalendar-export-region): Fix coding-system-for-write.
12411         (icalendar--convert-ical-to-diary): Shift end-day of all-day
12412         events by one.
12414 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
12418 2005-02-24  Kim F. Storm  <storm@cua.dk>
12420         * international/iso-acc.el (iso-accents-compose): Fix crash
12421         during redisplay.  Call force-window-update after read-event
12422         and delete-region to signal that window is not accurate.
12424 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12426         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
12427         Remove unused and inexistent var `inhibit-trace'.
12428         (debugger-mode): Use run-mode-hooks.
12429         (debugger-list-functions): Add buttons; setup xref stack.
12431 2005-02-23  Richard M. Stallman  <rms@gnu.org>
12433         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
12434         appointment says it was explicitly made.
12435         (appt-add): Set the 3rd element.
12436         (appt-make-list): Preserve explicit appointments.
12438         * subr.el (find-tag-default): Catch errors in forward-sexp.
12440 2005-02-23  Juri Linkov  <juri@jurta.org>
12442         * info.el (Info-isearch-search): New defcustom.
12443         (Info-isearch-search): Call the default isearch function
12444         when Info-isearch-search is nil.
12445         (Info-isearch-wrap): Use variable Info-isearch-search.
12447 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
12449         * cus-edit.el: Comment change.
12451 2005-02-22  Kim F. Storm  <storm@cua.dk>
12453         * progmodes/hideif.el (hide-ifdef-use-define-alist):
12454         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
12456 2005-02-22  Simon Josefsson  <jas@extundo.com>
12458         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12459         New variable.
12460         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
12461         Oskarsson" <myrkraverk@users.sourceforget.net>.
12463 2005-02-22  Kim F. Storm  <storm@cua.dk>
12465         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12466         check that window of that event is the selected window.
12467         (mouse-drag-region-1): Compare mouse event window to selected
12468         window before setting point.
12470         * tooltip.el (tooltip-show-help-function): Pass event to
12471         mouse-on-link-p so it can check selected window.
12473 2005-02-22  Kenichi Handa  <handa@m17n.org>
12475         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12476         (ps-mule-show-warning): New function.
12477         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12478         characters are found.
12480         * ps-print.el (ps-header-footer-string): Return a list of header
12481         and footer strings.
12483 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12485         * pcvs.el (cvs-retrieve-revision): Fix thinko.
12487 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12489         * frame.el (blink-cursor-mode): Use define-minor-mode.
12491         * term/mac-win.el (function-key-map): Use char-names more consistently.
12492         (file-name-coding-system): Only set it for MacOS-9.  The other case is
12493         already handled in mule-cmds.el (where it also works when mac-win.el
12494         is not used).
12496 2005-02-21  Kenichi Handa  <handa@m17n.org>
12498         * international/mule.el (ctext-pre-write-conversion): Always use
12499         " *code-converting-work*" buffer for work.
12501         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12503 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
12505         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12507 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
12509         * ses.el (undo-more): Restore defadvice, but only the part that
12510         allows changes outside the restricted area of the buffer.
12512 2005-02-20  Kim F. Storm  <storm@cua.dk>
12514         * simple.el (line-move): Add fourth optional arg try-vscroll which
12515         must be set to perform auto-window-vscroll.
12516         When moving backwards and doing auto-window-vscroll, automatically
12517         vscroll to the last part of lines which are taller than the window.
12518         (next-line, previous-line): Set try-vscroll arg on line-move.
12520 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
12522         * replace.el (query-replace, query-replace-regexp)
12523         (replace-string, replace-regexp): When operating on region, make
12524         the minibuffer prompt say so.
12526         * isearch.el (isearch-forward): Document isearch-query-replace and
12527         isearch-query-replace-regexp keybindings.
12529 2005-02-19  Jay Belanger  <belanger@truman.edu>
12531         * calc/calc-aent.el (math-read-token): Add local variable.
12533         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12534         (calc-edit-top): Move declaration to earlier in file.
12535         (calc-edit-macro-repeats): Add local variables.
12537         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12538         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12539         calcFunc-tanh.
12540         Adjust integration rule for calcFunc-tan.
12542 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12544         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12545         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12546         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12547         (viper-skip-separators): Bug fix.
12548         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12549         particular major mode.
12550         (viper-del-backward-char-in-replace): Don't put deleted char on the
12551         kill ring.
12553         * viper-ex.el (viper-color-display-p): New function.
12554         (viper-has-face-support-p): Use viper-color-display-p.
12556         * viper-keym.el (viper-gnus-modifier-map): New keymap.
12558         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12560         * viper-util.el (viper-glob-unix-files): Fix shell status check.
12561         (viper-file-remote-p): Make equivalent to file-remote-p.
12563         * viper.el (viper-major-mode-modifier-list):
12564         Use viper-gnus-modifier-map.
12566 2005-02-19  David Kastrup  <dak@gnu.org>
12568         * subr.el (subregexp-context-p): Fix garbled doc string by adding
12569         quoting.
12571 2005-02-19  Jay Belanger  <belanger@truman.edu>
12573         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12574         Remove extra definitions.
12575         (calc-coth): New function.
12576         (calcFunc-cot): Fix `let'.
12578 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
12580         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12581         the reasons we use "type pc" in these faces.
12583         * button.el (button): Ditto.
12585 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
12587         * replace.el (query-replace-read-from): Set the value of
12588         query-replace-from-history-variable to handle the case of an empty
12589         string entered to accept the suggested default.
12591         * net/tramp.el (tramp-file-name-for-operation):
12592         Use dired-call-process instead of dired-call-process-command.
12594 2005-02-19  Jay Belanger  <belanger@truman.edu>
12596         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12597         (math-div-non-trig): New variables.
12598         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12599         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12600         (math-combine-prod, math-div-symb-fancy): Add simplifications for
12601         trig expressions.
12603 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
12605         * progmodes/gdb-ui.el (gdb-var-update-handler)
12606         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12607         for watch expressions,
12608         (gdb-var-create-handler): Don't set speedbar-update-flag.
12609         (gdb-post-prompt): Simplify test for speedbar.
12611 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12613         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12614         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12615         we use the syntax table of the correct buffer.
12616         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12617         Felix Gatzemeier.
12619         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12620         (ediff-file-remote-p): Make synonymous with file-remote-p.
12621         In all deffaces ediff-*-face-*, use min-colors.
12623         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12624         ediff-recurse-to-subdirectories.
12625         (ediff-mark-if-equal): Check that the arguments are strings, use
12626         ediff-same-contents (after to Felix Gatzemeier).
12628         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12629         nil.
12631 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * log-view.el (log-view-message-re): Fix up Subversion regexp.
12635 2005-02-18  David Kastrup  <dak@gnu.org>
12637         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12638         use `mark-active' when defined.
12640 2005-02-18  Kenichi Handa  <handa@m17n.org>
12642         * ps-print.el (ps-font-info-database): New entry
12643         ZapfChancery-MediumItalic with correct font name.  Fix font name
12644         of the entry Zapf-Chancery-MediumItalic.
12646 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12648         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12650 2005-02-16  Kim F. Storm  <storm@cua.dk>
12652         * ido.el (ido-fallback-command): Pass user input to fallback command.
12654 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
12656         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12657         (gdb-find-file-hook): Add server prefix.
12659 2005-02-16  Richard M. Stallman  <rms@gnu.org>
12661         * replace.el (perform-replace): Pass new args to replace-highlight.
12662         (replace-highlight): Take region args,
12663         and pass them to isearch-lazy-highlight-new-loop.
12665         * novice.el (disabled-command-hook): Autoload the defalias
12666         and the make-obsolete-variable call.
12668         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12670         * isearch.el (isearch-lazy-highlight-start-limit)
12671         (isearch-lazy-highlight-end-limit): New variables limit
12672         the region for highlighting.
12673         (isearch-lazy-highlight-new-loop): New args BEG and END.
12674         (isearch-lazy-highlight-search): Use the new vars.
12675         (isearch-lazy-highlight-update): Likewise.
12677         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12679         * cus-start.el (all): Use default-boundp.
12681 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
12683         * menu-bar.el (menu-bar-select-frame): Handle current frame.
12685 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
12687         * autorevert.el (auto-revert-stop-on-user-input)
12688         (auto-revert-verbose): Doc fixes.
12690 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
12692         * international/mule-cmds.el (set-locale-environment): Remove call
12693         to set-selection-coding-system on Windows.
12695 2005-02-15  Jay Belanger  <belanger@truman.edu>
12697         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12698         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12699         calcFunc-coth.
12700         (math-simplify-sqrt): Add simplifications.
12702         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12703         to list.
12705         * calc/calc-ext.el: Add functions to autoloads.
12707         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12708         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12709         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12710         (math-csc-raw, math-cot-raw): New functions.
12712         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12714         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12715         the variable name in a message.
12717         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12718         calcFunc-csc, calcFunc-cot.
12720         * calc/calcalg2.el: Add derivative and integration rules for
12721         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12722         calcFunc-csch, calcFunc-coth.
12723         (math-do-integral-methods): Add to checks for when to use
12724         substitutions.
12726         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12728 2005-02-15  Lute Kamstra  <lute@gnu.org>
12730         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12731         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
12732         <monnier@iro.umontreal.ca>
12733         (lisp-outline-level): Improve efficiency.  Suggested by David
12734         Kastrup <dak@gnu.org>.
12736 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
12738         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12739         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12740         (gdb-set-gud-minor-mode-existing-buffers): New functions.
12741         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
12742         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12744 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
12746         * cus-start.el (all): Comment change.
12748 2005-02-14  Lute Kamstra  <lute@gnu.org>
12750         * cus-start.el (all): Check if symbol is void.
12752 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
12754         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12755         optional argument to \cite.
12757 2005-02-14  Richard M. Stallman  <rms@gnu.org>
12759         * cus-edit.el (custom-buffer-create-internal): Update help message.
12760         (custom-magic-alist): Update help messages.
12762         * cus-start.el (all): Allow a var to specify a standard value.
12764 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
12766         * custom.el (custom-theme-set-variables): Handle variable aliases.
12768         * frame.el (blink-cursor-timer): Doc fix.
12769         (blink-cursor): Make it an alias for `blink-cursor-mode' and
12770         declare obsolete.
12771         (blink-cursor-mode): Define with defcustom and use correct
12772         standard expression in that defcustom.
12773         * startup.el (command-line): Adapt to above changes in frame.el.
12775 2005-02-11  Lute Kamstra  <lute@gnu.org>
12777         * apropos.el (apropos-score-doc): Prevent division by zero.
12779 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
12781         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12782         (icalendar--get-event-property-attributes)
12783         (icalendar--get-event-properties)
12784         (icalendar--datetime-to-diary-date): New functions.
12785         (icalendar--split-value): Doc fix.
12786         (icalendar--datetime-to-noneuropean-date)
12787         (icalendar--datetime-to-european-date): New optional argument
12788         SEPARATOR.  Return result as a string instead of a list.
12789         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12790         (icalendar--convert-string-for-export): Rename arg S to STRING.
12791         (icalendar-export-region): Doc fix.  Change name of error buffer.
12792         Save output buffer.
12793         (icalendar-import-file): Add blank at end of prompt.
12794         (icalendar-import-buffer): Doc fix.  Do not switch to error
12795         buffer.  Indicate status in return value.
12796         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
12797         buffer.  Save output buffer.  Handle exception from recurrence
12798         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
12799         events.  Fix problems with weekly all-day events.
12801 2005-02-10  Richard M. Stallman  <rms@gnu.org>
12803         * simple.el (eval-expression-print-format):
12804         Avoid warning about edebug-active.
12806         * help.el (help-for-help-internal): Rename from help-for-help.
12807         (help-for-help): Define with defalias.
12809         * font-core.el (font-lock-default-function): Use with-no-warnings.
12811         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12813         * custom.el (defface): Doc fix.
12815 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
12817         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12818         width 0" to prevent word wrapping problems.
12820 2005-02-09  Kim F. Storm  <storm@cua.dk>
12822         * ido.el (ido-file-extensions-order): New defcustom.
12823         (ido-file-extension-lessp, ido-file-extension-aux)
12824         (ido-file-extension-order): New advanced file ordering.
12825         (ido-file-lessp): New simple file ordering.
12826         (ido-sort-list): Remove.
12827         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12828         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12830 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
12832         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12833         that some versions of grep produce.
12834         (grep-mode-font-lock-keywords): Likewise.
12836 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
12838         * progmodes/gdb-ui.el (gdb-location-list): New variable.
12839         (gdb-cdir): Delete.
12840         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12841         (gdb-source-info): Treat case when source file is in another
12842         directory properly.
12843         (gdb-get-location): New function.
12845 2005-02-07  Jay Belanger  <belanger@truman.edu>
12847         * calc/calc-prog.el (calc-write-parse-table-part)
12848         (calc-fix-token-name): Fix a check for language type.
12850         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12852 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
12854         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12855         as directory not writable.
12857 2005-02-07  Kim F. Storm  <storm@cua.dk>
12859         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12860         (cua--standard-movement-commands): Remove list.
12861         Instead, set CUA property value to move for movement commands.
12862         (cua-movement-commands): Remove.  Users must set CUA prop instead.
12863         (cua--pre-command-handler): Check CUA property.
12864         (cua--init-keymaps): Don't remap undo commands.
12865         (cua-mode): Don't call cua--rectangle-on-off.
12867         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12868         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12869         (cua--rect-undo-set-point): New var.
12870         (cua--rectangle-undo-boundary): Setup undo apply entry.
12871         (cua--rect-undo-handler): New function for rectangle undo.
12872         (cua--rect-start-position, cua--rect-end-position): Add.
12873         (cua--rectangle-post-command): Call cua--rectangle-set-corners
12874         for restored rectangle.  Set point if cua--rect-undo-set-point.
12876 2005-02-06  Jay Belanger  <belanger@truman.edu>
12878         * calc/calc-lang.el (calc-tex-language): Display more information
12879         in messages.
12881         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12882         in TeX mode.
12884 2005-02-06  Richard M. Stallman  <rms@gnu.org>
12886         * emacs-lisp/lisp.el (buffer-end): Doc fix.
12888 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
12890         * net/ldap.el (ldap-search-internal): Support attributes with
12891         optional descriptions separated by a semi-colon, as in
12892         "userCertificate;binary".
12894 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12896         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12897         isn't a cons (i.e. the version is 0).
12899 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
12901         * help.el (help-for-help): Doc fix.
12903 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
12905         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
12906         GDB-Windows on the menu-bar as this works better.
12908 2005-02-04  Jay Belanger  <belanger@truman.edu>
12910         * calc/calc-embed.el (calc-embedded-update): Don't put in
12911         unnecessary newlines.  Adjust the end of formula marker.
12913         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12914         (math-latex-parse-two-args): New function.
12916 2005-02-03  Lute Kamstra  <lute@gnu.org>
12918         * help-fns.el (help-with-tutorial): Make sure that users cannot
12919         remove the entire text of the tutorial by means of `undo'.
12921 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12924         in recent changes, where the ispell process was repeatedly
12925         killed & restarted.
12927         * international/mule-cmds.el (set-locale-environment): Set file-name
12928         coding system to utf-8 on Darwin systems.
12929         (set-default-coding-systems): Don't set default-file-name-coding-system
12930         on Darwin systems.
12932 2005-02-03  Richard M. Stallman  <rms@gnu.org>
12934         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12936 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
12938         * faces.el (list-faces-display): Add optional argument.
12940 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12942         * font-core.el (font-lock-default-function): Handle the rare case where
12943         only font-lock-keywords is set.
12945 2005-02-02  Kenichi Handa  <handa@m17n.org>
12947         * international/characters.el: Cancel previous change for
12948         I-WITH-DOT-ABOVE and DOTLESS-i.
12950         * international/latin-5.el: Cancel previous change.
12952 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
12954         * progmodes/gud.el: Correction to syntax in gud-menu-map.
12956 2005-02-02  Kenichi Handa  <handa@m17n.org>
12958         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12959         DOTLESS-i.
12961         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12962         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12964         * case-table.el (get-upcase-table): New function.
12965         (copy-case-table): Copy upcaes table too if non-nil.
12966         (set-case-syntax-delims): Maintain upcase table too.
12967         (set-case-syntax-pair): Likewise.
12968         (set-upcase-syntax, set-downcase-syntax): New functions.
12969         (set-case-syntax): Maintain upcase table too.
12971 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
12973         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12975         * progmodes/gud.el (gud-goto-info): New function.
12976         (gud-tool-bar-map): Use correct icon.
12978 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
12980         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12981         When delegating, order args in the funcall correctly.
12983 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
12985         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12987 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
12989         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12990         buffer not visiting a file.
12992 2005-01-31  Jay Belanger  <belanger@truman.edu>
12994         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12995         bound on the line with the formula.
12997 2005-01-31  Kim F. Storm  <storm@cua.dk>
12999         * ses.el (ses-create-cell-variable-range)
13000         (ses-destroy-cell-variable-range, ses-reset-header-string)
13001         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
13002         (ses-insert-row): Fix format of apply undo entries.
13004 2005-01-31  Jay Belanger  <belanger@truman.edu>
13006         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
13007         parts.
13009         * calc/calc-embed.el (calc-embedded-open-formula)
13010         (calc-embedded-close-formula): Ignore matrix environments.
13012         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
13013         TeX mode.
13015         * calc/calc-lang.el (math-function-table, math-oper-table)
13016         (math-variable-table): Adjust the LaTeX portions.
13018         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
13019         (math-latex-ignore-words): New constant.
13021 2005-01-31  Richard M. Stallman  <rms@gnu.org>
13023         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
13024         (ispell-local-dictionary): Doc fix.
13025         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
13026         Don't reinitialize at run time.  Don't defcustom.
13027         All uses changed to append ispell-local-dictionary-alist,
13028         or check it first.
13029         (ispell-current-dictionary): New variable for dictionary in use.
13030         (ispell-dictionary): Now used only for global default.
13031         (ispell-start-process): Set ispell-current-dictionary,
13032         not ispell-dictionary.
13033         (ispell-change-dictionary): Use this only for setting
13034         user preferences.
13035         (ispell-internal-change-dictionary): New function
13036         to change the current dictionary in use.
13037         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
13038         Use ispell-current-dictionary.
13039         Handle ispell-local-dictionary-overridden.
13040         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
13042 2005-01-31  Jay Belanger  <belanger@truman.edu>
13044         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
13046         * calc/calc-ext.el: Add calc-latex-language to autoloads.
13047         (calc-mode-map): Add calc-latex-language.
13049         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
13050         (math-latex-print-frac): New functions.
13051         (math-oper-table, math-function-table, math-variable-table)
13052         (math-complex-format, math-input-filter): Add latex properties.
13053         (calc-set-language): Set math-expr-special-function-mapping.
13055         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
13056         (calc-write-parse-table-part): Add LaTeX support.
13058         * calc/calc.el (calc-language): Adjust docstring.
13059         (calc-set-mode-line): Add LaTeX support.
13060         (math-expr-special-function-mapping): New variable.
13061         (math-tex-ignore-words): Add to list.
13063         * calc/calccomp.el (math-compose-expr, math-compose-rows):
13064         Add LaTeX support.
13065         (math-compose-expr): Add support for special functions.
13067         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
13069 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
13071         * progmodes/gdb-ui.el (gdb-memory-address)
13072         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
13073         (gdb-memory-mode-map, gdb-memory-format-keymap)
13074         (gdb-memory-format-menu, gdb-memory-unit-keymap)
13075         (gdb-memory-unit-menu): New variables for a buffer
13076         that lets the user examine program memory.
13077         (gdb-memory-set-address, gdb-memory-set-repeat-count)
13078         (gdb-memory-format-binary, gdb-memory-format-octal)
13079         (gdb-memory-format-unsigned, gdb-memory-format-signed)
13080         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
13081         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
13082         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13083         (gdb-memory-unit-byte, gdb-memory-unit-menu)
13084         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
13085         (gdb-memory-mode, gdb-memory-buffer-name)
13086         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
13087         New functions for above buffer.
13089 2005-01-30  Richard M. Stallman  <rms@gnu.org>
13091         * cus-edit.el (custom-bury-buffer): Function deleted.
13092         (custom-buffer-done-function): Option deleted.
13093         (custom-buffer-done-kill): New (replacement option.
13094         (Custom-buffer-done): Call quit-window.
13095         (custom-buffer-create-internal): Update for above changes.
13097 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
13099         * simple.el (undo-ask-before-discard): New var.
13100         (undo-outer-limit-truncate): Implement it.
13101         (undo-extra-outer-limit): Doc update.
13103 2005-01-29  Richard M. Stallman  <rms@gnu.org>
13105         * ses.el (undo-more): Delete defadvice.
13106         (ses-begin-change): Doc fix.
13108         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
13109         instead of rebinding C-x u and C-_.
13111         * files.el (normal-backup-enable-predicate): Return nil for files
13112         in /tmp, regardless of temporary-file-directory.
13114         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
13116         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
13117         (open-rectangle, delete-whitespace-rectangle-line)
13118         (clear-rectangle-line): If FILL, pass t instead of FILL
13119         for move-to-column's 2nd arg.
13121         * simple.el (undo): Fix the test for continuing a series of undos.
13122         (undo-more): Set pending-undo-list to t when we reach end.
13123         (pending-undo-list): Move up defvar.
13125         * wid-edit.el (widget-button-click):
13126         Shorten the range of the track-mouse binding.
13128         * comint.el (comint-insert-input): Undo previous changes;
13129         use last-input-event in interactive spec.
13131 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
13133         * progmodes/compile.el (compilation-start): Bind buffer-read-only
13134         to nil before invoking call-process.  Reset buffer's modified flag
13135         after fontifying it in the no-async branch.
13137         * wid-edit.el (widget-specify-button): If mouse pointer shape
13138         cannot be changed, use mouse face instead.
13140 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
13142         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13143         (gdb-goto-breakpoint): Make breakpoint handling work on template
13144         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
13145         (gdb-assembler-custom): Update to recognize breakpoint information
13146         added on 2005-01-19.
13148 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13150         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
13151         (dsssl-mode): Use define-derived-mode.
13152         (scheme-mode-initialize): Remove.
13153         (scheme-mode): Use run-mode-hooks.
13155         * cus-edit.el (customize-group-other-window)
13156         (custom-buffer-create-other-window): Don't override special-display-*.
13157         (custom-mode-map): Make it dense.
13159         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
13160         sets the default value.
13162 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
13164         * descr-text.el: Add more keywords.
13166 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13168         * speedbar.el: Avoid unnecessary use of locate-library.
13170         * international/mule-cmds.el (standard-display-european-internal):
13171         Don't fiddle with latin-1 non-break space any more since it's now
13172         special cased in the C code.
13173         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
13175 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
13177         * cus-start.el (all): Add `undo-outer-limit'.
13179 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13181         * textmodes/bibtex.el (bibtex-format-entry):
13182         Use `bibtex-empty-field-re' only on the text of fields, not on entire
13183         field lines.
13184         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
13185         not on part of a buffer.
13187 2005-01-25  Lute Kamstra  <lute@gnu.org>
13189         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
13190         nonempty field text strings like "{letters\\macro{}more letters}".
13191         Clarify docstring.
13192         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
13193         (bibtex-entry-offset, bibtex-parse-association)
13194         (bibtex-parse-field-name): Fix typos in docstrings.
13195         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
13197 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
13199         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
13200         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
13201         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
13202         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
13204         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
13205         isearch minor mode.
13207 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13209         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
13211 2005-01-24  Lute Kamstra  <lute@gnu.org>
13213         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
13214         CASECHARS and NOT-CASECHARS regular expressions of the
13215         "nederlands" and "nederlands8" dictionaries to prevent a "Range
13216         striding over charsets" error.
13218 2005-01-24  Jay Belanger  <belanger@truman.edu>
13220         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
13221         display variable name.
13223 2005-01-24  Kenichi Handa  <handa@m17n.org>
13225         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
13226         Fix setting of the element of encoded-kbd-iso2022-invocations.
13228 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
13230         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13231         (gdb-threads-select): Change to also accept mouse events.
13232         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
13233         (gdb-threads-mouse-select): Delete.
13235 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
13237         * files.el (insert-directory): Take care of empty directory,
13238         listed without -a switch.
13240 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * textmodes/refill.el (refill-post-command-function):
13243         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
13244         to the list of functions that we should be careful not to undo.
13245         (refill-late-fill-paragraph-function): Remove.
13246         (refill-saved-state): New var.
13247         (refill-mode): Use it to save fill-paragraph-function.
13248         Save also the value of auto-fill-function.
13250         * term/w32-win.el: Simplify code.
13252 2005-01-23  Kim F. Storm  <storm@cua.dk>
13254         * simple.el (line-move): Adapt to new return value from
13255         pos-visible-in-window-p.
13257         * simple.el (line-move): Fix last change.  Check partial
13258         visibility at point rather than at window-start.
13260 2005-01-22  Jason Rumney  <jasonr@gnu.org>
13262         * term/w32-win.el (xw-defined-colors): Remove debug-message.
13264 2005-01-22  David Kastrup  <dak@gnu.org>
13266         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
13268 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
13270         * type-break.el (type-break-mode): Add a test for
13271         type-break-file-name being non-nil.
13273 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
13275         * net/eudc.el (top level): Call (message "") via progn, so that
13276         eudc-options-file is loaded.
13278 2005-01-22  Kim F. Storm  <storm@cua.dk>
13280         * simple.el (line-move-1): Rename from line-move.
13281         (line-move): New function that adjusts vscroll for partially
13282         visible rows, and calls line-move-1 otherwise.
13284 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
13286         * pcomplete.el: Define pcomplete-read-event instead of read-event,
13287         since it's not a complete read-event implementation
13289 2005-01-20  Jay Belanger  <belanger@truman.edu>
13291         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
13292         for called function.
13294 2005-01-20  Steven Tamm  <steventamm@mac.com>
13296         * term/mac-win.el (process-connection-type): Remove.
13297         Controlled now by s/darwin.h:PTY_ITERATION.
13299 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13301         * window.el (handle-select-window): Don't switch window when we're
13302         in the minibuffer.
13304 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
13306         * subr.el (dotimes-with-progress-reporter): New macro.
13308         * ses.el (ses-dotimes-msg): Remove macro.
13309         Use `dotimes-with-progress-reporter' instead.
13311 2005-01-19  Steven Tamm  <steventamm@mac.com>
13313         * term/mac-win.el (process-connection-type): Use new
13314         operating-system-release variable to use ptys on Darwin 7 (OS X
13315         10.3) when using carbon build.
13317 2005-01-19  Jay Belanger  <belanger@truman.edu>
13319         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
13320         flags if the last command was a tab or M-tab.
13322         * calc/calc-prog.el (calc-user-define-edit): Put original formula
13323         in formula editing buffer.
13325 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
13327         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
13328         breakpoint image symbol in margin.
13330 2005-01-19  Jay Belanger  <belanger@truman.edu>
13332         * calc/calc-prog.el (calc-execute-kbd-macro):
13333         Ignore calc-keep-arg-flag.
13335 2005-01-19  Kenichi Handa  <handa@m17n.org>
13337         * textmodes/ispell.el (ispell-looking-at): New function.
13338         (ispell-process-line): Use ispell-looking-at to compare the ispell
13339         output and the buffer contents.
13341 2005-01-18  Jay Belanger  <belanger@truman.edu>
13343         * calc/calc.el (calc-display-raw): Fix docstring.
13345 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * simple.el (blink-matching-open): Strip extra info from syntax.
13349         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
13350         funny chars in the end-of-here-doc marker.
13352 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
13354         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
13355         that enable/disabled state of breakpoints is shown correctly in
13356         fringe and on ttys.
13357         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
13358         Add breakpoint information as text properties.
13359         (gdb-mouse-toggle-breakpoint):
13360         Rename to gdb-mouse-set-clear-breakpoint.
13361         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
13362         breakpoints in the margin.
13363         (gdb-remove-strings): Simplify.
13365 2005-01-17  Jay Belanger  <belanger@truman.edu>
13367         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
13368         erasing buffer.
13370 2005-01-17  Richard M. Stallman  <rms@gnu.org>
13372         * progmodes/grep.el (grep-find): Copy from `grep' the condition
13373         for calling grep-compute-defaults.
13375         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
13376         if buffer is empty.
13378         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
13380 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13382         * hilit-chg.el (highlight-changes-mode): Don't autoload.
13384         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
13385         non-preloaded variables.
13387 2005-01-17  Steven Tamm  <steventamm@mac.com>
13389         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
13390         tex-shell cause to force interactivity when using pipes.
13392 2005-01-17  Kim F. Storm  <storm@cua.dk>
13394         * simple.el (just-one-space): Make arg optional.
13396 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
13398         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
13399         posn-at-x-y to t to access left-margin.
13401 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
13403         Sync with Tramp 2.0.47.
13405         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
13406         catching keep-date problems in cp/scp operations.
13407         (tramp-handle-copy-file): Don't call `set-file-modes'
13408         unconditionally.  Specialized functions should know better what is
13409         necessary.  This improves performance a little bit, and the
13410         functions could catch errors with `cp -p' and `scp -p'.
13411         (tramp-do-copy-or-rename-file-via-buffer)
13412         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
13413         when appropriate.
13414         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
13415         Call `set-file-modes' when appropriate.
13416         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
13417         Johnsson <isak@hypergene.com>
13418         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
13419         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
13420         <joakim@verona.se>
13421         (tramp-file-name-for-operation): Mark `shell-command' as magic for
13422         Emacs only.
13424         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
13425         `find-file-hooks' and `dired-mode-hook'.
13426         (tramp-minor-mode-map): Respective map.  Add remapping for
13427         `compile' and `recompile'.
13428         (tramp-remap-command, tramp-recompile): New defuns.
13429         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
13430         in buffer "*Compilation*".  Call the commands asynchronously.
13432         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
13433         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
13434         `shell-command', because it isn't magic in XEmacs.  Reported by
13435         Adrian Aichner <adrian@xemacs.org>.
13437         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13438         `substitute-in-file-name.
13439         (tramp-smb-handle-substitute-in-file-name): New defun.
13440         (tramp-smb-advice-PC-do-completion): Delete advice.
13442 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
13444         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13445         Fix error in deleting region.
13447 2005-01-15  Richard M. Stallman  <rms@gnu.org>
13449         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13450         In non-temp buffer, switch syntax table temporarily.
13452         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13454         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13456         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13458         * imenu.el (imenu--split-menu): Copy menulist before sorting.
13459         (imenu--generic-function): Use START, not BEG, as pos of definition.
13461         * simple.el (just-one-space): Argument specifies number of spaces.
13463         * simple.el (eval-expression-print-format): Avoid warning
13464         about edebug-active.
13466 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
13468         * progmodes/sh-script.el: Code copied from make-mode.el
13469         with small changes,
13470         (sh-mode-map): Bind C-c C-\.
13471         (sh-backslash-column, sh-backslash-align): New variables.
13472         (sh-backslash-region, sh-append-backslash): New functions.
13474 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13476         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13477         (rmail-pop-password, rmail-pop-password-required): Move to
13478         rmail-obsolete group.
13479         (rmail-set-pop-password): Rename to rmail-set-remote-password.
13480         All callers updated.
13481         (rmail-get-pop-password): Rename to rmail-get-remote-password.
13482         Take an argument specifying whether it is POP or IMAP mailbox we
13483         are using.  All callers updated.
13484         (rmail-pop-password-error): Rename to
13485         rmail-remote-password-error.  Added mailutils-specific error message.
13486         (rmail-movemail-search-path)
13487         (rmail-movemail-variant-in-use): New variables.
13488         (rmail-remote-password, rmail-remote-password-required):
13489         New customization variables.
13490         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13491         (rmail-parse-url): New function.
13492         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13493         with GNU mailutils movemail.
13495 2005-01-15  Kevin Ryde  <user42@zip.com.au>
13497         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13498         suffix to space, $ or '$, to correctly position point when going
13499         to @table style constants like DBL_MAX.
13501 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
13503         * type-break.el (type-break-mode, type-break-file-time)
13504         (type-break-file-keystroke-count, type-break-choose-file):
13505         Don't store data in or load data from the file if type-break-file-name
13506         is nil.
13507         (type-break-file-name): Doc update as per the above.
13509 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
13511         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13512         lookup-key might return nil; handle that.
13514 2005-01-15  Alan Mackenzie  <acm@muc.de>
13516         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13517         rather than the element found, thus enabling the tree to be setcar'd.
13519 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
13521         * textmodes/org.el (org-show-following-heading): New option.
13522         (org-show-hierarchy-above): Use `org-show-following-heading'.
13523         (org-cycle): Documentation fix.
13525         * textmodes/org.el (orgtbl-optimized): New option
13526         (orgtbl-mode): New command, a minor mode.
13527         (orgtbl-mode-map): New variable.
13528         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13529         (orgtbl-error, orgtbl-self-insert-command)
13530         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13532         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13533         a local variable in each org-mode buffer.
13535         * textmodes/org.el (org-set-regexps-and-options): Rename from
13536         `org-set-regexps'.  Added checking for STARTUP keyword.
13537         (org-get-current-options): Add STARTUP options.
13538         (org-table-insert-row): Make mode intelligent about when
13539         realignment is needed.
13540         (org-self-insert-command, org-delete-backward-char, org-delete-char):
13541         New commands.
13542         (org-enable-table-editor): New default value `optimized'.
13543         (org-table-blank-field): Support blanking regions if active.
13545 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
13547         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13548         if the year is not given.
13550         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13551         Add new escapes %m and %M, fixed bug with %F by adding
13552         save-match-data.
13553         (reftex-reference): Remove ?. from list of spaces.
13554         (reftex-label-info): Add automatic label prefix recognition.
13556         * textmodes/reftex-index.el (reftex-index-next-phrase):
13557         Add slave parameter to call of `reftex-index-this-phrase'.
13558         (reftex-index-this-phrase): New optional argument.
13559         (reftex-index-region-phrases): Add slave parameter to call of
13560         `reftex-index-this-phrase'.
13561         (reftex-display-index): New argument redo.
13562         (reftex-index-rescan): Add 'redo to arguments of
13563         `reftex-display-index'.
13564         (reftex-index-Rescan, reftex-index-revert)
13565         (reftex-index-switch-index-tag): Add 'redo to arguments of
13566         `reftex-display-index'.
13567         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13568         indexing.  Fix bug with matching is there is a quote before or
13569         after the word.
13571         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13572         Fix bug when collecting citation keys in lines with comments.
13573         (reftex-citation): Prefix argument no longer rescans the document,
13574         but forces prompting for optional arguments of cite macros.
13575         (reftex-do-citation): Prompting for optional arguments implemented.
13577         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13578         Add optional arguments to most cite commands.
13579         (reftex-cite-cleanup-optional-args): New option
13580         (reftex-cite-prompt-optional-args): New option.
13581         (reftex-trust-label-prefix): New option.
13583         * textmodes/reftex-toc.el (reftex-toc-find-section):
13584         Add push-mark before changing the position in the buffer.
13586         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13587         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13589 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
13591         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13592         more carefully.
13594 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13596         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13597         (sgml-mode): Use it.
13598         (sgml-get-context): Better keep track of implicitly closed tags.
13600 2005-01-13  Kenichi Handa  <handa@m17n.org>
13602         * textmodes/ispell.el: These changes are to fix misalignment error
13603         caused by equivalent characters of different Emacs charsets.
13604         (ispell-unified-chars-table): New variable.
13605         (ispell-get-decoded-string): New function.
13606         (ispell-get-casechars, ispell-get-not-casechars)
13607         (ispell-get-otherchars): Call ispell-get-decoded-string.
13609 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
13611         * custom.el (custom-declare-variable): Just put symbol instead
13612         of (defvar . symbol) in `current-load-list'.
13614 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13616         * emacs-lisp/elint.el: Fixed typo in Commentary section.
13618 2005-01-12  Jay Belanger  <belanger@truman.edu>
13620         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13621         to create a Calc summary.
13623 2005-01-12  Kim F. Storm  <storm@cua.dk>
13625         * mouse.el (mouse-on-link-p): Change functionality and doc
13626         string to comply with latest description in lisp ref.
13628 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
13630         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13631         Enable mouse clicks on mode-line, header-line and margin.
13632         (event-type): Give mouse event symbols an 'event-kind property
13633         with value 'mouse-click.
13635 2005-01-12  Juri Linkov  <juri@jurta.org>
13637         * facemenu.el (list-colors-display): Add new arg buffer-name.
13638         Use it.  Fix docstring.  Replace code for identifying duplicate
13639         colors by the name with call to `list-colors-duplicates' which
13640         identifies duplicate colors by the value unless the color
13641         is one of special Windows colors.  Set truncate-lines to t.
13642         Print sorted duplicate color names on each line.  Indent to 22
13643         \(the longest color name in rgb.txt) instead of 20.  Optimize.
13644         (list-colors-duplicates): New function.
13645         (facemenu-color-name-equal): Delete function.
13647         * facemenu.el (list-colors-print): New function created from code
13648         in list-colors-display.  Print #RRGGBB at the window right edge.
13649         (list-colors-display): When temp-buffer-show-function is not
13650         defined, call list-colors-print from temp-buffer-show-hook
13651         to get the right value of window-width in list-colors-print
13652         after the buffer is displayed.
13654         * simple.el (pop-mark): Move deactivate-mark out of conditional
13655         part to deactivate the active mark regardless of the state of the
13656         mark ring.
13658         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13659         variables line in desktop files.
13661 2005-01-12  Juri Linkov  <juri@jurta.org>
13663         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13664         Bring together isearch highlight related options.
13665         (lazy-highlight): Replace group `replace' by `matching'.
13666         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13667         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13668         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13669         and declare them obsolete.
13670         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13671         (isearch-faces): Remove defgroup.
13672         (isearch-overlay, isearch-highlight, isearch-dehighlight):
13673         Move isearch highlighting code closer to lazy highlighting code.
13675         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13676         (query-replace-highlight, query-replace-lazy-highlight)
13677         (query-replace): Move definitions to the beginning of the file.
13679 2005-01-11  Juri Linkov  <juri@jurta.org>
13681         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13682         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13683         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13685         * info.el (Info-history-forward): New variable.
13686         (Info-select-node): Reset Info-history-forward to nil.
13687         (Info-last): Turn into defalias.
13688         (Info-history-back): Rename from Info-last.
13689         Add current node to Info-history-forward.
13690         (Info-history-forward): New fun.
13691         (Info-mode-map): Replace Info-last by Info-history-back.
13692         Bind Info-history-forward to "r".
13693         (Info-mode-menu): Replace Info-last by Info-history-back.
13694         Fix menu item text.  Add menu item for Info-history-forward.
13695         (info-tool-bar-map): Replace Info-last by Info-history-back.
13696         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
13697         for Info-history-forward.
13698         (Info-mode): Replace Info-last by Info-history-back in docstring.
13699         Add local variable Info-history-forward.
13700         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13702 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13704         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13705         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13706         Ignore select-window events rather than fiddle with
13707         mouse-autoselect-window.
13709 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
13711         * type-break.el (type-break-mode): Fix previous change.
13713 2005-01-10  Jay Belanger  <belanger@truman.edu>
13715         * calc/calc-ext.el (calc-reset): Reset when inside embedded
13716         calculator; only reset when point is inside a calculator.
13717         Don't adjust the window height if the window takes up the whole height
13718         of the frame.
13720 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13722         * ebuff-menu.el (Electric-buffer-menu-mode):
13723         Preserve value of buffer-local var header-line-format.
13725 2005-01-09  Jay Belanger  <belanger@truman.edu>
13727         * calc/calc.el (calc-mode-var-list-restore-saved-values):
13728         Make sure settings file exists before accessing it.
13730         * calc/calc-embed.el (calc-embedded-subst):
13731         Replace math-multi-subst-rec, which is only supposed to be called
13732         by math-multi-subst, by math-multi-subst.
13734 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
13736         * vc.el (vc-allow-async-revert): New user option.
13737         (vc-disable-async-diff): New internal variable.
13738         (vc-revert-buffer): Use them to disable asynchronous diff.
13740         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13741         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13742         asynchronously if vc-disable-async-diff is t.
13744 2005-01-09  Jay Belanger  <belanger@truman.edu>
13746         * calc/calc.el (defcalcmodevar): New macro.
13747         (calc-mode-var-list-restore-default-values)
13748         (calc-mode-var-list-restore-saved-values): New functions.
13749         (calc-mode-var-list): Use defcalcmodevar to define it.
13750         (calc-always-load-extensions, calc-line-numbering)
13751         (calc-line-breaking, calc-display-just, calc-display-origin)
13752         (calc-number-radix, calc-leading-zeros, calc-group-digits)
13753         (calc-group-char, calc-point-char, calc-frac-format)
13754         (calc-prefer-frac, calc-hms-format, calc-date-format)
13755         (calc-float-format, calc-full-float-format, calc-complex-format)
13756         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13757         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13758         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13759         (calc-matrix-brackets, calc-language, calc-language-option)
13760         (calc-left-label, calc-right-label, calc-word-size)
13761         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13762         (calc-display-raw, calc-internal-prec, calc-angle-mode)
13763         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13764         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13765         (calc-window-height, calc-display-trail, calc-show-selections)
13766         (calc-use-selections, calc-assoc-selections)
13767         (calc-display-working-message, calc-auto-why, calc-timing)
13768         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13769         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13770         (calc-gnuplot-default-device, calc-gnuplot-default-output)
13771         (calc-gnuplot-print-device, calc-gnuplot-print-output)
13772         (calc-gnuplot-geometry, calc-graph-default-resolution)
13773         (calc-graph-default-resolution-3d, calc-invocation-macro)
13774         (calc-show-banner): Use defcalcmodevar to declare them and set
13775         their default values.
13777         * calc/calc-ext.el (calc-reset): Restore saved values of variables
13778         instead of default values (but restore default values if there is
13779         an argument of 0).
13781 2005-01-09  David Kastrup  <dak@gnu.org>
13783         * desktop.el (desktop-restore-eager): Fix typo in type.
13785 2005-01-08  Richard M. Stallman  <rms@gnu.org>
13787         * cus-edit.el (customize): Delete :link.
13789 2005-01-08  Jay Belanger  <belanger@truman.edu>
13791         * calc/calc.el (calc-mode): Remove the extension from the
13792         `calc-settings-file' file name when loading it.
13794 2005-01-08  Kim F. Storm  <storm@cua.dk>
13796         * info.el (Info-mode-map, Info-next-link-keymap)
13797         (Info-prev-link-keymap, Info-up-link-keymap):
13798         Map follow-link to mouse-face.
13799         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13801 2005-01-08  Jay Belanger  <belanger@truman.edu>
13803         * calc/calc.el (calc-settings-file): Change default value.
13804         Suggested by cgw in a comment in calc-mode.el.
13806         * calc/calc-mode.el (calc-settings-file-name):
13807         Compare calc-settings-file to user-init-file instead of ~/.emacs.
13808         Replace ~/.emacs in a prompt by calc-settings-file.
13810 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
13812         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13813         (desktop-lazy-idle-delay): New customizable variables.
13814         (desktop-buffer-args-list): New variable.
13815         (desktop-append-buffer-args): New function.
13816         (desktop-save): Call desktop-append-buffer-args for some buffers.
13817         (desktop-lazy-create-buffer): New function.
13818         (desktop-idle-create-buffers): New function.
13819         (desktop-read): Add message about buffers to restore lazily.
13820         (desktop-lazy-abort): New command.
13821         (desktop-clear): Call desktop-lazy-abort.
13822         (desktop-lazy-complete): New command.
13824 2005-01-06  Richard M. Stallman  <rms@gnu.org>
13826         * emacs-lisp/find-func.el (find-face-definition):
13827         Rename from find-face.
13829 2005-01-06  Kim F. Storm  <storm@cua.dk>
13831         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13833         * man.el (Man-xref-man-page, Man-xref-header-file)
13834         (Man-xref-normal-file): Add follow-link property.
13836 2005-01-06  Jay Belanger  <belanger@truman.edu>
13838         * calc/calc-units.el: Make sure the proper macro definitions are
13839         available when compiling.
13841 2005-01-06  Juri Linkov  <juri@jurta.org>
13843         * isearch.el (isearch-lazy-highlight-update):
13844         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13846 2005-01-06  Miles Bader  <miles@gnu.org>
13848         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13849         (isearch-lazy-highlight-face): Use new name.
13851 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13853         * uniquify.el (uniquify-rationalize-file-buffer-names):
13854         Re-add an interactive spec.
13855         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13856         to the same name.
13858         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13859         (isearch-update, isearch-done): Adjust calls accordingly.
13861 2005-01-05  Richard M. Stallman  <rms@gnu.org>
13863         * custom.el (custom-set-variables, custom-theme-set-variables):
13864         Clarify documentation.
13866         * emacs-lisp/find-func.el (find-variable)
13867         (find-variable-other-window, find-variable-other-frame):
13868         Fix the TYPE args to find-function-read and find-function-do-it.
13869         (find-function): Doc fix.
13870         (find-function-at-point): Replace function-at-point alias.
13872 2005-01-04  Richard M. Stallman  <rms@gnu.org>
13874         * cus-face.el (custom-declare-face):
13875         Record defface in current-load-list.
13877         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13879         * emacs-lisp/find-func.el: Doc fixes.
13880         (find-face-regexp): New variable.
13881         (find-function-regexp-alist): New variable.
13882         (find-function-C-source): Third arg is now TYPE.
13883         (find-function-search-for-symbol): Handle general TYPE.
13884         (find-function-read, find-function-do-it): Handle general TYPE.
13885         (find-definition-noselect, find-face): New functions.
13886         (function-at-point): Alias deleted.
13888 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13890         * battery.el (display-battery-mode): Rename from display-battery.
13891         Handle the case where it gets turned off.
13893 2005-01-04  Richard M. Stallman  <rms@gnu.org>
13895         * cus-edit.el (customize): Make :link point to user doc.
13897         * man.el (Man-fontify-manpage): Turn off undo generation.
13899         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13901 2005-01-04  Andreas Schwab  <schwab@suse.de>
13903         * files.el (insert-directory): Only look for error lines in
13904         inserted text.  Don't move too far after processing --dired markers.
13906 2005-01-04  Richard M. Stallman  <rms@gnu.org>
13908         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13909         Don't expand if the character is @, period, dash, etc.
13910         (define-mail-abbrev): Quote names that contain problem characters.
13912 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
13914         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13916 2005-01-03  Richard M. Stallman  <rms@gnu.org>
13918         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13919         (query-replace-highlight, query-replace-lazy-highlight)
13920         (query-replace): Definitions moved up.  Doc fix.
13922 2005-01-03  Richard M. Stallman  <rms@gnu.org>
13924         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13925         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13926         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13927         (lazy-highlight-face): Rename from isearch-lazy-...
13928         Change all references to them.
13930 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13932         * cus-edit.el (custom-file): Doc fix for defcustom.
13933         (custom-file): The function no longer sets the variable
13934         `custom-file' to its return value.
13936         * startup.el (command-line): No longer load `custom-file'.
13938 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13942         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13943         Don't confuse module-prefixed identifiers for labels.
13944         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13946 2005-01-02  Richard M. Stallman  <rms@gnu.org>
13948         * files.el (basic-save-buffer-1): Fix previous change.
13950         * loadhist.el (file-loadhist-lookup): New function.
13951         (file-provides, file-requires): Use it.
13953         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13954         instead of calculating the right size.
13956 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
13958         * vc-svn.el (vc-svn-diff): Stay local if possible.
13960 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13962         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13964         * files.el (hack-local-variables): Fix last change.
13966 2005-01-02  Jay Belanger  <belanger@truman.edu>
13968         * calc/calc-yank.el (calc-edit-top): New variable.
13969         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13970         object.  Change header properties.
13971         (calc-edit-finish, calc-edit-finish-stack-object)
13972         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13973         edited object.
13974         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13975         for the beginning of the edited object.
13976         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13977         for the beginning of the edited object.
13978         * calc/calc-prog.el (calc-edit-macro-finish-edit)
13979         (calc-finish-formula-edit, calc-macro-repeats)
13980         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13981         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13982         beginning of the edited object.
13983         (calc-user-define-edit): Change the header for editing macros.
13984         Remove unnecessary variable.
13986 2005-01-01  Jay Belanger  <belanger@truman.edu>
13988         * calc/calc-yank.el (calc-edit-mode): Change default header.
13989         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13990         * calc/calc-store.el (calc-edit-variable): Change title to match new
13991         header.
13992         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13993         mode to match new header.
13994         (calc-user-define-edit): Change titles to include names of commands.
13995         (calc-finish-formula-edit): Adjust to handle new header.
13996         (calc-finish-macro-edit): Remove.
13997         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13998         (calc-edit-macro-command, calc-edit-macro-command-type)
13999         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
14000         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
14001         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
14002         (calc-edit-macro-finish-edit): New functions.
14003         (calc-user-define-edit): Use new functions to edit named calc macros.
14005 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
14007         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
14009         * ses.el (copy-region-as-kill): Deactivate mark.
14011 2005-01-01  Richard M. Stallman  <rms@gnu.org>
14013         * replace.el (occur-1): If the output buffer is also an input,
14014         don't kill it, rename it.
14016         * faces.el (set-face-background, set-face-foreground): Doc fix.
14018         * cus-face.el (custom-face-attributes): Fix :help-echo strings
14019         for :foreground and :background.
14021         * dired.el (dired-view-command-alist): Variable deleted.
14022         (dired-view-file, dired-mouse-find-file-other-window):
14023         Delete the code to use it.
14025 2005-01-01  Kim F. Storm  <storm@cua.dk>
14027         * image.el (insert-sliced-image): Use t for line-height property.
14029 See ChangeLog.11 for earlier changes.
14031 ;; Local Variables:
14032 ;; coding: iso-2022-7bit
14033 ;; End:
14035     Copyright (C) 2005 Free Software Foundation, Inc.
14036   Copying and distribution of this file, with or without modification,
14037   are permitted provided the copyright notice and this notice are preserved.
14039 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1