aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-03-26 17:07:54 +0000
committerStefan Monnier2009-03-26 17:07:54 +0000
commit84db11d602adda080d7062ef8ab57d35442fbe59 (patch)
treeef9821817dfd79845a64deb457ce5c365605df47 /src/ChangeLog
parent6c01cfb68373280db726a5fc157f00826132f159 (diff)
downloademacs-84db11d602adda080d7062ef8ab57d35442fbe59.tar.gz
emacs-84db11d602adda080d7062ef8ab57d35442fbe59.zip
* callint.c (Fcall_interactively): For '^' just delegate the work to
handle-shift-selection. (syms_of_callint): Move declaration of shift-select-mode to simple.el. * simple.el (shift-select-mode): Move declaration from callint.c. (handle-shift-selection): Remove `deactivate' arg and check shift-select-mode instead.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 244b1f6a158..e0a02b39dc0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * callint.c (Fcall_interactively): For '^' just delegate the work to
4 handle-shift-selection.
5 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6
12009-03-24 Chong Yidong <cyd@stupidchicken.com> 72009-03-24 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * editfns.c (Ffloat_time): Doc fix (Bug#2768). 9 * editfns.c (Ffloat_time): Doc fix (Bug#2768).