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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 16 Aug 2006 05:09:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/08/16 05:09:41

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.9930
retrieving revision 1.9931
diff -u -b -r1.9930 -r1.9931
--- ChangeLog   15 Aug 2006 11:55:27 -0000      1.9930
+++ ChangeLog   16 Aug 2006 05:09:40 -0000      1.9931
@@ -1,3 +1,24 @@
+2006-08-16  Richard Stallman  <address@hidden>
+
+       * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
+       (special-event-map): Process drag-n-drop events this way.
+
+       * simple.el (move-beginning-of-line): Test whether fields
+       would prevent motion back to line's first visible character.
+       If so, stop where the fields would stop the motion.
+
+       * newcomment.el (comment-indent): Fully update INDENT
+       before checking to see if it will change the text.
+
+       * cus-edit.el (custom-newline): New function.
+       (custom-mode-map): Bind newline to custom-newline.
+
+       * compare-w.el (compare-windows): Factor compare-ignore-whitespace
+       into ignore-whitespace.
+       Check each buffer for its skip-function.
+       Handle compare-windows-skip-whitespace special-case test
+       by returning t from default skip function.
+       
 2006-08-15  Carsten Dominik  <address@hidden>
 
        * textmodes/org.el (org-clock-special-range,




reply via email to

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