1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix some entries.

This commit is contained in:
Glenn Morris 2009-10-29 16:44:23 +00:00
parent 47e0e0e4de
commit e0880dcffb

View file

@ -1,19 +1,12 @@
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
* emacs-lisp-intro.texi: Don't change urlcolor or linkcolor in tex
output (not needed and does not work with recent texinfo.tex).
Bump edition number.
2009-10-27 Robert J. Chassell <bob@gnu.org>
* emacs-lisp-intro.texi: Minor change, bump Emacs version
* emacs-lisp-intro.texi: Bump edition number.
2009-10-27 Glenn Morris <rgm@gnu.org>