diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index e53824a9ffb..ba6be5c9b5d 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -50,6 +50,9 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00732.html http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html ** Takaaki.Ota@am.sony.com, May 2: table cell menu does not appear at the menubar + Bug is intermittent. + +** david.reitter@gmail.com, May 4: Euro sign bound, Pound sign not bound. (Bug?) * DOCUMENTATION diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 5def92daa6f..5ebee61ecf2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-05-04 Karl Berry + + * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. + 2007-05-04 Eli Zaretskii * tips.texi (Documentation Tips): Rearrange items to place the diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 5d73a38e3fc..2f4a5f0e09d 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -29,7 +29,7 @@ @tex @ifset smallbook @fonttextsize 10 -@set EMACSVER 22 +@set EMACSVER 22.1 \global\let\urlcolor=\Black % don't print links in grayscale \global\let\linkcolor=\Black @end ifset diff --git a/man/ChangeLog b/man/ChangeLog index c3b306a0b7a..c4141f54163 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-05-04 Karl Berry + + * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22. + 2007-05-03 Karl Berry * emacs.texi (EMACSVER) [smallbook]: 22 for printed version. diff --git a/man/emacs.texi b/man/emacs.texi index 54725305e1f..9086745ba66 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -51,7 +51,7 @@ Software Foundation raise funds for GNU development.'' @tex @ifset smallbook @fonttextsize 10 -@set EMACSVER 22 +@set EMACSVER 22.1 \global\let\urlcolor=\Black % don't print links in grayscale \global\let\linkcolor=\Black @end ifset