aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-07-08 18:19:34 +0400
committerDmitry Antipov2014-07-08 18:19:34 +0400
commitd64a4984c147d0c4550aa1e9e3b9a5db10b3de6a (patch)
tree6383cb1720b4c6ca64753fbcef9eed4ecfe7b413 /src/ChangeLog
parentb89e78fd90e7c405f0ef2764765c467f4b9e6ade (diff)
downloademacs-d64a4984c147d0c4550aa1e9e3b9a5db10b3de6a.tar.gz
emacs-d64a4984c147d0c4550aa1e9e3b9a5db10b3de6a.zip
* nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.
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 c3ff9eb3a14..8e79414feaf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,7 @@
5 Avoid Faref and assume that args are always valid. This helps to 5 Avoid Faref and assume that args are always valid. This helps to
6 speedup search, which is especially important for a huge buffers. 6 speedup search, which is especially important for a huge buffers.
7 * lisp.h (char_table_translate): Remove prototype. 7 * lisp.h (char_table_translate): Remove prototype.
8 * nsfont.m (nsfont_close): Free glyphs and metrics arrays as well.
8 9
92014-07-08 Paul Eggert <eggert@cs.ucla.edu> 102014-07-08 Paul Eggert <eggert@cs.ucla.edu>
10 11