summaryrefslogtreecommitdiff
path: root/lispintro/ChangeLog
diff options
context:
space:
mode:
authorRobert J. Chassell <bob@rattlesnake.com>2006-11-09 17:05:07 +0000
committerRobert J. Chassell <bob@rattlesnake.com>2006-11-09 17:05:07 +0000
commit303b49618e536c0bffa45a7382555f4e96372a00 (patch)
tree8344e0185dc19222532c8f59b6ebe82e7e14ebd2 /lispintro/ChangeLog
parentce3ba12c88ef9c0179afee9c1844c25e47088222 (diff)
downloademacs-303b49618e536c0bffa45a7382555f4e96372a00.tar.gz
(beginning of emacs-lisp-intro.texi): Add `other shell commands' to
produce additional output formats; total is now ten. (A Loop with an Incrementing Counter, and others): Ensure Info menus will appear in short windows. (Disentangle beginning-of-buffer): Replace `version 21' with `more recent versions'. (Simple Extension): Show how to handle multiple versions by adding an alternative with a test of `>= 21'
Diffstat (limited to 'lispintro/ChangeLog')
-rw-r--r--lispintro/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 62501c7d635..e11d6a4cd92 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -1,3 +1,14 @@
+2006-11-09 Robert J. Chassell <bob@rattlesnake.com>
+
+ * emacs-lisp-intro.texi (at the beginning): Add `other shell
+ commands' to produce additional output formats; total is now ten.
+ (A Loop with an Incrementing Counter, and others): Ensure Info
+ menus will appear in short windows.
+ (Disentangle beginning-of-buffer): Replace `version 21' with `more
+ recent versions'.
+ (Simple Extension): Show how to handle multiple versions by adding
+ an alternative with a test of `>= 21'
+
2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
* emacs-lisp-intro.texi: Finish minor changes seen from DVI output.