]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 7d0af94aaeb12033a6c67cbe851b435ac480ad30..8b8d602f5b3e035cdacfa92c8a3c9b47b7dc9b97 100644 (file)
@@ -1,3 +1,243 @@
+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):
        * 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.
 2004-12-31  Kenichi Handa  <handa@m17n.org>
 
        * international/mule.el (buffer-file-coding-system-explicit):
-       Renamed for explicit-buffer-file-coding-system.
-       (after-insert-file-set-coding): Adjusted for the above change.
+       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.
+       * 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>
        (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-prev-next-op-alist.
        (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
-       change drawing operation.
+       change drawing operation.
 
 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 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-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):
 
 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.
+       * 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.
+       * 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>
 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.
+       (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'.
+       * 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>
 
 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.
+       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>
 
 
        * simple.el (undo-list-saved): New variable (buffer-local).
        (undo): Set and test it.
-       (buffer-disable-undo): Moved here from buffer.c.
+       (buffer-disable-undo): Move here from buffer.c.
        Clear out undo-list-saved.
 
        * international/mule.el (decode-coding-inserted-region):
        `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.
+       it can appear unencoded and has been seen from yahoo.
 
 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
 
 
 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-*.
+       * 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>
 
 
 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.
+       * 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>
 
        (calculator-string-to-number): New function, mostly moved and
        updated code from calculator-curnum-value.
        (calculator-curnum-value): Use it.
-       (calculator-paste): Use it, and update grabbing the
-       current-kill.
+       (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-displayer-prev, calculator-displayer-next):
+       Change digit group size when 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-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):