diff options
| author | Jason Rumney | 2000-03-01 21:13:15 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-03-01 21:13:15 +0000 |
| commit | a2bc11d4d8aa72b81c2ec7a53a99a7e2d27697ee (patch) | |
| tree | 006ff3fe72227585be07f9ec7a4acf1bc305a7b0 /src/ChangeLog | |
| parent | f79e6790a1339dd4608b81939ed25623b22a5c5b (diff) | |
| download | emacs-a2bc11d4d8aa72b81c2ec7a53a99a7e2d27697ee.tar.gz emacs-a2bc11d4d8aa72b81c2ec7a53a99a7e2d27697ee.zip | |
Bring up to date with xterm.c changes of 2000-02-24 and 2000-02-25.
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 |