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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 31 Oct 2007 06:28:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/31 06:28:11

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12112
retrieving revision 1.12113
diff -u -b -r1.12112 -r1.12113
--- ChangeLog   31 Oct 2007 03:15:33 -0000      1.12112
+++ ChangeLog   31 Oct 2007 06:28:09 -0000      1.12113
@@ -1,3 +1,30 @@
+2007-10-31  Dan Nicolaescu  <address@hidden>
+
+       * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
+       only if it is bound.
+
+       * textmodes/reftex.el: Move autoloads for before all uses.
+       (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
+       (reftex-delete-overlay): Move to the top level with the condition
+       in the body.
+
+       * progmodes/simula.el: Use when instead of if.
+
+       * iimage.el (iimage-locate-file): Define unconditionally.
+
+       * mail/mailabbrev.el (mail-abbrev-next-line):
+       * emulation/vip.el (vip-enlarge-region, vip-line)
+       (vip-next-line-at-bol, vip-previous-line)
+       (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
+       Wrap with-no-warnings around uses of next-line and previous-line.
+
+       * ediff.el (run-ediff-from-cvs-buffer):
+       * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove
+       function not used by pcl-cvs anymore.
+       (noninteractive, generic-sc-get-latest-rev)
+       (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
+       Delete support for long obsolete generic-sc.el.
+
 2007-10-31  Glenn Morris  <address@hidden>
 
        * cvs-status.el: No longer require pcvs when compiling.




reply via email to

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