diff options
| author | Chong Yidong | 2008-12-13 15:39:39 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-13 15:39:39 +0000 |
| commit | 3d9bec9a6b872538259c9cf11fb4dfc0a14635bf (patch) | |
| tree | 74407afd25c862c7548c782f2abad060edca7c5f /src | |
| parent | 7635ef3856717a023d81ef246b2a4023c9eff7e6 (diff) | |
| download | emacs-3d9bec9a6b872538259c9cf11fb4dfc0a14635bf.tar.gz emacs-3d9bec9a6b872538259c9cf11fb4dfc0a14635bf.zip | |
* font.c (free_font_driver_list): Implement missing function.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index df09d1d34f2..2f6667de69b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-12-13 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-12-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * font.c (free_font_driver_list): Implement missing function. | ||
| 4 | |||
| 3 | * w32term.c (w32_term_init): Don't initialize the image cache | 5 | * w32term.c (w32_term_init): Don't initialize the image cache |
| 4 | here; it will be done in init_frame_faces. | 6 | here; it will be done in init_frame_faces. |
| 5 | 7 | ||