Mercurial > emacs
comparison src/ChangeLog @ 107114:e5188f4e7403
* nsfont.m (nsfont_open): The system's value for the font descent
is negative, so round it down to avoid clipping.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 08 Feb 2010 18:39:01 -0500 |
parents | 0afb47d42c74 |
children | 0449c21035e7 |
comparison
equal
deleted
inserted
replaced
107113:bb513dfefeaf | 107114:e5188f4e7403 |
---|---|
1 2010-02-08 Francis Devereux <francis@devrx.org> | |
2 | |
3 * nsfont.m (nsfont_open): The system's value for the font descent | |
4 is negative, so round it down to avoid clipping. | |
5 | |
1 2010-02-06 Chong Yidong <cyd@stupidchicken.com> | 6 2010-02-06 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * charset.c (load_charset_map_from_file) | 8 * charset.c (load_charset_map_from_file) |
4 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA | 9 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA |
5 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra. | 10 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra. |