comparison lisp/ChangeLog @ 104366:f02a9f76b408

(log-view-mode-map): Remove `q' binding, and unreliable cvs-mode-map parent hack. (log-view-mode): Derive from special-mode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Aug 2009 17:31:26 +0000
parents fe22bf79af7f
children 13e0436a968a
comparison
equal deleted inserted replaced
104365:fe22bf79af7f 104366:f02a9f76b408
1 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
4 cvs-mode-map parent hack.
5 (log-view-mode): Derive from special-mode.
2 6
3 * linum.el (linum-mode): window-size-change-functions is redundant. 7 * linum.el (linum-mode): window-size-change-functions is redundant.
4 Adapt to new window-configuration-change-hook behavior. 8 Adapt to new window-configuration-change-hook behavior.
5 (linum-after-size, linum-after-config): Remove. 9 (linum-after-size, linum-after-config): Remove.
6 10