diff options
| author | Kim F. Storm | 2006-09-15 21:24:45 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-15 21:24:45 +0000 |
| commit | 0c9337fbd80574312e71c6e65acfb787a4312e26 (patch) | |
| tree | 25d0f04a6259386436df06f9f9cfc7dcb82b3412 | |
| parent | ba646e8d2c3638db66bd6da33c52d17f91a9fc13 (diff) | |
| download | emacs-0c9337fbd80574312e71c6e65acfb787a4312e26.tar.gz emacs-0c9337fbd80574312e71c6e65acfb787a4312e26.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 977c78fd2f4..1a94a34f7cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2006-09-15 Kim F. Storm <storm@cua.dk> | 1 | 2006-09-15 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * help.el (describe-key): Handle C-h k in *Help* buffer; collect | ||
| 4 | all necessary information about the event before erasing *Help*. | ||
| 5 | |||
| 3 | * simple.el (line-move-partial): Use window-line-visiblity to | 6 | * simple.el (line-move-partial): Use window-line-visiblity to |
| 4 | quickly check whether last line is partially visible, and only do | 7 | quickly check whether last line is partially visible, and only do |
| 5 | the hard (and slow) part in that case. | 8 | the hard (and slow) part in that case. |
diff --git a/src/ChangeLog b/src/ChangeLog index aeca47abb5b..b0ad3463b50 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-09-15 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * window.c (Fwindow_line_visibility): New defun for line-move-partial. | ||
| 4 | (syms_of_window): Defsubr it. | ||
| 5 | (Fwindow_end): Use window's buffer rather than current buffer. | ||
| 6 | |||
| 1 | 2006-09-15 Jay Belanger <belanger@truman.edu> | 7 | 2006-09-15 Jay Belanger <belanger@truman.edu> |
| 2 | 8 | ||
| 3 | * COPYING: Replace "Library Public License" by "Lesser Public | 9 | * COPYING: Replace "Library Public License" by "Lesser Public |