diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2006-10-31 16:46:53 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2006-10-31 16:46:53 +0000 |
commit | 2c88164433bad656f1880a62041c4022f49a3cb1 (patch) | |
tree | b247bc241639468c7dcec75a58f86e641228c554 /lispintro | |
parent | 61879b3a05a78edf98700cedc88e108afd3d3975 (diff) | |
download | emacs-2c88164433bad656f1880a62041c4022f49a3cb1.tar.gz |
* emacs-lisp-intro.texi: Revised text for kill-region,
copy-region-as-kill, kill-append, kill-new, forward-sentence,
forward-paragraph, find-file, current-kill, yank, and yank-pop.
Removed INSTALL MANIFEST from the directory since those files are
now irrelevant. Updated Info file in ../info. Changed numbering
so is now Revised Third Edition and this instance's edition-number
is 3.00. Did not update ISBN number.
Diffstat (limited to 'lispintro')
-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 @@ +2006-10-31 Robert J. Chassell <bob@rattlesnake.com> + + * emacs-lisp-intro.texi: Revised text for kill-region, + copy-region-as-kill, kill-append, kill-new, forward-sentence, + forward-paragraph, find-file, current-kill, yank, and yank-pop. + Removed INSTALL MANIFEST from the directory since those files are + now irrelevant. Updated Info file in ../info. Changed numbering + so is now Revised Third Edition and this instance's edition-number + is 3.00. Did not update ISBN number. + 2006-10-30 Robert J. Chassell <bob@rattlesnake.com> * emacs-lisp-intro.texi: Many changes since it turned out that |