diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2005-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. |