diff options
| -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 |