# HG changeset patch # User Stefan Monnier # Date 1128400370 0 # Node ID 255d72cfdf5e6f53185e97cdcd03f27851fdace6 # Parent 3b09bb851f62445438f33803f6732777d22f9b9a *** empty log message *** diff -r 3b09bb851f62 -r 255d72cfdf5e src/ChangeLog --- 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 + * 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.