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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 22 Sep 2005 17:31:02 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8223 emacs/lisp/ChangeLog:1.8224
*** emacs/lisp/ChangeLog:1.8223 Thu Sep 22 09:54:17 2005
--- emacs/lisp/ChangeLog        Thu Sep 22 21:30:58 2005
***************
*** 1,11 ****
  2005-09-22  David Ponce  <address@hidden>
  
        * tree-widget.el (tree-widget-value-create): Fix previous change.
  
  2005-09-21  Dan Nicolaescu  <address@hidden>
  
!       * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run
!       time.
  
  2005-09-21  Stefan Monnier  <address@hidden>
  
--- 1,14 ----
+ 2005-09-22  Stefan Monnier  <address@hidden>
+ 
+       * mouse.el (mouse-move-drag-overlay): Fix last change.
+ 
  2005-09-22  David Ponce  <address@hidden>
  
        * tree-widget.el (tree-widget-value-create): Fix previous change.
  
  2005-09-21  Dan Nicolaescu  <address@hidden>
  
!       * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
  
  2005-09-21  Stefan Monnier  <address@hidden>
  
***************
*** 117,124 ****
  
  2005-09-18  D Goel  <address@hidden>
  
!       * apropos.el (apropos-command):
!       * textmodes/tildify.el (tildify-region):
        * textmodes/reftex-index.el (reftex-index-change-entry)
        (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
        * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
--- 120,135 ----
  
  2005-09-18  D Goel  <address@hidden>
  
!       * apropos.el (apropos-command): Fix `message' call: first arg
!       should be a format spec.  In this and all other cases that appear
!       below and elsewhere in the source code, I made a change only when
!       two conditions were satisfied: [1] I can think of a possibility
!       that the arguments would cause an error, for example, the code in
!       question relies on external variables such as filenames.  [2] I
!       was sure that the arg to `message' could not have been nil in the code.
! 
!       * textmodes/tildify.el (tildify-region): Ditto.
! 
        * textmodes/reftex-index.el (reftex-index-change-entry)
        (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
        * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):




reply via email to

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