diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f618ba02448..44b0bcf0b78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | One more minor cleanup of font subsystem. | 43 | One more minor cleanup of font subsystem. |
| 44 | * font.h (struct font_driver): Convert text_extents to | 44 | * font.h (struct font_driver): Convert text_extents to |
| 45 | return void because returned value is never actually used. | 45 | return void because returned value is never actually used. |
| 46 | * macfont.c (macfont_text_extents): | 46 | * macfont.m (macfont_text_extents): |
| 47 | * w32font.c (w32font_text_extents): | 47 | * w32font.c (w32font_text_extents): |
| 48 | * xftfont.c (xftfont_text_extents): Adjust to return void | 48 | * xftfont.c (xftfont_text_extents): Adjust to return void |
| 49 | and assume that 'metrics' argument is always non-NULL. | 49 | and assume that 'metrics' argument is always non-NULL. |
| @@ -206,9 +206,10 @@ | |||
| 206 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> | 206 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> |
| 207 | 207 | ||
| 208 | * alloc.c (Fmemory_info): Remove a stray brace. | 208 | * alloc.c (Fmemory_info): Remove a stray brace. |
| 209 | |||
| 209 | * process.c: Fix a comment typo. | 210 | * process.c: Fix a comment typo. |
| 210 | * msdos.c: | 211 | |
| 211 | * dosfns.c (init_dosfns): Remove support for DJGPP < 2.02. | 212 | * msdos.c, dosfns.c (init_dosfns): Remove support for DJGPP < 2.02. |
| 212 | 213 | ||
| 213 | 2014-08-09 Jan Djärv <jan.h.d@swipnet.se> | 214 | 2014-08-09 Jan Djärv <jan.h.d@swipnet.se> |
| 214 | 215 | ||