diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b99ae2f22f..7e09336183c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'. | ||
| 4 | Backported (bug#18688). | ||
| 5 | |||
| 1 | 2014-10-14 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-10-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/tabulated-list.el (tabulated-list-mode): Force | 8 | * emacs-lisp/tabulated-list.el (tabulated-list-mode): |
| 4 | bidi-paragraph-direction to 'left-to-right'. This fixes | 9 | Force bidi-paragraph-direction to 'left-to-right'. This fixes |
| 5 | buffer-menu display when the first buffer happens to start with | 10 | buffer-menu display when the first buffer happens to start with |
| 6 | R2L letter. | 11 | R2L letter. |
| 7 | 12 | ||