(mode-line-mode-menu): Fix alphabetical ordering and add auto-revert-tail-mode.
[bpt/emacs.git] / lisp / ChangeLog
index b860134..c0ad8d8 100644 (file)
@@ -1,3 +1,16 @@
+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.
        (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.