aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-14 22:29:47 +0300
committerEli Zaretskii2014-10-14 22:29:47 +0300
commit1d4795e86695a436ef8bcd065caeb448ea442a26 (patch)
tree846240eac8014c5bfc47055e41000913eb5d695a /lisp/ChangeLog
parent3e19f95997c14bd6cfd09518bc848206ee3fd9f8 (diff)
downloademacs-1d4795e86695a436ef8bcd065caeb448ea442a26.tar.gz
emacs-1d4795e86695a436ef8bcd065caeb448ea442a26.zip
Fix display of R2L entries in tabulated-list-mode.
lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Force bidi-paragraph-direction to 'left-to-right'. This fixes buffer-menu display when the first buffer happens to start with R2L letter.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 77ab12faaf9..6b99ae2f22f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12014-10-14 Eli Zaretskii <eliz@gnu.org>
2
3 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Force
4 bidi-paragraph-direction to 'left-to-right'. This fixes
5 buffer-menu display when the first buffer happens to start with
6 R2L letter.
7
12014-10-13 Glenn Morris <rgm@gnu.org> 82014-10-13 Glenn Morris <rgm@gnu.org>
2 9
3 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case) 10 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)