diff options
| author | Richard M. Stallman | 2004-11-08 16:46:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-08 16:46:59 +0000 |
| commit | 18819b0f49f4bcadd4ee984699dd2a68dd9b4814 (patch) | |
| tree | 3d161796691de06d831cf856a759eeba9ebb9253 | |
| parent | d5d126ea02041a77bbe2012b0c82a38960ce7d5c (diff) | |
| download | emacs-18819b0f49f4bcadd4ee984699dd2a68dd9b4814.tar.gz emacs-18819b0f49f4bcadd4ee984699dd2a68dd9b4814.zip | |
*** empty log message ***
| -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. |