# HG changeset patch # User Stefan Monnier # Date 1024330558 0 # Node ID 2793b29e84b3c6d9a90d46674e4160cbb168cbf5 # Parent 5e25142363ff77d7c54cb49a6c981d98bd2d7500 *** empty log message *** diff -r 5e25142363ff -r 2793b29e84b3 src/ChangeLog --- a/src/ChangeLog Mon Jun 17 16:15:32 2002 +0000 +++ b/src/ChangeLog Mon Jun 17 16:15:58 2002 +0000 @@ -1,10 +1,13 @@ +2002-06-17 Stefan Monnier + + * .gdbinit (xsymbol): Use the name `xname' field. + 2002-06-17 Andrew Choi * mac.c (do_applescript): Call initialize_applescript if necessary - when first called. Dispose of result_desc only when there is no - error. + when first called. Dispose of result_desc only when there is no error. (Fdo_applescript): Use %d format specifier instead of %ld. - + 2002-06-16 Andrew Choi * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead @@ -26,12 +29,11 @@ for Mac too. (try_font_list) [MAC_OS]: If no font matches given registry, try fonts with any registry matching face_family. - (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font - here. + (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here. * s/darwin.h: If autoconf detects the Ncurses library, define LIBS_TERMCAP to -lncurses to use it. - + 2002-06-16 Eli Zaretskii * strftime.c [__hpux]: Include sys/_mbstate_t.h.