diff options
| author | Paul Eggert | 2011-06-19 22:54:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-19 22:54:33 -0700 |
| commit | 9bda3520ff9b70be8645e0ebc38cf212208c444b (patch) | |
| tree | b7923174aa881c06ac6740d9945ca5427181e499 /src/ChangeLog | |
| parent | ccd6111c2415fc357944464cdf51ab496364241c (diff) | |
| download | emacs-9bda3520ff9b70be8645e0ebc38cf212208c444b.tar.gz emacs-9bda3520ff9b70be8645e0ebc38cf212208c444b.zip | |
* gtkutil.c (style_changed_cb): Avoid need for strlen.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb6ea8ff9eb..16e8342ee0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * gtkutil.c (style_changed_cb): Avoid need for strlen. | ||
| 4 | |||
| 3 | * font.c: Don't assume string length fits in int. | 5 | * font.c: Don't assume string length fits in int. |
| 4 | (font_parse_xlfd, font_parse_fcname, font_unparse_fcname): | 6 | (font_parse_xlfd, font_parse_fcname, font_unparse_fcname): |
| 5 | Use ptrdiff_t, not int. | 7 | Use ptrdiff_t, not int. |