diff options
| author | Andreas Schwab | 2011-07-28 22:23:19 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2011-07-28 22:23:19 +0200 |
| commit | 43dc9f5b0187276c24e1f63f2a23ba4b81c20e07 (patch) | |
| tree | 8e80347b8aec3423ba82dbfca1877f9bb17b7b62 | |
| parent | 9a79b20c28f48ff640df50d74185b39acf0850a7 (diff) | |
| download | emacs-43dc9f5b0187276c24e1f63f2a23ba4b81c20e07.tar.gz emacs-43dc9f5b0187276c24e1f63f2a23ba4b81c20e07.zip | |
Update NEWS
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index a5d209774ea..e54e8d81b8a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-07-28 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * NEWS: Document ## and #:. | ||
| 4 | |||
| 1 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 5 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| 2 | 6 | ||
| 3 | * refcards/orgcard.tex: Document `org-copy-visible'. | 7 | * refcards/orgcard.tex: Document `org-copy-visible'. |
| @@ -1167,6 +1167,11 @@ as well as those in the -*- line. | |||
| 1167 | ** rx.el has a new `group-n' construct for explicitly numbered groups. | 1167 | ** rx.el has a new `group-n' construct for explicitly numbered groups. |
| 1168 | 1168 | ||
| 1169 | ** keymaps can inherit from multiple parents. | 1169 | ** keymaps can inherit from multiple parents. |
| 1170 | |||
| 1171 | ** New reader macro ## which stands for the empty symbol. | ||
| 1172 | This means that the empty symbol can now be read back. Also, #: by itself | ||
| 1173 | (when not immediately followed by a possible symbol character) stands for | ||
| 1174 | an empty uninterned symbol. | ||
| 1170 | 1175 | ||
| 1171 | * Changes in Emacs 24.1 on non-free operating systems | 1176 | * Changes in Emacs 24.1 on non-free operating systems |
| 1172 | 1177 | ||