Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3022:dd34bc8e9423
[xemacs-hg @ 2005-10-25 03:54:01 by ben]
add support for `window-id' property in mswindows
frame-msw.c: New function, like decode_x_frame.
frame-msw.c: Add `window-id' property for MS Windows frames.
author | ben |
---|---|
date | Tue, 25 Oct 2005 03:54:03 +0000 |
parents | 1e7cc382eb16 |
children | d305f4207861 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 24 22:40:21 2005 +0000 +++ b/src/ChangeLog Tue Oct 25 03:54:03 2005 +0000 @@ -1,3 +1,16 @@ +2005-10-24 Ben Wing <ben@xemacs.org> + + * frame-msw.c: + * frame-msw.c (decode_mswindows_frame): + New function, like decode_x_frame. + + * frame-msw.c (mswindows_window_id): + * frame-msw.c (mswindows_frame_property): + * frame-msw.c (mswindows_internal_frame_property_p): + * frame-msw.c (mswindows_frame_properties): + * frame-msw.c (vars_of_frame_mswindows): + Add `window-id' property for MS Windows frames. + 2005-10-24 Ben Wing <ben@xemacs.org> * alloc.c: