aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2012-12-04 01:46:34 +0100
committerJoakim Verona2012-12-04 01:46:34 +0100
commitd28fde00abbbf26b7c80700b1c9bc18b5079a30e (patch)
tree3bf606901b01f67d6b2eed3998ac6fae9f4518a8 /etc
parentfa8510a9aabe34d367d935b960eab0abbf060e18 (diff)
parentc38a186c2e06e0a351d166c5ef06d7307e145f45 (diff)
downloademacs-d28fde00abbbf26b7c80700b1c9bc18b5079a30e.tar.gz
emacs-d28fde00abbbf26b7c80700b1c9bc18b5079a30e.zip
auto upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 05a57e9afe7..b175843828d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,6 +69,11 @@ New features include:
69 name and arguments. Useful to trace the value of (current-buffer) or 69 name and arguments. Useful to trace the value of (current-buffer) or
70 (point) when the function is invoked. 70 (point) when the function is invoked.
71 71
72** New command `delete-duplicate-lines' has two types of operation:
73when its arg ADJACENT is non-nil (when called interactively with C-u C-u)
74it works like the utility `uniq'. Otherwise by default it deletes
75duplicate lines everywhere in the region without regard to adjacency.
76
72** Woman 77** Woman
73 78
74*** The commands `woman-default-faces' and `woman-monochrome-faces' 79*** The commands `woman-default-faces' and `woman-monochrome-faces'
@@ -812,9 +817,9 @@ The function `user-variable-p' is now an obsolete alias for
812 817
813+++ 818+++
814** The return values of `defalias', `defun' and `defmacro' have changed, 819** The return values of `defalias', `defun' and `defmacro' have changed,
815and are now undefined. For backwards compatibility, defun and 820and are now undefined. For backwards compatibility, `defun' and
816defmacro currently return the name of the newly defined function/macro 821`defmacro' currently return the name of the newly defined
817but this should not be relied upon. 822function/macro, but this should not be relied upon.
818 823
819--- 824---
820** `face-spec-set' no longer sets frame-specific attributes when the 825** `face-spec-set' no longer sets frame-specific attributes when the
@@ -1061,6 +1066,12 @@ takes precedence over most other maps for a short while (normally one key).
1061+++ 1066+++
1062** New macros `setq-local' and `defvar-local'. 1067** New macros `setq-local' and `defvar-local'.
1063 1068
1069** Changes to special forms and macros
1070+++
1071*** `defun' and `defmacro' are now macros rather than special forms
1072+++
1073*** `kbd' is now a function rather than a macro.
1074
1064+++ 1075+++
1065** New fringe bitmap `exclamation-mark'. 1076** New fringe bitmap `exclamation-mark'.
1066 1077