diff --git a/ChangeLog b/ChangeLog index 4b796b807..e0f97b6bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-13 Adam Fedor + + * Version 0.10.3 + 2006-03-12 Fred Kiefer * Source/GNUmakefile: diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc index f1490e078..c60f8f7b7 100644 --- a/Documentation/ReleaseNotes.gsdoc +++ b/Documentation/ReleaseNotes.gsdoc @@ -7,7 +7,7 @@ - $Revision$ + $Revision: 22201 $ $Date$ 2005 Free Software Foundation, Inc. @@ -19,6 +19,24 @@ changes and other information that might help developers and users migrate to using a newer version of the library.

+
+ Version 0.10.3 + + Horizontal menus + + Horizontal (mac)-style menus should now work. Horizontal + menus are activated by setting the 'NSMenuInterfaceStyle' user + default to 'NSMacintoshInterfaceStyle'. + + Active applications + + Better support for tracking active applications was + added. Normally a workspace manager should handle this, + but the GUI library can handle it on its own if it is not + handled any other way. + + +
Version 0.10.2 diff --git a/Documentation/news.texi b/Documentation/news.texi index 346bfb056..4715a4349 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,12 +9,19 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. @end ifclear +@section Noteworthy changes in version @samp{0.10.3} + +@itemize @bullet +@item Horizontal menus now work +@item Better support for tracking active applications. +@end itemize + +@ifclear ANNOUNCE-ONLY + @section Noteworthy changes in version @samp{0.10.2} Mostly bug fixes. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.10.1} GNUstep now uses v19 of portaudio for the sound daemon. Version v19 diff --git a/GNUmakefile b/GNUmakefile index 671960a00..a17557e35 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,6 +32,9 @@ RPM_DISABLE_RELOCATABLE=YES PACKAGE_NEEDS_CONFIGURE = YES CVS_MODULE_NAME = gui +SVN_MODULE_NAME = gui +SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs + GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=gui.make include $(GNUSTEP_MAKEFILES)/common.make diff --git a/Version b/Version index c40059bfc..ccceb2be0 100644 --- a/Version +++ b/Version @@ -11,9 +11,9 @@ GNUSTEP_GUI_LIBTIFF=3.4 # The version number of this release. GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MINOR_VERSION=10 -GNUSTEP_GUI_SUBMINOR_VERSION=2 +GNUSTEP_GUI_SUBMINOR_VERSION=3 # numeric value should match above -VERSION_NUMBER=010.2 +VERSION_NUMBER=010.3 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} VERSION=${GNUSTEP_GUI_VERSION}