# HG changeset patch # User Juanma Barranquero # Date 1046073531 0 # Node ID e8b0e1758787309609c5be328204901c5ef4684f # Parent 501cc377f2abaea8702524cefe486acc5e9aac2f *** empty log message *** diff -r 501cc377f2ab -r e8b0e1758787 src/ChangeLog --- a/src/ChangeLog Mon Feb 24 07:57:55 2003 +0000 +++ b/src/ChangeLog Mon Feb 24 07:58:51 2003 +0000 @@ -1,3 +1,8 @@ +2003-02-24 Juanma Barranquero + + * xdisp.c (Qwhen): Declare external; it's now defined in callint.c. + (syms_of_xdisp): Don't initialize Qwhen. + 2003-02-23 Jan Dj,Ad(Brv * keyboard.c (cancel_hourglass_unwind): New function. @@ -10,7 +15,7 @@ (Fcall_interactively): Call fix_command. (Qif, Qwhen): New variables. (syms_of_callint): Init and staticpro them. - + * regex.c (print_partial_compiled_pattern): Output to stderr. 2003-02-23 Kai Gro,A_(Bjohann