(mode-line-mode-menu): Fix alphabetical ordering and add auto-revert-tail-mode.
[bpt/emacs.git] / lisp / ChangeLog
index 8c8dc99..c0ad8d8 100644 (file)
@@ -1,5 +1,80 @@
+2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * autorevert.el (auto-revert-tail-mode)
+       (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
+       (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
+       in both at the same time.
+       (auto-revert-tail-mode): New command.
+       (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
+       (auto-revert-handler): Revert only either tail or whole file.
+
+       * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
+       add auto-revert-tail-mode.
+
+2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * printing.el: Doc fix.  Change name of some funs.
+       (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
+       (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
+       (pr-standard-file-name): New fun.  Replace pr-standard-path.
+       (pr-call-process): Code fix.
+
+2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * subr.el (with-selected-window): Doc fix.
+
+2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * subr.el (get-buffer-window-list): Doc fix.
+
+2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (switch-to-buffer-other-window): Doc fix.
+
+       * window.el (save-selected-window, one-window-p)
+       (split-window-keep-point, split-window-vertically)
+       (split-window-horizontally): Doc fixes.
+
+2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * printing.el: Doc fix.  Now it uses call-process instead of
+       shell-command for low command execution.
+       (pr-version): New version number (6.8).
+       (pr-shell-file-name): Option removed.
+       (pr-shell-command): Fun removed.
+       (pr-call-process): New fun.  Replace pr-shell-command.
+       (pr-standard-path, pr-remove-nil-from-list): New funs.
+       (zmacs-region-stays, current-mouse-event, current-menubar): New var.
+       (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
+       (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
+       (pr-ps-utility-process, pr-txt-print): Code fix.
+
+2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
+
+       * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
+       boolean.
+
+2004-07-09  Lars Hansen  <larsh@math.ku.dk>
+
+       * wid-edit.el (widget-field-buffer): Doc fix.
+
+2004-07-09  John Paul Wallington  <jpw@gnu.org>
+
+       * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
+       between one and several matches in message.
+
+2004-07-09  Richard M. Stallman  <rms@gnu.org>
+
+       * mouse.el (mouse-set-region-1): If transient-mark-mode
+       is `identity', change it to `only'.
+
+       * simple.el (current-word): Doc fix.
+
 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
 
+       * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
+       so that it is more understanding of whitespace.
+
        * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
        form
        (("ns" . "element") (attr-list) children) instead of
        (timer-event-handler): Set triggered-p element non-nil while running
        the timer function.
 
+2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * descr-text.el (describe-char-unicode-data)
+       (describe-char-unicodedata-file): Re-enable the unicode code now that
+       the licensing issues have been cleared in the unicode-4 license.
+       (describe-text-properties-1): Remove unused `overlay' var.
+       (describe-char): Remove unused var `buffer'.
+
 2004-05-14  David Ponce  <david@dponce.com>
 
        * tree-widget.el: New file.