comparison src/ChangeLog @ 45872:2793b29e84b3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Jun 2002 16:15:58 +0000
parents 7b1f766314f6
children 7c3c355b7420
comparison
equal deleted inserted replaced
45871:5e25142363ff 45872:2793b29e84b3
1 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
2
3 * .gdbinit (xsymbol): Use the name `xname' field.
4
1 2002-06-17 Andrew Choi <akochoi@shaw.ca> 5 2002-06-17 Andrew Choi <akochoi@shaw.ca>
2 6
3 * mac.c (do_applescript): Call initialize_applescript if necessary 7 * mac.c (do_applescript): Call initialize_applescript if necessary
4 when first called. Dispose of result_desc only when there is no 8 when first called. Dispose of result_desc only when there is no error.
5 error.
6 (Fdo_applescript): Use %d format specifier instead of %ld. 9 (Fdo_applescript): Use %d format specifier instead of %ld.
7 10
8 2002-06-16 Andrew Choi <akochoi@shaw.ca> 11 2002-06-16 Andrew Choi <akochoi@shaw.ca>
9 12
10 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead 13 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
11 of FrontWindow for cases keyDown and autoKey. 14 of FrontWindow for cases keyDown and autoKey.
12 15
24 27
25 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces 28 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
26 for Mac too. 29 for Mac too.
27 (try_font_list) [MAC_OS]: If no font matches given registry, try 30 (try_font_list) [MAC_OS]: If no font matches given registry, try
28 fonts with any registry matching face_family. 31 fonts with any registry matching face_family.
29 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font 32 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
30 here.
31 33
32 * s/darwin.h: If autoconf detects the Ncurses library, define 34 * s/darwin.h: If autoconf detects the Ncurses library, define
33 LIBS_TERMCAP to -lncurses to use it. 35 LIBS_TERMCAP to -lncurses to use it.
34 36
35 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> 37 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
36 38
37 * strftime.c [__hpux]: Include sys/_mbstate_t.h. 39 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
38 40
39 2002-06-15 Richard M. Stallman <rms@gnu.org> 41 2002-06-15 Richard M. Stallman <rms@gnu.org>