aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 27527dbb934..54215f59f8e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,19 @@
12012-08-16 Chong Yidong <cyd@gnu.org>
2
3 * xfont.c (xfont_open):
4 * xftfont.c (xftfont_open): Set the font's max_width field.
5
6 * nsfont.m (nsfont_open): Similar to the Xft backend, set
7 min_width to space_width and average_width to the average over
8 printable ASCII characters.
9 (ns_char_width): Code cleanup.
10 (ns_ascii_average_width): New utility function.
11
12 * font.h (struct font): Update comments.
13
12012-08-16 Dmitry Antipov <dmantipov@yandex.ru> 142012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
2 15
3 Simple interface to set Lisp_Object fields of chararcter tables. 16 Simple interface to set Lisp_Object fields of character tables.
4 * lisp.h (CSET): New macro. 17 * lisp.h (CSET): New macro.
5 (char_table_set_extras, char_table_set_contents) 18 (char_table_set_extras, char_table_set_contents)
6 (sub_char_table_set_contents): New function. 19 (sub_char_table_set_contents): New function.