# HG changeset patch # User Adrian Robert # Date 1253730110 0 # Node ID 6328a1c36ddb612cdf503da730d2aed758f475f5 # Parent 8f8d9575094067c152e0ee4ea9fd69797cff067d * nsterm.m (EV_TIMESTAMP, x_set_window_size) (EmacsApp-application:openFiles:): Remove GNUstep conditionals. (EmacsScroller-setPosition:portion:whole:): Remove -display call under GNUstep. (EmacsView-initFrameFromEmacs:): Set autoresizing mask. * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for glyph advancement. diff -r 8f8d95750940 -r 6328a1c36ddb src/ChangeLog --- a/src/ChangeLog Wed Sep 23 18:21:04 2009 +0000 +++ b/src/ChangeLog Wed Sep 23 18:21:50 2009 +0000 @@ -1,3 +1,14 @@ +2009-09-23 Adrian Robert + + * nsterm.m (EV_TIMESTAMP, x_set_window_size) + (EmacsApp-application:openFiles:): Remove GNUstep conditionals. + (EmacsScroller-setPosition:portion:whole:): Remove -display call + under GNUstep. + (EmacsView-initFrameFromEmacs:): Set autoresizing mask. + + * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for + glyph advancement. + 2009-09-22 Adrian Robert * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.