head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.54 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2003.05.05.20.25.16; author jmmv; state dead; branches; next 1.1; 1.1 date 2003.03.31.20.58.41; author jmmv; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.03.31.20.58.41; author jmmv; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.2.0: Highlights: * Movie preview. * GTK2 compatibility. * BSD compatibility. * Hide/show list columns. * ED2K Browser Integration. Madcat's contributions: * Made ED2K integration HOWTO. * Enabled multiple selections in all lists. * Item selected when right-clicked. * Sort order stays when sources/items are added to list during global search. * Search tabs can be closed during global search. * Double-clicking on a server in Server List now connects to that server. * Original idea and implementation of column hiding. * Made LMule fully 0.26d GUI compliant. * Preview of movie files (mplayer+xine officially supported). * Preferences saved when OK is clicked in Preferences. * FIXED -- Shared Files tab Highest/Release priority issue. * FIXED -- Search Tab "Remove All" button. * FIXED -- Search Tab "Download All" resized. Un-Thesis' contributions: * Fully implemented column hiding for all lists. * Added full GTK2 compatibility. * Updated auto-server.met URL. * FIXED -- column hiding bugs in wxGTK code. * FIXED -- Freeze if wget failed. Pure_Ascii's contributions: * Tested tray icon in KDE3. * Spoofed up wxLocale() i18n implementation. * Now detects new mlDonkey clients. * FIXED -- Buffer Overflow: too long lines in the retrieved server lists - will freeze lmule (reported by Gib[S]on) Lioux's contributions: * Added *BSD compatibility. * Substituted direct pthread calls for wxMutex calls. Simbal's contributions: * FIXED -- SuSE 8.2 compilation errors. Pterjan's contributions: * Added a much better French translation. Based on patches provided by Juan RP and ACiarcinski at iss.net. @ text @$NetBSD: patch-ah,v 1.1 2003/03/31 20:58:41 jmmv Exp $ --- src/otherfunctions.cpp.orig 2003-03-27 09:06:24.000000000 +0100 +++ src/otherfunctions.cpp 2003-03-27 09:06:56.000000000 +0100 @@@@ -546,6 +546,7 @@@@ } #ifdef __FreeBSD__ +#elif defined(__NetBSD__) long long atoll( char * s ){ return strtoll(s, (char **)NULL, 10); } @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of lmule, version 1.1.13: Port of the eMule for Windows eDonkey2000, which uses the wxWindows class library and runs on several Unix-like systems. Features: * Download/Upload works * You can search and add ed2k-links * Statistics * Shared files tab works * Messages tab is now implemented * You can manage friends * LMule can be minimized to systray * You can set nearly all preferences Based on a package done by Juan RP. @ text @@