[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 05/03/06 16:10:51
Modified: . ChangeLog system-gafrc.in
Log:
Hopefully fixed the handling of newlines with the latest changes to the font
loading system.
Revision Changes Path
1.184 +7 -0 eda/geda/devel/symbols/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/symbols/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -b -r1.183 -r1.184
--- ChangeLog 6 Mar 2005 16:21:22 -0000 1.183
+++ ChangeLog 6 Mar 2005 21:10:51 -0000 1.184
@@ -1,3 +1,10 @@
+2005-03-06 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * system-gafrc.in, font/newline.sym: Fixed up hashtable filling
+ scheme code to use the newline.sym file instead of excl.sym and
+ fixed newline.sym to contain something to allow a critical
+ code path within o_text_basic.nw (line 744) to execute.
+
2005-03-06 Werner Hoch <werner.ho@xxxxxx>
* micro/pic12c5xx-1.sym: removed accidently added power nets
1.3 +2 -3 eda/geda/devel/symbols/system-gafrc.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: system-gafrc.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/symbols/system-gafrc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- system-gafrc.in 6 Mar 2005 00:00:33 -0000 1.2
+++ system-gafrc.in 6 Mar 2005 21:10:51 -0000 1.3
@@ -150,10 +150,9 @@
(map-font-character-to-file " " (string-append default-font-directory "@PATHSEP@"
"space.sym"))
-; The newline.sym symbol is not used!!. Use excl.sym or the newline
-; will not be handled correctly!!.
+
(map-font-character-to-file "\n" (string-append default-font-directory "/"
- "excl.sym"))
+ "newline.sym"))
(map-font-character-to-file "!" (string-append default-font-directory "@PATHSEP@"
"excl.sym"))