From: Juri Linkov Date: Sun, 20 Nov 2005 07:57:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~5748 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd949173e77e1f9ac8601905ecff1c074c1ae353;p=emacs.git *** empty log message *** --- diff --git a/man/ChangeLog b/man/ChangeLog index 7f284eb1f10..0590f63c555 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,16 @@ +2005-11-20 Juri Linkov + + * basic.texi (Position Info): Update examples of the output. + Remove the fact that examples are produced in the TeXinfo buffer, + because in the Info reader users will get a different output from + `C-x ='. + + * building.texi (Compilation Mode): Remove paragraph duplicated + from the node `Compilation'. Add `compilation-skip-threshold'. + + * display.texi (Font Lock): Suggest more user-friendly method of + finding all Font Lock faces (M-x customize-group RET font-lock-faces). + 2005-11-18 Richard M. Stallman * files.texi (Registering): Mention @@ in mode line. @@ -90,7 +103,7 @@ (Installation): No installation necessary when using autoload. (Configuration): Rename "RSS" to "news". -2005-11-04 Ken Manheimer +2005-11-04 Ken Manheimer * pgg.texi (User Commands): Document additional passphrase argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions. diff --git a/src/ChangeLog b/src/ChangeLog index 342a76d6fdc..548b9b1b959 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-11-20 Juri Linkov + + * charset.c (invalid_character): Use Lisp-readable syntax + for octal and hex. Reorder decimal, octal and hex values. + 2005-11-20 Nick Roberts * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that