diff options
| author | Paul Eggert | 2011-07-29 14:14:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-29 14:14:19 -0700 |
| commit | eacb6b4bfa897c12c41a4af73f40ab61b45a8548 (patch) | |
| tree | d0f9e055b6780b64db72c65753a793e1d1a59f66 /etc | |
| parent | 5402029425ceee114d7ed071ac981227f0d1fc38 (diff) | |
| parent | 096a60526593c1571da1ec9137b878ad8178f833 (diff) | |
| download | emacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.tar.gz emacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 12 |
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 @@ | |||
| 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'. |
| @@ -173,8 +173,11 @@ in your ~/.authinfo file instead. | |||
| 173 | See the node "Bidirectional Editing" in the Emacs Manual for some | 173 | See the node "Bidirectional Editing" in the Emacs Manual for some |
| 174 | additional documentation. | 174 | additional documentation. |
| 175 | 175 | ||
| 176 | To turn this on in any given buffer, set the buffer-local variable | 176 | To 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 |
| 178 | that includes no right-to-left characters, the result of reordering | ||
| 179 | looks exactly as it did in previous versions, i.e. there's no | ||
| 180 | reordering at all. | ||
| 178 | 181 | ||
| 179 | The buffer-local variable `bidi-paragraph-direction', if non-nil, | 182 | The buffer-local variable `bidi-paragraph-direction', if non-nil, |
| 180 | forces each paragraph in the buffer to have its base direction | 183 | forces 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. | ||
| 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. | ||
| 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 | ||