changeset 100405:aed8ba717c94

* font.c (free_font_driver_list): Implement missing function.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 13 Dec 2008 15:39:39 +0000
parents e5f10d15806c
children b8012399df73
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Dec 13 14:19:56 2008 +0000
+++ b/src/ChangeLog	Sat Dec 13 15:39:39 2008 +0000
@@ -1,5 +1,7 @@
 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
 
+	* font.c (free_font_driver_list): Implement missing function.
+
 	* w32term.c (w32_term_init): Don't initialize the image cache
 	here; it will be done in init_frame_faces.