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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Thu, 03 Apr 2008 02:16:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/03 02:16:23

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13285
retrieving revision 1.13286
diff -u -b -r1.13285 -r1.13286
--- ChangeLog   2 Apr 2008 21:21:01 -0000       1.13285
+++ ChangeLog   3 Apr 2008 02:16:17 -0000       1.13286
@@ -1,7 +1,13 @@
+2008-04-03  Stefan Monnier  <address@hidden>
+
+       * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
+       (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
+       (keyboard-escape-quit): Check region-active-p i.s.o transient-mark-mode.
+
 2008-04-02  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): New
-       optimised functions to get the name of the current defun/macro.
+       * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
+       New optimised functions to get the name of the current defun/macro.
 
        * add-log.el (add-log-current-defun): Move the functionality which
        gets the current function name for C like modes to cc-cmds.el,
@@ -11,8 +17,7 @@
 
        * simple.el (deactivate-mark): When the mark is temporarily
        active, restore the original value of transient-mark-mode.
-       (set-mark-command): First deactivate the mark if was temporarily
-       active.
+       (set-mark-command): First deactivate the mark if was temporarily active.
        (exchange-point-and-mark): Reactivate the mark if it was
        temporarily active.
        (handle-shift-selection): New fun.
@@ -35,8 +40,8 @@
 
 2008-04-02  Michael Albinus  <address@hidden>
 
-       * net/tramp.el (tramp-make-tramp-temp-file): Use
-       `tramp-drop-volume-letter' for the local file name part.
+       * net/tramp.el (tramp-make-tramp-temp-file):
+       Use `tramp-drop-volume-letter' for the local file name part.
 
 2008-04-02  Dan Nicolaescu  <address@hidden>
 
@@ -95,8 +100,7 @@
 
 2008-04-01  Jari Aalto  <address@hidden>
 
-       * find-dired.el (find-dired-filter): Align columns by padding file
-       sizes.
+       * find-dired.el (find-dired-filter): Align columns by padding file 
sizes.
 
 2008-04-01  Jason Rumney  <address@hidden>
 




reply via email to

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