[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/05/20 15:02:31
Modified: . ChangeLog
Log:
Added code to support arbitrary attribute promotion
Revision Changes Path
1.301 +6 -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.300
retrieving revision 1.301
diff -u -b -r1.300 -r1.301
--- ChangeLog 20 May 2006 14:03:50 -0000 1.300
+++ ChangeLog 20 May 2006 19:02:31 -0000 1.301
@@ -6,6 +6,12 @@
* noweb/f_print.nw: Fixed missing @ which made notangle_guile a
little happier.
+ include/i_vars.h, include/prototype.h, include/struct.h,
+ noweb/g_rc.nw, noweb/g_register.nw, noweb/i_vars.nw,
+ noweb/o_complex_basic.nw, noweb/s_toplevel.nw: Finally added code
+ to support the rc keyword: always-promote-attributes. This string
+ holds a list of attribute names that are always promoted.
+
2006-05-17 Mike Jarabek <mjarabek@xxxxxxxxx>
* Makefile.am, configure.ac