]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Rename ido-max-prompt-width to ido-max-file-prompt-width for consistency.
[gnu-emacs] / lisp / ChangeLog
index 1fe801ac6d1d53938a853ce99eb7a5ecf8f52902..4eb73aa7c59abddf0376ae0ba245242810f70e0d 100644 (file)
@@ -1,3 +1,90 @@
+2003-01-14  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-ignore-directories-merge): Doc fix.
+       (ido-max-file-prompt-width): Renamed from ido-max-prompt-path.
+       (ido-enable-last-directory-history): Doc fix.
+       (ido-work-directory-list-ignore-regexps): Doc fix.
+       (ido-enable-tramp-completion): Doc fix.
+       (ido-record-ftp-work-directories): Doc fix.
+       (ido-merge-ftp-work-directories): Doc fix.
+       (ido-rewrite-file-prompt-functions): Renamed from
+       ido-make-file-prompt-hook.  Directory name is now in dynamic
+       variable `dirname' (instead of `path').
+       (ido-rewrite-file-prompt-rules): Renamed from
+       ido-rewrite-prompt-path-rules.
+       (ido-read-file-name-as-directory-commands): Doc fix.
+       (ido-last-directory-list): Doc fix.
+       (ido-work-directory-list): Doc fix.
+       (ido-work-file-list): Doc fix.
+       (ido-make-prompt): Directory name now in `dirname' var.
+       (ido-edit-input): Doc fix.
+       (ido-complete): Fix error message.
+       (ido-copy-current-word): Doc fix.
+       (ido-find-file): Doc fix.
+
+2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * server.el (server-process-filter): Use `minibufferp' to test
+       whether we are inside a minibuffer.
+       (server-process, server-kill-new-buffers): Doc fixes.
+
+2003-01-13  Dave Love  <fx@gnu.org>
+
+       * international/utf-16.el (mule-utf-16-be, mule-utf-16-le): Remove
+       pre-write-conversion.
+
+2003-01-13  Kim F. Storm  <storm@cua.dk>
+
+       * hexl.el (hexl-mode-map): Don't quote remapped command names.
+
+2003-01-13  David Ponce  <david@dponce.com>
+
+       * ruler-mode.el (ruler-mode): Cleanup buffer local variable
+       `header-line-format' if it didn't exist when `ruler-mode' was enabled.
+
+2003-01-13  Masatake YAMATO  <jet@gyve.org>
+
+       * ruler-mode.el (ruler-mode-comment-column-char)
+       (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
+       (ruler-mode-mouse-current-grab-object): New variables.
+       (ruler-mode-comment-column-face, ruler-mode-goal-column-face): New
+       faces.
+       (ruler-mode-mouse-set-fill-column): Removed.
+       (ruler-mode-mouse-grab-any-column)
+       (ruler-mode-mouse-drag-any-column-iteration)
+       (ruler-mode-mouse-drag-any-column): New functions.
+       (ruler-mode-map): [header-line down-mouse-2] Bound to
+       `ruler-mode-mouse-grab-any-column' instead of
+       `ruler-mode-mouse-set-fill-column'.
+       (ruler-mode-ruler-help-echo): Updated its value.
+       (ruler-mode-ruler-help-echo-when-goal-column): New help string used when
+       goal-column is already set.
+       (ruler-mode-ruler-help-echo-tab): Renamed to...
+       (ruler-mode-ruler-help-echo-when-tab-stops): New.
+       (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
+       (ruler-mode-goal-column-help-echo): New help strings.
+       (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
+       instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.  Show
+       `comment-column' and `goal-column'.  Echo the different help string for
+       each *-column characters on the ruler.
+
+2003-01-13  Richard M. Stallman  <rms@gnu.org>
+
+       * apropos.el (apropos-documentation-property): New function.
+       (apropos): Use apropos-documentation-property.
+
+       * files.el (mode-line-process): Mark as risky.
+
+       * help.el (where-is): Catch errors in indirect-function.
+
+       * server.el (server-process-filter): Comment out -eval.
+       Don't switch buffers if inside isearch or minibuffer.
+
+       * progmodes/compile.el (compilation-revert-buffer):
+       If buffer has a file, revert it in the normal way.
+
+       * term/x-win.el: Require fontset conditionally again.
+
 2003-01-13  Kim F. Storm  <storm@cua.dk>
 
        * ido.el (ido-enable-tramp-completion): New defcustom.
 
 2003-01-05  Richard M. Stallman  <rms@gnu.org>
 
+       * obsolete/uncompress.el: Display message that this package is obsolete.
+
        * isearch.el (isearch-repeat): Error if try to repeat search and
        there was no previous search.