Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 545:9a775fb11bb7
[xemacs-hg @ 2001-05-18 04:39:39 by kkm]
My 3 patches of 05/01-05/03
| author | kkm |
|---|---|
| date | Fri, 18 May 2001 04:39:44 +0000 |
| parents | ffd4d00ff0b6 |
| children | 666d73d6ac56 |
comparison
equal
deleted
inserted
replaced
| 544:ffd4d00ff0b6 | 545:9a775fb11bb7 |
|---|---|
| 1 2001-05-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
| 2 | |
| 3 * lisp.h: (dump_add_opaque): make varaddress parameter const. | |
| 4 | |
| 5 * dumper.c (struct pdump_opaque): make varaddress const. | |
| 6 (dump_add_opaque): make varaddress parameter const. | |
| 7 (pdump_load_finish): override const when copying into | |
| 8 info.varaddress. | |
| 9 | |
| 10 2001-05-02 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
| 11 | |
| 12 * console.h (struct console_methods): Added flags member. | |
| 13 (CONSOLE_IMPLEMENTATION_FLAGS): Defined. | |
| 14 (CONMETH_IMPL_FLAG): | |
| 15 (CONSOLE_IMPL_FLAG): Macro to check implememntation flags. | |
| 16 Defined XDEVIMPF_DONT_PREEMPT_REDISPLAY. | |
| 17 | |
| 18 * device.c (window_system_pixelated_geometry): Use the above macros. | |
| 19 | |
| 20 * device.h (DEVICE_IMPL_FLAG): Macro to check a device | |
| 21 implememntation flag. | |
| 22 * device.h (DEVICE_DISPLAY_P): Use it. | |
| 23 | |
| 24 * frame.c (delete_frame_internal): Use the above macro. | |
| 25 | |
| 26 * redisplay.c (redisplay_device): Use it. | |
| 27 (redisplay_device): Obey XDEVIMPF_DONT_PREEMPT_REDISPLAY. | |
| 28 (redisplay_frame): Ditto. | |
| 29 | |
| 30 * device-msw.c (mswindows_device_implementation_flags): Removed. | |
| 31 (msprinter_device_implementation_flags): Removed. | |
| 32 (console_type_create_device_mswindows): Removed references to | |
| 33 implementation_flags methods, set implementation flags here. | |
| 34 (console_type_create_device_mswindows): Added XDEVIMPF_DONT_PREEMPT. | |
| 35 | |
| 36 * device-gtk.c (gtk_device_implementation_flags): Removed method. | |
| 37 (console_type_create_device_gtk): Removed method declaration. | |
| 38 Added commented out statement which semantically matches the | |
| 39 commented out statement in the above removed method. | |
| 40 | |
| 1 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org> | 41 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
| 2 | 42 |
| 3 * regex.c (DECLARE_NOTHING): Define if !emacs && REGEX_MALLOC. | 43 * regex.c (DECLARE_NOTHING): Define if !emacs && REGEX_MALLOC. |
| 4 | 44 |
| 5 2001-05-11 Yoshiki Hayashi <yoshiki@xemacs.org> | 45 2001-05-11 Yoshiki Hayashi <yoshiki@xemacs.org> |
