aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 d57a739d45a..85f6062407e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12005-10-04 Stefan Monnier <monnier@iro.umontreal.ca> 12005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * regex.h (re_char): Don't expose it in the interface.
4 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
5
6 * regex.c (re_char): Move it back here.
7 (re_set_whitespace_regexp): Change the arg's type to not use it.
8
3 * keyboard.c (make_lispy_event): If point has moved between down and up 9 * keyboard.c (make_lispy_event): If point has moved between down and up
4 event, make it a drag, not a click, to mirror what 10 event, make it a drag, not a click, to mirror what
5 mouse-drag-region expects. 11 mouse-drag-region expects.