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: Tue, 25 Jun 2002 11:16:09 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4029 emacs/lisp/ChangeLog:1.4030
*** emacs/lisp/ChangeLog:1.4029 Tue Jun 25 05:54:48 2002
--- emacs/lisp/ChangeLog        Tue Jun 25 11:16:08 2002
***************
*** 4,9 ****
--- 4,25 ----
  
  2002-06-24  Stefan Monnier  <address@hidden>
  
+       * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
+       Check for `noruntime' even if the function has a known sig.
+       (byte-compile-file, byte-compile-output-docform):
+       Don't hard code point-min = 1.
+ 
+       * pcvs.el (cvs-parse-process): Don't save/restore point.
+       Fix last change not to introduce spurious dir FIs.
+       (cvs-move-to-goal-column): New function extracted from
+       cvs-mode-previous-line.
+       (cvs-mode-previous-line, cvs-mode-next-line): Use it.
+       (cvs-addto-collection): Use it to preserve point.
+       (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
+ 
+       * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
+       Don't require the first element to be modifier-free.
+ 
        * pcvs-parse.el (cvs-parse-table):
        Handle `nothing known about' with more care.
  
***************
*** 14,19 ****
--- 30,37 ----
        * descr-text.el (describe-property-list): Make sure there's
        a space between the property name and its value.
        (describe-text-properties): Don't kill a pre-existing buffer.
+ 
+       * mwheel.el: Undo last patch from Stephen Gildea for now.
  
  2002-06-24  Kim F. Storm  <address@hidden>
  



reply via email to

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