diff options
| -rw-r--r-- | lispintro/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 7313bfc613a..bc9a128b1b9 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-10-31 Robert J. Chassell <bob@rattlesnake.com> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi: Revised text for kill-region, | ||
| 4 | copy-region-as-kill, kill-append, kill-new, forward-sentence, | ||
| 5 | forward-paragraph, find-file, current-kill, yank, and yank-pop. | ||
| 6 | Removed INSTALL MANIFEST from the directory since those files are | ||
| 7 | now irrelevant. Updated Info file in ../info. Changed numbering | ||
| 8 | so is now Revised Third Edition and this instance's edition-number | ||
| 9 | is 3.00. Did not update ISBN number. | ||
| 10 | |||
| 1 | 2006-10-30 Robert J. Chassell <bob@rattlesnake.com> | 11 | 2006-10-30 Robert J. Chassell <bob@rattlesnake.com> |
| 2 | 12 | ||
| 3 | * emacs-lisp-intro.texi: Many changes since it turned out that | 13 | * emacs-lisp-intro.texi: Many changes since it turned out that |