aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2012-10-09 20:33:01 +0200
committerJan Djärv2012-10-09 20:33:01 +0200
commit5683d7cd9d2928860fd5f117ebf67dd7b6e2d442 (patch)
treefeddc3db210112a41a770b6e04225ab89cf31d53 /src/ChangeLog
parentb15736e6e33a52021a2a91b0b3360cd5a9803405 (diff)
downloademacs-5683d7cd9d2928860fd5f117ebf67dd7b6e2d442.tar.gz
emacs-5683d7cd9d2928860fd5f117ebf67dd7b6e2d442.zip
Remove caching in nsfont.m, the general code does it (I misunderstood).
* nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles caching. (nsfont_open): Remove setting of Vfonts_in_cache. (syms_of_nsfont): Remove initialization of Vfonts_in_cache
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d83e3430594..392825757ae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-10-09 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
4 caching.
5 (nsfont_open): Remove setting of Vfonts_in_cache.
6 (syms_of_nsfont): Remove initialization of Vfonts_in_cache
7
12012-10-09 Eli Zaretskii <eliz@gnu.org> 82012-10-09 Eli Zaretskii <eliz@gnu.org>
2 9
3 * w32fns.c (w32_last_error): Change the return value to DWORD, to 10 * w32fns.c (w32_last_error): Change the return value to DWORD, to