diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-08 02:31:02 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-08 02:31:02 +0000 |
commit | 4ef00a29331e75720407e12d0274cb66e7410ece (patch) | |
tree | 0a40c5575c034e18be6bd266070dd057a1ec360f /etc/ChangeLog | |
parent | 8a0529ada3ecf72e2ec5ded29098c311b72a0259 (diff) | |
download | emacs-4ef00a29331e75720407e12d0274cb66e7410ece.tar.gz |
Standardize the way M-x commands are written:
dashes inside command names, not spaces; spaces before <Return>.
(Summary): Describe the new behavior of C-l.
(Basic Cursor Control): Don't say that files "ought" to end in newlines.
Try to distinguish scroll bar from fringes.
You can also scroll with a wheel mouse.
(If Emacs Stops Responding): Rename from "When Emacs is hung".
(Inserting And Deleting): Continuation marks appear in the fringe.
Clarify that deletion can be undone. Mention cut and paste, and the Glossary.
(Files, Mode Line): Update mode-line format.
(Extending The Command Set): Downplay C-z, since using Emacs on a
text-only terminal is less common these days.
(Searching): Incremental searching is no longer atypical.
Downplay flow control issues, remove reference to deleted FAQ node.
(Multiple Windows): Mention frames.
(Multiple Frames): New section.
(Getting More Help): Downplay C-h having a different binding.
Don't say help is "on-line", since the meaning has changed.
(More Features): Replace "on-line". Use C-h rather than F10 h.
Say a little more about completion.
(Conclusion): Don't mention C-z again here.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r-- | etc/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index d121273328e..86d4928a566 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,28 @@ +2009-07-08 Glenn Morris <rgm@gnu.org> + + * tutorials/TUTORIAL: Standardize the way M-x commands are written: + dashes inside command names, not spaces; spaces before <Return>. + (Summary): Describe the new behavior of C-l. + (Basic Cursor Control): Don't say that files "ought" to end in newlines. + Try to distinguish scroll bar from fringes. + You can also scroll with a wheel mouse. + (If Emacs Stops Responding): Rename from "When Emacs is hung". + (Inserting And Deleting): Continuation marks appear in the fringe. + Clarify that deletion can be undone. Mention cut and paste, and + the Glossary. + (Files, Mode Line): Update mode-line format. + (Extending The Command Set): Downplay C-z, since using Emacs on a + text-only terminal is less common these days. + (Searching): Incremental searching is no longer atypical. + Downplay flow control issues, remove reference to deleted FAQ node. + (Multiple Windows): Mention frames. + (Multiple Frames): New section. + (Getting More Help): Downplay C-h having a different binding. + Don't say help is "on-line", since the meaning has changed. + (More Features): Replace "on-line". Use C-h rather than F10 h. + Say a little more about completion. + (Conclusion): Don't mention C-z again here. + 2009-07-01 Jan Djärv <jan.h.d@swipnet.se> * NEWS: Mention maximized. |