diff options
| author | Kim F. Storm | 2006-09-19 13:12:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-19 13:12:26 +0000 |
| commit | 7bbc67d20f0cb892bc2a200f9a3ae3cd79b4ccd2 (patch) | |
| tree | be094cfed7aa8927598916fc72d210a3387227c3 /lisp/ChangeLog | |
| parent | 08e26e8bfa6ea900b9f213506ec1d053f7e629f4 (diff) | |
| download | emacs-7bbc67d20f0cb892bc2a200f9a3ae3cd79b4ccd2.tar.gz emacs-7bbc67d20f0cb892bc2a200f9a3ae3cd79b4ccd2.zip | |
(Fset_window_hscroll, Fpos_visible_in_window_p):
Doc fix. Use "off-screen" instead of "invisible".
(Fwindow_line_height): Make line numbers 0-based. Make line arg
optional; if nil, use current cursor row. Handle text terminals
properly. Return nil if non-interactive or pseudo-window.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
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 @@ | |||
| 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. |