diff options
| author | Karl Berry | 2007-05-03 16:47:47 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-05-03 16:47:47 +0000 |
| commit | aec2864888c051088ddec05a6d2974c73a276ce2 (patch) | |
| tree | e061d9f521245bbaf250e6e279e0db281c2605d6 | |
| parent | e84eab401049f9500c87bec9a17488d8ca2d0cc1 (diff) | |
| download | emacs-aec2864888c051088ddec05a6d2974c73a276ce2.tar.gz emacs-aec2864888c051088ddec05a6d2974c73a276ce2.zip | |
make EMACSVER plain 22 for printed version
| -rw-r--r-- | lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | lispref/elisp.texi | 10 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/emacs.texi | 5 |
4 files changed, 13 insertions, 7 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a7663464273..c22f8e66f0f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2007-05-03 Karl Berry <karl@tug.org> | 1 | 2007-05-03 Karl Berry <karl@tug.org> |
| 2 | 2 | ||
| 3 | * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. | 3 | * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. |
| 4 | (EMACSVER) [smallbook]: 22 for printed version. | ||
| 4 | 5 | ||
| 5 | * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, | 6 | * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, |
| 6 | so restore anchor to normal position after defun. Found by Kevin Ryde. | 7 | so restore anchor to normal position after defun. Found by Kevin Ryde. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 3099c88c4e5..1860ae710a0 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -24,16 +24,16 @@ | |||
| 24 | @end ifset | 24 | @end ifset |
| 25 | 25 | ||
| 26 | @c per rms and peterb, use 10pt fonts for the main text, mostly to | 26 | @c per rms and peterb, use 10pt fonts for the main text, mostly to |
| 27 | @c save on paper cost. Also, do not declare @setchapternewpage odd, | 27 | @c save on paper cost. |
| 28 | @c for the same reason. Do this inside @tex for now, so the | 28 | @c Do this inside @tex for now, so current makeinfo does not complain. |
| 29 | @c last-released makeinfo does not complain. | ||
| 30 | @tex | 29 | @tex |
| 31 | @ifset smallbook | 30 | @ifset smallbook |
| 32 | @fonttextsize 10 | 31 | @fonttextsize 10 |
| 33 | @end ifset | 32 | @set EMACSVER 22 |
| 34 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | ||
| 35 | \global\let\urlcolor=\Black % don't print links in grayscale | 33 | \global\let\urlcolor=\Black % don't print links in grayscale |
| 36 | \global\let\linkcolor=\Black | 34 | \global\let\linkcolor=\Black |
| 35 | @end ifset | ||
| 36 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | ||
| 37 | @end tex | 37 | @end tex |
| 38 | 38 | ||
| 39 | @c Combine indices. | 39 | @c Combine indices. |
diff --git a/man/ChangeLog b/man/ChangeLog index 40d86d5ac27..a960322f17e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2007-05-03 Karl Berry <karl@tug.org> | 1 | 2007-05-03 Karl Berry <karl@tug.org> |
| 2 | 2 | ||
| 3 | * emacs.texi (EMACSVER) [smallbook]: 22 for printed version. | ||
| 4 | |||
| 5 | * .cvsignore (*.pdf): new entry. | ||
| 6 | |||
| 3 | * texinfo.tex: update from current version for better pdf generation. | 7 | * texinfo.tex: update from current version for better pdf generation. |
| 4 | 8 | ||
| 5 | * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black | 9 | * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black |
diff --git a/man/emacs.texi b/man/emacs.texi index 2e0c4aa4f50..8ab1eea4a11 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -51,10 +51,11 @@ Software Foundation raise funds for GNU development.'' | |||
| 51 | @tex | 51 | @tex |
| 52 | @ifset smallbook | 52 | @ifset smallbook |
| 53 | @fonttextsize 10 | 53 | @fonttextsize 10 |
| 54 | @end ifset | 54 | @set EMACSVER 22 |
| 55 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | ||
| 56 | \global\let\urlcolor=\Black % don't print links in grayscale | 55 | \global\let\urlcolor=\Black % don't print links in grayscale |
| 57 | \global\let\linkcolor=\Black | 56 | \global\let\linkcolor=\Black |
| 57 | @end ifset | ||
| 58 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | ||
| 58 | @end tex | 59 | @end tex |
| 59 | 60 | ||
| 60 | @defcodeindex op | 61 | @defcodeindex op |