diff options
| author | Chong Yidong | 2008-08-26 17:09:35 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-26 17:09:35 +0000 |
| commit | 7d31058f9cbc95c96b6da7473b1d0716e8a89bec (patch) | |
| tree | 22b1be23b26b1bc71f98cf04ae7b56f05bf89e2b /src | |
| parent | 988fef8c2ee15b7e761f2b71ad9a48897e893945 (diff) | |
| download | emacs-7d31058f9cbc95c96b6da7473b1d0716e8a89bec.tar.gz emacs-7d31058f9cbc95c96b6da7473b1d0716e8a89bec.zip | |
Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2008-08-26 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-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. |