aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-02-04 15:42:57 +0000
committerJason Rumney2008-02-04 15:42:57 +0000
commite3a77b22d272d31cedbd9eab9b37feda0e13f8d6 (patch)
treeaf280a091cfdc5a1601052d7e465de7da9c5a1e0 /src/ChangeLog
parent880a5954219991fff1f2de45cfc5b82323cee987 (diff)
downloademacs-e3a77b22d272d31cedbd9eab9b37feda0e13f8d6.tar.gz
emacs-e3a77b22d272d31cedbd9eab9b37feda0e13f8d6.zip
(w32font_open_internal): Use xmalloc, xrealloc, xfree.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2747f40fe40..ef06b02aa2e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -21,6 +21,7 @@
21 21
22 * w32font.c (w32font_open_internal): Use font_unparse_fcname to 22 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
23 set full_name. 23 set full_name.
24 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
24 25
252008-02-03 Jason Rumney <jasonr@gnu.org> 262008-02-03 Jason Rumney <jasonr@gnu.org>
26 27