aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDaniel Colascione2015-01-09 22:18:04 -0800
committerDaniel Colascione2015-01-09 22:18:04 -0800
commit087a4d2f0ea3203d875b21222541803efb830cbe (patch)
tree81adddfa3290ec677275e921d4628c714b4435d0 /etc
parent9c64c52b27bbef0f252c19fd978feb81d53a4093 (diff)
downloademacs-087a4d2f0ea3203d875b21222541803efb830cbe.tar.gz
emacs-087a4d2f0ea3203d875b21222541803efb830cbe.zip
Tweak NEWS
* etc/NEWS: Fix typo
Diffstat (limited to 'etc')
-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