diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b6b11b39fa..9f99493e668 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2007-11-21 Jason Rumney <jasonr@gnu.org> | 1 | 2007-11-21 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping | ||
| 4 | returns NULL on failure. | ||
| 5 | |||
| 6 | 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * search.c (Fset_match_data): Remove the `evaporate' feature. | ||
| 9 | (unwind_set_match_data): Don't use the `evaporate' feature. | ||
| 10 | |||
| 11 | 2007-11-21 Jason Rumney <jasonr@gnu.org> | ||
| 12 | |||
| 3 | * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type. | 13 | * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type. |
| 4 | 14 | ||
| 5 | * w32console.c (w32con_write_glyphs): Remove unused variables. | 15 | * w32console.c (w32con_write_glyphs): Remove unused variables. |