diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2009-10-28 15:54:00 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2009-10-28 15:54:00 +0000 |
commit | 6e3da0ae024a0ebedc87b511f124f2a975932162 (patch) | |
tree | 0fdfa39b64569e0599d5d5173566ba52da0c171c /doc/lispintro | |
parent | 5a916e3569279bedc2edf2d8dd13019ca9fb2698 (diff) | |
download | emacs-6e3da0ae024a0ebedc87b511f124f2a975932162.tar.gz |
removed lines 33 and 34 of emacs-lisp-intro.texi which said
\global\let\urlcolor=\Black % don't print links in grayscale
\global\let\linkcolor=\Black
bumped Emacs version
../../Makefile.in: created new target for PDF of emacs-lisp-intro.pdf
and autoconf'd and configure's the Makefile.in
../misc/texinfo.tex: updated to version 4.13 of 2008-04-18
Diffstat (limited to 'doc/lispintro')
-rw-r--r-- | doc/lispintro/ChangeLog | 13 | ||||
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 7 |
2 files changed, 16 insertions, 4 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 5ef9f52a5b8..5cc2cd19054 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,16 @@ +2009-10-28 Robert J. Chassell <bob@gnu.org> + + * emacs-lisp-intro.texi: removed lines 33 and 34 which said + \global\let\urlcolor=\Black % don't print links in grayscale + \global\let\linkcolor=\Black + + and bumped Emacs version + + * ../../Makefile.in: created new target for PDF of emacs-lisp-intro.pdf + and autoconf'd and configure's the Makefile.in + + * ../misc/texinfo.tex: updated to version 4.13 of 2008-04-18 + 2009-10-27 Robert J. Chassell <bob@gnu.org> * emacs-lisp-intro.texi: Minor change, bump Emacs version diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 6024aaa2e64..6cb7b7921c0 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -30,14 +30,13 @@ @tex @ifset smallbook @fonttextsize 10 -\global\let\urlcolor=\Black % don't print links in grayscale -\global\let\linkcolor=\Black + @end ifset \global\hbadness=6666 % don't worry about not-too-underfull boxes @end tex -@set edition-number 3.09 -@set update-date 27 October 2009 +@set edition-number 3.10 +@set update-date 28 October 2009 @ignore ## Summary of shell commands to create various output formats: |