[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 06/02/27 12:53:03
Modified: . ChangeLog
Log:
Added the text overbar feature.
Revision Changes Path
1.291 +6 -1 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.290
retrieving revision 1.291
diff -u -b -r1.290 -r1.291
--- ChangeLog 26 Feb 2006 21:03:46 -0000 1.290
+++ ChangeLog 27 Feb 2006 17:53:03 -0000 1.291
@@ -1,3 +1,9 @@
+2006-02-27 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+ * noweb/o_text_basic.nw:
+ Added support for overbars. Delimiter character for the overbar is
+ "\_" string (it should be at the beginning and at the end of the
+ overbar). Support for overbars in Postscript code needs to be done.
+
2006-02-26 Mike Jarabek <mjarabek@xxxxxxxxx>
* noweb/f_print.nw:
Added DSC comments and logic to f_print() so that page managers
@@ -5,7 +11,6 @@
lies about the actual extents, and so does not completely obey
the DSC rules.
-
2006-02-25 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* include/prototype.h, include/struct.h, noweb/g_smob.nw: