]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 22 Oct 2003 19:23:55 +0000 (19:23 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 22 Oct 2003 19:23:55 +0000 (19:23 +0000)
etc/NEWS
lispref/ChangeLog

index 5ed204449d49ee65e3689f2c8b3772be4cb7bf65..4308708830ca8a710b607df4074266be06c201ff 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -83,6 +83,12 @@ See the files mac/README and mac/INSTALL for build instructions.
 \f
 * 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).
 
index 2ea0ab3c9c8f7bbf42b114a1b8d4dfa780191d9d..a04ff172a06b887b757f289ea6f32a94e69209b6 100644 (file)
@@ -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.