aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2fbf08894a6..724a6841bb7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,15 +1,20 @@
12006-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
12006-09-18 Michael Kifer <kifer@cs.stonybrook.edu> 62006-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
132006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) 182006-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.