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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [emacs-unicode-2]
Date: Fri, 16 Jul 2004 22:49:56 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5326.2.7 emacs/lisp/ChangeLog:1.5326.2.8
*** emacs/lisp/ChangeLog:1.5326.2.7     Sun Jul 11 22:07:39 2004
--- emacs/lisp/ChangeLog        Sat Jul 17 02:46:45 2004
***************
*** 1,3 ****
--- 1,64 ----
+ 2004-07-16  Stephan Stahl  <address@hidden>  (tiny change)
+ 
+       * buff-menu.el (list-buffers-noselect): Append the buffer's
+       process status to its mode name.
+ 
+ 2004-07-16  Kim F. Storm  <address@hidden>
+ 
+       * simple.el (inhibit-mark-movement): New defvar.
+       (beginning-of-buffer, end-of-buffer): Do not push mark if
+       inhibit-mark-movement is non-nil or C-u prefix is given.
+ 
+       * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
+       Init to beginning-of-buffer and end-of-buffer.
+       (cua--undo-push-mark): New defvar.
+       (cua--pre-command-handler): Set inhibit-mark-movement if mark is
+       already active and command is in cua--preserve-mark-commands.
+       Also fix check for shift modifier on non-window systems.
+       (cua--post-command-handler): Clear inhibit-mark-movement if set.
+ 
+ 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 ****
--- 1520,1533 ----
        (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]