Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2747:0882ede40b55
[xemacs-hg @ 2005-04-27 09:01:43 by stephent]
suppress WM decorations <87oec0lhmj.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 27 Apr 2005 09:01:48 +0000 |
parents | 3213c79d6672 |
children | 7844ab77b582 |
comparison
equal
deleted
inserted
replaced
2746:9ef1181e0f51 | 2747:0882ede40b55 |
---|---|
1 2005-04-27 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Allow suppression of WM decorations. | |
4 | |
5 * frame-x.c (Qoverride_redirect): New Lisp symbol. | |
6 (syms_of_frame_x): DEFSYMBOL it. | |
7 (x_create_widgets): Maybe set override_redirect property on frame. | |
8 (x_init_frame_1): Parse override-redirect from arguments. | |
9 (default-x-frame-plist): Document usage. | |
10 | |
11 * frame.c (vars_of_frame): Improve docstring. | |
12 | |
1 2005-04-12 Stephen J. Turnbull <stephen@xemacs.org> | 13 2005-04-12 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 14 |
3 * print.c (stderr_out): Document need to convert arguments. | 15 * print.c (stderr_out): Document need to convert arguments. |
4 | 16 |
5 2005-04-06 Stephen J. Turnbull <stephen@xemacs.org> | 17 2005-04-06 Stephen J. Turnbull <stephen@xemacs.org> |