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 83388723a23..5bda792cfc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * generic-x.el (bat-generic-mode): Fix regexp for command line | ||
| 4 | switches (Bug#5719). | ||
| 5 | |||
| 1 | 2010-06-27 Masatake YAMATO <yamato@redhat.com> | 6 | 2010-06-27 Masatake YAMATO <yamato@redhat.com> |
| 2 | 7 | ||
| 3 | * htmlfontify.el (hfy-face-attr-for-class): Use `append' instead | 8 | * htmlfontify.el (hfy-face-attr-for-class): Use append instead |
| 4 | of `nconc' (Bug#6239). | 9 | of nconc to avoid pure storage error (Bug#6239). |
| 5 | 10 | ||
| 6 | 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change) | 11 | 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change) |
| 7 | 12 | ||