Hi Sebastien and List, current gnomeicu doesn't work any longer, since the icq-protocol was changed... (debian BTS: #352752).
New package prepared at: http://revu.tauware.de/details.py?upid=1870 It works well under KDE ;) Changelog and diffstat attached. Cheers, Stefan.
ChangeLog | 96 GnomeICU.desktop.in | 2 Makefile.am | 4 Makefile.in | 273 aclocal.m4 | 9383 +++++++++++++------- config.guess | 866 + config.sub | 286 configure |18769 +++++++++++++++++++++++++++++++++--------- configure.in | 8 debian/README.Debian | 36 debian/changelog | 7 doc/C/Makefile.in | 175 doc/Makefile.in | 232 doc/uk/Makefile.in | 175 emoticons/AIM/Makefile.in | 171 emoticons/Always/Makefile.in | 171 emoticons/Default/Makefile.in | 171 emoticons/MSN/Makefile.in | 171 emoticons/Makefile.in | 232 emoticons/Yahoo/Makefile.in | 171 gnomeicu-applet/Makefile.in | 250 gnomeicu.spec | 2 icons/Default/Makefile.in | 171 icons/Eyeballs/Makefile.in | 171 icons/Gradients/Makefile.in | 171 icons/Makefile.in | 232 icons/reDubbed/Makefile.in | 171 intltool-extract.in | 417 intltool-merge.in | 629 - intltool-update.in | 197 ltmain.sh | 3760 ++++++-- mkinstalldirs | 117 po/ChangeLog | 174 po/Makefile.in.in | 67 po/am.po | 1911 ++-- po/az.po | 282 po/be.po | 758 - po/bg.po | 753 - po/ca.po | 683 - po/cs.po | 15 po/da.po | 2425 ++--- po/de.po | 263 po/el.po | 853 - po/en_CA.po | 103 po/en_GB.po | 15 po/es.po | 396 po/eu.po | 4377 +++------ po/fi.po | 4128 +++------ po/fr.po | 682 - po/ga.po | 930 -- po/gl.po | 6420 ++++---------- po/gnomeicu.pot | 4138 --------- po/he.po | 1242 +- po/hr.po | 689 - po/hu.po | 742 - po/it.po | 2932 ++---- po/ja.po | 768 - po/ko.po | 3110 ++---- po/lt.po | 6757 ++++----------- po/lv.po | 2718 ++---- po/mk.po | 1247 +- po/ml.po | 790 - po/ms.po | 772 - po/nb.po | 4092 +++++++++ po/ne.po | 4221 +++++++++ po/nl.po | 129 po/nn.po | 6244 ++++--------- po/no.po | 690 - po/pa.po | 4149 +++++++++ po/pl.po | 137 po/pt.po | 1962 ---- po/pt_BR.po | 1182 +- po/ro.po | 6298 ++++---------- po/ru.po | 841 - po/rw.po | 4886 ++++++++++ po/sk.po | 114 po/sl.po | 2732 ++---- po/sq.po | 4614 ++++++++++ po/sr.po | 211 po/[EMAIL PROTECTED] | 217 po/sv.po | 2941 ++---- po/th.po | 1843 ++-- po/tr.po | 2722 ++---- po/uk.po | 757 - po/vi.po | 4360 ++++----- po/zh_CN.po | 8129 ++++++------------ po/zh_TW.po | 2964 ++---- sounds/GnomeICU.soundlist | 429 sounds/Makefile.in | 171 src/Makefile.in | 262 src/auth.c | 17 src/changeinfo.c | 2 src/cl_migrate.c | 2 src/common.h | 5 src/gnomeicu-client.c | 1 src/gnomeicu.c | 2 src/gtkfunc.c | 2 src/listwindow.c | 2 src/personal_info.c | 2 src/prefs.c | 48 src/prefs_ui.c | 2 src/response.c | 2 src/rtf-reader.c | 42 src/showlist.c | 2 src/tcp.c | 6 src/tray.c | 22 src/util.c | 2 src/v7login.c | 5 src/v7newuser.c | 1 src/v7recv.c | 103 src/v7send.c | 8 src/v7snac13.c | 22 ui/Makefile.in | 171 ui/addcontact.glade | 555 - ui/prefs.glade | 6 ui/user_info.glade | 3 ui/welcome.glade | 6 117 files changed, 86432 insertions(+), 70733 deletions(-)
0a1,96 > *********************************************** > * GnomeICU 0.99.10 released * > *********************************************** > > 2006-02-14 Olivier Crete <[EMAIL PROTECTED]> > * configure.in: Version 0.99.10 > * src/v7recv.c: Also skip others tlvs in advanced messages > * src/v7snac13.c: Ignore unknown tlv > * src/*.c, src/common.h, po/*, ui/welcome.glade: Fixed a bunch of typos > and helped translators a bit (bug #328684) > > *********************************************** > * GnomeICU 0.99.9 released * > *********************************************** > > 2006-02-12 Olivier Crete <[EMAIL PROTECTED]> > * autogen.sh: Make it build, require automake 1.7 > * src/cl_migrate.c, src/gtkfunc.c, src/tcp.c, src/util.c: > Fix compilation on 64 bit arch with more stringent compiler > * src/v7recv.c: Ignore other TLVs inside code for simple messages > * src/v7snac13.c: Print more explicit errors > * src/configure.in: Bump version to 0.99.9 > > 2006-01-26 Daniel Nylander <[EMAIL PROTECTED]> > > * po/sv.po: Updated Swedish translation > > 2005-10-16 Olivier Crete <[EMAIL PROTECTED]> > * configure.in: Added PKG_PROG_PKG_CONFIG, require intltool>=0.32.1 > * src/auth.c: Fixed giving authorisation, patch from [EMAIL PROTECTED] > (bug #172022) > * src/v7snac13.c: Ignore TLVs 0x14, 0x15, 0x144 (bugs #151280 and > #144335) > * src/prefs: Load ctrl-enter setting properly, (bug #149303) > * src/v7snac13.c: Fix crash on non-utf8 nick in contact list, patch > idea from Ilya <[EMAIL PROTECTED]>, (bug #147536) > * src/showlist.c: Dont crash on DnD of groups (bug #150267) > * src/prefs.c: Use portable int-in-pointer macros > * src/response.c: Make away message window larger (bug #315978) > * configure.in: bump version to 0.99.8 > > 2005-07-19 Pawan Chitrakar <[EMAIL PROTECTED]> > > * configure.in: Added ne in ALL_LINGUAS > > 2005-04-01 Steve Murphy <[EMAIL PROTECTED]> > > * configure.in: Added "rw" to ALL_LINGUAS. > > 2005-01-18 Olivier Crete <[EMAIL PROTECTED]> > * ui/addcontact.glade: Fixed tab browsing order > * src/gnomeicu.c: Fix my name's spelling > > 2005-01-04 Olivier Crete <[EMAIL PROTECTED]> > * GnomeICU.desktop.in: Add InstantMessenger;GNOME;GTK to the Categories > > 2004-12-25 Kjartan Maraas <[EMAIL PROTECTED]> > > * configure.in: Add «nb» to ALL_LINGUAS. > > 2004-12-06 Olivier Crete <[EMAIL PROTECTED]> > * src/v7recv.c: Fix reception of UTF-16BE (from gaim) > > 2004-11-10 Olivier Crete <[EMAIL PROTECTED]> > * Makefile.am: Fixes to help distributors with the gconf stuff. > Thanks to Julio M. Merino Vidal <[EMAIL PROTECTED]> > * src/v7login.c, src/v7newuser.c, src/v7recv.c: Add netinet/in.h > include so it compiles properly on NetBSD 2.x. > Thanks to Julio M. Merino Vidal <[EMAIL PROTECTED]> again. > > 2004-10-05 Amanpreet Singh Alam <[EMAIL PROTECTED]> > * configure.in: pa(Punjabi) Language is add > > 2004-09-20 Olivier Crete <[EMAIL PROTECTED]> > * ui/user_info.glade: Make own UIN selectable, but not editable > > 2004-09-17 Olivier Crete <[EMAIL PROTECTED]> > * src/rtf-reader.c: Added Hebrew lang from bug #152896 > > 2004-08-14 Olivier Crete <[EMAIL PROTECTED]> > * src/rtf-reader.c: Added fixes for Chinese/Japanase from > Bryan Chan <[EMAIL PROTECTED]> > > 2004-06-09 Patrick Sung <[EMAIL PROTECTED]> > * src/v7snac13.c: updated to recognize new TLV (0x0F, LastUpdateDate) > This looks like created by ICQ4 (lite) just released a week ago. > * src/v7send.c: added back a trace function to v7_client_ready(). > > 2004-06-09 Olivier Crete <[EMAIL PROTECTED]> > * src/v7recv.c: show invisible+online as invisible and the rest as > the underlying status > > 2004-06-08 Olivier Crete <[EMAIL PROTECTED]> > * src/Makefile.am, gnomeicu-applet/Makefile.am: > Remove *_DISABLE_DEPRECATED... >
pgpCjF1sY5GWp.pgp
Description: PGP signature
-- Ubuntu-motu mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
