diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 244ba0148ca..ed98c47d1cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Avoid calls to strlen in font processing functions. | ||
| 4 | * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname) | ||
| 5 | (font_open_by_name): Changed to use length argument. Adjust | ||
| 6 | users accordingly. | ||
| 7 | * font.h (font_open_by_name, font_parse_xlfd): Adjust prototypes. | ||
| 8 | * xfont.c (xfont_decode_coding_xlfd): Changed to return ptrdiff_t. | ||
| 9 | (xfont_list_pattern, xfont_match): Use length returned by | ||
| 10 | xfont_decode_coding_xlfd. | ||
| 11 | * xfns.c (x_default_font_parameter): Omit useless xstrdup. | ||
| 12 | |||
| 1 | 2012-07-11 Glenn Morris <rgm@gnu.org> | 13 | 2012-07-11 Glenn Morris <rgm@gnu.org> |
| 2 | 14 | ||
| 3 | * s/darwin.h, s/freebsd.h, s/netbsd.h: | 15 | * s/darwin.h, s/freebsd.h, s/netbsd.h: |