aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-07-29 14:14:19 -0700
committerPaul Eggert2011-07-29 14:14:19 -0700
commiteacb6b4bfa897c12c41a4af73f40ab61b45a8548 (patch)
treed0f9e055b6780b64db72c65753a793e1d1a59f66 /etc
parent5402029425ceee114d7ed071ac981227f0d1fc38 (diff)
parent096a60526593c1571da1ec9137b878ad8178f833 (diff)
downloademacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.tar.gz
emacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS12
2 files changed, 14 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index a5d209774ea..e54e8d81b8a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-07-28 Andreas Schwab <schwab@linux-m68k.org>
2
3 * NEWS: Document ## and #:.
4
12011-07-28 Carsten Dominik <carsten.dominik@gmail.com> 52011-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'.
diff --git a/etc/NEWS b/etc/NEWS
index ffce9da51e4..6a1bb6c1c5e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -173,8 +173,11 @@ in your ~/.authinfo file instead.
173See the node "Bidirectional Editing" in the Emacs Manual for some 173See the node "Bidirectional Editing" in the Emacs Manual for some
174additional documentation. 174additional documentation.
175 175
176To turn this on in any given buffer, set the buffer-local variable 176To turn this off in any given buffer, set the buffer-local variable
177`bidi-display-reordering' to a non-nil value. The default is nil. 177`bidi-display-reordering' to a nil value. The default is t. For text
178that includes no right-to-left characters, the result of reordering
179looks exactly as it did in previous versions, i.e. there's no
180reordering at all.
178 181
179The buffer-local variable `bidi-paragraph-direction', if non-nil, 182The buffer-local variable `bidi-paragraph-direction', if non-nil,
180forces each paragraph in the buffer to have its base direction 183forces each paragraph in the buffer to have its base direction
@@ -1164,6 +1167,11 @@ as well as those in the -*- line.
1164** 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.
1165 1168
1166** keymaps can inherit from multiple parents. 1169** keymaps can inherit from multiple parents.
1170
1171** New reader macro ## which stands for the empty symbol.
1172This 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
1174an empty uninterned symbol.
1167 1175
1168* Changes in Emacs 24.1 on non-free operating systems 1176* Changes in Emacs 24.1 on non-free operating systems
1169 1177