# HG changeset patch # User Kim F. Storm # Date 1168009217 0 # Node ID a79fa605c989b78af26e9bcfe4dcf4aa44b5962c # Parent 9a023b421e076575f209c2f2dec3d925bd672934 *** empty log message *** diff -r 9a023b421e07 -r a79fa605c989 src/ChangeLog --- a/src/ChangeLog Fri Jan 05 11:47:28 2007 +0000 +++ b/src/ChangeLog Fri Jan 05 15:00:17 2007 +0000 @@ -1,3 +1,8 @@ +2007-01-05 Kim F. Storm + + * indent.c (Fvertical_motion): Fix it overshoot check for overlay + strings without embedded newlines immediately followed by newline. + 2007-01-05 YAMAMOTO Mitsuharu * editfns.c (Fformat_time_string, Fdecode_time, Fencode_time) @@ -42,7 +47,7 @@ (install_menu_target_item_handler): Add extern. (install_window_handler): Call install_menu_target_item_handler. [MAC_OS8] (main): Use MAC_EMACS_CREATOR_CODE instead of 'EMAx'. - (mac_initialize) [USE_CG_DRAWING]: Call init_cg_color. + (mac_initialize) [USE_CG_DRAWING]: Call init_cg_color. * macterm.h (MAC_EMACS_CREATOR_CODE): New enumerator.