diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d16067c5378..ee97e4f6af1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-05-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * ansi-color.el: Delete unused escape sequences (Bug#6085). | ||
| 4 | (ansi-color-drop-regexp): New constant. | ||
| 5 | (ansi-color-apply, ansi-color-filter-region) | ||
| 6 | (ansi-color-apply-on-region): Delete unrecognized control | ||
| 7 | sequences. | ||
| 8 | (ansi-color-apply): Build string list before calling concat. | ||
| 9 | |||
| 1 | 2010-05-29 Eli Zaretskii <eliz@gnu.org> | 10 | 2010-05-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | Bidi-sensitive word movement with arrow keys. | 12 | Bidi-sensitive word movement with arrow keys. |