From fde18dae7a5454b32f47ecbfdd893c69d84483d3 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sat, 21 Jun 2003 23:32:00 +0000 Subject: [PATCH] Further adoption to GCC 3.3 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16994 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index 829843414..aee16eb15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2003-06-22 Fred Kiefer + + * Headers/gnustep/gui/NSInputManager.h + Changed ivar _abortFlags to unsigned. Changed all modifier + parameters to unsigned. + * Source/NSInputManager.m (initWithName:host:): + Removed compiler warning about signed/unsigned comparision. + Adopted to changes in header. + * Headers/gnustep/gui/GSLayoutManager.h + Changed ivars layout_glyph and layout_char to unsigned. + * Headers/gnustep/gui/GSLayoutManager_internal.h + Changed elements glyph_length and char_length of structure + glyph_run_head_t to unsigned. + * Source/NSLayoutManager.m + (rectArrayForGlyphRange:...rectCount:, + glyphRangeForBoundingRect:inTextContainer:, + _insertionPointRectForCharacterIndex:textContainer:): + Removed compiler warning about signed/unsigned comparision. + * Source/NSMatrix.m (selectAll:) + Removed compiler warning about signed/unsigned comparision. + * Source/NSPageLayout.m (initWithContentRect:...screen:, readPrintInfo) + Removed compiler warning about signed/unsigned comparision. + * Headers/gnustep/gui/NSPopUpButtonCell.h + Changed ivar _selectedItem to type (id ). + * Source/NSPopUpButtonCell.m (insertItemWithTitle:atIndex:, + selectItemAtIndex:, selectItemWithTitle:, setTitle:) + Corrected type of local variable. + * Source/NSPrintInfo.m + In [+initPrintInfoDefaults] initialize variable printer with nil. + * Source/NSPrintOperation.m (_print) + Removed compiler warning about signed/unsigned comparision. + * Source/NSPrintPanel.m + Added missing include for GSGuiPrivate.h. + (initWithContentRect:...screen:, updateFromPrintInfo) + Removed compiler warning about signed/unsigned comparision. + 2003-06-21 Adam Fedor * Source/NSOutlineView.m ([NSOutlineView -drawRow:clipRect:]):