# HG changeset patch # User Eli Zaretskii # Date 1154691825 0 # Node ID 792164bfdf71625218106e6bc3a8ba2e7cd87167 # Parent cba77d605fbab5e1d3ae229bebb02cf377725a92 *** empty log message *** diff -r cba77d605fba -r 792164bfdf71 man/ChangeLog --- a/man/ChangeLog Fri Aug 04 11:43:27 2006 +0000 +++ b/man/ChangeLog Fri Aug 04 11:43:45 2006 +0000 @@ -1,3 +1,8 @@ +2006-08-04 Eli Zaretskii + + * cmdargs.texi (Window Size X) <--geometry>: Only width and height + apply to all frames. + 2006-08-03 Michael Olson * erc.texi: Update for ERC 5.1.4. diff -r cba77d605fba -r 792164bfdf71 src/ChangeLog --- a/src/ChangeLog Fri Aug 04 11:43:27 2006 +0000 +++ b/src/ChangeLog Fri Aug 04 11:43:45 2006 +0000 @@ -1,3 +1,8 @@ +2006-08-04 Ralf Angeli + + * w32fns.c (w32_createwindow): Handle -geometry command line option + and the geometry settings in the Registry. + 2006-08-04 Kenichi Handa * w32fns.c (w32_query_font): Compare names by ignoring case.