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

gEDA-cvs: CVS update: ChangeLog



  User: mike    
  Date: 06/06/02 10:22:51

  Modified:    .        ChangeLog
  Log:
  Allow negative values to be set for output_text_vector_threshold, add logic
  
  for vector vs. PS text selection, and set default to text only.
  
  
  
  
  Revision  Changes    Path
  1.461     +11 -0     eda/geda/devel/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
  retrieving revision 1.460
  retrieving revision 1.461
  diff -u -b -r1.460 -r1.461
  --- ChangeLog	21 May 2006 13:19:56 -0000	1.460
  +++ ChangeLog	2 Jun 2006 14:22:51 -0000	1.461
  @@ -1,3 +1,14 @@
  +2006-06-02  Mike Jarabek  <mjarabek@xxxxxxxxx>
  +
  +	* lib/system-gschemrc.in: Corrected comments about PS backend, and
  +	  changed default to not render vector text for multiline text
  +	  items.  Added documentation that shows valid values.
  +
  +	* noweb/g_rc.nw: Removed check for negative numbers in
  +	  g_rc_output_vector_threshold() as any value is valid now.
  +	  Negative numbers indicate that vector text is not desired when
  +	  printing multiline text.
  +
   2006-05-21 Werner Hoch <werner.ho@xxxxxx:
   
   	* src/Makefile.am: moved the comment sign to the first column.