aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
-rw-r--r--lispref/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5ed204449d4..4308708830c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -83,6 +83,12 @@ See the files mac/README and mac/INSTALL for build instructions.
83 83
84* Changes in Emacs 21.4 84* Changes in Emacs 21.4
85 85
86+++
87** Help mode now only makes hyperlinks for faces when the face name is
88preceded or followed by the word `face'. It no longer makes
89hyperlinks for variables without variable documentation, unless
90preceded by one of the words `variable' or `option'.
91
86** The max size of buffers and integers has been doubled. 92** The max size of buffers and integers has been doubled.
87On 32bit machines, it is now 256M (i.e. 268435455). 93On 32bit machines, it is now 256M (i.e. 268435455).
88 94
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 2ea0ab3c9c8..a04ff172a06 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12003-10-22 Luc Teirlinck <teirllm@auburn.edu>
2
3 * tips.texi (Documentation Tips): Document new behavior for face
4 and variable hyperlinks in Help mode.
5
12003-10-21 Luc Teirlinck <teirllm@auburn.edu> 62003-10-21 Luc Teirlinck <teirllm@auburn.edu>
2 7
3 * objects.texi (Integer Type): Update for extra bit of integer range. 8 * objects.texi (Integer Type): Update for extra bit of integer range.