diff options
author | Dave Love <fx@gnu.org> | 2000-07-26 11:25:27 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-07-26 11:25:27 +0000 |
commit | 5ed8d5afb0350e3e2404b295c7ea592941abe94d (patch) | |
tree | 492ea4d935b7b02e725d6f1ad52c83685135609d | |
parent | b4a12321c5416045d75899873265de74944c6c3e (diff) | |
download | emacs-5ed8d5afb0350e3e2404b295c7ea592941abe94d.tar.gz emacs-5ed8d5afb0350e3e2404b295c7ea592941abe94d.tar.bz2 emacs-5ed8d5afb0350e3e2404b295c7ea592941abe94d.zip |
--disable-largefile, 64-bit solaris
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -17,6 +17,12 @@ to list them. ** There is a new configure option `--without-xim' that instructs Emacs to not use X Input Methods (XIM), if they these are available. + +** There is a new configure option `--disable-largefile' to omit +Unix-98-style support for large files if that is available. + +** You can build a 64-bit Emacs for SPARC/Solaris systems which +support 64-bit executables. See etc/MACHINES for instructions. * Changes in Emacs 21.1 @@ -2889,7 +2895,7 @@ If OBJECT is an overlay, that overlay has a `help-echo' property, and POS is the position in the overlay's buffer under the mouse. If OBJECT is a string (an overlay string or a string displayed with -the `display' property). POS is the position in that string under the +the `display' property), POS is the position in that string under the mouse. If the value of the `help-echo' property is neither a function nor a |