diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/TODO | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 8ae48c277a8..fdaf1f0cabd 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-07-21 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * TODO: remove frame height remark. | ||
| 4 | |||
| 1 | 2014-07-11 Michael Albinus <michael.albinus@gmx.de> | 5 | 2014-07-11 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: Passwords in batch mode are hidden. | 7 | * NEWS: Passwords in batch mode are hidden. |
| @@ -144,11 +144,6 @@ for users to customize. | |||
| 144 | http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-12/msg00165.html, | 144 | http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-12/msg00165.html, |
| 145 | and the rest of that discussion. | 145 | and the rest of that discussion. |
| 146 | 146 | ||
| 147 | ** Height returned by frame-parameter ... and height given to | ||
| 148 | make-frame does not mean the same thing. The former includes menu and | ||
| 149 | tool bar lines, the latter don't. frame-parameter should return height | ||
| 150 | without menu and tool bar lines. | ||
| 151 | |||
| 152 | ** In Emacs Info, examples of using Customize should be clickable | 147 | ** In Emacs Info, examples of using Customize should be clickable |
| 153 | and they should create Custom buffers. | 148 | and they should create Custom buffers. |
| 154 | 149 | ||