# HG changeset patch # User Juri Linkov # Date 1132473459 0 # Node ID 954ac978c4a8c1b85ce08db5cdc058324c7b0000 # Parent 3bb9881fcbf597d7c2ab690943d5a85cf8ba856e *** empty log message *** diff -r 3bb9881fcbf5 -r 954ac978c4a8 man/ChangeLog --- a/man/ChangeLog Sun Nov 20 07:57:25 2005 +0000 +++ b/man/ChangeLog Sun Nov 20 07:57:39 2005 +0000 @@ -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 -r 3bb9881fcbf5 -r 954ac978c4a8 src/ChangeLog --- a/src/ChangeLog Sun Nov 20 07:57:25 2005 +0000 +++ b/src/ChangeLog Sun Nov 20 07:57:39 2005 +0000 @@ -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