[gq-commit] gq ChangeLog,1.41,1.42
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-04 10:19:05
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv8879 Modified Files: ChangeLog Log Message: * New changes by me Index: ChangeLog =================================================================== RCS file: /cvsroot/gqclient/gq/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** ChangeLog 30 Sep 2003 17:20:24 -0000 1.41 --- ChangeLog 4 Oct 2003 10:19:00 -0000 1.42 *************** *** 1,2 **** --- 1,15 ---- + 2003-10-03 Peter Stamfest <pe...@st...> + * Added a libxml/libxml2 based XML config file parser (SAX + based). It should be possible to switch to expat as well. It + cannot handle some of the encoding issues I have to deal with + right now. + * Got rid of the static gq_config. Turned it into a pointer mostly + for practical reasons. This might also reduce the on-disk + file-size of gq. + 2003-10-01 Peter Stamfest <pe...@st...> + * New japanese translations (including mnemonics) by Nezumi + (Hatuka*nezumi <ne...@jc...>) + * Transition to UTF-8 + * Added missing _()'s in search.c 2003-09-30 Peter Stamfest <pe...@st...> * Fixed many small bugs wrt gtk2, cleanups *************** *** 16,20 **** version. Afterward gtk 1.x support will be dropped. - Many changes to signal handlers due to new signal semantics in gtk2 ! * Many header files: Added $Id$, multiple inclusion protection and copyright notices * Most header files now are self-contained. There is a "test" --- 29,33 ---- version. Afterward gtk 1.x support will be dropped. - Many changes to signal handlers due to new signal semantics in gtk2 ! * Many header files: Added CVS Id-s copyright notices * Most header files now are self-contained. There is a "test" |