Mercurial > emacs
changeset 65819:255d72cfdf5e
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 04 Oct 2005 04:32:50 +0000 |
parents | 3b09bb851f62 |
children | 878043933e69 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 04 04:32:39 2005 +0000 +++ b/src/ChangeLog Tue Oct 04 04:32:50 2005 +0000 @@ -1,5 +1,11 @@ 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca> + * regex.h (re_char): Don't expose it in the interface. + (re_set_whitespace_regexp): Adjust the arg's type to not use it. + + * regex.c (re_char): Move it back here. + (re_set_whitespace_regexp): Change the arg's type to not use it. + * keyboard.c (make_lispy_event): If point has moved between down and up event, make it a drag, not a click, to mirror what mouse-drag-region expects.