aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-11-20 07:57:39 +0000
committerJuri Linkov2005-11-20 07:57:39 +0000
commitdd949173e77e1f9ac8601905ecff1c074c1ae353 (patch)
tree7708e4585927e6881ea2d5e64e8abba61f7bdde7
parenta26126e7ea2d68c4b248516907c70ea5f69428fd (diff)
downloademacs-dd949173e77e1f9ac8601905ecff1c074c1ae353.tar.gz
emacs-dd949173e77e1f9ac8601905ecff1c074c1ae353.zip
*** empty log message ***
-rw-r--r--man/ChangeLog15
-rw-r--r--src/ChangeLog5
2 files changed, 19 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 7f284eb1f10..0590f63c555 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,16 @@
12005-11-20 Juri Linkov <juri@jurta.org>
2
3 * basic.texi (Position Info): Update examples of the output.
4 Remove the fact that examples are produced in the TeXinfo buffer,
5 because in the Info reader users will get a different output from
6 `C-x ='.
7
8 * building.texi (Compilation Mode): Remove paragraph duplicated
9 from the node `Compilation'. Add `compilation-skip-threshold'.
10
11 * display.texi (Font Lock): Suggest more user-friendly method of
12 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
13
12005-11-18 Richard M. Stallman <rms@gnu.org> 142005-11-18 Richard M. Stallman <rms@gnu.org>
2 15
3 * files.texi (Registering): Mention @@ in mode line. 16 * files.texi (Registering): Mention @@ in mode line.
@@ -90,7 +103,7 @@
90 (Installation): No installation necessary when using autoload. 103 (Installation): No installation necessary when using autoload.
91 (Configuration): Rename "RSS" to "news". 104 (Configuration): Rename "RSS" to "news".
92 105
932005-11-04 Ken Manheimer <ken.manheimer@gmail.com> 1062005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
94 107
95 * pgg.texi (User Commands): Document additional passphrase 108 * pgg.texi (User Commands): Document additional passphrase
96 argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions. 109 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 @@
12005-11-20 Juri Linkov <juri@jurta.org>
2
3 * charset.c (invalid_character): Use Lisp-readable syntax
4 for octal and hex. Reorder decimal, octal and hex values.
5
12005-11-20 Nick Roberts <nickrob@snap.net.nz> 62005-11-20 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that 8 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that