diff options
| author | Adrian Robert | 2008-08-21 02:48:58 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-21 02:48:58 +0000 |
| commit | f2f7f42c63a747066931b953b0425fa298d7ff95 (patch) | |
| tree | 73f8a1113434ae9b9f16a340876570d42489a292 /src/ChangeLog | |
| parent | 795d93585c7129fc45d369ec0843c84212fca213 (diff) | |
| download | emacs-f2f7f42c63a747066931b953b0425fa298d7ff95.tar.gz emacs-f2f7f42c63a747066931b953b0425fa298d7ff95.zip | |
* nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil. * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration. (EmacsApp-cursor_blink_handler): Remove declaration. * nsterm.m (ns_draw_glyph_string): Update first conditional body to match 01 Feb 2008 changes in xterm.c. (ns_read_socket): Add cast to avoid warning. (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on GNUstep.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1001872d48f..a9cb2d45225 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * nsfns.m (ns-read-file-name): Add casts to avoid warning. | ||
| 4 | (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. | ||
| 5 | * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil. | ||
| 6 | * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration. | ||
| 7 | (EmacsApp-cursor_blink_handler): Remove declaration. | ||
| 8 | * nsterm.m (ns_draw_glyph_string): Update first conditional body to | ||
| 9 | match 01 Feb 2008 changes in xterm.c. | ||
| 10 | (ns_read_socket): Add cast to avoid warning. | ||
| 11 | (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on | ||
| 12 | GNUstep. | ||
| 13 | |||
| 1 | 2008-08-20 Chong Yidong <cyd@stupidchicken.com> | 14 | 2008-08-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 15 | ||
| 3 | * xselect.c (x_get_foreign_selection): Return nil if desired | 16 | * xselect.c (x_get_foreign_selection): Return nil if desired |