diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 469ff08d652..22db4c3fe86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-31 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * linum.el (linum-unload-function): New function. | ||
| 4 | |||
| 1 | 2008-01-30 Juanma Barranquero <lekktu@gmail.com> | 5 | 2008-01-30 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * emacs-lisp/check-declare.el (check-declare-directory): | 7 | * emacs-lisp/check-declare.el (check-declare-directory): |
| @@ -70,8 +74,7 @@ | |||
| 70 | 74 | ||
| 71 | * image-mode.el (image-mode-current-vscroll) | 75 | * image-mode.el (image-mode-current-vscroll) |
| 72 | (image-mode-current-hscroll): New variables. | 76 | (image-mode-current-hscroll): New variables. |
| 73 | (image-set-window-hscroll, image-set-window-vscroll): New | 77 | (image-set-window-hscroll, image-set-window-vscroll): New functions. |
| 74 | functions. | ||
| 75 | (image-forward-hscroll, image-next-line, image-bol, image-eol) | 78 | (image-forward-hscroll, image-next-line, image-bol, image-eol) |
| 76 | (image-bob, image-eob): Use them. | 79 | (image-bob, image-eob): Use them. |
| 77 | (image-reset-current-vhscroll): New function. | 80 | (image-reset-current-vhscroll): New function. |