diff options
| author | Chong Yidong | 2006-08-13 03:12:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-08-13 03:12:43 +0000 |
| commit | b8f5396ad1a88f7cebe3635dc4b4e2cf17a7e089 (patch) | |
| tree | 7e665c0f0842195f45f05b5819ebdea7adbeaefd /lispref/ChangeLog | |
| parent | 7443a6384579ad54709095b5944fb90d491954e2 (diff) | |
| download | emacs-b8f5396ad1a88f7cebe3635dc4b4e2cf17a7e089.tar.gz emacs-b8f5396ad1a88f7cebe3635dc4b4e2cf17a7e089.zip | |
* text.texi (Near Point): Say "cursor" not "terminal cursor".
(Commands for Insertion): Removed split-line since it's not
relevant for Lisp programming.
(Yank Commands): Rewrite introduction.
(Undo): Clarify.
(Maintaining Undo): Clarify. Document undo-ask-before-discard.
(Filling): Remove redundant comment. Clarify return value of
current-justification.
(Margins): Minor clarifications.
(Adaptive Fill): Update default value of adaptive-fill-regexp.
(Sorting): Update definition of sort-lines.
(Columns): Clarify behavior of sort-columns.
(Indent Tabs): Link to Tab Stops in Emacs manual.
(Special Properties): Clarify.
(Clickable Text): Mention Buttons package.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8a7dffab75a..6303c1c4563 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-08-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * text.texi (Near Point): Say "cursor" not "terminal cursor". | ||
| 4 | (Commands for Insertion): Removed split-line since it's not | ||
| 5 | relevant for Lisp programming. | ||
| 6 | (Yank Commands): Rewrite introduction. | ||
| 7 | (Undo): Clarify. | ||
| 8 | (Maintaining Undo): Clarify. Document undo-ask-before-discard. | ||
| 9 | (Filling): Remove redundant comment. Clarify return value of | ||
| 10 | current-justification. | ||
| 11 | (Margins): Minor clarifications. | ||
| 12 | (Adaptive Fill): Update default value of adaptive-fill-regexp. | ||
| 13 | (Sorting): Update definition of sort-lines. | ||
| 14 | (Columns): Clarify behavior of sort-columns. | ||
| 15 | (Indent Tabs): Link to Tab Stops in Emacs manual. | ||
| 16 | (Special Properties): Clarify. | ||
| 17 | (Clickable Text): Mention Buttons package. | ||
| 18 | |||
| 1 | 2006-08-12 Kevin Ryde <user42@zip.com.au> | 19 | 2006-08-12 Kevin Ryde <user42@zip.com.au> |
| 2 | 20 | ||
| 3 | * os.texi (Time Parsing): Add %z to description of | 21 | * os.texi (Time Parsing): Add %z to description of |