Mercurial > emacs
changeset 84377:d898f83efc5c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 07 Sep 2007 19:45:15 +0000 |
parents | 584ae8393da8 |
children | 3c9ba55f960b |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Sep 07 19:45:10 2007 +0000 +++ b/src/ChangeLog Fri Sep 07 19:45:15 2007 +0000 @@ -1,3 +1,11 @@ +2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca> + + * frame.c (x_set_frame_parameters): Check number is positive before + using XFASTINT. + + * window.c (freeze_window_start): Don't presume selected_window holds + a window object. + 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change) * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.