ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm ayttm.dsp,NONE,1.1 ayttm.dsw,NONE,1.1 ayttm.p


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ayttm.dsp,NONE,1.1 ayttm.dsw,NONE,1.1 ayttm.proj,NONE,1.1 ayttm.spec,NONE,1.1 ayttm_console.dsp,NONE,1.1 .cvsignore,1.4,1.5 AUTHORS,1.3,1.4 CHAT_PRINCIPLES,1.1,1.2 ChangeLog,1.130,1.131 INSTALL,1.3,1.4 Makefile.am,1.1.1.1,1.2 README,1.21,1.22 configure.in,1.127,1.128 doit,1.1.1.1,1.2 makedll,1.1.1.1,1.2 makeebdll,1.1.1.1,1.2 mingw,1.1.1.1,1.2 yattm.dsp,1.1.1.1,NONE yattm.dsw,1.1.1.1,NONE yattm.proj,1.1.1.1,NONE yattm.spec,1.1.1.1,NONE yattm_console.dsp,1.1.1.1,NONE
Date: Thu, 16 Jan 2003 08:11:02 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv12593

Modified Files:
        .cvsignore AUTHORS CHAT_PRINCIPLES ChangeLog INSTALL 
        Makefile.am README configure.in doit makedll makeebdll mingw 
Added Files:
        ayttm.dsp ayttm.dsw ayttm.proj ayttm.spec ayttm_console.dsp 
Removed Files:
        yattm.dsp yattm.dsw yattm.proj yattm.spec yattm_console.dsp 
Log Message:
renamed Yattm to Ayttm
********* IMPORTANT ***********
 run make uninstall *before* doing cvs update
 also mv .yattm to .ayttm
 also note that the location of the sound files has changed
 from $(datadir)/sounds/ayttm to $(pkgdatadir)/sounds
*******************************

--- NEW FILE: ayttm.dsp ---
# Microsoft Developer Studio Project File - Name="ayttm" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Application" 0x0101

CFG=ayttm - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "ayttm.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "ayttm.mak" CFG="ayttm - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "ayttm - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "ayttm - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE 

# Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "ayttm - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD 
/c
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:windows /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:windows /machine:I386

!ELSEIF  "$(CFG)" == "ayttm - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" 
/YX /FD /c
# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "../" /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib glib-1.3.lib gtk-1.3.lib gdk-1.3.lib wsock32.lib /nologo 
/subsystem:windows /debug /machine:I386 /pdbtype:sept

!ENDIF 

# Begin Target

# Name "ayttm - Win32 Release"
# Name "ayttm - Win32 Debug"
# Begin Source File

SOURCE=.\src\account.c
# End Source File
# Begin Source File

SOURCE=.\src\account.h
# End Source File
# Begin Source File

SOURCE=.\src\add_contact_window.c
# End Source File
# Begin Source File

SOURCE=.\src\add_contact_window.h
# End Source File
# Begin Source File

SOURCE=.\src\aim.c
# End Source File
# Begin Source File

SOURCE=.\src\aim.h
# End Source File
# Begin Source File

SOURCE=.\src\chat_window.c
# End Source File
# Begin Source File

SOURCE=.\src\chat_window.h
# End Source File
# Begin Source File

SOURCE=.\src\contact.h
# End Source File
# Begin Source File

SOURCE=.\src\contactlist.c
# End Source File
# Begin Source File

SOURCE=.\src\editcontacts.c
# End Source File
# Begin Source File

SOURCE=.\src\editcontacts.h
# End Source File
# Begin Source File

SOURCE=.\src\externs.h
# End Source File
# Begin Source File

SOURCE=.\src\globals.h
# End Source File
# Begin Source File

SOURCE=.\src\icq.c
# End Source File
# Begin Source File

SOURCE=.\src\icq.h
# End Source File
# Begin Source File

SOURCE=.\src\main.c
# End Source File
# Begin Source File

SOURCE=.\src\msn.h
# End Source File
# Begin Source File

SOURCE=.\src\service.c
# End Source File
# Begin Source File

SOURCE=.\src\service.h
# End Source File
# Begin Source File

SOURCE=.\src\status.c
# End Source File
# Begin Source File

SOURCE=.\src\status.h
# End Source File
# Begin Source File

SOURCE=.\src\util.c
# End Source File
# Begin Source File

SOURCE=.\src\util.h
# End Source File
# Begin Source File

SOURCE=.\src\yahoo.h
# End Source File
# End Target
# End Project

--- NEW FILE: ayttm.dsw ---
Microsoft Developer Studio Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

###############################################################################

Project: "ayttm"=.\ayttm.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name libfaim
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name libicq
    End Project Dependency
}}}

###############################################################################

Project: "ayttm_console"=.\ayttm_console.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name libfaim
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name libicq
    End Project Dependency
}}}

###############################################################################

Project: "libfaim"=.\libfaim\libfaim.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "libicq"=.\libicq\libicq.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Global:

Package=<5>
{{{
}}}

Package=<3>
{{{
}}}

###############################################################################


--- NEW FILE: ayttm.proj ---

É
[
É
install-sh
÷p
÷p
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
ile.in modules/msn/libmsn/chat_lists.c modules/msn/libmsn/chat_lists.h 
modules/msn/libmsn/errors.c modules/msn/libmsn/errors.h 
modules/msn/libmsn/libmsn.c modules/msn/libmsn/libmsn.h 
modules/msn/libmsn/Makefile modules/msn/libmsn/Makefile.am 
modules/msn/libmsn/Makefile.in modules/msn/libmsn/md5.c 
modules/msn/libmsn/md5.h modules/msn/libmsn/msn_commands.c 
modules/msn/libmsn/msn_commands.h modules/msn/libmsn/parse_utils.c 
modules/msn/libmsn/parse_utils.h modules/msn/Makefile modules/msn/Makefile.am 
modules/msn/Makefile.in modules/msn/msn.c modules/msn/msn.h 
modules/msn2/libmsn2/Makefile modules/msn2/libmsn2/Makefile.am 
modules/msn2/libmsn2/Makefile.in modules/msn2/libmsn2/md5.c 
modules/msn2/libmsn2/md5.h modules/msn2/libmsn2/msn_bittybits.C 
modules/msn2/libmsn2/msn_bittybits.h modules/msn2/libmsn2/msn_core.C 
modules/msn2/libmsn2/msn_core.h modules/msn2/libmsn2/msn_interface.C 
modules/msn2/libmsn2/msn_interface.h modules/msn2/Makefile 
modules/msn2/Makefile.am modules/msn2/Makefile.in modules/msn2/msn.C 
modules/sms/Makefile.am modules/sms/sms.c modules/sms/sms_smtp.c 
modules/sms/sms_smtp.h modules/utility/autotrans.c modules/utility/Makefile 
modules/utility/Makefile.am modules/utility/Makefile.in 
modules/utility/middle.c modules/utility/notes.c modules/utility/rainbow.c 
modules/yahoo/libyahoo/ap_base64.c modules/yahoo/libyahoo/ap_base64.h 
modules/yahoo/libyahoo/config.h modules/yahoo/libyahoo/debug.c 
modules/yahoo/libyahoo/debug.h modules/yahoo/libyahoo/Makefile 
modules/yahoo/libyahoo/Makefile.am modules/yahoo/libyahoo/Makefile.in 
modules/yahoo/libyahoo/yahoo_util.c modules/
è
¼
”
h
<
       ì       À       ”       h       <       äÀ”hDä´„\4
丌d4ä¼”lDô̤|T(à´ˆÜh
ø
Ì
œ
p
D
       ð       Ä       ˜       l       @       踈

--- NEW FILE: ayttm.spec ---
%define name ayttm
%define version 0.4.3cvs
%define release 20020926

Summary:        A Universal Instant Messanging Client 
Name:           %{name}
Version:        %{version}
Release:        %{release}
Group:          Applications/Internet
License:        GPL
URL:            http://www.ayttm.com/
Source:         %{name}-%{version}-%{release}.tar.bz2
Buildroot:      /var/tmp/%{name}-%{version}-%{release}-root
Packager:       %_me
Vendor:         %_vendor

%description
Ayttm is designed to become a Universal Instant Messaging client, seamlessly
integrating all existing Instant Messaging clients and providing a single
consistant user interface. Currently, Ayttm supports sending and receiving
messages through AOL, ICQ, Yahoo, MSN and Jabber. IRC support is possibly
planned to be incorporated in future releases.

%prep
%setup 
./configure --prefix=/usr

%build
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
# Install documentation.
%doc COPYING AUTHORS README ChangeLog
# Install man page.
%{_prefix}/man/man1/ayttm.1*
# Icons and sounds
%{_prefix}/share/pixmaps/ebicon.png
%{_prefix}/share/sounds/ayttm/*
# Red Hat menu (doesn't do any damage on other distros)
# %config /etc/X11/applnk/Internet/Ayttm.desktop
# Install the modules
%{_prefix}/share/ayttm/modules/*.a   
%{_prefix}/share/ayttm/modules/*.la  
%{_prefix}/share/ayttm/modules/*.so 
%{_prefix}/share/ayttm/modules/*.so.*
# Install translations
%{_prefix}/share/locale/*/LC_MESSAGES/ayttm.mo
# Lastly, the binary itself
%{_prefix}/bin/ayttm
%{_prefix}/bin/update.pl
%{_prefix}/bin/contact-update.pl

%changelog
* Thu Sep 26 2002 Toby A Inkster <address@hidden> (0.4.3cvs-20020926)
- Graphical smiley selector (Colin)
- Progress bars for multiple simultaneous file transfers now show correctly 
(Philip)
- en_GB translation (Philip)
- Add option to disable auto-resizing of Contact Window (Toby)
- Yahoo fixes (Philip)

* Tue Jul 16 2002 Toby A Inkster <address@hidden> (0.4.3-1)
- Workaround for BSD and intl compilation (fix bug #63) (Colin)
- Added smileys : msn_rip, yahoo_rip (Philip)
- Migrated AIM to TOC2 (Torrey)
- Profiles are now saved (Torrey)
- Fixed a compiler warning in value_pair.c (Torrey)
- added much needed functionality to the irc module (Torrey)
- Progress window for MSN file transfers (Colin)
- Fix "Bugzilla Bug 56" - the (}) and ({) were backwards. (Vance)
- MSN contact list fixes (Meredydd)
- Fix for failed autotrans translations (David C. Brown)
- Yahoo send and receive file is asynchronous (Philip)
- Problem fixes in Yahoo (Philip)
- Fixed smileys transparency (Philip)
- Updated french translation (Colin)
- Better handle strange chars in accounts and trigger param (Colin)
- UI improvements (Torrey)
- Fixes to away messages (extra newline) (Philip)
- Fix keyboard shortcuts when using tabs (bug 45) (Colin)
- Fix segfault reported by David C. Brown (Colin)
- Multiple account bug fixed (Torrey)
- Fix possible memory leak (Torrey)
- Correct a segfault with href links (Colin)
- Correct font size when not using Xft (Colin)
- Add extra items (Manual, website) to help menu (Toby)
- Bug 36 fixed (another process having the same pid as EB) (Colin)
- MSN2 can now be compiled with GCC 3.1 (Nelson Ferreira)
- Intelligent away status selection for MSN (Meredydd)
- Intelligent away status selection for Yahoo (Meredydd/Philip)
- MSN sign in bug fixed (Meredydd)
- Keyboard shortcuts added for signon/signoff (Rob Lazzurs)
- German Translation added (Zaphod Beeblebrox)
- Fixed yahoo cache bug that caused segfault on add/remove (Philip)
- Fixed IRC to not depend on ICQ, made nickserv authentication more generic 
(Torrey Searle)
- Portuguese translation added (Nelson Ferreira)
- Yahoo now sends stopped typing notification correctly (Philip)
- Authorizing an account in Yahoo fix (Philip)
- Added "edit account" to the account right click menu (Philip)
- Added an "add account to contact" item to the right click menu (Colin)
- Contacts are now sorted alphabetically (Philip)
- Fixed problem with null accounts (bug 20), based on code submitted by 
linuxpingouin [AT] bigfoot.com
- Turkish translation added (Ansugo)
- Spanish translation added (Alexandra Navarro)
- Option to remove dependency on Xft (Torrey Searle)
- Japanese translation added (Katsumi Saito)
- major IRC improvements, (Signoff, nickchange, and action detection) (Torrey 
Searle)
- added links to manual and web site to Help menu (Toby Inkster)

* Mon May 28 2002 Toby A Inkster <address@hidden> (0.4.2-1)
- MSN can now recive files from the official client (Colin)
- i18n support, now work on getting eb in your language :) (Colin)
- Lots of changes to chat room (Meredydd)
- Themeable smileys
- Some AIM/ICQ fixes (Torrey Searle)
- various fun modules added, such as L33t Sp33k and Rainbow

* Fri May 17 2002 Toby A Inkster <address@hidden> (0.4.1-1)
- Yahoo2 file transfer fixes (Philip S Tellis)

* Tue May 14 2002 Toby A Inkster <address@hidden> (0.4.0-5)
- the code has been restructured so that AIM, ICQ, Jabber, Yahoo,
  MSN and IRC are all loadable modules running off the main client
  (Alex Wheeler)
- all new Yahoo module with support for file transfers, group chat,
  automtic invisible login, offline messaging, and contact
  authorisation (Philip S Tellis)
- all new MSN module with lots of fixes. (Meredydd, Alex Wheeler)
- lots of "micro-fixes" for irritating compile-time warnings (Toby Inkster)
- MSN mail notification fix (Colin Leroy)
- Chat window's title is prefixed with a "*" when a new message is received.
  (Colin Leroy)
- tab focus problems in chat window fixed (Lee Leahu)
- fixed problem launching URLs with "&" in them. (Toby Inkster)
- slightly buggy, yet functional Jabber group chat support (Alex Wheeler)
- notes module to keep notes on your contacts
- improved MSN Mime support (Bertrand Mathieu)
- aRts sound support added (Sebastian Held)
- Fixed a major Lockup problem
- better theme support
- BSD Fixes added (thanks to Todd Cohen)
- Fixed error in cancel on edit accounts window (Philip S Tellis)
- Tabbed chat support (Mitch Peabody)
- Check if another instance of EB is running (Mitch Peabody)
- MSN Mail Notification (Bertrand Mathieu)
- Improved connection system (Sourav K. Mandal)
- EB now does not sign on at statup (Sourav K. Mandal)
- Brought gtkspell up to date with upstream version
- Bug fixes in gtkspell
- MSN fixed to work with sign off/sign on menu system (Mitch Peabody)
- Make dist now works
- Fixes to tabbed chat system (Torrey Searle)
- Sounds prefs update (Will)
- Zephyr bug fix (Sourav K. Mandal)
- BSD fix (Todd Cohen)
- Fixes to the MSN mail notification support
- The HTML widget now ignores <pre> tag (Torrey Searle)
- Jabber accepts not having @ in name now (Alex Wheeler)
- Yahoo no longer segfaults when deleting a group (Alex Wheeler)
- IRC support added by (Erik B)
- Much GUI work my (Ben Rigas)
- MSN now does not crash EB when sign off all is hit
- More bug fixes in gtkspell (Barry)
- More BSD fixes (Jonathan Smith)
- Multi browser support (Michael D. Ivey)
- Now you can switch tabs using keys (Barry) 
- Misc bug fixes
- IRC support now uses address@hidden for the username (Erik B)
- IRC room support thanks to ErikB and Barry
- MSN now works thanks to Meredydd
- MSN now reconnects correctly (Meredydd)

* Sat Jan 20 2001 Torrey Searle <address@hidden> (0.2.0 release)
- Fixed support for Sun Audio (Chris D.Halverson)
- Fixed a potential AIM/ICQ conflict
- some more bugfixes in GtkSpell
- Better Local Support (Yasuhide OOMORI)
- Improved ICQ error handling (Yasuhide OOMORI)
- MSN Status support (Bertrand Mathieu)
- AIM INFO bug fix (Alex Wheeler)
- Jabber Support (Alex Wheeler)
- A new improved, and much faster GtkHtml wigdget
- Can now move contacts from group to group in the edit contact UI
- Fixed libmsn so that the "Could not set protocol" error happens less
- Proxy Authentication support added (Praveen K V)
- Fixed a bug where you would loose the last character if user is offline
- UTF-8 support in MSN (Bertrand Mathie)
- AIM now syncs with server Contact List
- Can disable Fore/Back/Fonts now in prefs
- Long status strings are truncated and left the full message placed
  in a mouseover to prevent window from getting very fat

* Sat Nov 4 2000 Torrey Searle <address@hidden> (0.1.5 release)
- Fixed libmsn to better deal with non @hotmail.com accounts
- Fixed some major bugs in the spell checker
- Major bug fixes to the yahoo Library (Scott Heavner)
- Fixed some Libc5 issues (Scott Heavner)
- Fixed a bug were libtoc was skipping some buddies (Alex Wheeler)
- Got rid of the gtk warnings when looking at the chat log (Scott Heavner)
- Got rid of the annoying dialog box if it can't find the sound
- Added a fix to get ICQ messaging working again
- Fixed libtoc to better deal with errors during login (Vadim Bereznike)
- Made the Chat Window's conversation and input window adjustable
- Inital drag and drop support in Contact Editor
- Ayttm points to the correct MSN server now
- Log window modfied to deal with undated log entries

* Wed Aug 27 2000 Torrey Searle <address@hidden> (0.1.4 release)
- Socks 4 Support added (Charles Wise)
- Solaris compile fixes
- Edit Contacts now hides passwords
- Right Click on mispelled words in order to get corrections
- Updated Yahoo protocol to remove "Out of date version" messages
- Graphical log viewing (David Schroder)
- Updated gtkhtml to understand the <body> tag (for netscape6 clients)
- Configurable sound preferences (Nathan Stenzel)

* Wed May 24 2000 Tim Powers <address@hidden>
- started changelog
- removed redundant defines at top of spec file
- use %configure instead of ./configure
- quiet setup
- man pages in FHS comliant location (%{_prefix}/share/man)
- use %{_prefix} instead of %{prefix} since it is picked up from the
  predefined macros for RPM
- not including the kdelnk or gnome specific menu entries, use applnk in
  /etc/X11/applnk instead so that both use the same file. Also marked the
  desktop file as a config file (hence the patch)
- no reason to set the attr of the ayttm binary since it is already set
  correctly
- use DESTDIR in install section since it is generally safer to use than
  prefix since the BuildRoot is picked up at times in docs etc. Looking down
  the road ;)


--- NEW FILE: ayttm_console.dsp ---
# Microsoft Developer Studio Project File - Name="ayttm_console" - Package 
Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Console Application" 0x0103

CFG=ayttm_console - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "ayttm_console.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "ayttm_console.mak"\
 CFG="ayttm_console - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "ayttm_console - Win32 Release" (based on\
 "Win32 (x86) Console Application")
!MESSAGE "ayttm_console - Win32 Debug" (based on\
 "Win32 (x86) Console Application")
!MESSAGE 

# Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe

!IF  "$(CFG)" == "ayttm_console - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D 
"_MBCS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" 
/YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /machine:I386

!ELSEIF  "$(CFG)" == "ayttm_console - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "everybud"
# PROP BASE Intermediate_Dir "everybud"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "everybud"
# PROP Intermediate_Dir "everybud"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" 
/D "_MBCS" /YX /FD /c
# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D 
"_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib glib-1.3.lib gtk-1.3.lib gdk-1.3.lib wsock32.lib /nologo 
/subsystem:console /debug /machine:I386 /pdbtype:sept

!ENDIF 

# Begin Target

# Name "ayttm_console - Win32 Release"
# Name "ayttm_console - Win32 Debug"
# Begin Source File

SOURCE=.\src\account.c
# End Source File
# Begin Source File

SOURCE=.\src\account.h
# End Source File
# Begin Source File

SOURCE=.\src\add_contact_window.c
# End Source File
# Begin Source File

SOURCE=.\src\add_contact_window.h
# End Source File
# Begin Source File

SOURCE=.\src\aim.c
# End Source File
# Begin Source File

SOURCE=.\src\aim.h
# End Source File
# Begin Source File

SOURCE=.\src\chat_window.c
# End Source File
# Begin Source File

SOURCE=.\src\chat_window.h
# End Source File
# Begin Source File

SOURCE=.\src\contact.h
# End Source File
# Begin Source File

SOURCE=.\src\contactlist.c
# End Source File
# Begin Source File

SOURCE=.\src\editcontacts.c
# End Source File
# Begin Source File

SOURCE=.\src\editcontacts.h
# End Source File
# Begin Source File

SOURCE=.\src\externs.h
# End Source File
# Begin Source File

SOURCE=.\src\globals.h
# End Source File
# Begin Source File

SOURCE=.\src\icq.c
# End Source File
# Begin Source File

SOURCE=.\src\icq.h
# End Source File
# Begin Source File

SOURCE=.\src\main.c
# End Source File
# Begin Source File

SOURCE=.\src\msn.h
# End Source File
# Begin Source File

SOURCE=.\src\service.c
# End Source File
# Begin Source File

SOURCE=.\src\service.h
# End Source File
# Begin Source File

SOURCE=.\src\status.c
# End Source File
# Begin Source File

SOURCE=.\src\status.h
# End Source File
# Begin Source File

SOURCE=.\src\util.c
# End Source File
# Begin Source File

SOURCE=.\src\util.h
# End Source File
# Begin Source File

SOURCE=.\src\yahoo.h
# End Source File
# End Target
# End Project

Index: .cvsignore
===================================================================
RCS file: /cvsroot/ayttm/ayttm/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  14 Jan 2003 20:00:02 -0000      1.4
+++ .cvsignore  16 Jan 2003 13:10:59 -0000      1.5
@@ -14,7 +14,7 @@
 ltconfig
 ltmain.sh
 libltdl
-Yattm.desktop
+ayttm.desktop
 stamp-h
 stamp-h1
 config.h

Index: AUTHORS
===================================================================
RCS file: /cvsroot/ayttm/ayttm/AUTHORS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AUTHORS     8 Jan 2003 15:40:09 -0000       1.3
+++ AUTHORS     16 Jan 2003 13:10:59 -0000      1.4
@@ -7,7 +7,7 @@
 Robert Lazzurs    <address@hidden>      Maintainer
 Erik Inge Bolsø   <address@hidden>              IRC Devel
 Meredydd         <address@hidden>       MSN Devel
-Colin Leroy      <address@hidden>               Various hacks, Yattm fork
+Colin Leroy      <address@hidden>               Various hacks, Yattm/Ayttm fork
 Philip Tellis    <address@hidden>       Yahoo Devel
 Andy S. Maloney          <address@hidden>        Many cleanups
 Yann Marigo       <address@hidden>              Art

Index: CHAT_PRINCIPLES
===================================================================
RCS file: /cvsroot/ayttm/ayttm/CHAT_PRINCIPLES,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CHAT_PRINCIPLES     9 Jan 2003 09:37:10 -0000       1.1
+++ CHAT_PRINCIPLES     16 Jan 2003 13:10:59 -0000      1.2
@@ -1,7 +1,7 @@
-Yattm - how does chat work
-========================
+Ayttm - how does chat work
+==========================
 
-Yattm allows you to chat with people on AIM, MSN, and other chat services
+Ayttm allows you to chat with people on AIM, MSN, and other chat services
 within a single interface. However it isn't magic and can't let you speak
 with people on MSN via AIM, for example.
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   16 Jan 2003 12:15:52 -0000      1.130
+++ ChangeLog   16 Jan 2003 13:10:59 -0000      1.131
@@ -1,3 +1,11 @@
+2003-01-16 18:32 IST [philip]  0.2-106
+
+       * many files
+               changed yattm to ayttm
+       * sounds/, Makefile.am
+               install sounds in $(pkgdatadir)/sounds instead of
+               $(datadir)/sounds/ayttm
+
 2003-01-16 13:14 GMT+1 [colin]  0.2-105
 
        * modules/aim-toc/yahoo.c ** REMOVED **

Index: INSTALL
===================================================================
RCS file: /cvsroot/ayttm/ayttm/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- INSTALL     30 Dec 2002 18:15:09 -0000      1.3
+++ INSTALL     16 Jan 2003 13:10:59 -0000      1.4
@@ -1,6 +1,6 @@
 Quick instructions
 ==================
-       You can install yattm by running
+       You can install ayttm by running
        $ ./configure
        $ make
        $ su -c "make install"
@@ -12,7 +12,7 @@
        need libxft headers).
 
        We now use Xft2. be sure to have fonts.cache-1 files, or run
-       fc-cache to generate them, or yattm will seem to hang for a 
+       fc-cache to generate them, or ayttm will seem to hang for a 
        long time while the generation will be done.
        
 Basic Installation

Index: Makefile.am
===================================================================
RCS file: /cvsroot/ayttm/ayttm/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile.am 23 Dec 2002 22:04:22 -0000      1.1.1.1
+++ Makefile.am 16 Jan 2003 13:10:59 -0000      1.2
@@ -2,28 +2,28 @@
 ACLOCAL_AMFLAGS = -I m4
 
 Utilitiesdir = ${sysconfdir}/X11/applnk/Internet
-Utilities_DATA = Yattm.desktop
+Utilities_DATA = @address@hidden
 
 EXTRA_DIST = 
 
-Yattm.desktop: Makefile
-       @rm -f Yattm.desktop >/dev/null 2>&1;
-       @echo [Desktop Entry] > Yattm.desktop;
-       @echo Name=Yattm >> Yattm.desktop;
-       @echo Exec=${exec_prefix}/bin/Yattm >> Yattm.desktop;
-       @echo Icon=${datadir}/pixmaps/yattm.png >> Yattm.desktop;
-       @echo Info=Yattm >> Yattm.desktop;
-       @echo Comment=\"The GTK Unified Messaging Client\">>Yattm.desktop;
-       @echo Terminal=0 >> Yattm.desktop;
-       @echo Type=Application >> Yattm.desktop;
address@hidden@.desktop: Makefile
+       @rm -f @address@hidden >/dev/null 2>&1;
+       @echo [Desktop Entry] > @address@hidden;
+       @echo address@hidden@ >> @address@hidden;
+       @echo Exec=${exec_prefix}/bin/@PACKAGE@ >> @address@hidden;
+       @echo Icon=${datadir}/pixmaps/ayttm.png >> @address@hidden;
+       @echo address@hidden@ >> @address@hidden;
+       @echo Comment=\"The GTK Unified Messaging Client\">>@address@hidden;
+       @echo Terminal=0 >> @address@hidden;
+       @echo Type=Application >> @address@hidden;
 
-Yattm.kdelnk: Makefile
-       @rm -f Yattm.kdelnk >/dev/null 2>&1;
-       @echo [Desktop Entry] > Yattm.kdelnk;
-       @echo Name=Yattm >> Yattm.kdelnk;
-       @echo Exec=${exec_prefix}/Yattm >> Yattm.kdelnk;
-       @echo Icon=${datadir}/pixmaps/yattm.xpm >> Yattm.kdelnk;
-       @echo Info=Yattm >> Yattm.kdelnk;
-       @echo Terminal=0 >> Yattm.kdelnk;
-       @echo Type=Application >> Yattm.kdelnk;
address@hidden@.kdelnk: Makefile
+       @rm -f @address@hidden >/dev/null 2>&1;
+       @echo [Desktop Entry] > @address@hidden;
+       @echo address@hidden@ >> @address@hidden;
+       @echo Exec=${exec_prefix}/@PACKAGE@ >> @address@hidden;
+       @echo Icon=${datadir}/pixmaps/ayttm.xpm >> @address@hidden;
+       @echo address@hidden@ >> @address@hidden;
+       @echo Terminal=0 >> @address@hidden;
+       @echo Type=Application >> @address@hidden;
 

Index: README
===================================================================
RCS file: /cvsroot/ayttm/ayttm/README,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- README      14 Jan 2003 12:03:10 -0000      1.21
+++ README      16 Jan 2003 13:10:59 -0000      1.22
@@ -11,13 +11,13 @@
     useful. After a crash you should have a `core' file in your 
     working directory ($HOME if run via a window manager). run gdb with 
     it:
-    $ gdb `which yattm` core
+    $ gdb `which ayttm` core
     then at the gdb prompt, type 'bt full':
     (gdb) bt full
     and copy/paste the result to your bugreport.
     You can also easily, automatically get stacktraces by running 
     ./configure --enable-crash-dialog. It'll popup the stack trace every
-    time yattm segfaults.
+    time ayttm segfaults.
 
   - If you experience lots of segfaults after an update (in particular 
     for CVS updates), it is probably caused by a change in a structure
@@ -34,7 +34,7 @@
 
 * General
 =========
-  Yattm is an integrated messenger, which means you can be logged on 
+  Ayttm is an integrated messenger, which means you can be logged on 
   more than one of the supported services at once. You can then chat
   with people on the services where you have an account. 
   Your "online friends" are grouped by contacts (a contact can have

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- configure.in        16 Jan 2003 12:15:52 -0000      1.127
+++ configure.in        16 Jan 2003 13:10:59 -0000      1.128
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
-AM_INIT_AUTOMAKE(yattm, 0.2-105)
+AM_INIT_AUTOMAKE(yattm, 0.2-106)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)

Index: doit
===================================================================
RCS file: /cvsroot/ayttm/ayttm/doit,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- doit        23 Dec 2002 22:04:25 -0000      1.1.1.1
+++ doit        16 Jan 2003 13:10:59 -0000      1.2
@@ -18,7 +18,7 @@
 cd ..
 
 #
-# Build Yattm in full... Note, to make this work I have in /target/bin
+# Build Ayttm in full... Note, to make this work I have in /target/bin
 # a dummy copy of aclocal, automake, and autoconf. THey just echo. Cygwin
 # does not have versions for MINGW32 and since GLIB/GTK comes from 
 # www.gimp.org/win32 and is in /target this is what you need to make it
@@ -48,38 +48,38 @@
         for x in import_gaim import_gnomeicu importicq importlicq smileysc 
smileys2
        do
                 ../../makedll $x gcc
-               cp $x.dll /cygdrive/c/.yattm/modules
-               cp $x.dll /cygdrive/c/.yattm/modules/.libs
+               cp $x.dll /cygdrive/c/.ayttm/modules
+               cp $x.dll /cygdrive/c/.ayttm/modules/.libs
        done
         cd ../utility
         for x in middle rainbow autotrans
         do
                 ../../makedll $x gcc
-                cp $x.dll /cygdrive/c/.yattm/modules
-                cp $x.dll /cygdrive/c/.yattm/modules/.libs
+                cp $x.dll /cygdrive/c/.ayttm/modules
+                cp $x.dll /cygdrive/c/.ayttm/modules/.libs
         done
        cd ../aim-toc
         ../../makedll aim-toc gcc libtoc/libtoc.o
-       cp aim-toc.dll /cygdrive/c/.yattm/modules
-       cp aim-toc.dll /cygdrive/c/.yattm/modules/.libs
+       cp aim-toc.dll /cygdrive/c/.ayttm/modules
+       cp aim-toc.dll /cygdrive/c/.ayttm/modules/.libs
         cd ../icq
         ../../makedll icq gcc libicq/*.o
-        cp icq.dll /cygdrive/c/.yattm/modules
-        cp icq.dll /cygdrive/c/.yattm/modules/.libs
+        cp icq.dll /cygdrive/c/.ayttm/modules
+        cp icq.dll /cygdrive/c/.ayttm/modules/.libs
         cd ../yahoo2
         ../../makedll yahoo gcc libyahoo2/*.o
-        cp yahoo.dll /cygdrive/c/.yattm/modules
-        cp yahoo.dll /cygdrive/c/.yattm/modules/.libs
+        cp yahoo.dll /cygdrive/c/.ayttm/modules
+        cp yahoo.dll /cygdrive/c/.ayttm/modules/.libs
         cd ../irc
         ../../makedll irc gcc
-        cp irc.dll /cygdrive/c/.yattm/modules
-        cp irc.dll /cygdrive/c/.yattm/modules/.libs
+        cp irc.dll /cygdrive/c/.ayttm/modules
+        cp irc.dll /cygdrive/c/.ayttm/modules/.libs
        cd ../msn2
        ../../makedll msn c++ libmsn2/*.o
-        cp msn.dll /cygdrive/c/.yattm/modules
-        cp msn.dll /cygdrive/c/.yattm/modules/.libs
+        cp msn.dll /cygdrive/c/.ayttm/modules
+        cp msn.dll /cygdrive/c/.ayttm/modules/.libs
        cd ../jabber
        ../../makedll jabber gcc libEBjabber.o libjabber/*.o libxode/*.o
-        cp jabber.dll /cygdrive/c/.yattm/modules
-        cp jabber.dll /cygdrive/c/.yattm/modules/.libs
+        cp jabber.dll /cygdrive/c/.ayttm/modules
+        cp jabber.dll /cygdrive/c/.ayttm/modules/.libs
 fi

Index: makedll
===================================================================
RCS file: /cvsroot/ayttm/ayttm/makedll,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- makedll     23 Dec 2002 22:04:25 -0000      1.1.1.1
+++ makedll     16 Jan 2003 13:10:59 -0000      1.2
@@ -4,4 +4,4 @@
 d=$1
 shift
 make $o.o
-dllwrap -g -mno-cygwin --export-all-symbols --output-def $o.def --implib 
$o.dll.a --target i386-mingw32 --driver-name $d -I/target/include/glib-2.0 -o 
$o.dll $o.o $* ../../libyattm.a /target/lib/intl.lib /target/lib/iconv.lib 
../../libltdl/ltdl.o /target/lib/dirent.lib -L/target/lib -lgdk -lgtk 
-lglib-2.0 -L../../libproxy -lproxy -lws2_32 -lwst -lmsvcrt40
+dllwrap -g -mno-cygwin --export-all-symbols --output-def $o.def --implib 
$o.dll.a --target i386-mingw32 --driver-name $d -I/target/include/glib-2.0 -o 
$o.dll $o.o $* ../../libayttm.a /target/lib/intl.lib /target/lib/iconv.lib 
../../libltdl/ltdl.o /target/lib/dirent.lib -L/target/lib -lgdk -lgtk 
-lglib-2.0 -L../../libproxy -lproxy -lws2_32 -lwst -lmsvcrt40

Index: makeebdll
===================================================================
RCS file: /cvsroot/ayttm/ayttm/makeebdll,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- makeebdll   23 Dec 2002 22:04:25 -0000      1.1.1.1
+++ makeebdll   16 Jan 2003 13:10:59 -0000      1.2
@@ -1,7 +1,7 @@
 #!/bin/sh
-dlltool --export-all --output-def yattm.def src/*.o
-dlltool --dllname yattm.exe --def yattm.def --output-lib libyattm.a
-dlltool --dllname yattm.exe --output-exp yattm.exp --def yattm.def
-gcc -mno-cygwin -fnative-struct -I/target/include -I/usr/include/mingw 
-I/usr/include/w32api -I/target/include/glib -I/target/include/glib-2.0 
-I/usr/local/include -I/opt/include -I../ -I/usr/include/w32api -I/usr/include 
-D_REENTRANT -Wall -g -I.. -I./libproxy -o yattm.exe -Wl,--base-file,yattm.base 
yattm.exp src/*.o /target/lib/intl.lib /target/lib/iconv.lib 
/target/lib/dirent.lib libltdl/ltdl.o  -L/target/lib -lgdk -lgtk -lglib-2.0 
-L./libproxy -lproxy -lwinmm -lws2_32 -lwst -lmsvcrt40
-dlltool --dllname yattm.exe --base-file yattm.base --output-exp yattm.exp 
--def yattm.def
-gcc -mno-cygwin -fnative-struct -I/target/include -I/usr/include/mingw 
-I/usr/include/w32api -I/target/include/glib -I/target/include/glib-2.0 
-I/usr/local/include -I/opt/include -I../ -I/usr/include/w32api -I/usr/include 
-D_REENTRANT -Wall -g -I.. -I./libproxy -o yattm.exe yattm.exp src/*.o 
/target/lib/intl.lib /target/lib/iconv.lib /target/lib/dirent.lib 
libltdl/ltdl.o  -L/target/lib -lgdk -lgtk -lglib-2.0 -L./libproxy -lproxy 
-lwinmm -lws2_32 -lwst -lmsvcrt40
+dlltool --export-all --output-def ayttm.def src/*.o
+dlltool --dllname ayttm.exe --def ayttm.def --output-lib libayttm.a
+dlltool --dllname ayttm.exe --output-exp ayttm.exp --def ayttm.def
+gcc -mno-cygwin -fnative-struct -I/target/include -I/usr/include/mingw 
-I/usr/include/w32api -I/target/include/glib -I/target/include/glib-2.0 
-I/usr/local/include -I/opt/include -I../ -I/usr/include/w32api -I/usr/include 
-D_REENTRANT -Wall -g -I.. -I./libproxy -o ayttm.exe -Wl,--base-file,ayttm.base 
ayttm.exp src/*.o /target/lib/intl.lib /target/lib/iconv.lib 
/target/lib/dirent.lib libltdl/ltdl.o  -L/target/lib -lgdk -lgtk -lglib-2.0 
-L./libproxy -lproxy -lwinmm -lws2_32 -lwst -lmsvcrt40
+dlltool --dllname ayttm.exe --base-file ayttm.base --output-exp ayttm.exp 
--def ayttm.def
+gcc -mno-cygwin -fnative-struct -I/target/include -I/usr/include/mingw 
-I/usr/include/w32api -I/target/include/glib -I/target/include/glib-2.0 
-I/usr/local/include -I/opt/include -I../ -I/usr/include/w32api -I/usr/include 
-D_REENTRANT -Wall -g -I.. -I./libproxy -o ayttm.exe ayttm.exp src/*.o 
/target/lib/intl.lib /target/lib/iconv.lib /target/lib/dirent.lib 
libltdl/ltdl.o  -L/target/lib -lgdk -lgtk -lglib-2.0 -L./libproxy -lproxy 
-lwinmm -lws2_32 -lwst -lmsvcrt40

Index: mingw
===================================================================
RCS file: /cvsroot/ayttm/ayttm/mingw,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- mingw       23 Dec 2002 22:04:25 -0000      1.1.1.1
+++ mingw       16 Jan 2003 13:10:59 -0000      1.2
@@ -26,7 +26,7 @@
 
        #
        # need .la files
-       cp mingw32/*.la /cygdrive/c/.yattm/modules
+       cp mingw32/*.la /cygdrive/c/.ayttm/modules
 
        #
        # rebuild all plugins as DLLs.
@@ -34,30 +34,30 @@
         for x in import_gaim import_gnomeicu importicq importlicq smileysc 
msn_smileys yahoo_smileys
        do
                 ../../makedll $x gcc
-               cp $x.dll /cygdrive/c/.yattm/modules
+               cp $x.dll /cygdrive/c/.ayttm/modules
        done
         cd ../utility
         for x in middle rainbow autotrans
         do
                 ../../makedll $x gcc
-                cp $x.dll /cygdrive/c/.yattm/modules
+                cp $x.dll /cygdrive/c/.ayttm/modules
         done
        cd ../aim-toc
         ../../makedll aim-toc gcc libtoc/libtoc.o
-       cp aim-toc.dll /cygdrive/c/.yattm/modules
+       cp aim-toc.dll /cygdrive/c/.ayttm/modules
         cd ../icq
         ../../makedll icq gcc libicq/*.o
-        cp icq.dll /cygdrive/c/.yattm/modules
+        cp icq.dll /cygdrive/c/.ayttm/modules
         cd ../yahoo2
         ../../makedll yahoo gcc libyahoo2/*.o
-        cp yahoo.dll /cygdrive/c/.yattm/modules
+        cp yahoo.dll /cygdrive/c/.ayttm/modules
         cd ../irc
         ../../makedll irc gcc
-        cp irc.dll /cygdrive/c/.yattm/modules
+        cp irc.dll /cygdrive/c/.ayttm/modules
        cd ../msn2
        ../../makedll msn c++ libmsn2/*.o
-        cp msn.dll /cygdrive/c/.yattm/modules
+        cp msn.dll /cygdrive/c/.ayttm/modules
        cd ../jabber
        ../../makedll jabber gcc libEBjabber.o libjabber/*.o libxode/*.o
-        cp jabber.dll /cygdrive/c/.yattm/modules
+        cp jabber.dll /cygdrive/c/.ayttm/modules
 fi

--- yattm.dsp DELETED ---

--- yattm.dsw DELETED ---

--- yattm.proj DELETED ---

--- yattm.spec DELETED ---

--- yattm_console.dsp DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]