Mercurial > emacs
comparison lisp/ChangeLog @ 91999:a58e06f6236c
Extend [hv]scroll support to per-window properties.
(image-mode-current-vscroll, image-mode-current-hscroll): Remove.
(image-mode-winprops-alist): New var to replace them.
(image-mode-new-window-functions): New hook.
(image-mode-winprops, image-mode-window-get, image-mode-window-put): New funs.
(image-set-window-vscroll, image-set-window-hscroll): Use them.
Remove the `window' argument, update callers.
(image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
Use the new functions.
(image-mode-reapply-winprops): New fun.
(image-mode): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 21 Feb 2008 03:27:15 +0000 |
parents | eb8f54e30990 |
children | db743b98a24b |
comparison
equal
deleted
inserted
replaced
91998:eb8f54e30990 | 91999:a58e06f6236c |
---|---|
1 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * image-mode.el: Extend [hv]scroll support to per-window properties. | |
4 (image-mode-current-vscroll, image-mode-current-hscroll): Remove. | |
5 (image-mode-winprops-alist): New var to replace them. | |
6 (image-mode-new-window-functions): New hook. | |
7 (image-mode-winprops, image-mode-window-get, image-mode-window-put): | |
8 New funs. | |
9 (image-set-window-vscroll, image-set-window-hscroll): Use them. | |
10 Remove the `window' argument, update callers. | |
11 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll. | |
12 Use the new functions. | |
13 (image-mode-reapply-winprops): New fun. | |
14 (image-mode): Use it. | |
15 | |
1 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com> | 16 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com> |
2 | 17 |
3 * calc/calc-math.el (math-sin-raw): Add optional argument | 18 * calc/calc-math.el (math-sin-raw): Add optional argument |
4 to keep track of original argument. | 19 to keep track of original argument. |
5 (math-cos-raw): Use optional argument when calling | 20 (math-cos-raw): Use optional argument when calling |
29 on Windows. | 44 on Windows. |
30 | 45 |
31 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp> | 46 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp> |
32 | 47 |
33 * ps-mule.el (ps-mule-encode-region): Return a single string. | 48 * ps-mule.el (ps-mule-encode-region): Return a single string. |
34 (ps-mule-plot-string): Adjusted for the above change. | 49 (ps-mule-plot-string): Adjust for the above change. |
35 (ps-mule-encode-header-string): Likewise. | 50 (ps-mule-encode-header-string): Likewise. |
36 | 51 |
37 * international/latin1-disp.el (latin1-display): Don't use | 52 * international/latin1-disp.el (latin1-display): Don't use |
38 ucs-mule-8859-to-mule-unicode. Fix the way of resetting | 53 ucs-mule-8859-to-mule-unicode. Fix the way of resetting |
39 standard-display-table. | 54 standard-display-table. |
40 (latin1-display-identities): Adjusted for the change of what is | 55 (latin1-display-identities): Adjust for the change of what is |
41 returned by (get-language-info charset 'charset). | 56 returned by (get-language-info charset 'charset). |
42 | 57 |
43 * international/mule-util.el (char-displayable-p): Fix for Latin-1 | 58 * international/mule-util.el (char-displayable-p): Fix for Latin-1 |
44 characters and terminal case. | 59 characters and terminal case. |
45 | 60 |