diff options
| author | Eli Zaretskii | 2011-12-05 19:46:27 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-12-05 19:46:27 +0200 |
| commit | 71cc0b7439279dacaa9fa8a6dd97fb073c46551b (patch) | |
| tree | c80eafeb8a2c11edaf353e99f407c3b6a20879cd /lisp/ChangeLog | |
| parent | a7cdbfce1103f45d7ed27a00f8723d3a1ad12b00 (diff) | |
| download | emacs-71cc0b7439279dacaa9fa8a6dd97fb073c46551b.tar.gz emacs-71cc0b7439279dacaa9fa8a6dd97fb073c46551b.zip | |
Fix "C-x =" wrt display of strong RTL characters and directional controls.
lisp/descr-text.el (describe-char): Fix display of strong
right-to-left characters and directional embeddings and overrides.
lisp/simple.el (what-cursor-position): Fix display of codepoints of
strong right-to-left characters by appending LRM.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff9a8ad19df..8cb089d523e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-12-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * descr-text.el (describe-char): Fix display of strong | ||
| 4 | right-to-left characters and directional embeddings and overrides. | ||
| 5 | |||
| 6 | * simple.el (what-cursor-position): Fix display of codepoints of | ||
| 7 | strong right-to-left characters. | ||
| 8 | |||
| 1 | 2011-12-05 Chong Yidong <cyd@gnu.org> | 9 | 2011-12-05 Chong Yidong <cyd@gnu.org> |
| 2 | 10 | ||
| 3 | * faces.el (read-color): Doc fix. | 11 | * faces.el (read-color): Doc fix. |