aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2007-08-21 20:05:14 +0000
committerJuri Linkov2007-08-21 20:05:14 +0000
commit4bf988000460061ba7a5857fc9ec8d16f48c2870 (patch)
tree56713c38ed61b1e25da4d5d3a8673ef313aef3cd /lisp/ChangeLog
parent67755cc4839b19875f9cf8ae5b5c48ea81b6649e (diff)
downloademacs-4bf988000460061ba7a5857fc9ec8d16f48c2870.tar.gz
emacs-4bf988000460061ba7a5857fc9ec8d16f48c2870.zip
(cua-paste): Use `mouse-region-match' instead of checking last-command.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9569de20af0..274533830df 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12007-08-21 Juri Linkov <juri@jurta.org> 12007-08-21 Juri Linkov <juri@jurta.org>
2 2
3 * delsel.el (delete-selection-pre-hook):
4 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5 instead of checking last-command.
6
72007-08-21 Juri Linkov <juri@jurta.org>
8
3 * loadup.el: Preload "button". 9 * loadup.el: Preload "button".
4 10
52007-08-21 Stefan Monnier <monnier@iro.umontreal.ca> 112007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>