aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-04-03 02:16:17 +0000
committerStefan Monnier2008-04-03 02:16:17 +0000
commitd34c311ab4d865e0bbfd0d9c81719580f8bdacf4 (patch)
tree319ee1717b24d055b6c6d8aa4aa4677f63bb26f3 /lisp/ChangeLog
parent57f31575dd120ee7059b57a49181333866e923ec (diff)
downloademacs-d34c311ab4d865e0bbfd0d9c81719580f8bdacf4.tar.gz
emacs-d34c311ab4d865e0bbfd0d9c81719580f8bdacf4.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 12 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45dd978a524..2ad26207d6d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,13 @@
12008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
5 (keyboard-escape-quit): Check region-active-p i.s.o transient-mark-mode.
6
12008-04-02 Alan Mackenzie <acm@muc.de> 72008-04-02 Alan Mackenzie <acm@muc.de>
2 8
3 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): New 9 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4 optimised functions to get the name of the current defun/macro. 10 New optimised functions to get the name of the current defun/macro.
5 11
6 * add-log.el (add-log-current-defun): Move the functionality which 12 * add-log.el (add-log-current-defun): Move the functionality which
7 gets the current function name for C like modes to cc-cmds.el, 13 gets the current function name for C like modes to cc-cmds.el,
@@ -11,8 +17,7 @@
11 17
12 * simple.el (deactivate-mark): When the mark is temporarily 18 * simple.el (deactivate-mark): When the mark is temporarily
13 active, restore the original value of transient-mark-mode. 19 active, restore the original value of transient-mark-mode.
14 (set-mark-command): First deactivate the mark if was temporarily 20 (set-mark-command): First deactivate the mark if was temporarily active.
15 active.
16 (exchange-point-and-mark): Reactivate the mark if it was 21 (exchange-point-and-mark): Reactivate the mark if it was
17 temporarily active. 22 temporarily active.
18 (handle-shift-selection): New fun. 23 (handle-shift-selection): New fun.
@@ -35,8 +40,8 @@
35 40
362008-04-02 Michael Albinus <michael.albinus@gmx.de> 412008-04-02 Michael Albinus <michael.albinus@gmx.de>
37 42
38 * net/tramp.el (tramp-make-tramp-temp-file): Use 43 * net/tramp.el (tramp-make-tramp-temp-file):
39 `tramp-drop-volume-letter' for the local file name part. 44 Use `tramp-drop-volume-letter' for the local file name part.
40 45
412008-04-02 Dan Nicolaescu <dann@ics.uci.edu> 462008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
42 47
@@ -95,8 +100,7 @@
95 100
962008-04-01 Jari Aalto <jari.aalto@cante.net> 1012008-04-01 Jari Aalto <jari.aalto@cante.net>
97 102
98 * find-dired.el (find-dired-filter): Align columns by padding file 103 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
99 sizes.
100 104
1012008-04-01 Jason Rumney <jasonr@gnu.org> 1052008-04-01 Jason Rumney <jasonr@gnu.org>
102 106