diff options
| author | Dave Love | 2000-07-26 11:25:27 +0000 |
|---|---|---|
| committer | Dave Love | 2000-07-26 11:25:27 +0000 |
| commit | 5ed8d5afb0350e3e2404b295c7ea592941abe94d (patch) | |
| tree | 492ea4d935b7b02e725d6f1ad52c83685135609d | |
| parent | b4a12321c5416045d75899873265de74944c6c3e (diff) | |
| download | emacs-5ed8d5afb0350e3e2404b295c7ea592941abe94d.tar.gz 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. | |||
| 17 | 17 | ||
| 18 | ** There is a new configure option `--without-xim' that instructs | 18 | ** There is a new configure option `--without-xim' that instructs |
| 19 | Emacs to not use X Input Methods (XIM), if they these are available. | 19 | Emacs to not use X Input Methods (XIM), if they these are available. |
| 20 | |||
| 21 | ** There is a new configure option `--disable-largefile' to omit | ||
| 22 | Unix-98-style support for large files if that is available. | ||
| 23 | |||
| 24 | ** You can build a 64-bit Emacs for SPARC/Solaris systems which | ||
| 25 | support 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 | |||
| 2889 | POS is the position in the overlay's buffer under the mouse. | 2895 | POS is the position in the overlay's buffer under the mouse. |
| 2890 | 2896 | ||
| 2891 | If OBJECT is a string (an overlay string or a string displayed with | 2897 | If OBJECT is a string (an overlay string or a string displayed with |
| 2892 | the `display' property). POS is the position in that string under the | 2898 | the `display' property), POS is the position in that string under the |
| 2893 | mouse. | 2899 | mouse. |
| 2894 | 2900 | ||
| 2895 | If the value of the `help-echo' property is neither a function nor a | 2901 | If the value of the `help-echo' property is neither a function nor a |