Mercurial > emacs
diff src/ChangeLog @ 97194:d45e07b45d86
NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
| author | Adrian Robert <Adrian.B.Robert@gmail.com> |
|---|---|
| date | Fri, 01 Aug 2008 11:48:29 +0000 |
| parents | 23dda5132c33 |
| children | 406ac82acbcc |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 01 04:48:08 2008 +0000 +++ b/src/ChangeLog Fri Aug 01 11:48:29 2008 +0000 @@ -1,3 +1,13 @@ +2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> + + * w32fns.c (w32-load-color-file): Remove. + (x-open-connection): Use renamed Fx_load_color_file. + * xfaces.c (x-load-color-file): Add. + * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of + Emacs.clr. + (ns_draw_window_cursor): Change PENDING to TODO or FIXME. + (hide_hourglass): BLOCK_INPUT before UNBLOCK. + 2008-07-31 Michael Albinus <michael.albinus@gmx.de> * dbusbind.c (Fdbus_call_method_asynchronously)
