aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index c72c560ec9c..7a27312db85 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12015-01-10 Daniel Colascione <dancol@dancol.org>
2
3 * NEWS: Fix typo
4
12015-01-04 Paul Eggert <eggert@cs.ucla.edu> 52015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 batch write-region no longer says "Wrote FOO" 7 batch write-region no longer says "Wrote FOO"
diff --git a/etc/NEWS b/etc/NEWS
index 1f503ceab82..59d90ababc8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -611,7 +611,7 @@ Horizontal scroll bars are turned off by default.
611 `scroll-bar-height'. 611 `scroll-bar-height'.
612 612
613+++ 613+++
614** The height of a frame's menu and tool bar are no more counted in the 614** The height of a frame's menu and tool bar are no longer counted in the
615frame's text height. This means that the text height stands only for 615frame's text height. This means that the text height stands only for
616the height of the frame's root window plus that of the echo area (if 616the height of the frame's root window plus that of the echo area (if
617present). This was already the behavior for frames with external tool 617present). This was already the behavior for frames with external tool