changeset 52913:80a49ba70b47

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 22 Oct 2003 19:23:55 +0000
parents 2fdb8b16bceb
children b9fcc4a195bf
files etc/NEWS lispref/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Oct 22 18:33:28 2003 +0000
+++ b/etc/NEWS	Wed Oct 22 19:23:55 2003 +0000
@@ -83,6 +83,12 @@
 
 * Changes in Emacs 21.4
 
++++
+** Help mode now only makes hyperlinks for faces when the face name is
+preceded or followed by the word `face'.  It no longer makes
+hyperlinks for variables without variable documentation, unless
+preceded by one of the words `variable' or `option'.
+
 ** The max size of buffers and integers has been doubled.
 On 32bit machines, it is now 256M (i.e. 268435455).
 
--- a/lispref/ChangeLog	Wed Oct 22 18:33:28 2003 +0000
+++ b/lispref/ChangeLog	Wed Oct 22 19:23:55 2003 +0000
@@ -1,3 +1,8 @@
+2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* tips.texi (Documentation Tips): Document new behavior for face
+	and variable hyperlinks in Help mode.
+
 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* objects.texi (Integer Type): Update for extra bit of integer range.