diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 24cb6f24d22..99a74f942f2 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-03-02 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * NEWS: Mention finalizers. | ||
| 4 | |||
| 1 | 2015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change) | 5 | 2015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change) |
| 2 | 6 | ||
| 3 | * NEWS.24: Fix typo (bug#19820) | 7 | * NEWS.24: Fix typo (bug#19820) |
| @@ -621,6 +621,9 @@ word syntax, use `\sw' instead. | |||
| 621 | 621 | ||
| 622 | * Lisp Changes in Emacs 25.1 | 622 | * Lisp Changes in Emacs 25.1 |
| 623 | 623 | ||
| 624 | ** New finalizer facility for running code when objects | ||
| 625 | become unreachable. | ||
| 626 | |||
| 624 | ** lexical closures can use (:documentation <form>) to build their docstring. | 627 | ** lexical closures can use (:documentation <form>) to build their docstring. |
| 625 | It should be placed right where the docstring would be, and <form> is then | 628 | It should be placed right where the docstring would be, and <form> is then |
| 626 | evaluated (and should return a string) when the closure is built. | 629 | evaluated (and should return a string) when the closure is built. |