diff options
| author | Stefan Monnier | 2002-06-17 16:15:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-06-17 16:15:58 +0000 |
| commit | f9c0c10f58b40bdb83795402f214646fe2939328 (patch) | |
| tree | e247d197e814c4e31cb31fd725c08dc4226a441c /src | |
| parent | 5e11fd0184653e3e64fc7dd44dbaeafb039ce76b (diff) | |
| download | emacs-f9c0c10f58b40bdb83795402f214646fe2939328.tar.gz emacs-f9c0c10f58b40bdb83795402f214646fe2939328.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ce5a257d91..0b9817c8435 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,13 @@ | |||
| 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 |
| @@ -26,12 +29,11 @@ | |||
| 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. |