aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2008-08-26 17:09:35 +0000
committerChong Yidong2008-08-26 17:09:35 +0000
commit7d31058f9cbc95c96b6da7473b1d0716e8a89bec (patch)
tree22b1be23b26b1bc71f98cf04ae7b56f05bf89e2b /src/ChangeLog
parent988fef8c2ee15b7e761f2b71ad9a48897e893945 (diff)
downloademacs-7d31058f9cbc95c96b6da7473b1d0716e8a89bec.tar.gz
emacs-7d31058f9cbc95c96b6da7473b1d0716e8a89bec.zip
Fix last change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 64aee3b6c38..5b0e0b121d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
12008-08-26 Chong Yidong <cyd@stupidchicken.com> 12008-08-26 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * widgetprv.h (struct): Change font member to the new font struct. 3 * widgetprv.h (EmacsFramePart): Change font member to the new font
4 struct.
4 5
5 * widget.c: Include character.h and font.h for XSETFONT. 6 * widget.c: Include character.h and font.h for XSETFONT.
6 (setup_frame_gcs): Compute X font id from font struct, just once. 7 (setup_frame_gcs): Compute X font id from font struct, just once.