comparison lisp/ChangeLog @ 101333:3c967cc822f1

Added missing ChangeLog entry
author John Wiegley <johnw@newartisans.com>
date Thu, 22 Jan 2009 01:43:02 +0000
parents b0eef2ac5a59
children 6fae1c70603e
comparison
equal deleted inserted replaced
101332:2a6f8380eb41 101333:3c967cc822f1
1 2009-01-21 John Wiegley <johnw@newartisans.com>
2
3 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
4 list of output filters.
5 (eshell-mode): Change the default binding of C-a to eshell-bol. I
6 don't think it's actually bound at all by default in eshell; it
7 just falls back to the default binding of C-a.
8
1 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca> 9 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * minibuffer.el (completion--insert-strings): Fix up computation of 11 * minibuffer.el (completion--insert-strings): Fix up computation of
4 column position which manifested e.g. in proced's signal completion. 12 column position which manifested e.g. in proced's signal completion.
5 13