diff options
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -98,6 +98,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 98 | 98 | ||
| 99 | * Changes in Emacs 21.4 | 99 | * Changes in Emacs 21.4 |
| 100 | 100 | ||
| 101 | ** line-move-ignore-invisible now defaults to t. | ||
| 102 | |||
| 101 | ** In Outline mode, hide-body no longer hides lines at the top | 103 | ** In Outline mode, hide-body no longer hides lines at the top |
| 102 | of the file that precede the first header line. | 104 | of the file that precede the first header line. |
| 103 | 105 | ||
| @@ -2326,6 +2328,11 @@ configuration files. | |||
| 2326 | 2328 | ||
| 2327 | * Lisp Changes in Emacs 21.4 | 2329 | * Lisp Changes in Emacs 21.4 |
| 2328 | 2330 | ||
| 2331 | ** The new function syntax-after returns the syntax code | ||
| 2332 | of the character after a specified buffer position, taking account | ||
| 2333 | of text properties as well as the character code. | ||
| 2334 | It returns the value compatibly with char-syntax. | ||
| 2335 | |||
| 2329 | +++ | 2336 | +++ |
| 2330 | ** The new primitive `get-internal-run-time' returns the processor | 2337 | ** The new primitive `get-internal-run-time' returns the processor |
| 2331 | run time used by Emacs since start-up. | 2338 | run time used by Emacs since start-up. |