diff options
| author | Eli Zaretskii | 2011-08-18 13:53:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-18 13:53:55 +0300 |
| commit | c094bb0cf7eee9defdd76b8432dcbc24a7c6856d (patch) | |
| tree | 924c51e3b5751afa43cad773694e6568e55c9e4c /doc/lispref/ChangeLog | |
| parent | 4dcb0d7a58bff52c1155fd93c03dcab4567038f2 (diff) | |
| download | emacs-c094bb0cf7eee9defdd76b8432dcbc24a7c6856d.tar.gz emacs-c094bb0cf7eee9defdd76b8432dcbc24a7c6856d.zip | |
Improve documentation of bidi in ELisp manual.
doc/lispref/nonascii.texi (Character Properties): Document use of
`bidi-class' and `mirroring' properties as part of reordering.
Provide cross-references to "Bidirectional Display".
doc/lispref/display.texi (Bidirectional Display): Document the pitfalls of
concatenating strings with bidirectional content, with possible
solutions. Document string-mark-left-to-right. Mention paragraph
direction in modes that inherit from prog-mode. Document use of
`bidi-class' and `mirroring' properties as part of reordering.
etc/NEWS: Mark string-mark-left-to-right as documented.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 56175a34eee..03a20ba5830 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * nonascii.texi (Character Properties): Document use of | ||
| 4 | `bidi-class' and `mirroring' properties as part of reordering. | ||
| 5 | Provide cross-references to "Bidirectional Display". | ||
| 6 | |||
| 7 | * display.texi (Bidirectional Display): Document the pitfalls of | ||
| 8 | concatenating strings with bidirectional content, with possible | ||
| 9 | solutions. Document string-mark-left-to-right. Mention paragraph | ||
| 10 | direction in modes that inherit from prog-mode. Document use of | ||
| 11 | `bidi-class' and `mirroring' properties as part of reordering. | ||
| 12 | |||
| 1 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> | 13 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * modes.texi (Major Mode Conventions): Improve the documentation | 15 | * modes.texi (Major Mode Conventions): Improve the documentation |