From: Matej U. <mat...@us...> - 2006-08-23 10:44:23
|
Update of /cvsroot/mod-c/ehtml In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23494 Modified Files: ChangeLog Log Message: - have put some example entries into the changelogs Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-c/ehtml/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ChangeLog 13 Jan 2006 23:20:19 -0000 1.1.1.1 --- ChangeLog 23 Aug 2006 10:44:19 -0000 1.2 *************** *** 1,3 **** ! 2006-01-07 - I have decided that EHTML be designed for speed in favour to 'careless-programmer-correction' bullshit. Which strengthens the fact that --- 1,3 ---- ! 2006-01-07 Matej Urbas <mat...@gm...> - I have decided that EHTML be designed for speed in favour to 'careless-programmer-correction' bullshit. Which strengthens the fact that *************** *** 12,17 **** ! 2005-12-31 ! Page class: - added support for adding children into the head section of the page - the user may set his custom doctype to use in the page (default is --- 12,17 ---- ! 2005-12-31 Matej Urbas <mat...@gm...> ! * Page class: - added support for adding children into the head section of the page - the user may set his custom doctype to use in the page (default is *************** *** 19,31 **** - added documentation ! Container class: - the container didn't render its begin and end tags. Fixed this behaviour. - added documentation ! Label class: - when there is no text in the Label it is rendered in the short form ! Other: - added a pre-load stage, where components can access the read arguments before the naming stage. --- 19,31 ---- - added documentation ! * Container class: - the container didn't render its begin and end tags. Fixed this behaviour. - added documentation ! * Label class: - when there is no text in the Label it is rendered in the short form ! * Other: - added a pre-load stage, where components can access the read arguments before the naming stage. *************** *** 33,40 **** ! 2005-12-30 ! Changed the new operator - it now uses the pool given by apache. ! 2005-12-29 ! Started the EHTML repository --- 33,40 ---- ! 2005-12-30 Matej Urbas <mat...@gm...> ! * Common.h: Changed the new operator - it now uses the pool given by apache. ! 2005-12-29 Matej Urbas <mat...@gm...> ! * Started the EHTML repository |