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

gEDA-cvs: CVS update: ChangeLog



  User: mike    
  Date: 06/05/17 22:13:05

  Modified:    .        ChangeLog Makefile.am configure.ac
  Log:
  New Postscript back-end, with Unicode support.
  
  
  
  
  Revision  Changes    Path
  1.299     +16 -0     eda/geda/devel/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/ChangeLog,v
  retrieving revision 1.298
  retrieving revision 1.299
  diff -u -b -r1.298 -r1.299
  --- ChangeLog	17 May 2006 14:20:50 -0000	1.298
  +++ ChangeLog	18 May 2006 02:13:05 -0000	1.299
  @@ -1,3 +1,19 @@
  +2006-05-17  Mike Jarabek  <mjarabek@xxxxxxxxx>
  +
  +	* Makefile.am, configure.ac
  +	  Added share directory and rule to support share directory.
  +	* include/i_vars.h, include/prototype.h, include/struct.h
  +	  Added struct variable to contain name of PostScript prolog file
  +	  and changes to function prototypes.
  +	* noweb/f_print.nw
  +	  New PostScript output functions.  Unicode support.
  +	* noweb/g_rc.nw, noweb/g_register.nw, i_vars.nw
  +	  New RC command to set the PostScript prolog file.
  +	* noweb/o_*.nw, noweb/s_cue.nw
  +	  New PostScript output changes. Output code now 50% smaller
  +	* share/Makefile.am
  +	  New makefile to install prolog.
  +
   2006-05-17 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
           * include/struct.h: Added variable which controls if the user
   	  can move objects just dragging them.
  
  
  
  1.15      +1 -1      eda/geda/devel/libgeda/Makefile.am
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/Makefile.am,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- Makefile.am	18 Jan 2004 01:52:33 -0000	1.14
  +++ Makefile.am	18 May 2006 02:13:05 -0000	1.15
  @@ -1,5 +1,5 @@
   
  -SUBDIRS = src include noweb scripts docs
  +SUBDIRS = src include noweb scripts docs share
   
   EXTRA_DIST = HACKING BUGS autogen.sh
   
  
  
  
  1.27      +2 -1      eda/geda/devel/libgeda/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/configure.ac,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- configure.ac	13 Feb 2006 18:49:11 -0000	1.26
  +++ configure.ac	18 May 2006 02:13:05 -0000	1.27
  @@ -610,7 +610,8 @@
                    docs/Makefile
   	         libgeda.pc
   	         scripts/geda_totexi
  -	         scripts/notangle_guile ])
  +	         scripts/notangle_guile
  +		 share/Makefile ])
   
   AC_CONFIG_COMMANDS([geda_totexi-chmod], 
                      [[chmod +x scripts/geda_totexi]],[[]])