aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-16 14:04:23 +0200
committerEli Zaretskii2016-01-16 14:04:23 +0200
commit3ae7934fad7cc3bbd844123bf2143f376dbfab79 (patch)
tree3cfec96512d03c2f19552f274e6092006b3f270f
parent6165c3649a537da8fe6e883de4823f01d6394dc0 (diff)
downloademacs-3ae7934fad7cc3bbd844123bf2143f376dbfab79.tar.gz
emacs-3ae7934fad7cc3bbd844123bf2143f376dbfab79.zip
; * etc/NEWS: Mark entries that don't need further treatment.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9e635798c58..40cfef3e075 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1411,8 +1411,6 @@ buffers to allow certain parts of the text to be writable.
1411+++ 1411+++
1412** New macro `define-advice'. 1412** New macro `define-advice'.
1413 1413
1414** `read-buffer' takes a new `predicate' argument.
1415
1416+++ 1414+++
1417** Emacs Lisp now supports generators. 1415** Emacs Lisp now supports generators.
1418See the "Generators" section of the ELisp manual for the details. 1416See the "Generators" section of the ELisp manual for the details.
@@ -1422,6 +1420,7 @@ See the "Generators" section of the ELisp manual for the details.
1422See the "Finalizer Type" subsection in the ELisp manual for the 1420See the "Finalizer Type" subsection in the ELisp manual for the
1423details. 1421details.
1424 1422
1423---
1425** lexical closures can use (:documentation FORM) to build their docstring. 1424** lexical closures can use (:documentation FORM) to build their docstring.
1426It should be placed right where the docstring would be, and FORM is then 1425It should be placed right where the docstring would be, and FORM is then
1427evaluated (and should return a string) when the closure is built. 1426evaluated (and should return a string) when the closure is built.
@@ -1497,6 +1496,7 @@ permissions set to temporary values (e.g., for creating private files).
1497+++ 1496+++
1498** You can access the slots of structures using `cl-struct-slot-value'. 1497** You can access the slots of structures using `cl-struct-slot-value'.
1499 1498
1499+++
1500** Function `sort' can deal with vectors. 1500** Function `sort' can deal with vectors.
1501 1501
1502** Function `system-name' now returns an updated value if the current 1502** Function `system-name' now returns an updated value if the current
@@ -1724,6 +1724,7 @@ frames.
1724`window-divider-default-places', `window-divider-default-bottom-width' 1724`window-divider-default-places', `window-divider-default-bottom-width'
1725and `window-divider-default-right-width'. 1725and `window-divider-default-right-width'.
1726 1726
1727---
1727** Tearoff menus and detachable toolbars for Gtk+ have been removed. 1728** Tearoff menus and detachable toolbars for Gtk+ have been removed.
1728Those features have been deprecated in Gtk+ for a long time. 1729Those features have been deprecated in Gtk+ for a long time.
1729 1730