From: Luc Teirlinck Date: Wed, 31 Dec 2003 00:32:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f70fe8247da2784b146bc0bd7192a48dbcc2698;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index fd4ffb215b4..ec9aae9357d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -104,7 +104,10 @@ echo area, using `display-local-help'. ** 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'. +preceded by one of the words `variable' or `option'. It now makes +hyperlinks to Info anchors (or nodes) if the anchor (or node) name is +enclosed in single quotes and preceded by `info anchor' or `Info +anchor' (in addition to earlier `info node' and `Info node'). ** The max size of buffers and integers has been doubled. On 32bit machines, it is now 256M (i.e. 268435455). diff --git a/lispref/ChangeLog b/lispref/ChangeLog index e1f2d143e68..dab200a059a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,8 @@ 2003-12-30 Luc Teirlinck + * tips.texi (Documentation Tips): Update item on hyperlinks in + documentation strings. + * errors.texi (Standard Errors): Various small corrections and additions. diff --git a/src/ChangeLog b/src/ChangeLog index 121142703c9..02211b271ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2003-12-30 Luc Teirlinck + + * print.c (Ferror_message_string): Add hyperlink in the docstring + to the definition of `signal' in the Elisp manual. + * eval.c (Fsignal): Ditto. + 2003-12-29 James Clark (tiny change) * fns.c (internal_equal): Return t for two NaN arguments.