Mercurial > emacs
changeset 67043:954ac978c4a8
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 20 Nov 2005 07:57:39 +0000 |
parents | 3bb9881fcbf5 |
children | a40ac89f9800 |
files | man/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <juri@jurta.org> + + * 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 <rms@gnu.org> * 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 <ken.manheimer@gmail.com> +2005-11-04 Ken Manheimer <ken.manheimer@gmail.com> * pgg.texi (User Commands): Document additional passphrase argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
--- 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 <juri@jurta.org> + + * charset.c (invalid_character): Use Lisp-readable syntax + for octal and hex. Reorder decimal, octal and hex values. + 2005-11-20 Nick Roberts <nickrob@snap.net.nz> * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that