]> code.delx.au - gnu-emacs/blobdiff - lispintro/ChangeLog
Finish minor changes seen from DVI output.
[gnu-emacs] / lispintro / ChangeLog
index 249ae0d3037f7c1c64c9316fbea3687bb94122d5..62501c7d6350c6b0c9f30a4e8656d00153fadaed 100644 (file)
@@ -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.
 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>