summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKaroly Lorentey <lorentey@elte.hu>2004-11-13 18:21:48 +0000
committerKaroly Lorentey <lorentey@elte.hu>2004-11-13 18:21:48 +0000
commit3b26c946ce41dda9b7c645d44d073bfecf2bdc12 (patch)
tree3876a1e2626150ed0326fef3ba67fbe64b60f2df /etc
parent44a59c1dd668276dd23c073ebad214d13e1e3fb7 (diff)
parent20eedc7fb3dfea8a07ebca8e56eb0b4904f68937 (diff)
downloademacs-3b26c946ce41dda9b7c645d44d073bfecf2bdc12.tar.gz
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-672 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-266
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5d08bd4d030..726eac5afdb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
+** In Outline mode, hide-body no longer hides lines at the top
+of the file that precede the first header line.
+
+++
** `set-auto-mode' now gives the interpreter magic line (if present)
precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration
@@ -2324,6 +2327,10 @@ configuration files.
* Lisp Changes in Emacs 21.4
+++
+** The new primitive `get-internal-run-time' returns the processor
+run time used by Emacs since start-up.
+
++++
** The new function `called-interactively-p' does what many people
have mistakenly believed `interactively-p' did: it returns t if the
calling function was called through `call-interactively'.