# HG changeset patch # User Stefan Monnier # Date 1034570664 0 # Node ID 23880aaee06fed9cf079c3f80c4b4a7264867f9d # Parent e5d59debb925a4df90194a8a6f0cc50d0dc91e52 *** empty log message *** diff -r e5d59debb925 -r 23880aaee06f src/ChangeLog --- a/src/ChangeLog Mon Oct 14 04:43:22 2002 +0000 +++ b/src/ChangeLog Mon Oct 14 04:44:24 2002 +0000 @@ -1,3 +1,9 @@ +2002-10-14 Stefan Monnier + + * syntax.c (scan_lists): Don't get fooled by a symbol ending with + a backslash-quoted char. + (scan_lists, scan_sexps_forward): Pacify the compiler. + 2002-10-13 Richard M. Stallman * window.c (window_scroll): Set immediate_quit. @@ -17,9 +23,9 @@ 2002-10-10 Steven Tamm - * macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed - functionality of mac-wheel-button-is-mouse-2 to be correct. Also - switched the default to Qnil from Qt. + * macterm.c (syms_of_macterm, mac_get_mouse_btn): + Reverse functionality of mac-wheel-button-is-mouse-2 to be correct. + Also switch the default to Qnil from Qt. 2002-10-08 Kenichi Handa @@ -53,7 +59,7 @@ 2002-10-04 Steven Tamm - * macterm.c (keycode_to_xkeysym_table): Change return to be + * macterm.c (keycode_to_xkeysym_table): Change return to be treated like an X keysym 2002-10-03 Jan D. @@ -118,8 +124,7 @@ 2002-09-26 Kenichi Handa * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is - nonzero, try face's family at first. Otherwise try FAMILY at - first. + nonzero, try face's family at first. Otherwise try FAMILY at first. (choose_face_font): If C is a single byte char or latin-1, call try_font_list with PREFER_FACE_FAMILY 1.