[Gnustep-cvs] r39868 - /libs/back/tags/back-0_25_0/

2016-06-15 Thread ivan
Author: ivucica
Date: Thu Jun 16 01:12:51 2016
New Revision: 39868

URL: http://svn.gna.org/viewcvs/gnustep?rev=39868=rev
Log:
Tag version 0_25_0

Added:
libs/back/tags/back-0_25_0/
  - copied from r39867, libs/back/trunk/


___
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs


[Gnustep-cvs] r39867 - /libs/gui/tags/gui-0_25_0/

2016-06-15 Thread ivan
Author: ivucica
Date: Thu Jun 16 01:12:32 2016
New Revision: 39867

URL: http://svn.gna.org/viewcvs/gnustep?rev=39867=rev
Log:
Tag version 0_25_0

Added:
libs/gui/tags/gui-0_25_0/
  - copied from r39866, libs/gui/trunk/


___
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs


[Gnustep-cvs] r39866 - in /libs/back/trunk: ANNOUNCE ChangeLog NEWS README Version

2016-06-15 Thread ivan
Author: ivucica
Date: Thu Jun 16 01:12:14 2016
New Revision: 39866

URL: http://svn.gna.org/viewcvs/gnustep?rev=39866=rev
Log:
Releasing gnustep-back 0.25.0.

Modified:
libs/back/trunk/ANNOUNCE
libs/back/trunk/ChangeLog
libs/back/trunk/NEWS
libs/back/trunk/README
libs/back/trunk/Version

Modified: libs/back/trunk/ANNOUNCE
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/trunk/ANNOUNCE?rev=39866=39865=39866=diff
==
--- libs/back/trunk/ANNOUNCE(original)
+++ libs/back/trunk/ANNOUNCEThu Jun 16 01:12:14 2016
@@ -1,7 +1,7 @@
 1 ANNOUNCE
 **
 
-This is version 0.24.1 of the GNUstep GUI Backend (`gnustep-back').
+This is version 0.25.0 of the GNUstep GUI Backend (`gnustep-back').
 
 1.1 What is the GNUstep GUI Backend?
 
@@ -20,18 +20,33 @@
 Window's Systems. It works via a DPS emulation engine to emulate the
 DPS functions required by the front-end system.
 
-1.2 Noteworthy changes in version `0.24.1'
+1.2 Noteworthy changes in version `0.25.0'
 ==
 
-Improvements in win32 display and mouse tracking.
+Implement per gstate methods for antialias, patternPhase and
+compositingOperation in Cairo backend.
 
-   Various minor bugfixes and cleanups.
+Work on antialiasing in Cairo backend.
+
+Variety of bugfixes, especially in Win32 and Cairo backends.
 
 1.3 Where can you get it?  How can you compile it?
 ==
 
-The gstep-back-0.24.1.tar.gz distribution file has been placed at
+The gnustep-back-0.25.0.tar.gz distribution file has been placed at
 `ftp://ftp.gnustep.org/pub/gnustep/core'.
+
+It is accompanied by gnustep-back-0.25.0.tar.gz.sig, a PGP signature
+which you can validate by putting both files in the same directory
+and using:
+`gpg --verify gnustep-back-0.25.0.tar.gz.sig'
+
+Signature has been created using the key with the following
+fingerprint:
+`83AA E47C E829 A414 6EF8  3420 CA86 8D4C 9914 9679'
+
+Read the INSTALL file or the GNUstep-HOWTO for installation
+Instructions.
 
 1.4 Where do I send bug reports?
 

Modified: libs/back/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/trunk/ChangeLog?rev=39866=39865=39866=diff
==
--- libs/back/trunk/ChangeLog   (original)
+++ libs/back/trunk/ChangeLog   Thu Jun 16 01:12:14 2016
@@ -1,3 +1,11 @@
+2016-06-16  Ivan Vucica 
+
+* ANNOUNCE:
+* NEWS:
+* README:
+* Version:
+   Releasing 0.25.0.
+
 2016-04-28  Ivan Vucica 
 
* Headers/cairo/Win32CairoGState.h:

Modified: libs/back/trunk/NEWS
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/trunk/NEWS?rev=39866=39865=39866=diff
==
--- libs/back/trunk/NEWS(original)
+++ libs/back/trunk/NEWSThu Jun 16 01:12:14 2016
@@ -1,28 +1,38 @@
 1 NEWS
 **
 
-1.1 Noteworthy changes in version `0.24.1'
+1.1 Noteworthy changes in version `0.25.0'
+==
+
+Implement per gstate methods for antialias, patternPhase and
+compositingOperation in Cairo backend.
+
+Work on antialiasing in Cairo backend.
+
+Variety of bugfixes, especially in Win32 and Cairo backends.
+
+1.2 Noteworthy changes in version `0.24.1'
 ==
 
 Improvements in win32 display and mouse tracking.
 
 Various minor bugfixes and cleanups.
 
-1.2 Noteworthy changes in version `0.24.0'
+1.3 Noteworthy changes in version `0.24.0'
 ==
 
 Added experimental Opal backend.
 
Allow for ARGB visual for OpenGL.
 
-1.3 Noteworthy changes in version `0.23.0'
+1.4 Noteworthy changes in version `0.23.0'
 ==
 
 Added cairo support for ms-windows.
 
Updated for NSInteger/CGFloat support
 
-1.4 Noteworthy changes in version `0.22.0'
+1.5 Noteworthy changes in version `0.22.0'
 ==
 
 Added new user defaults to make app icons and mini windows sticky
@@ -31,7 +41,7 @@
Many improvements to Cairo rendering, including buffering, glyphs
 and DPI scaling.
 
-1.5 Noteworthy changes in version `0.20.0'
+1.6 Noteworthy changes in version `0.20.0'
 ==
 
 Cairo is now the default backend, but falls back to art and xlib
@@ -41,37 +51,37 @@
 
More Windows improvements.
 
-1.6 Noteworthy changes in version `0.19.0'
+1.7 Noteworthy changes in version `0.19.0'
 ==
 
 This is an (unstable) copy of the 0.18.0 release
 
-1.7 Noteworthy changes in version `0.18.0'
+1.8 Noteworthy changes in version `0.18.0'
 ==
 
 Many Windows improvements
 
Implement 

[Gnustep-cvs] r39865 - in /libs/gui/trunk: ANNOUNCE ChangeLog Documentation/news.texi INSTALL NEWS Version

2016-06-15 Thread ivan
Author: ivucica
Date: Thu Jun 16 01:12:04 2016
New Revision: 39865

URL: http://svn.gna.org/viewcvs/gnustep?rev=39865=rev
Log:
Releasing gnustep-gui 0.25.0.

Modified:
libs/gui/trunk/ANNOUNCE
libs/gui/trunk/ChangeLog
libs/gui/trunk/Documentation/news.texi
libs/gui/trunk/INSTALL
libs/gui/trunk/NEWS
libs/gui/trunk/Version

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: libs/gui/trunk/ANNOUNCE
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/ANNOUNCE?rev=39865=39864=39865=diff

Modified: libs/gui/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/ChangeLog?rev=39865=39864=39865=diff

Modified: libs/gui/trunk/Documentation/news.texi
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Documentation/news.texi?rev=39865=39864=39865=diff

Modified: libs/gui/trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/INSTALL?rev=39865=39864=39865=diff

Modified: libs/gui/trunk/NEWS
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/NEWS?rev=39865=39864=39865=diff

Modified: libs/gui/trunk/Version
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Version?rev=39865=39864=39865=diff


___
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs


[Gnustep-cvs] r39864 - /apps/gworkspace/trunk/Inspector/Inspector.h

2016-06-15 Thread multix79
Author: rmottola
Date: Wed Jun 15 10:45:35 2016
New Revision: 39864

URL: http://svn.gna.org/viewcvs/gnustep?rev=39864=rev
Log:
include -> import

Modified:
apps/gworkspace/trunk/Inspector/Inspector.h

Modified: apps/gworkspace/trunk/Inspector/Inspector.h
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/Inspector/Inspector.h?rev=39864=39863=39864=diff
==
--- apps/gworkspace/trunk/Inspector/Inspector.h (original)
+++ apps/gworkspace/trunk/Inspector/Inspector.h Wed Jun 15 10:45:35 2016
@@ -25,8 +25,8 @@
 #ifndef INSPECTOR_H
 #define INSPECTOR_H
 
-#include 
-#include "FSNodeRep.h"
+#import 
+#import "FSNodeRep.h"
 
 @class Attributes;
 @class Contents;


___
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs