summaryrefslogtreecommitdiff
path: root/lispintro
diff options
context:
space:
mode:
authorRobert J. Chassell <bob@rattlesnake.com>2006-11-06 15:09:06 +0000
committerRobert J. Chassell <bob@rattlesnake.com>2006-11-06 15:09:06 +0000
commita9486c8cd097c1a06dc26a9ea12374006b32d4af (patch)
tree3058e4428a1fccfb9dc3870d50a6e11d937a5ad4 /lispintro
parentf51e4349b8d92a3c9dcdd2d9cc1d66f2bad2a21c (diff)
downloademacs-a9486c8cd097c1a06dc26a9ea12374006b32d4af.tar.gz
*** empty log message ***
Diffstat (limited to 'lispintro')
-rw-r--r--lispintro/ChangeLog21
1 files changed, 17 insertions, 4 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 249ae0d3037..62501c7d635 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -1,3 +1,16 @@
+2006-11-06 Robert J. Chassell <bob@rattlesnake.com>
+
+ * emacs-lisp-intro.texi: Finish minor changes seen from DVI output.
+ Replace 22.1.100 with 22.1.1.
+ (current-kill): Mention functions that directly or indirectly call
+ `kill-new', which sets `kill-ring-yank-pointer'.
+ (Understanding current-kill): Change `lasted' to `last'. Remove
+ extraneous parenthesis. Reword item about returning `car' of list.
+ (yank): Remove mention of `rotate-yank-pointer'.
+ (Y Axis Element): Add comment regarding replacement of blank space.
+ (print-Y-axis Penultimate): Explain that `print-graph' will pass
+ `height-of-top-line' so `print-Y-axis' does not have a bug.
+
2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
* emacs-lisp-intro.texi: Yet more minor changes:
@@ -17,7 +30,7 @@
(Miscellaneous): Add filename option, `-H', to `grep' example
(debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent
GNU Emacs'.
- (edebug): More properly state where to place point for 'M-x
+ (edebug): More properly state where to place point for 'M-x
edebug-defun'.
* emacs-lisp-intro.texi: More minor changes.
@@ -115,11 +128,11 @@
2006-08-21 Robert J. Chassell <bob@rattlesnake.com>
* emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
- and pointed towards ../man/texinfo.tex so only one file
- needs updating. Added comment of what to do when building on own.
+ and pointed towards ../man/texinfo.tex so only one file
+ needs updating. Added comment of what to do when building on own.
* texinfo.tex: changed to version 2006-02-13.16
- to enable a DVI build using the more recent versions of TeX.
+ to enable a DVI build using the more recent versions of TeX.
2006-05-25 David Kastrup <dak@gnu.org>