aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-10-23 10:39:13 +0800
committerChong Yidong2012-10-23 10:39:13 +0800
commit49238e7f5c081b841bdc57d96599c4997dcb487c (patch)
treed29f99205bd99e7c6e19f810bd11eeac6ca1fb65 /src/ChangeLog
parent1fb3aa3fead098e7df1428c7a70e3a32f1da23e4 (diff)
downloademacs-49238e7f5c081b841bdc57d96599c4997dcb487c.tar.gz
emacs-49238e7f5c081b841bdc57d96599c4997dcb487c.zip
Make unused variable font-list-limit obsolete, and move it out of C.
* display.texi (Font Lookup): Remove font-list-limit. * lisp/startup.el (command-line): * lisp/cus-start.el: Don't refer to font-list-limit. * lisp/faces.el (font-list-limit): Define as an obsolete variable. * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6fe7de51293..644cbc47bfe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-10-23 Chong Yidong <cyd@gnu.org>
2
3 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
4
12012-10-21 Jan Djärv <jan.h.d@swipnet.se> 52012-10-21 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement 7 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement