emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Fri, 16 Jul 2004 23:12:52 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.64 emacs/lisp/ChangeLog:1.3986.2.65
*** emacs/lisp/ChangeLog:1.3986.2.64    Sat Jul 17 02:49:31 2004
--- emacs/lisp/ChangeLog        Sat Jul 17 02:51:53 2004
***************
*** 1,3 ****
--- 1,45 ----
+ 2004-07-14  Luc Teirlinck  <address@hidden>
+ 
+       * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
+       of two integers, instead of a cons.
+ 
+       * net/tramp.el (tramp-handle-verify-visited-file-modtime):
+       `visited-file-modtime' now returns a list of two integers, instead
+       of a cons.
+ 
+       * dired.el (dired-directory-changed-p): Ditto.
+ 
+       * progmodes/grep.el (grep): Doc fix.
+ 
+ 2004-07-14  Daniel Pfeiffer  <address@hidden>
+ 
+       * 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  <address@hidden>
+ 
+       * 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  <address@hidden>
+ 
+       * subr.el (with-selected-window): Doc fix.
+ 
+ 2004-07-11  Luc Teirlinck  <address@hidden>
+ 
+       * subr.el (get-buffer-window-list): Doc fix.
+ 
  2004-07-10  Luc Teirlinck  <address@hidden>
  
        * files.el (switch-to-buffer-other-window): Doc fix.
***************
*** 1459,1464 ****
--- 1501,1514 ----
        (timer-event-handler): Set triggered-p element non-nil while running
        the timer function.
  
+ 2004-05-14  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * tree-widget.el: New file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]