aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorReuben Thomas2014-08-10 17:28:36 +0100
committerReuben Thomas2014-08-10 17:28:36 +0100
commit643a0303965c233b66d7ebfd5b2c045253dea3be (patch)
treea2205f9b5e6b84c0879c199ccefe4b76bc9f6554 /src/ChangeLog
parent109c0de984f2b49b89db802edc4b79d55b8f9429 (diff)
downloademacs-643a0303965c233b66d7ebfd5b2c045253dea3be.tar.gz
emacs-643a0303965c233b66d7ebfd5b2c045253dea3be.zip
Fix a couple of recent inadvertent breaks of the MSDOS port.
src/msdos.c: include required menu.h src/term.c: set correct menu_show_hook on MSDOS.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb941916c45..0bc8a712112 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-08-10 Reuben Thomas <rrt@sc3d.org>
2
3 Fix a couple of recent inadvertent breaks of the MSDOS port.
4 * msdos.c: include required menu.h
5 * term.c: set correct menu_show_hook on MSDOS.
6
12014-08-10 Martin Rudalics <rudalics@gmx.at> 72014-08-10 Martin Rudalics <rudalics@gmx.at>
2 8
3 Fix handling of menu bar line on TTY frames (Bug#18136) 9 Fix handling of menu bar line on TTY frames (Bug#18136)