diff options
| author | Stefan Monnier | 2005-10-04 04:32:50 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-10-04 04:32:50 +0000 |
| commit | 4e2f601fbc30effe2a80c7c8eef94347c0b90be9 (patch) | |
| tree | 97504448455ea915c01b3354850d7c6da0ba74d2 /src/ChangeLog | |
| parent | 6470ea05f949a6363561e8ac934e7b7a66498825 (diff) | |
| download | emacs-4e2f601fbc30effe2a80c7c8eef94347c0b90be9.tar.gz emacs-4e2f601fbc30effe2a80c7c8eef94347c0b90be9.zip | |
(re_char): Don't expose it in the interface.
(re_set_whitespace_regexp): Adjust the arg's type to not use it.
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. |