aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e2bafc909aa..66478c57ab2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -17,6 +17,12 @@ to list them.
17 17
18** There is a new configure option `--without-xim' that instructs 18** There is a new configure option `--without-xim' that instructs
19Emacs to not use X Input Methods (XIM), if they these are available. 19Emacs to not use X Input Methods (XIM), if they these are available.
20
21** There is a new configure option `--disable-largefile' to omit
22Unix-98-style support for large files if that is available.
23
24** You can build a 64-bit Emacs for SPARC/Solaris systems which
25support 64-bit executables. See etc/MACHINES for instructions.
20 26
21* Changes in Emacs 21.1 27* Changes in Emacs 21.1
22 28
@@ -2889,7 +2895,7 @@ If OBJECT is an overlay, that overlay has a `help-echo' property, and
2889POS is the position in the overlay's buffer under the mouse. 2895POS is the position in the overlay's buffer under the mouse.
2890 2896
2891If OBJECT is a string (an overlay string or a string displayed with 2897If OBJECT is a string (an overlay string or a string displayed with
2892the `display' property). POS is the position in that string under the 2898the `display' property), POS is the position in that string under the
2893mouse. 2899mouse.
2894 2900
2895If the value of the `help-echo' property is neither a function nor a 2901If the value of the `help-echo' property is neither a function nor a