cvs: gd(GD_2_0) /libgd NEWS gd.h

[email protected] ("Pierre-Alain Joye") Tue, 26 Jun 2007 12:09:14 -0000
Newsgroups php.gd.cvs
Message-ID <cvspajoye1182859754@cvsserver>
pajoye		Tue Jun 26 12:09:14 2007 UTC

  Modified files:              (Branch: GD_2_0)
    /gd/libgd	gd.h NEWS 
  Log:
  - MFH: #97, ease the creation of regexps to match symbols/functions
  
  
http://cvs.php.net/viewvc.cgi/gd/libgd/gd.h?r1=1.34.2.6&r2=1.34.2.7&diff_format=u
Index: gd/libgd/gd.h
diff -u gd/libgd/gd.h:1.34.2.6 gd/libgd/gd.h:1.34.2.7
--- gd/libgd/gd.h:1.34.2.6	Sun May  6 19:37:05 2007
+++ gd/libgd/gd.h	Tue Jun 26 12:09:13 2007
@@ -135,7 +135,7 @@
 	based on the alpha channel value of the source color.
 	The resulting color is opaque. */
 
-   BGD_DECLARE(int) gdAlphaBlend (int dest, int src);
+BGD_DECLARE(int) gdAlphaBlend (int dest, int src);
 
   typedef struct gdImageStruct
   {
@@ -377,7 +377,8 @@
 BGD_DECLARE(int) gdFontCacheSetup (void);
 
 /* Optional: clean up after application is done using fonts in 
-BGD_DECLARE( ) gdImageStringFT(). */
+BGD_DECLARE( ) 
+ gdImageStringFT(). */
 BGD_DECLARE(void) gdFontCacheShutdown (void);
 /* 2.0.20: for backwards compatibility. A few applications did start calling
  this function when it first appeared although it was never documented. 
http://cvs.php.net/viewvc.cgi/gd/libgd/NEWS?r1=1.4.2.24&r2=1.4.2.25&diff_format=u
Index: gd/libgd/NEWS
diff -u gd/libgd/NEWS:1.4.2.24 gd/libgd/NEWS:1.4.2.25
--- gd/libgd/NEWS:1.4.2.24	Thu Jun 21 18:35:09 2007
+++ gd/libgd/NEWS	Tue Jun 26 12:09:13 2007
@@ -1,5 +1,8 @@
 'GD                                                                         NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+GD 2.0.36 (2007-xx-xx)
+ 97, ease the creation of regexps to match symbols/functions
+
 GD 2.0.35 (2007-06-21)
 41, Fix valgrind error in gdImageFillTiled (Nuno Lopes) 
 45, Add missing custom cmake macros (required for the tests suite)