aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
2062014-08-09 Reuben Thomas <rrt@sc3d.org> 2062014-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
2132014-08-09 Jan Djärv <jan.h.d@swipnet.se> 2142014-08-09 Jan Djärv <jan.h.d@swipnet.se>
214 215