diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -98,6 +98,9 @@ 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 | ** In Outline mode, hide-body no longer hides lines at the top | ||
| 102 | of the file that precede the first header line. | ||
| 103 | |||
| 101 | +++ | 104 | +++ |
| 102 | ** `set-auto-mode' now gives the interpreter magic line (if present) | 105 | ** `set-auto-mode' now gives the interpreter magic line (if present) |
| 103 | precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration | 106 | precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration |
| @@ -2324,6 +2327,10 @@ configuration files. | |||
| 2324 | * Lisp Changes in Emacs 21.4 | 2327 | * Lisp Changes in Emacs 21.4 |
| 2325 | 2328 | ||
| 2326 | +++ | 2329 | +++ |
| 2330 | ** The new primitive `get-internal-run-time' returns the processor | ||
| 2331 | run time used by Emacs since start-up. | ||
| 2332 | |||
| 2333 | +++ | ||
| 2327 | ** The new function `called-interactively-p' does what many people | 2334 | ** The new function `called-interactively-p' does what many people |
| 2328 | have mistakenly believed `interactively-p' did: it returns t if the | 2335 | have mistakenly believed `interactively-p' did: it returns t if the |
| 2329 | calling function was called through `call-interactively'. | 2336 | calling function was called through `call-interactively'. |