mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng16] Cleaned up whitespace in the synopsis portion of the manpage.
This commit is contained in:
		
							parent
							
								
									325ceea971
								
							
						
					
					
						commit
						3129d7426e
					
				
							
								
								
									
										5
									
								
								ANNOUNCE
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								ANNOUNCE
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Libpng 1.7.0alpha03 - December 17, 2012
 | 
					Libpng 1.7.0alpha03 - December 18, 2012
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is not intended to be a public release.  It will be replaced
 | 
					This is not intended to be a public release.  It will be replaced
 | 
				
			||||||
within a few weeks by a public version or by another test version.
 | 
					within a few weeks by a public version or by another test version.
 | 
				
			||||||
@ -71,12 +71,13 @@ Version 1.7.0alpha02 [December 17, 2012]
 | 
				
			|||||||
  Fixed a "png_structp" prototype (should be png_structrp) in arm_init.c
 | 
					  Fixed a "png_structp" prototype (should be png_structrp) in arm_init.c
 | 
				
			||||||
  Updated the version-number hack in pngvalid.c
 | 
					  Updated the version-number hack in pngvalid.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.7.0alpha03 [December 17, 2012]
 | 
					Version 1.7.0alpha03 [December 18, 2012]
 | 
				
			||||||
  Cleaned up and enhanced the configure option; libpng now correctly
 | 
					  Cleaned up and enhanced the configure option; libpng now correctly
 | 
				
			||||||
    links and tests against zlib with a prefix; tests have been clarified; and
 | 
					    links and tests against zlib with a prefix; tests have been clarified; and
 | 
				
			||||||
    irrelevant or obsolete things (as defined by the autotools man page) have
 | 
					    irrelevant or obsolete things (as defined by the autotools man page) have
 | 
				
			||||||
    been removed.
 | 
					    been removed.
 | 
				
			||||||
  Documented new PNG_ABORT behavior in the manual and commentary in pngerror.c
 | 
					  Documented new PNG_ABORT behavior in the manual and commentary in pngerror.c
 | 
				
			||||||
 | 
					  Cleaned up whitespace in the synopsis portion of the manpage "libpng.3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
					Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
				
			||||||
(subscription required; visit
 | 
					(subscription required; visit
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								CHANGES
									
									
									
									
									
								
							@ -4356,12 +4356,13 @@ Version 1.7.0alpha02 [December 17, 2012]
 | 
				
			|||||||
  Fixed a "png_structp" prototype (should be png_structrp) in arm_init.c
 | 
					  Fixed a "png_structp" prototype (should be png_structrp) in arm_init.c
 | 
				
			||||||
  Updated the version-number hack in pngvalid.c
 | 
					  Updated the version-number hack in pngvalid.c
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
Version 1.7.0alpha03 [December 17, 2012]
 | 
					Version 1.7.0alpha03 [December 18, 2012]
 | 
				
			||||||
  Cleaned up and enhanced the configure option; libpng now correctly
 | 
					  Cleaned up and enhanced the configure option; libpng now correctly
 | 
				
			||||||
    links and tests against zlib with a prefix; tests have been clarified; and
 | 
					    links and tests against zlib with a prefix; tests have been clarified; and
 | 
				
			||||||
    irrelevant or obsolete things (as defined by the autotools man page) have
 | 
					    irrelevant or obsolete things (as defined by the autotools man page) have
 | 
				
			||||||
    been removed.
 | 
					    been removed.
 | 
				
			||||||
  Documented new PNG_ABORT behavior in the manual and commentary in pngerror.c
 | 
					  Documented new PNG_ABORT behavior in the manual and commentary in pngerror.c
 | 
				
			||||||
 | 
					  Cleaned up whitespace in the synopsis portion of the manpage "libpng.3"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
					Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 | 
				
			||||||
(subscription required; visit
 | 
					(subscription required; visit
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
libpng-manual.txt - A description on how to use and modify libpng
 | 
					libpng-manual.txt - A description on how to use and modify libpng
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 libpng version 1.7.0alpha03 - December 17, 2012
 | 
					 libpng version 1.7.0alpha03 - December 18, 2012
 | 
				
			||||||
 Updated and distributed by Glenn Randers-Pehrson
 | 
					 Updated and distributed by Glenn Randers-Pehrson
 | 
				
			||||||
 <glennrp at users.sourceforge.net>
 | 
					 <glennrp at users.sourceforge.net>
 | 
				
			||||||
 Copyright (c) 1998-2011 Glenn Randers-Pehrson
 | 
					 Copyright (c) 1998-2011 Glenn Randers-Pehrson
 | 
				
			||||||
@ -11,7 +11,7 @@ libpng-manual.txt - A description on how to use and modify libpng
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 Based on:
 | 
					 Based on:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 libpng versions 0.97, January 1998, through 1.7.0alpha03 - December 17, 2012
 | 
					 libpng versions 0.97, January 1998, through 1.7.0alpha03 - December 18, 2012
 | 
				
			||||||
 Updated and distributed by Glenn Randers-Pehrson
 | 
					 Updated and distributed by Glenn Randers-Pehrson
 | 
				
			||||||
 Copyright (c) 1998-2011 Glenn Randers-Pehrson
 | 
					 Copyright (c) 1998-2011 Glenn Randers-Pehrson
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -5161,7 +5161,7 @@ Other rules can be inferred by inspecting the libpng source.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
XVII. Y2K Compliance in libpng
 | 
					XVII. Y2K Compliance in libpng
 | 
				
			||||||
 | 
					
 | 
				
			||||||
December 17, 2012
 | 
					December 18, 2012
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Since the PNG Development group is an ad-hoc body, we can't make
 | 
					Since the PNG Development group is an ad-hoc body, we can't make
 | 
				
			||||||
an official declaration.
 | 
					an official declaration.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user