[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: mike
Date: 06/02/26 16:03:46
Modified: . ChangeLog
Log:
Added DSC comments and logic to f_print() so that page managers
can make more intelligent choices about paper sizes. The code
lies about the actual extents, and so does not completely obey
the DSC rules.
Revision Changes Path
1.290 +8 -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.289
retrieving revision 1.290
diff -u -b -r1.289 -r1.290
--- ChangeLog 25 Feb 2006 15:01:00 -0000 1.289
+++ ChangeLog 26 Feb 2006 21:03:46 -0000 1.290
@@ -1,3 +1,11 @@
+2006-02-26 Mike Jarabek <mjarabek@xxxxxxxxx>
+ * noweb/f_print.nw:
+ Added DSC comments and logic to f_print() so that page managers
+ can make more intelligent choices about paper sizes. The code
+ 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: