diff --git a/ChangeLog b/ChangeLog index d540661ec..c3f2bb0e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-06-11 Adam Fedor + + * Version 0.9.3 + * Documentation/ReleaseNotes.gsdoc: New file + * Documentation/GNUmakefile: generate ReleaseNotes. Update + GuiUser make + * Documentation/GuiUser/GNUmakefile: New file. + * Source/DocMakefile: Remove GuiUser generation. + 2004-06-09 Quentin Mathe * Source/NSComboBoxCell.m: Improved look, added constrained height and diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index c9fb52c01..4800e09f1 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -29,7 +29,9 @@ include $(GNUSTEP_MAKEFILES)/common.make include ../Version # The documents to be generated -DOCUMENT_NAME = gnustep-gui +DOCUMENT_NAME = gnustep-gui ReleaseNotes + +SUBPROJECTS = General GuiUser # The text documents to be generated DOCUMENT_TEXT_NAME = \ @@ -65,20 +67,22 @@ BUGS_DOC_INSTALL_DIR = Developer/Gui/ReleaseNotes/$(VERSION) # Manual pages to install MAN1_PAGES = gopen.1 make_services.1 -# +ReleaseNotes_AGSDOC_FILES = ReleaseNotes.gsdoc +ReleaseNotes_DOC_INSTALL_DIR = Developer/Gui + # NB. Library reference documentation is generated by rules in the postamble # file using the make file ../Source/DocMakefile. If headers are added to the # library, you need to modify that file to get the autogsdoc tool to use them. # -DOCUMENT_NAME = Gui GuiAdditions GuiUser +DOCUMENT_NAME += Gui GuiAdditions Gui_DOC_INSTALL_DIR = Developer/Gui/Reference GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Additions -GuiUser_DOC_INSTALL_DIR = User/Gui -include GNUmakefile.preamble -include GNUmakefile.local +include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/documentation.make -include GNUmakefile.postamble diff --git a/Documentation/Gui/GNUmakefile b/Documentation/General/GNUmakefile similarity index 56% rename from Documentation/Gui/GNUmakefile rename to Documentation/General/GNUmakefile index d6c24b1a9..6a43dd991 100644 --- a/Documentation/Gui/GNUmakefile +++ b/Documentation/General/GNUmakefile @@ -1,6 +1,7 @@ # -# Gui gsdoc makefile for the GNUstep Gui Library -# Copyright (C) 2000 Free Software Foundation, Inc. +# Makefile for GNUstep Gui Library documentation. +# +# Copyright (C) 2002 Free Software Foundation, Inc. # # Written by: Adam Fedor # @@ -18,41 +19,27 @@ # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA +# # Install into the system root by default GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) -GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../gui.make include $(GNUSTEP_MAKEFILES)/common.make +include ../../config.make -# The documents to be generated -DOCUMENT_NAME = Gui +DOCUMENT_NAME = General -Gui_AGSDOC_FILES = \ - Introduction.gsdoc \ - DefaultsSummary.gsdoc \ - LanguageSetup.gsdoc \ - NSBundleAdditions.gsdoc \ - NSCoderAdditions.gsdoc \ - NSMutableAttributedStringAdditions.gsdoc \ - NSMutableParagraphStyle.gsdoc \ - NSStringAdditions.gsdoc \ +General_DOC_INSTALL_DIR = Developer/Gui -Gui_AGSDOC_FLAGS = \ - -DocumentationDirectory . \ - -Declared AppKit \ - -Standards YES \ - -WordMap '{\ - APPKIT_EXPORT=extern;APPKIT_DECLARE="";\ - }' -Up Gui - -Gui_DOC_INSTALL_DIR = Developer/Gui/Reference - --include GNUmakefile.preamble - --include GNUmakefile.local +General_AGSDOC_FILES = \ +OpenStepCompliance.gsdoc \ include $(GNUSTEP_MAKEFILES)/documentation.make --include GNUmakefile.postamble +# +# Ensure that our destination subdirectory exists in the Documentation +# directory, and temporarily copy the base source file here for autogsdoc +# to use. +# +#before-all:: diff --git a/Documentation/General/OpenStepCompliance.gsdoc b/Documentation/General/OpenStepCompliance.gsdoc new file mode 100644 index 000000000..f0e2bf276 --- /dev/null +++ b/Documentation/General/OpenStepCompliance.gsdoc @@ -0,0 +1,135 @@ + + + + + OpenStep Compliance + + + + + Classes +

+ This file documents the complance of all the classes in the + GNUstep Gui library. Note that the following is just a best guess + as to the compliance of the classes. Each class was checked to make + sure it implemented all the documented OpenStep methods and functions. + In addition, extensive testing has been performed on the GNUstep Gui + Library, and it is believed, to the best of our knowledge, that it + operates according to the OpenStep specification, with the caveat that + there are always bugs in any implementation and there are most likely + bugs in the current implementation that we are not aware of. +

+

+ The following classes conform to the OpenStep specification: +

+ + NSActionCell + NSBox + NSBrowser + NSBrowserCell + NSBundleAdditions + NSButton + NSButtonCell + NSCachedImageRep + NSClipView + NSColor + NSColorList + NSColorPanel + NSColorPicker + NSColorWell + NSControl + NSCursor + NSCustomImageRep + NSEvent + NSFont + NSFontManager + NSForm + NSFormCell + NSImage + NSImageRep + NSMenu + NSOpenPanel + NSPanel + NSPasteboard + NSPopUpButton + NSPrintInfo + NSPrintOperation + NSResponder + NSScreen + NSScroller + NSSelection + NSSlider + NSSliderCell + NSSpellChecker + NSSpellServer + NSSplitView + NSText + NSTextField + NSTextFieldCell + NSView + All Protocols + +

+ The following classes are only partially implemented +

+ + NSApplication + -preventWindowOrdering, -orderFrontColorPanel:, + -orderFrondDataLinkPanel:, -orderFrontHelpPanel:, + -runPageLayout: not implemented. In -activateIgnoringOtherApps:, + the flag is ignored. + NSBitmapImageRep + -initWithFocusedViewRect: not implemented in art backend. + +TIFFRepresentationOfImageRepsInArray:usingCompression:factor: + not fully implemented. + NSCell + -setFloatingPointFormat:left:right: not implemented. + -setEntryType: not complete. + NSFontPanel + -setAccessoryView: not implemented. + NSMatrix + -setValidateSize: not implemented + NSPageLayout + -setAccessoryView: not implemented. Several methods have been + depreciated because they don't do anything useful. + NSPrintPanel + -setAccessoryView: not implemented. Several methods have been + depreciated because they don't do anything useful. + NSPrinter + Doesn't really get all the information it needs correctly. + NSSavePanel + NSCoding protocol not implemented. + NSScrollView + -toggleRuler: and -isRulerVisible: not + implemented. (Replaced by similar methods). + NSWindow + -resizeFlags not implemented. + NSWorkspace + Many methods require a proper window and workspace + manager application to be used. + Functions + Following are not implemented: NSReadPixel, all text functions, + NSFrameLinkRect. + +

+ The following OpenStep classes are not implemented. The usefulness + of these classes is marginal, so there is a very low priority on + implementing them. However, we would be pleased to accept + their contribution should anyone care to implement them and assign + the copyright to the Free Software Foundation. +

+ + NSCStringText + NSCoderAdditions + NSDataLink + NSDataLinkManager + NSDataLinkPanel + NSEPSImageRep + NSHelpPanel (replaced by NSHelpManager) + NSMenuCell (replaced by NSMenuItem[Cell]) + + +
+ +
+ diff --git a/Documentation/Gui/.cvsignore b/Documentation/Gui/.cvsignore index 6f7e09c46..070850be2 100644 --- a/Documentation/Gui/.cvsignore +++ b/Documentation/Gui/.cvsignore @@ -1,218 +1,110 @@ +*.html Functions.gsdoc -Functions.html GSDisplayServer.gsdoc -GSDisplayServer.html GSHbox.gsdoc -GSHbox.html GSTable.gsdoc -GSTable.html GSVbox.gsdoc -GSVbox.html -Gui.html Gui.igsdoc NSActionCell.gsdoc -NSActionCell.html NSAffineTransform.gsdoc -NSAffineTransform.html NSApplication.gsdoc -NSApplication.html NSBezierPath.gsdoc -NSBezierPath.html NSBitmapImageRep.gsdoc -NSBitmapImageRep.html NSBox.gsdoc -NSBox.html NSBrowserCell.gsdoc -NSBrowserCell.html NSBrowser.gsdoc -NSBrowser.html NSButtonCell.gsdoc -NSButtonCell.html NSButton.gsdoc -NSButton.html NSCachedImageRep.gsdoc -NSCachedImageRep.html NSCell.gsdoc -NSCell.html NSClipView.gsdoc -NSClipView.html NSColor.gsdoc -NSColor.html NSColorList.gsdoc -NSColorList.html NSColorPanel.gsdoc -NSColorPanel.html NSColorPicker.gsdoc -NSColorPicker.html NSColorWell.gsdoc -NSColorWell.html NSComboBoxCell.gsdoc -NSComboBoxCell.html NSComboBox.gsdoc -NSComboBox.html NSControl.gsdoc -NSControl.html NSCursor.gsdoc -NSCursor.html NSCustomImageRep.gsdoc -NSCustomImageRep.html NSDataLink.gsdoc -NSDataLink.html NSDataLinkManager.gsdoc -NSDataLinkManager.html NSDataLinkPanel.gsdoc -NSDataLinkPanel.html NSDocumentController.gsdoc -NSDocumentController.html NSDocument.gsdoc -NSDocument.html NSDrawer.gsdoc -NSDrawer.html NSEPSImageRep.gsdoc -NSEPSImageRep.html NSEvent.gsdoc -NSEvent.html NSFileWrapper.gsdoc -NSFileWrapper.html NSFont.gsdoc -NSFont.html NSFontManager.gsdoc -NSFontManager.html NSFontPanel.gsdoc -NSFontPanel.html NSFormCell.gsdoc -NSFormCell.html NSForm.gsdoc -NSForm.html NSGraphicsContext.gsdoc -NSGraphicsContext.html NSHelpManager.gsdoc -NSHelpManager.html NSHelpPanel.gsdoc -NSHelpPanel.html NSImageCell.gsdoc -NSImageCell.html NSImage.gsdoc -NSImage.html NSImageRep.gsdoc -NSImageRep.html NSImageView.gsdoc -NSImageView.html NSInputManager.gsdoc -NSInputManager.html NSInputServer.gsdoc -NSInputServer.html NSLayoutManager.gsdoc -NSLayoutManager.html NSMatrix.gsdoc -NSMatrix.html NSMenu.gsdoc -NSMenu.html NSMenuItemCell.gsdoc -NSMenuItemCell.html NSMenuItem.gsdoc -NSMenuItem.html NSMenuView.gsdoc -NSMenuView.html NSOpenPanel.gsdoc -NSOpenPanel.html NSOutlineView.gsdoc -NSOutlineView.html NSPageLayout.gsdoc -NSPageLayout.html NSPanel.gsdoc -NSPanel.html NSParagraphStyle.gsdoc -NSParagraphStyle.html NSPasteboard.gsdoc -NSPasteboard.html NSPopUpButtonCell.gsdoc -NSPopUpButtonCell.html NSPopUpButton.gsdoc -NSPopUpButton.html NSPrinter.gsdoc -NSPrinter.html NSPrintInfo.gsdoc -NSPrintInfo.html NSPrintOperation.gsdoc -NSPrintOperation.html NSPrintPanel.gsdoc -NSPrintPanel.html NSProgressIndicator.gsdoc -NSProgressIndicator.html NSResponder.gsdoc -NSResponder.html NSRulerMarker.gsdoc -NSRulerMarker.html NSRulerView.gsdoc -NSRulerView.html NSSavePanel.gsdoc -NSSavePanel.html NSScreen.gsdoc -NSScreen.html NSScroller.gsdoc -NSScroller.html NSScrollView.gsdoc -NSScrollView.html NSSecureTextField.gsdoc -NSSecureTextField.html NSSelection.gsdoc -NSSelection.html NSSliderCell.gsdoc -NSSliderCell.html NSSlider.gsdoc -NSSlider.html NSSound.gsdoc -NSSound.html NSSpellChecker.gsdoc -NSSpellChecker.html NSSpellServer.gsdoc -NSSpellServer.html NSSplitView.gsdoc -NSSplitView.html NSStepperCell.gsdoc -NSStepperCell.html NSStepper.gsdoc -NSStepper.html NSStringDrawing.gsdoc -NSStringDrawing.html NSTableColumn.gsdoc -NSTableColumn.html NSTableHeaderCell.gsdoc -NSTableHeaderCell.html NSTableHeaderView.gsdoc -NSTableHeaderView.html NSTableView.gsdoc -NSTableView.html NSTabView.gsdoc -NSTabView.html NSTabViewItem.gsdoc -NSTabViewItem.html NSTextAttachment.gsdoc -NSTextAttachment.html NSTextContainer.gsdoc -NSTextContainer.html NSTextFieldCell.gsdoc -NSTextFieldCell.html NSTextField.gsdoc -NSTextField.html NSText.gsdoc -NSText.html NSTextStorage.gsdoc -NSTextStorage.html NSTextView.gsdoc -NSTextView.html NSToolbar.gsdoc -NSToolbar.html NSToolbarItem.gsdoc -NSToolbarItem.html NSView.gsdoc -NSView.html NSWindowController.gsdoc -NSWindowController.html NSWindow.gsdoc -NSWindow.html NSWorkspace.gsdoc -NSWorkspace.html TypesAndConstants.gsdoc -TypesAndConstants.html diff --git a/Documentation/Gui/NSBundleAdditions.gsdoc b/Documentation/Gui/NSBundleAdditions.gsdoc deleted file mode 100644 index 920807948..000000000 --- a/Documentation/Gui/NSBundleAdditions.gsdoc +++ /dev/null @@ -1,61 +0,0 @@ - - - - - NSBundleAdditions - - - - - $Revision$ - $Date$ - - - - NSBundleAdditions - - Gui/NSHelpManager.h - - - - loadNibFile: - fileName - externalNameTable: - context - withZone: - zone - - - - - loadNibNamed: - aNibName - - - - - contextHelpForKey: - key - - - - - loadNibFile: - fileName - externalNameTable: - context - withZone: - zone - - - - - pathForImageResource: - name - - - - - - - diff --git a/Documentation/Gui/NSCoderAdditions.gsdoc b/Documentation/Gui/NSCoderAdditions.gsdoc deleted file mode 100644 index befaab71f..000000000 --- a/Documentation/Gui/NSCoderAdditions.gsdoc +++ /dev/null @@ -1,28 +0,0 @@ - - - - - NSCoderAdditions - - - - - $Revision$ - $Date$ - - - - NSCoderAdditions - - Gui/NSColor.h - - - - decodeNXColor - - - - - - - diff --git a/Documentation/Gui/NSStringAdditions.gsdoc b/Documentation/Gui/NSStringAdditions.gsdoc deleted file mode 100644 index afeecdc4b..000000000 --- a/Documentation/Gui/NSStringAdditions.gsdoc +++ /dev/null @@ -1,45 +0,0 @@ - - - - - NSStringAdditions - - - - - $Revision$ - $Date$ - - - - NSStringAdditions - - Gui/NSStringDrawing.h - - - - drawAtPoint: - aPoint - withAttributes: - attributes - - - - - drawInRect: - aRect - withAttributes: - attributes - - - - - sizeWithAttributes: - attributes - - - - - - - diff --git a/Documentation/GuiAdditions/GuiAdditions.gsdoc b/Documentation/GuiAdditions/GuiAdditions.gsdoc deleted file mode 100644 index 4fdbfb43e..000000000 --- a/Documentation/GuiAdditions/GuiAdditions.gsdoc +++ /dev/null @@ -1,34 +0,0 @@ - - - - - GuiAdditions - - - - - $Revision$ - $Date$ - - - - GuiAdditions -

- Extensions to the GNUstep GUI library - a free - software library compatible with the OpenStep Application Kit (tm). -

-

- We also have reference documentation for the classes, though this is - currently very sketchy, mostly consisting of listings of class - methods and the arguments they take. -

- - GSDisplayServer - GSHbox - GSTable - GSVbox - - -
- -
diff --git a/Documentation/GuiAdditions/GNUmakefile b/Documentation/GuiUser/GNUmakefile similarity index 62% rename from Documentation/GuiAdditions/GNUmakefile rename to Documentation/GuiUser/GNUmakefile index 0e23be3c0..8ddc82f2a 100644 --- a/Documentation/GuiAdditions/GNUmakefile +++ b/Documentation/GuiUser/GNUmakefile @@ -1,6 +1,7 @@ # -# GuiAdditions gsdoc makefile for the GNUstep Gui Library -# Copyright (C) 2000 Free Software Foundation, Inc. +# Makefile for GNUstep Gui Library documentation. +# +# Copyright (C) 2002 Free Software Foundation, Inc. # # Written by: Adam Fedor # @@ -18,33 +19,30 @@ # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. +# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA +# # Install into the system root by default GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) -GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../../gui.make include $(GNUSTEP_MAKEFILES)/common.make +include ../../config.make -# The documents to be generated -DOCUMENT_NAME = GuiAdditions +DOCUMENT_NAME = GuiUser -GuiAdditions_AGSDOC_FILES = \ +GuiUser_DOC_INSTALL_DIR = User/Gui -GuiAdditions_AGSDOC_FLAGS = \ - -DocumentationDirectory . \ - -Declared \ - -Standards YES \ - -WordMap '{\ - APPKIT_EXPORT=extern;APPKIT_DECLARE="";\ - }' -Up GuiAdditions +GuiUser_AGSDOC_FILES = \ + DefaultsSummary.gsdoc \ + KeyboardSetup.gsdoc \ + LanguageSetup.gsdoc -GuiAdditions_DOC_INSTALL_DIR = Developer/GuiAdditions/Reference - --include GNUmakefile.preamble - --include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/documentation.make --include GNUmakefile.postamble +# +# Ensure that our destination subdirectory exists in the Documentation +# directory, and temporarily copy the base source file here for autogsdoc +# to use. +# +#before-all:: diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc new file mode 100644 index 000000000..c340b122d --- /dev/null +++ b/Documentation/ReleaseNotes.gsdoc @@ -0,0 +1,52 @@ + + + + + GNUstep Gui Release Notes + + + + + $Revision$ + $Date$ + + + + Gui Release Notes +

+ The release notes include descriptions of API changes, behavior + changes and other information that might help developers and users + migrate to using a newer version of the library. +

+
+ Version 0.9.3 +

+

+ + Spell checker daemon reimplemented using libaspell + + If the optional library libaspell is found, the spell checker + will use it (otherwise spell checking will not work). + + New NSComboBox implementation + + NSComboBox and related classes have been re-implemented + and documented. + + NSToolbar code redone + + A lot of changes where made to the NSToolbar class to + make it more functional. + + Binary Incompatibilities + + New ivars were added NSTableView, NSView, + NSSavePanel. Applications that use this class and + subclasses (e.g. NSOutlineView) may need to be + recompiled to work properly. + + +
+
+ +
diff --git a/Documentation/announce.texi b/Documentation/announce.texi index 4545e55a6..31cb1b437 100644 --- a/Documentation/announce.texi +++ b/Documentation/announce.texi @@ -45,7 +45,7 @@ Read the INSTALL file or the GNUstep-HOWTO for installation instructions. @section Where do I send bug reports? Please log bug reports on the GNUstep project page -@url{http://savannah.gnu.org/support/?group=gnustep} or send +@url{http://savannah.gnu.org/bugs/?group=gnustep} or send bug reports to @email{bug-gnustep@@gnu.org}. @section Obtaining GNU Software diff --git a/Documentation/news.texi b/Documentation/news.texi index 2fda51f4e..ddc069ef5 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,6 +9,17 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. @end ifclear +@section Noteworthy changes in version @samp{0.9.3} + +@itemize @bullet +@item Spell checker reimplemented using libaspell +@item New NSComboBox implementation +@item NSToolbar much improved +@item Binary incompatibilites from ivar additions in NSView and subclasses. +@end itemize + +@ifclear ANNOUNCE-ONLY + @section Noteworthy changes in version @samp{0.9.2} @itemize @bullet @@ -22,8 +33,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO @item Much improved loading of gorm files @end itemize -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.9.1} @itemize @bullet diff --git a/Source/DocMakefile b/Source/DocMakefile index e20d67815..d4037df5a 100644 --- a/Source/DocMakefile +++ b/Source/DocMakefile @@ -152,34 +152,26 @@ GSTable.h \ GSHbox.h \ GSVbox.h \ -DOCUMENT_NAME = Gui GuiAdditions GuiUser +DOCUMENT_NAME = Gui GuiAdditions Gui_DOC_INSTALL_DIR = Developer/Gui/Reference GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Reference -GuiUser_DOC_INSTALL_DIR = User/Gui Gui_AGSDOC_FILES = ../Documentation/Gui/Gui.gsdoc \ ../Documentation/Gui/Introduction.gsdoc \ - ../Documentation/Gui/NSBundleAdditions.gsdoc \ - ../Documentation/Gui/NSCoderAdditions.gsdoc \ ../Documentation/Gui/NSMutableAttributedStringAdditions.gsdoc \ - ../Documentation/Gui/NSStringAdditions.gsdoc \ $(AUTOGSDOC_HEADERS_GUI) GuiAdditions_AGSDOC_FILES = $(AUTOGSDOC_HEADERS_GUIADD) \ ../Documentation/GuiAdditions/GuiAdditions.gsdoc -GuiUser_AGSDOC_FILES = \ - ../Documentation/Gui/DefaultsSummary.gsdoc \ - ../Documentation/Gui/KeyboardSetup.gsdoc \ - ../Documentation/Gui/LanguageSetup.gsdoc - # # Hack ... using the -DocumentationDirectory flag overrides the value # used by the make package, and puts our output in the documentation # directory. # Gui_AGSDOC_FLAGS = \ + -MakeFrames YES \ -DocumentationDirectory ../Documentation/Gui \ -HeaderDirectory ../Headers/AppKit \ -Declared AppKit \ @@ -195,6 +187,7 @@ Gui_AGSDOC_FLAGS = \ }' -Up Gui GuiAdditions_AGSDOC_FLAGS = \ + -MakeFrames YES \ -DocumentationDirectory ../Documentation/GuiAdditions \ -HeaderDirectory ../Headers/Additions/GNUstepGUI \ -Declared GNUstepGUI \ @@ -209,21 +202,6 @@ GuiAdditions_AGSDOC_FLAGS = \ DEFINE_RINT_IF_MISSING=""; \ }' -Up GuiAdditions -GuiUser_AGSDOC_FLAGS = \ - -DocumentationDirectory ../Documentation/GuiUser \ - -HeaderDirectory ../Headers/AppKit \ - -Declared AppKit \ - -Standards YES \ - -ConstantsTemplate TypesAndConstants \ - -FunctionsTemplate Functions \ - -MacrosTemplate Functions \ - -TypedefsTemplate TypesAndConstants \ - -VariablesTemplate TypesAndConstants \ - -WordMap '{\ - APPKIT_EXPORT=extern;APPKIT_DECLARE="";\ - DEFINE_RINT_IF_MISSING=""; \ - }' -Up GuiUser - include $(GNUSTEP_MAKEFILES)/documentation.make before-all:: ../Documentation/Gui \ diff --git a/Version b/Version index 6555e2fda..944e53301 100644 --- a/Version +++ b/Version @@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4 # The version number of this release. GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MINOR_VERSION=9 -GNUSTEP_GUI_SUBMINOR_VERSION=2 +GNUSTEP_GUI_SUBMINOR_VERSION=3 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} VERSION=${GNUSTEP_GUI_VERSION}