aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-08-01 11:48:29 +0000
committerAdrian Robert2008-08-01 11:48:29 +0000
commit7ded3383490c55c98d56b86eae1a3ce78b82aa6a (patch)
tree875c8c0d6bf19047cc9e286a652b5ffd1fa11ebe /src/ChangeLog
parentbfe162634bea9e1216347a920fa5885366e427af (diff)
downloademacs-7ded3383490c55c98d56b86eae1a3ce78b82aa6a.tar.gz
emacs-7ded3383490c55c98d56b86eae1a3ce78b82aa6a.zip
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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1196458857e..9c4f4676940 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * w32fns.c (w32-load-color-file): Remove.
4 (x-open-connection): Use renamed Fx_load_color_file.
5 * xfaces.c (x-load-color-file): Add.
6 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
7 Emacs.clr.
8 (ns_draw_window_cursor): Change PENDING to TODO or FIXME.
9 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
10
12008-07-31 Michael Albinus <michael.albinus@gmx.de> 112008-07-31 Michael Albinus <michael.albinus@gmx.de>
2 12
3 * dbusbind.c (Fdbus_call_method_asynchronously) 13 * dbusbind.c (Fdbus_call_method_asynchronously)