aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2003-12-31 00:32:19 +0000
committerLuc Teirlinck2003-12-31 00:32:19 +0000
commit3f70fe8247da2784b146bc0bd7192a48dbcc2698 (patch)
treeb49b56796a8cc17d57ac371b1878f2230ff60ab0
parent3297ec22bdbd94a252c53fa51b588c084775be05 (diff)
downloademacs-3f70fe8247da2784b146bc0bd7192a48dbcc2698.tar.gz
emacs-3f70fe8247da2784b146bc0bd7192a48dbcc2698.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lispref/ChangeLog3
-rw-r--r--src/ChangeLog6
3 files changed, 13 insertions, 1 deletions
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'.
104** Help mode now only makes hyperlinks for faces when the face name is 104** Help mode now only makes hyperlinks for faces when the face name is
105preceded or followed by the word `face'. It no longer makes 105preceded or followed by the word `face'. It no longer makes
106hyperlinks for variables without variable documentation, unless 106hyperlinks for variables without variable documentation, unless
107preceded by one of the words `variable' or `option'. 107preceded by one of the words `variable' or `option'. It now makes
108hyperlinks to Info anchors (or nodes) if the anchor (or node) name is
109enclosed in single quotes and preceded by `info anchor' or `Info
110anchor' (in addition to earlier `info node' and `Info node').
108 111
109** The max size of buffers and integers has been doubled. 112** The max size of buffers and integers has been doubled.
110On 32bit machines, it is now 256M (i.e. 268435455). 113On 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 @@
12003-12-30 Luc Teirlinck <teirllm@auburn.edu> 12003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2 2
3 * tips.texi (Documentation Tips): Update item on hyperlinks in
4 documentation strings.
5
3 * errors.texi (Standard Errors): Various small corrections and 6 * errors.texi (Standard Errors): Various small corrections and
4 additions. 7 additions.
5 8
diff --git a/src/ChangeLog b/src/ChangeLog
index 121142703c9..02211b271ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2
3 * print.c (Ferror_message_string): Add hyperlink in the docstring
4 to the definition of `signal' in the Elisp manual.
5 * eval.c (Fsignal): Ditto.
6
12003-12-29 James Clark <jjc@jclark.com> (tiny change) 72003-12-29 James Clark <jjc@jclark.com> (tiny change)
2 8
3 * fns.c (internal_equal): Return t for two NaN arguments. 9 * fns.c (internal_equal): Return t for two NaN arguments.