[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/08/21 23:01:21

  Modified:    .        ChangeLog README configure.ac
  Log:
  Prep work for next release of gEDA/gaf
  
  
  
  
  Revision  Changes    Path
  1.485     +22 -0     eda/geda/gaf/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
  retrieving revision 1.484
  retrieving revision 1.485
  diff -u -b -r1.484 -r1.485
  --- ChangeLog	10 Aug 2006 02:15:16 -0000	1.484
  +++ ChangeLog	22 Aug 2006 03:01:21 -0000	1.485
  @@ -1,3 +1,25 @@
  +2006-08-21 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +        * README: Updated the README a little to be ready for the next
  +        release.
  +
  +	* src/x_fileselect.c: Initialize preview_control to make valgrind
  +	happy.  Pointed out by Peter Clifton.
  +
  +2006-08-19 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +        * configure.ac: Bumped version number to 20060821 in prep for the
  +        next gEDA/gaf release.
  +
  +	* lib/system-gschemrc.in: Commented out the "Autoplace component
  +	text attributes hooks" since they were causing some interesting
  +	rendering/ghosting artifacts.  These need to be fixed before
  +	these hooks can be commented in by default.
  +
  +	* lib/system-gschemrc.in: Changed the middle mouse button default
  +	to be mousepan instead of action, since the first button now supports
  +	that functionality by default.
  +
   2006-08-09 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* src/x_fileselect.c: Applied trival patch by Peter Brett to remove
  
  
  
  1.22      +8 -36     eda/geda/gaf/gschem/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/README,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- README	22 Jan 2006 13:55:31 -0000	1.21
  +++ README	22 Aug 2006 03:01:21 -0000	1.22
  @@ -4,7 +4,7 @@
   GPL Electronic Design Automation
   ------------------------------------------------------------------------------
   
  -README for gschem version 2006* 
  +README for gschem 
   
   
   - Installation
  @@ -20,13 +20,7 @@
   	   - Enough RAM for X (usually 16 Mbytes but 32 Mbytes recommended)
   
   	Running UNIX:
  -	   - Semi recent version of UNIX
  -	   - Compiled on:
  -		FreeBSD (2.2.5) 	
  -		Linux (2.0, 2.2)	(and highly tested) 
  -		Solaris (2.5)		
  -		SunOS (4.1.3)	
  -		HP-UX (9.07)	
  +	   - Semi recent version of Unix or Linux
   
   	The X window system 	
   		- A resolution of at least 800x600
  @@ -35,11 +29,11 @@
   
   	A C compiler (that understands ANSI, like gcc) 
   
  -	GLIB version 2.2.x or later (and anything glib requires)
  +	GLIB version 2.4.x or later (and anything glib requires)
   	GLIB version 1.2.x is no longer supported. 
   	Glib can be found at ftp://ftp.gtk.org/pub/gtk
   
  -	GTK+ version 2.2.x or later (and anything gtk requires)
  +	GTK+ version 2.4.x or later (and anything gtk requires)
   	GTK+ version 1.2.x is no longer supported. 
   	Gtk can be found at: ftp://ftp.gtk.org/pub/gtk
   
  @@ -90,27 +84,12 @@
   
   - gEDA Internet resources
   
  -	Homepage: http://www.geda.seul.org
  +        Homepage: http://geda.seul.org
   
  -	Mailing list:
  -		To subscribe send an email to: majordomo@xxxxxxxxxxxxx  
  -	 	with   subscribe geda-user   in the body.
  +        Mailing lists: http://geda.seul.org/mailinglist
   		
  -		To unsubscribe send an email to: majordomo@xxxxxxxxxxxxx
  -	 	with   unsubscribe geda-user   in the body.
  -
  -		To send email to the list use the address:
  -
  -			geda-user@xxxxxxxxxxxxx
  -
  -		Remember, geda-user@xxxxxxxxxxxxx is for the actual traffic.  
  -		For administrative commands, use majordomo@xxxxxxxxxxxxxx
  -
  -		The mailing list archive is at:
  -
  -			http://www.geda.seul.org/mailinglist 
  -
  -	Many thanks to the SEUL project for hosting gEDA!
  +        For any questions related to gEDA/gaf, please subscribe and post
  +        to the "geda-user" mailing list.
   
   
   
  @@ -122,10 +101,3 @@
   	  guile deprecated function warnings by default.
   
   
  -
  -- Contact information  
  -
  -	Ales Hvezda 
  -	E-mail: ahvezda@xxxxxxxxxxxxx
  -	Web: http://www.geda.seul.org/
  -
  
  
  
  1.28      +1 -1      eda/geda/gaf/gschem/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- configure.ac	14 Jul 2006 02:23:53 -0000	1.27
  +++ configure.ac	22 Aug 2006 03:01:21 -0000	1.28
  @@ -4,7 +4,7 @@
   AC_PREREQ(2.54)
   
   PACKAGE=geda-gschem
  -VERSION=20060123
  +VERSION=20060821
   echo Configuring $PACKAGE version $VERSION
   
   # Initialize automake 
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs