diff options
| author | Paul Eggert | 2011-06-18 09:20:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-18 09:20:05 -0700 |
| commit | a9e860e1fd747a70790fc75bbcd8fc8d7256b813 (patch) | |
| tree | 920d1554c647f0970cc606a6b596d4cde622a7eb /src/ChangeLog | |
| parent | b02c740e9d1d9669b34cac8ff093005404da41ef (diff) | |
| download | emacs-a9e860e1fd747a70790fc75bbcd8fc8d7256b813.tar.gz emacs-a9e860e1fd747a70790fc75bbcd8fc8d7256b813.zip | |
* editfns.c: Omit unnecessary forward decls, to simplify future changes.
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 fdf145d7d95..b0a461fb108 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * editfns.c: Omit unnecessary forward decls, to simplify future changes. | ||
| 4 | |||
| 3 | * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths. | 5 | * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths. |
| 4 | 6 | ||
| 5 | * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'. | 7 | * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'. |