]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index b210a675939decbef64ad05972dcc76bb9940fd4..8b8d602f5b3e035cdacfa92c8a3c9b47b7dc9b97 100644 (file)
@@ -1,3 +1,606 @@
+2005-01-08  Kim F. Storm  <storm@cua.dk>
+
+       * info.el (Info-mode-map, Info-next-link-keymap)
+       (Info-prev-link-keymap, Info-up-link-keymap):
+       Map follow-link to mouse-face.
+       (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
+
+2005-01-08  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el (calc-settings-file): Change default value.
+       Suggested by cgw in a comment in calc-mode.el.
+
+       * calc/calc-mode.el (calc-settings-file-name):
+       Compare calc-settings-file to user-init-file instead of ~/.emacs.
+       Replace ~/.emacs in a prompt by calc-settings-file.
+
+2005-01-07  Lars Hansen  <larsh@math.ku.dk>
+
+       * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
+       (desktop-lazy-idle-delay): New customizable variables.
+       (desktop-buffer-args-list): New variable.
+       (desktop-append-buffer-args): New function.
+       (desktop-save): Call desktop-append-buffer-args for some buffers.
+       (desktop-lazy-create-buffer): New function.
+       (desktop-idle-create-buffers): New function.
+       (desktop-read): Add message about buffers to restore lazily.
+       (desktop-lazy-abort): New command.
+       (desktop-clear): Call desktop-lazy-abort.
+       (desktop-lazy-complete): New command.
+
+2005-01-06  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/find-func.el (find-face-definition):
+       Renamed from find-face.
+
+2005-01-06  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
+
+       * man.el (Man-xref-man-page, Man-xref-header-file)
+       (Man-xref-normal-file): Add follow-link property.
+
+2005-01-06  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-units.el: Make sure the proper macro definitions are
+       available when compiling.
+
+2005-01-06  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-lazy-highlight-update): Rename
+       `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
+
+2005-01-06  Miles Bader  <miles@gnu.org>
+
+       * isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'.
+       (isearch-lazy-highlight-face): Use new name.
+
+2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * uniquify.el (uniquify-rationalize-file-buffer-names):
+       Re-add an interactive spec.
+       (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
+       to the same name.
+
+       * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
+       (isearch-update, isearch-done): Adjust calls accordingly.
+
+2005-01-05  Richard M. Stallman  <rms@gnu.org>
+
+       * custom.el (custom-set-variables, custom-theme-set-variables):
+       Clarify documentation.
+
+       * emacs-lisp/find-func.el (find-variable)
+       (find-variable-other-window, find-variable-other-frame):
+       Fix the TYPE args to find-function-read and find-function-do-it.
+       (find-function): Doc fix.
+       (find-function-at-point): Replace function-at-point alias.
+
+2005-01-04  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-face.el (custom-declare-face):
+       Record defface in current-load-list.
+
+       * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
+
+       * emacs-lisp/find-func.el: Doc fixes.
+       (find-face-regexp): New variable.
+       (find-function-regexp-alist): New variable.
+       (find-function-C-source): Third arg is now TYPE.
+       (find-function-search-for-symbol): Handle general TYPE.
+       (find-function-read, find-function-do-it): Handle general TYPE.
+       (find-definition-noselect, find-face): New functions.
+       (function-at-point): Alias deleted.
+
+2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * battery.el (display-battery-mode): Rename from display-battery.
+       Handle the case where it gets turned off.
+
+2005-01-04  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-edit.el (customize): Make :link point to user doc.
+
+       * man.el (Man-fontify-manpage): Turn off undo generation.
+
+       * add-log.el (change-log-font-lock-keywords): Don't match just "From".
+
+2005-01-04  Andreas Schwab  <schwab@suse.de>
+
+       * files.el (insert-directory): Only look for error lines in
+       inserted text.  Don't move too far after processing --dired markers.
+
+2005-01-04  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
+       Don't expand if the character is @, period, dash, etc.
+       (define-mail-abbrev): Quote names that contain problem characters.
+
+2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
+
+2005-01-03  Richard M. Stallman  <rms@gnu.org>
+
+       * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
+       (query-replace-highlight, query-replace-lazy-highlight)
+       (query-replace): Definitions moved up.  Doc fix.
+
+2005-01-03  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
+       (lazy-highlight-cleanup, lazy-highlight-initial-delay)
+       (lazy-highlight-interval, lazy-highlight-max-at-a-time)
+       (lazy-highlight-face): Rename from isearch-lazy-...
+       Change all references to them.
+
+2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-edit.el (custom-file): Doc fix for defcustom.
+       (custom-file): The function no longer sets the variable
+       `custom-file' to its return value.
+
+       * startup.el (command-line): No longer load `custom-file'.
+
+2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
+
+       * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
+       Don't confuse module-prefixed identifiers for labels.
+       Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
+
+2005-01-02  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (basic-save-buffer-1): Fix previous change.
+
+       * loadhist.el (file-loadhist-lookup): New function.
+       (file-provides, file-requires): Use it.
+
+       * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
+       instead of calculating the right size.
+
+2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
+
+       * vc-svn.el (vc-svn-diff): Stay local if possible.
+
+2005-01-02  Stefan  <monnier@iro.umontreal.ca>
+
+       * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
+
+       * files.el (hack-local-variables): Fix last change.
+
+2005-01-02  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-yank.el (calc-edit-top): New variable.
+       (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
+       object.  Change header properties.
+       (calc-edit-finish, calc-edit-finish-stack-object)
+       (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
+       edited object.
+       * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
+       for the beginning of the edited object.
+       * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
+       for the beginning of the edited object.
+       * calc/calc-prog.el (calc-edit-macro-finish-edit)
+       (calc-finish-formula-edit, calc-macro-repeats)
+       (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
+       (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
+       beginning of the edited object.
+       (calc-user-define-edit): Change the header for editing macros.
+       Remove unnecessary variable.
+
+2005-01-01  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-yank.el (calc-edit-mode): Change default header.
+       (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
+       * calc/calc-store.el (calc-edit-variable): Change title to match new
+       header.
+       * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
+       mode to match new header.
+       (calc-user-define-edit): Change titles to include names of commands.
+       (calc-finish-formula-edit): Adjust to handle new header.
+       (calc-finish-macro-edit): Remove.
+       (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
+       (calc-edit-macro-command, calc-edit-macro-command-type)
+       (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
+       (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
+       (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
+       (calc-edit-macro-finish-edit): New functions.
+       (calc-user-define-edit): Use new functions to edit named calc macros.
+
+2005-01-01  Stefan  <monnier@iro.umontreal.ca>
+
+       * files.el (hack-local-variables): Cleanup prefix/suffix matching.
+
+       * ses.el (copy-region-as-kill): Deactivate mark.
+
+2005-01-01  Richard M. Stallman  <rms@gnu.org>
+
+       * replace.el (occur-1): If the output buffer is also an input,
+       don't kill it, rename it.
+
+       * faces.el (set-face-background, set-face-foreground): Doc fix.
+
+       * cus-face.el (custom-face-attributes): Fix :help-echo strings
+       for :foreground and :background.
+
+       * dired.el (dired-view-command-alist): Variable deleted.
+       (dired-view-file, dired-mouse-find-file-other-window):
+       Delete the code to use it.
+
+2005-01-01  Kim F. Storm  <storm@cua.dk>
+
+       * image.el (insert-sliced-image): Use t for line-height property.
+
+2004-12-31  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
+       for "var-" at the beginning of the minibuffer.
+
+2004-12-31  Richard M. Stallman  <rms@gnu.org>
+
+       * faces.el (read-face-name):
+       Don't treat an attribute spec as a list of faces.
+
+       * simple.el (undo): Use undo-equiv-table to detect
+       unexpected changes since previous undo.
+       (undo-list-saved): Variable deleted.
+       (buffer-disable-undo): Don't alter undo-list-saved.
+
+       * files.el (require-final-newline): Allow `visit' and `visit-save'.
+       (mode-require-final-newline): New option.
+       (after-find-file): Handle require-final-newline with new values.
+       (basic-save-buffer): Handle new values of require-final-newline.
+
+       * progmodes/sh-script.el (sh-require-final-newline):
+       Alist value now controls whether to use mode-require-final-newline.
+       (sh-set-shell): Implement that new meaning.
+
+       * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
+       * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
+       * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
+       Delete old-Emacs compatibility code.
+       (antlr-c-common-init): Function deleted.
+
+       * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
+       * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
+       * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
+       * progmodes/python.el (python-mode): Use mode-require-final-newline.
+       * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
+       * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
+       * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
+       * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
+       * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
+       * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
+       * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
+       * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
+       * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
+       * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
+       * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
+       * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
+
+2004-12-31  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
+       way to return to Calc.
+
+       * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
+       finish, C-xk as the way to cancel the edit.  Add cancel routine to
+       kill-buffer-hook.
+
+       * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
+       MacEdit code.
+
+       * calc/calc-prog.el: Remove obsolete MacEdit code.
+       (calc-macro-edit-algebraic, calc-macro-edit-variable)
+       (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
+
+2004-12-31  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (buffer-file-coding-system-explicit):
+       Rename for explicit-buffer-file-coding-system.
+       (after-insert-file-set-coding): Adjust for the above change.
+
+       * files.el (revert-buffer): Change explicit-buffer-file-coding-system
+       to buffer-file-coding-system-explicit.
+       (basic-save-buffer-1): Likewise.
+
+2004-12-30  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/artist.el (artist-butlast-fn): Var deleted.
+       (artist-butlast, artist-last): Functions deleted.
+       (artist-ellipse-mirror-quadrant): Call last and butlast directly.
+       (artist-compute-key-compl-table): Call remq directly.
+       (artist-remove-nulls): Function deleted.
+       (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
+       (artist-push, artist-pop): Macro deleted.
+
+2004-12-30  Andreas Leue  <al@sphenon.de>
+
+       * textmodes/artist.el (artist-version): 1.2.6
+       (artist-prev-next-op-alist): New variable.
+       (artist-select-next-op-in-list): New function.
+       (artist-select-prev-op-in-list): New function.
+       (artist-make-prev-next-op-alist): New function.
+       (artist-is-in-op-list-p): New function.
+       (artist-get-first-non-nil-op): New function.
+       (artist-get-last-non-nil-op): New function.
+       (artist-mode-init): Call artist-get-last-non-nil-op to initialize
+       artist-prev-next-op-alist.
+       (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
+       change drawing operation.
+
+2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
+
+2004-12-31  Masatake YAMATO  <jet@gyve.org>
+
+       * server.el (server-process-filter): Suppress `error', too.
+
+2004-12-30  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
+       Change the way a variable is displayed in a message.
+
+       * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
+       (calc-user-define-permanent, calc-execute-kbd-macro):
+       Replace old function MacEdit-parse-keys with edmacro-parse-keys.
+
+2004-12-30  Kenichi Handa  <handa@m17n.org>
+
+       * files.el (basic-save-buffer-1):
+       Set explicit-buffer-file-coding-system to last-coding-system-used.
+       (revert-buffer): Pay attention to
+       explicit-buffer-file-coding-system (not buffer-file-coding-system)
+       on bind coding-system-for-read.
+
+       * international/mule.el (explicit-buffer-file-coding-system):
+       New buffer local variable.
+       (after-insert-file-set-coding): Set it to coding-system-for-read.
+
+2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
+
+2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
+
+       * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
+       that include line numbers.
+
+2004-12-29  Milan Zamazal  <pdm@zamazal.org>
+
+       * files.el (hack-local-variables): If no PREFIX, set it to "^".
+       Redundant variable PREFIXLEN removed.
+
+2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
+
+       * eshell/em-hist.el (eshell-previous-matching-input):
+       Start the deletion from the end of the output.
+
+2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el: Require x-dnd.
+       (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
+
+2004-12-29  David Kastrup  <dak@gnu.org>
+
+       * international/mule.el (decode-coding-inserted-region):
+       Don't barf if `buffer-undo-list' is already set to `t'.
+
+2004-12-29  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-prog.el (calc-user-define-formula): Put default values
+       for function names in prompts.
+       (calc-user-define-permanent, calc-user-define-composition)
+       (calc-user-define-formula): Remove the need for "calcFunc-" in the
+       default input for algebraic functions.
+
+2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * vc-rcs.el (vc-rcs-annotate-command):
+       Fix omission bug: Call `vc-setup-buffer'.
+
+2004-12-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (recode-region): New function.
+
+2004-12-28  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (undo-extra-outer-limit): New variable.
+       (undo-outer-limit-truncate): Test and set it.
+
+       * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
+       enables the feature to extend the existing region.
+
+       * simple.el (mark-word): New arg ALLOW-EXTEND
+       enables the feature to extend the existing region.
+
+       * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
+       enables the feature to extend the existing region.
+
+       * startup.el (site-run-file): Don't allow setting it with Custom.
+
+       * simple.el (buffer-disable-undo): Fix previous change.
+
+2004-12-27  Masatake YAMATO  <jet@gyve.org>
+
+       * hexl.el (hexlify-buffer): Remove fontification here.
+       Use font lock mechanism instead.
+       (hexl-font-lock-keywords): New font lock kewords.
+       (hexl-mode-old-font-lock-keywords): New variable.
+       (hexl-mode): Store the old font lock keywords.
+       (hexl-mode-exit): Restore the old font lock keywords.
+
+2004-12-27  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (undo): Fix previous change.
+
+2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
+       Call mac-clear-font-name-table if invoked on Mac OS 8/9.
+       Call x-open-connection on Mac OS X.
+
+2004-12-27  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (buffer-save-without-query): New var (buffer-local).
+       (save-some-buffers): Save those buffers first, w/o asking.
+
+       * files.el (insert-directory-ls-version): New variable.
+       (insert-directory): When ls returns an error, test the version
+       number to decide what the return code means.
+       With --dired output format, detect and distinguish lines
+       that are really error messages.
+       (insert-directory-adj-pos): New function.
+
+       * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
+
+       * battery.el (battery-mode-line-format): Remove initial spaces.
+
+       * uniquify.el (uniquify-rationalize-file-buffer-names):
+       Delete interactive spec.
+
+       * type-break.el (type-break-mode): Set buffer-save-without-query.
+       Remove code that tried to set save-some-buffers-always.
+       (type-break-file-keystroke-count): Bind deactivate-mark.
+
+       * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
+
+       * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
+       Test that the buffer is live, and maybe reject current buffer too.
+       Clarify.
+       (next-error-find-buffer): Rewrite for clarity.
+
+       * loadup.el: Don't use buffer-disable-undo; do it directly.
+
+       * help-fns.el (describe-function-1): Call symbol-file with `defun'.
+       (describe-variable): Call symbol-file with `defvar'.
+
+       * subr.el (messages-buffer-max-lines): Alias for message-log-max.
+       (symbol-file): Rewritten to handle new load-history format.
+       Now takes an arg TYPE to specify looking for a particular
+       type of definition only.
+
+       * emacs-lisp/debug.el (debugger-make-xrefs):
+       Call symbol-file with `defun'.
+
+       * emacs-lisp/find-func.el (find-function-noselect):
+       Call symbol-file with `defun'.
+       (find-variable-noselect): Call symbol-file with `defvar'.
+
+       * eshell/esh-cmd.el (eshell-find-alias-function):
+       Call symbol-file with `defun'.
+
+       * eshell/esh-test.el (eshell-test-goto-func):
+       Call symbol-file with `defun'.
+
+       * mail/rmail.el (rmail-resend):
+       Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
+
+       * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
+
+       * progmodes/compile.el (compilation-find-buffer): Rename arg.
+
+       * textmodes/texinfmt.el (texinfo-format-buffer-1):
+       Call buffer-disable-undo.
+
+       * simple.el (undo-list-saved): New variable (buffer-local).
+       (undo): Set and test it.
+       (buffer-disable-undo): Move here from buffer.c.
+       Clear out undo-list-saved.
+
+       * international/mule.el (decode-coding-inserted-region):
+       Set buffer-undo-list in a correct and optimal way.
+
+       * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
+       (cperl-font-lock-unfontify-region-function): No need to save and
+       restore info, since font-lock.el does it for us.
+
+       * ansi-color.el (save-buffer-state): Definition deleted.
+       (ansi-color-unfontify-region): Don't use save-buffer-state.
+
+2004-12-27  Dave Love  <fx@gnu.org>
+
+       * wid-edit.el (function): Use restricted-sexp as parent.
+
+2004-12-27  Kevin Ryde  <user42@zip.com.au>
+
+       * simple.el (next-matching-history-element): Use same
+       `interactive' form as previous-matching-history-element.
+
+       * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
+       it can appear unencoded and has been seen from yahoo.
+
+2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
+
+       * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
+       in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
+
+2004-12-27  Kenichi Handa  <handa@m17n.org>
+
+       * international/utf-8.el (utf-translate-cjk-load-tables):
+       Bind coding-system-for-read to nil while loading subst-*.
+
+2004-12-26  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-store.el (calc-read-var-name): Remove "var-" from
+       default input.
+
+2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
+       before reverting and disable undo recording while reverting.
+
+2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/hideshow.el (hs-set-up-overlay): New user var.
+       (hs-make-overlay): New function.
+       (hs-isearch-show-temporary): Handle `display' overlay prop specially.
+       (hs-flag-region): Delete function.
+       (hs-hide-comment-region): No longer use `hs-flag-region'.
+       Instead, use `hs-discard-overlays' and `hs-make-overlay'.
+       (hs-hide-block-at-point): Likewise.
+       (hs-hide-level-recursive): Use `hs-discard-overlays'.
+       (hs-hide-all, hs-show-all): Likewise.
+       (hs-show-block): Likewise.
+       Also, use overlay prop `hs-b-offset', not `hs-ofs'.
+
+2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/hideshow.el: Require `cl' when compiling.
+       Remove XEmacs and Emacs 19 compatibility.
+       Use `dolist' and `add-to-list' for load-time actions.
+       (hs-discard-overlays): Use `dolist'.
+       (hs-show-block): Likewise.
+
+2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * faces.el (mode-line, mode-line-inactive): Use min-colors.
+
+2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
+       When extending backwards, move outside the current comment first.
+
+2004-12-22  Kenichi Handa  <handa@m17n.org>
+
+       * international/quail.el (quail-start-translation): Fix prompt
+       string for the case if input-method-use-echo-area being non-nil.
+       (quail-start-conversion): Likewise.
+       (quail-show-guidance): Don't show guidance if
+       input-method-use-echo-area is non-nil.
+
+2004-12-21  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
+
+2004-12-21  Markus Rost  <rost@ias.edu>
+
+       * calendar/diary-lib.el (mark-diary-entries):
+       Set mark-diary-entries-in-calendar only after checking for diary-file.
+
 2004-12-21  Richard M. Stallman  <rms@gnu.org>
 
        * faces.el (escape-glyph): Use blue against light foreground.
        (undo-outer-limit-function): Use undo-outer-limit-truncate.
 
 2004-12-21  Eli Barzilay  <eli@barzilay.org>
-       
+
        * calculator.el: (calculator-radix-grouping-mode)
        (calculator-radix-grouping-digits)
        (calculator-radix-grouping-separator):
        New defcustoms for the new radix grouping mode functionality.
-       (calculator-mode-hook): Now used in electric mode too.
+       (calculator-mode-hook): Now used in electric mode too,
+       (calculator): Call it.
        (calculator-mode-map): Some new keys.
        (calculator-message): New function.  Some new calls.
-       (calculator-string-to-number): New function,
+       (calculator-op, calculator-set-register): Use it.
+       (calculator-string-to-number): New function, mostly moved and
+       updated code from calculator-curnum-value.
        (calculator-curnum-value): Use it.
-       (calculator-rotate-displayer, calculator-rotate-displayer-back)
+       (calculator-paste): Use it, and update grabbing the current-kill.
+       (calculator-rotate-displayer)
+       (calculator-rotate-displayer-back): Toggle digit grouping when
+       in radix mode, use calculator-message.
        (calculator-displayer-prev, calculator-displayer-next):
        Change digit group size when in radix mode.
-       (calculator-number-to-string): Renamed from calculator-num-to-string.
-       Now deals with digit grouping in radix mode.
+       (calculator-number-to-string): Rename from
+       calculator-num-to-string.  Now deals with digit grouping in
+       radix mode.
+       (calculator-update-display, calculator-put-value): Use the new name.
+       (calculator-fact): Return a floating point number.
+       (calculator-mode): Doc fix.
 
 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * calendar/calendar.el (view-other-diary-entries): Add autoload.
-       * calendar/diary-lib.el (view-other-diary-entries): Use
-       current-prefix-arg in interactive spec.
+       * calendar/diary-lib.el (view-other-diary-entries):
+       Use current-prefix-arg in interactive spec.
 
 2004-12-19  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-aent.el (calcAlg-blank-matching-open):
-       Temporarily adjust the syntax of both delimiters of half-open
-       intervals.
+       Temporarily adjust the syntax of both delimiters of half-open intervals.
 
 2004-12-19  Kim F. Storm  <storm@cua.dk>
 
 2004-12-16  Juri Linkov  <juri@jurta.org>
 
        * help.el (function-called-at-point):
-       * help-fns.el (variable-at-point): As a last resort try striping
+       * help-fns.el (variable-at-point): As a last resort try stripping
        non-word prefixes and suffixes.
 
        * descr-text.el (describe-property-list): Don't treat syntax-table
        * simple.el (inhibit-mark-movement): Remove defvar.
        (beginning-of-buffer, end-of-buffer): Don't use it.
 
-       * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't
-       use inhibit-mark-movement.
+       * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
+       Don't use inhibit-mark-movement.
 
        * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
        (cua--undo-push-mark): Remove.
-       (cua--pre-command-handler, cua--post-command-handler): Don't
-       fiddle with inhibit-mark-movement.
+       (cua--pre-command-handler, cua--post-command-handler):
+       Don't fiddle with inhibit-mark-movement.
 
 2004-12-14  Juri Linkov  <juri@jurta.org>
 
 
 2004-12-13  Juri Linkov  <juri@jurta.org>
 
-       * simple.el (next-error-buffer-p, next-error-find-buffer):
-       Doc fix.
+       * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
 
        * mail/supercite.el (sc-cite-frame-alist): Doc fix.
        (sc-cite-region, sc-uncite-region, sc-recite-region):