# HG changeset patch # User Robert J. Chassell # Date 1162825746 0 # Node ID 5e7931da73ad0d2e153d81b858bdb1c60913dea0 # Parent a44deabfa7357212fb652e9d0a9a04f039f4f788 *** empty log message *** diff -r a44deabfa735 -r 5e7931da73ad lispintro/ChangeLog --- a/lispintro/ChangeLog Mon Nov 06 15:08:45 2006 +0000 +++ b/lispintro/ChangeLog Mon Nov 06 15:09:06 2006 +0000 @@ -1,3 +1,16 @@ +2006-11-06 Robert J. Chassell + + * 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 * 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 * 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