diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62d7cc449ab..10570c2a878 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-10-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (what-cursor-position): Fix the display of the | ||
| 4 | character info for LRE, LRO, RLE, and RLO characters by appending | ||
| 5 | an invisible PDF. | ||
| 6 | |||
| 7 | 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 8 | |||
| 9 | * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer | ||
| 10 | even in case of error; add debug spec; simplify data flow. | ||
| 11 | (with-timeout-handler): Remove. | ||
| 12 | |||
| 1 | 2011-10-12 Michael Albinus <michael.albinus@gmx.de> | 13 | 2011-10-12 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 14 | ||
| 3 | Fix Bug#6019, Bug#9315. | 15 | Fix Bug#6019, Bug#9315. |