Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5515:f87be7ddd60d
Simplify clear_region interface.
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2011-05-29 Didier Verna <didier@xemacs.org>
* console-impl.h (struct console_methods): Remove device parameter
from the clear_region method prototype.
* redisplay-output.c (redisplay_clear_region): Remove the device
parameter from the clear_region method call.
* console-stream.c (stream_clear_region):
* redisplay-msw.c (mswindows_clear_region):
* redisplay-tty.c (tty_clear_region): Update accordingly.
* redisplay-xlike-inc.c (XLIKE_clear_region): Ditto. Get the
device from the frame structure instead.
| author | Didier Verna <didier@lrde.epita.fr> |
|---|---|
| date | Sun, 29 May 2011 20:56:07 +0200 |
| parents | 4aa8ee813265 |
| children | fa5fc2e3d9a6 |
comparison
equal
deleted
inserted
replaced
| 5514:9d519ab9fd68 | 5515:f87be7ddd60d |
|---|---|
| 1 2011-05-29 Didier Verna <didier@xemacs.org> | |
| 2 | |
| 3 * console-impl.h (struct console_methods): Remove device parameter | |
| 4 from the clear_region method prototype. | |
| 5 * redisplay-output.c (redisplay_clear_region): Remove the device | |
| 6 parameter from the clear_region method call. | |
| 7 * console-stream.c (stream_clear_region): | |
| 8 * redisplay-msw.c (mswindows_clear_region): | |
| 9 * redisplay-tty.c (tty_clear_region): Update accordingly. | |
| 10 * redisplay-xlike-inc.c (XLIKE_clear_region): Ditto. Get the | |
| 11 device from the frame structure instead. | |
| 12 | |
| 1 2011-05-20 Jerry James <james@xemacs.org> | 13 2011-05-20 Jerry James <james@xemacs.org> |
| 2 | 14 |
| 3 * Makefile.in.in: Default DESTDIR to the empty string, and use it in | 15 * Makefile.in.in: Default DESTDIR to the empty string, and use it in |
| 4 install targets. | 16 install targets. |
| 5 | 17 |
