[gq-commit] gq COPYING,1.1.1.1,1.2 ChangeLog,1.40,1.41 Makefile.am,1.10,1.11 README.NLS,1.3,1.4 TODO
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-09-30 17:20:29
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv11957 Modified Files: COPYING ChangeLog Makefile.am README.NLS TODO Log Message: * Fixed many small bugs wrt gtk2, cleanups * Ported the dt_text to gtk2 and GtkTextView * Added keyboard mnemonics in a-great-many-places. Needs to be fixed so that for gtk 1.2 those underlines do not show up * Fixed the Filter Window * Almost fixed the License Window (but not quite) * Changed COPYING.h and introduced COPYING.c (autogenerated). COPYING.c gets built from the top-level COPYING file. Index: COPYING =================================================================== RCS file: /cvsroot/gqclient/gq/COPYING,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** COPYING 25 Mar 2000 14:40:24 -0000 1.1.1.1 --- COPYING 30 Sep 2003 17:20:24 -0000 1.2 *************** *** 1,2 **** --- 1,10 ---- + GQ -- a GTK-based LDAP client + Copyright (C) 1998-2003 Bert Vermeulen + Parts: Copyright (C) 2002-2003 Peter Stamfest and Bert Vermeulen + + This program is released under the Gnu General Public License with + the additional exemption that compiling, linking, and/or using + OpenSSL is allowed. + GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Index: ChangeLog =================================================================== RCS file: /cvsroot/gqclient/gq/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** ChangeLog 28 Sep 2003 23:47:20 -0000 1.40 --- ChangeLog 30 Sep 2003 17:20:24 -0000 1.41 *************** *** 1,2 **** --- 1,28 ---- + 2003-09-30 Peter Stamfest <pe...@st...> + * Fixed many small bugs wrt gtk2, cleanups + * Ported the dt_text to gtk2 and GtkTextView + * Added keyboard mnemonics in a-great-many-places. Needs to be + fixed so that for gtk 1.2 those underlines do not show up + * Fixed the Filter Window + * Almost fixed the License Window (but not quite) + * Changed COPYING.h and introduced COPYING.c + (autogenerated). COPYING.c gets built from the top-level COPYING + file. + 2003-09-29 Peter Stamfest <pe...@st...> + * The GREAT GTK UPGRADE: gtk 1.2 -> gtk 2 + - A full gtk2 development environment is required from now on, + but the distribution should build on gtk 1.2 for the time + being. I want to have the next release as a dual gtk1.x/2 + 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" + target in the src Makefile to check this. TODO: structurize and + reorganize the header files + * A ngettext fix to support languages with different word-orders + (Hatuka*nezumi <ne...@jc...>) + * Added some const keyword where they were indicated by the gtk2 + switch. 2003-09-28 Peter Stamfest <pe...@st...> * Finally added the chinese po file contributed by Index: Makefile.am =================================================================== RCS file: /cvsroot/gqclient/gq/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.am 28 Sep 2003 23:42:36 -0000 1.10 --- Makefile.am 30 Sep 2003 17:20:24 -0000 1.11 *************** *** 24,27 **** -rm -rf $(LANGPACK) && mkdir $(LANGPACK) ls -1d po po/*.po langpack $(LANGPACK_DIST) | cpio -p $(LANGPACK) ! GZIP=$(GZIP_ENV) $(TAR) chozf $(LANGPACK).tar.gz $(LANGPACK) -rm -rf $(LANGPACK) --- 24,27 ---- -rm -rf $(LANGPACK) && mkdir $(LANGPACK) ls -1d po po/*.po langpack $(LANGPACK_DIST) | cpio -p $(LANGPACK) ! GZIP=$(GZIP_ENV) tar chozf $(LANGPACK).tar.gz $(LANGPACK) -rm -rf $(LANGPACK) Index: README.NLS =================================================================== RCS file: /cvsroot/gqclient/gq/README.NLS,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README.NLS 11 Oct 2002 14:11:31 -0000 1.3 --- README.NLS 30 Sep 2003 17:20:24 -0000 1.4 *************** *** 25,29 **** Translators at this point are not absolutely required to translate ! such messages. If they so, however, they should NOT include the "tooltip|" prefix in the translation. --- 25,29 ---- Translators at this point are not absolutely required to translate ! such messages. If they do, however, they should NOT include the "tooltip|" prefix in the translation. Index: TODO =================================================================== RCS file: /cvsroot/gqclient/gq/TODO,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** TODO 28 Sep 2003 23:44:45 -0000 1.30 --- TODO 30 Sep 2003 17:20:24 -0000 1.31 *************** *** 75,81 **** Wed, 09 Oct 2002 19:40:37 +0200. - * Better keyboard support (at least for main menu) (peter) - will probably - have to wait for gtk2 - * [1.0] never do ldap_add when moving trees. Use triangulation like with the towers of hanoi --- 75,78 ---- *************** *** 184,185 **** --- 181,186 ---- * check for the codeset ISO-8859-1 vs ISO8859-1 to be used for iconv in configure.in + + * Better keyboard support (at least for main menu) (peter) - will probably + have to wait for gtk2 - mostly done + |