diff options
| author | Eli Zaretskii | 2016-01-16 14:04:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 14:04:23 +0200 |
| commit | 3ae7934fad7cc3bbd844123bf2143f376dbfab79 (patch) | |
| tree | 3cfec96512d03c2f19552f274e6092006b3f270f | |
| parent | 6165c3649a537da8fe6e883de4823f01d6394dc0 (diff) | |
| download | emacs-3ae7934fad7cc3bbd844123bf2143f376dbfab79.tar.gz emacs-3ae7934fad7cc3bbd844123bf2143f376dbfab79.zip | |
; * etc/NEWS: Mark entries that don't need further treatment.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -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. |
| 1418 | See the "Generators" section of the ELisp manual for the details. | 1416 | See 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. | |||
| 1422 | See the "Finalizer Type" subsection in the ELisp manual for the | 1420 | See the "Finalizer Type" subsection in the ELisp manual for the |
| 1423 | details. | 1421 | details. |
| 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. |
| 1426 | It should be placed right where the docstring would be, and FORM is then | 1425 | It should be placed right where the docstring would be, and FORM is then |
| 1427 | evaluated (and should return a string) when the closure is built. | 1426 | evaluated (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' |
| 1725 | and `window-divider-default-right-width'. | 1725 | and `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. |
| 1728 | Those features have been deprecated in Gtk+ for a long time. | 1729 | Those features have been deprecated in Gtk+ for a long time. |
| 1729 | 1730 | ||