aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-01 13:12:24 +0000
committerGerd Moellmann2001-03-01 13:12:24 +0000
commit420f628cf9b7d56a1073f4a02408bd869b37d946 (patch)
tree14526c7d72560709301cd9e53d06b5b6f909b6e6 /src/ChangeLog
parent57c5889c08773e37867433e36b9c5adcced0442d (diff)
downloademacs-420f628cf9b7d56a1073f4a02408bd869b37d946.tar.gz
emacs-420f628cf9b7d56a1073f4a02408bd869b37d946.zip
(x_set_foreground_color): Set the background of the
cursor GC.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e81747972e6..02bca63433f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-03-01 Gerd Moellmann <gerd@gnu.org> 12001-03-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (x_set_foreground_color): Set the background of the
4 cursor GC.
5
3 * xfns.c (x_set_font): Handle case of x_new_fontset returning the 6 * xfns.c (x_set_font): Handle case of x_new_fontset returning the
4 same name as before, although there was a change in fontsets. 7 same name as before, although there was a change in fontsets.
5 8