diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb95e324f34..e3729fb0aa3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2000-03-01 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c: Equivalent changes to those made to xterm.c on | ||
| 4 | 2000-02-25 and 2000-02-24. | ||
| 5 | |||
| 6 | * w32fns.c: Equivalent changes to those made to xfns.c on | ||
| 7 | 2000-02-25 and 2000-02-21. | ||
| 8 | |||
| 9 | * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure | ||
| 10 | correct line-end convention is followed. | ||
| 11 | |||
| 12 | * w32menu.c [HAVE_BOXES]: Remove #undef. | ||
| 13 | (single_keymap_panes): Remove code for simulating checkmarks. | ||
| 14 | (single_menu_item): Remove notbuttons_ptr argument. Callers changed. | ||
| 15 | Remove code for drawing simulated checkmarks. | ||
| 16 | (w32_menu_show): make unibyte help string correctly. | ||
| 17 | (add_menu_item): draw standard Windows checkmarks. Draw radio | ||
| 18 | buttons as radio buttons if possible. | ||
| 19 | |||
| 1 | 2000-03-01 Gerd Moellmann <gerd@gnu.org> | 20 | 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 21 | ||
| 3 | * sysdep.c (start_of_text): Don't define this function for NetBSD | 22 | * sysdep.c (start_of_text): Don't define this function for NetBSD |