comparison src/ChangeLog @ 3381:374186f156d5

[xemacs-hg @ 2006-05-06 17:55:58 by stephent] metacity maximization fix, see src/ChangeLog. <87ejz7t57b.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 06 May 2006 17:56:00 +0000
parents 72f5451ab2f0
children 3583b965b1c5
comparison
equal deleted inserted replaced
3380:72f5451ab2f0 3381:374186f156d5
1 2006-04-30 Stephen J. Turnbull <stephen@xemacs.org>
2
3 Move geometry management from EmacsFrameResize to x_set_frame_size.
4 Should fix "metacity maximization" bug.
5 Provide (deprecated, temporary) backward compatibility option.
6
7 * EmacsFrame.c (EmacsFrameResize):
8 * frame-x.c (x_set_frame_size):
9 Move call of EmacsManagerChangeSize.
10 Don't bogusly notify WM about size changes the WM asked for.
11
12 * console-x.c (wedge-metacity): New builtin Boolean Lisp variable.
13 * console-x-impl.h (wedge_metacity): Declare C variable.
14 * console-x.c (vars_of_console_x): New function to initialize it.
15 * symsinit.h (vars_of_console_x): declare it.
16 * emacs.c (main_1): Call vars_of_console_x.
17
18 * EmacsFrameP.h (struct EmacsFrame):
19 * EmacsManager.c (EmacsManagerChangeSize):
20 * EmacsShell-sub.c (SuperClassRootGeometryManager):
21 * console-x-impl.h (wedge_metacity):
22 Various comments, some improved documentation, mostly sad comments
23 on the state of the art of Xt programming.
24
25 * frame-x.c (defi): #undef it. (Random code cleanliness.)
26
1 2006-05-06 Aidan Kehoe <kehoea@parhasard.net> 27 2006-05-06 Aidan Kehoe <kehoea@parhasard.net>
2 28
3 * lisp.h (struct Lisp_Subr): 29 * lisp.h (struct Lisp_Subr):
4 Document that prompt, doc, and name should not be char *. 30 Document that prompt, doc, and name should not be char *.
5 * symbols.c (Fsubr_name): 31 * symbols.c (Fsubr_name):