aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-08-26 17:09:01 +0000
committerChong Yidong2008-08-26 17:09:01 +0000
commit609849bc2e449892e63ad616dfb515842d0e1efd (patch)
tree36ce8981e819cd2d843579f9cb286f56e9473145 /src
parent2e26409e2b9bee5d38b3f44235e34273e0934aeb (diff)
downloademacs-609849bc2e449892e63ad616dfb515842d0e1efd.tar.gz
emacs-609849bc2e449892e63ad616dfb515842d0e1efd.zip
* widgetprv.h (struct): Change font member to the new font struct.
* widget.c: Include character.h and font.h for XSETFONT. (setup_frame_gcs): Compute X font id from font struct, just once.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c6e757a47c..64aee3b6c38 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12008-08-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * widgetprv.h (struct): Change font member to the new font struct.
4
5 * widget.c: Include character.h and font.h for XSETFONT.
6 (setup_frame_gcs): Compute X font id from font struct, just once.
7
12008-08-26 Eli Zaretskii <eliz@gnu.org> 82008-08-26 Eli Zaretskii <eliz@gnu.org>
2 9
3 * term.c (get_named_tty): Fix last change. 10 * term.c (get_named_tty): Fix last change.