From: Stefan Monnier Date: Mon, 17 Jun 2002 16:15:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9c0c10f58b40bdb83795402f214646fe2939328;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 8ce5a257d91..0b9817c8435 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.