comparison lisp/ChangeLog @ 72991:0782f0fe772b

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 19 Sep 2006 13:12:26 +0000
parents 54ea774c3eed
children f9bd256c3d41
comparison
equal deleted inserted replaced
72990:2d3156eeb678 72991:0782f0fe772b
1 2006-09-19 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (line-move-partial): Optimize. Try window-line-height
4 before posn-at-point to get vpos of current line.
5
1 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu> 6 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2 7
3 * viper.el: Bumped up version/date of update to reflect the substantial 8 * viper.el: Bumped up version/date of update to reflect the substantial
4 changes done in August 2006. 9 changes done in August 2006.
5 10
6 * viper-cmd (viper-next-line-at-bol): make sure button-at, push-button 11 * viper-cmd (viper-next-line-at-bol): make sure button-at, push-button
7 are defined. 12 are defined.
8 13
9 * ediff-util.el (ediff-add-to-history): new function. 14 * ediff-util.el (ediff-add-to-history): new function.
10 15
11 * ediff.el: use ediff-add-to-history instead of add-to-history. 16 * ediff.el: use ediff-add-to-history instead of add-to-history.
12 17
13 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) 18 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14 19
15 * textmodes/conf-mode.el (conf-space-mode): Doc fix. 20 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
16 Delete duplicate make-local-variable form. 21 Delete duplicate make-local-variable form.
17 (conf-space-keywords): Add autoload cookie. 22 (conf-space-keywords): Add autoload cookie.