ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src .cvsignore,1.2,1.3 Makefile.am,1.10,1.11


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src .cvsignore,1.2,1.3 Makefile.am,1.10,1.11 about.c,1.13,1.14 account.c,1.5,1.6 account.h,1.4,1.5 add_contact_window.c,1.10,1.11 add_contact_window.h,1.2,1.3 away_window.c,1.9,1.10 away_window.h,1.1.1.1,1.2 browser.c,1.10,1.11 chat_room.c,1.31,1.32 chat_room.h,1.8,1.9 chat_window.c,1.23,1.24 chat_window.h,1.6,1.7 console_session.c,1.5,1.6 contact.h,1.3,1.4 contact_actions.c,1.6,1.7 contact_actions.h,1.2,1.3 contactlist.c,1.2,1.3 crash.c,1.1,1.2 debug.h,1.1.1.1,1.2 dialog.c,1.11,1.12 dialog.h,1.5,1.6 edit_account_window.c,1.6,1.7 edit_contact_window.c,1.6,1.7 edit_group_window.c,1.7,1.8 editcontacts.c,1.14,1.15 extgtktext.c,1.6,1.7 file_select.c,1.3,1.4 globals.h,1.6,1.7 gtk_eb_html.c,1.4,1.5 gtk_eb_html.h,1.1.1.1,1.2 help_menu.c,1.2,1.3 help_menu.h,1.2,1.3 info_window.c,1.6,1.7 info_window.h,1.3,1.4 input_list.c,1.5,1.6 input_list.h,1.2,1.3 log_window.c,1.9,1.10 log_window.h,1.1.1.1,1.2 main.c,1.9,1.10 message_parse.c,1.10,1.11 message_parse.h,1.3,1.4 nomodule.c,1.4,1.5 nomodule.h,1.2,1.3 plugin.c,1.3,1.4 plugin.h,1.2,1.3 plugin_api.c,1.4,1.5 plugin_api.h,1.2,1.3 prefs.c,1.15,1.16 prefs.h,1.2,1.3 progress_window.c,1.5,1.6 progress_window.h,1.1,1.2 service.c,1.4,1.5 service.h,1.4,1.5 smileys.c,1.8,1.9 sound.c,1.7,1.8 sound.h,1.1.1.1,1.2 speech.c,1.2,1.3 speech.h,1.1.1.1,1.2 status.c,1.19,1.20 status.h,1.4,1.5 trigger.c,1.7,1.8 trigger.h,1.4,1.5 triggerdecls.h,1.3,1.4 util.c,1.11,1.12 util.h,1.5,1.6 value_pair.c,1.4,1.5 value_pair.h,1.2,1.3
Date: Thu, 16 Jan 2003 08:11:05 -0500

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

Modified Files:
        .cvsignore Makefile.am about.c account.c account.h 
        add_contact_window.c add_contact_window.h away_window.c 
        away_window.h browser.c chat_room.c chat_room.h chat_window.c 
        chat_window.h console_session.c contact.h contact_actions.c 
        contact_actions.h contactlist.c crash.c debug.h dialog.c 
        dialog.h edit_account_window.c edit_contact_window.c 
        edit_group_window.c editcontacts.c extgtktext.c file_select.c 
        globals.h gtk_eb_html.c gtk_eb_html.h help_menu.c help_menu.h 
        info_window.c info_window.h input_list.c input_list.h 
        log_window.c log_window.h main.c message_parse.c 
        message_parse.h nomodule.c nomodule.h plugin.c plugin.h 
        plugin_api.c plugin_api.h prefs.c prefs.h progress_window.c 
        progress_window.h service.c service.h smileys.c sound.c 
        sound.h speech.c speech.h status.c status.h trigger.c 
        trigger.h triggerdecls.h util.c util.h value_pair.c 
        value_pair.h 
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
*******************************

Index: .cvsignore
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  27 Dec 2002 16:46:52 -0000      1.2
+++ .cvsignore  16 Jan 2003 13:11:01 -0000      1.3
@@ -1,4 +1,4 @@
-yattm
+ayttm
 Makefile
 .deps
 .libs

Index: Makefile.am
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.am 16 Jan 2003 09:51:04 -0000      1.10
+++ Makefile.am 16 Jan 2003 13:11:01 -0000      1.11
@@ -1,6 +1,6 @@
-bin_PROGRAMS = yattm
+bin_PROGRAMS = ayttm
 
-yattm_SOURCES = main.c contactlist.c editcontacts.c service.c status.c \
+ayttm_SOURCES = main.c contactlist.c editcontacts.c service.c status.c \
        account.c info_window.c chat_window.c util.c add_contact_window.c \
        edit_contact_window.c edit_account_window.c  sound.c about.c dialog.c \
        prefs.c away_window.c browser.c message_parse.c progress_window.c \
@@ -26,7 +26,7 @@
        $(GNOME_INCLUDEDIR)
 LIBS = @LIBS@ $(EB_LIBS) -lproxy $(GNOME_LIBDIR) $(GNOME_APPLETS_LIBS)
 LDFLAGS = @LDFLAGS@ $(EB_LDFLAGS) -L$(top_srcdir)/libproxy
-yattm_LDADD = @LEXLIB@
+ayttm_LDADD = @LEXLIB@
 CLEANFILES = @CLEANFILES@ defaults.h
 localedir = $(datadir)/locale
 DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" -D_REENTRANT
@@ -39,19 +39,19 @@
        @echo "#ifndef __DEFAULTS_H__" >> defaults.h;
        @echo "#define __DEFAULTS_H__" >> defaults.h;
        @echo "#ifdef __MINGW32__" >> defaults.h;
-       @echo \#define BuddyArriveDefault \".\\\\yattm\\\\BuddyArrive.au\" >> 
defaults.h;
-       @echo \#define BuddyLeaveDefault \".\\\\yattm\\\\BuddyLeave.au\" >> 
defaults.h;
-       @echo \#define SendDefault \".\\\\yattm\\\\Send.au\" >> defaults.h;
-       @echo \#define ReceiveDefault \".\\\\yattm\\\\Receive.au\" >> 
defaults.h;
+       @echo \#define BuddyArriveDefault \"address@hidden@\\\\BuddyArrive.au\" 
>> defaults.h;
+       @echo \#define BuddyLeaveDefault \"address@hidden@\\\\BuddyLeave.au\" 
>> defaults.h;
+       @echo \#define SendDefault \"address@hidden@\\\\Send.au\" >> defaults.h;
+       @echo \#define ReceiveDefault \"address@hidden@\\\\Receive.au\" >> 
defaults.h;
        @echo \#define SpeechProgramDefault \"\" >> defaults.h;
-       @echo \#define MODULE_DIR \".\\\\yattm\\\\modules\" >> defaults.h;
+       @echo \#define MODULE_DIR \"address@hidden@\\\\modules\" >> defaults.h;
        @echo "#else" >> defaults.h;
-       @echo \#define BuddyArriveDefault 
\"${datadir}/sounds/yattm/BuddyArrive.au\" >> defaults.h;
-       @echo \#define BuddyLeaveDefault 
\"${datadir}/sounds/yattm/BuddyLeave.au\" >> defaults.h;
-       @echo \#define SendDefault \"${datadir}/sounds/yattm/Send.au\" >> 
defaults.h;
-       @echo \#define ReceiveDefault \"${datadir}/sounds/yattm/Receive.au\" >> 
defaults.h;
+       @echo \#define BuddyArriveDefault 
\"${pkgdatadir}/sounds/BuddyArrive.au\" >> defaults.h;
+       @echo \#define BuddyLeaveDefault \"${pkgdatadir}/sounds/BuddyLeave.au\" 
>> defaults.h;
+       @echo \#define SendDefault \"${pkgdatadir}/sounds/Send.au\" >> 
defaults.h;
+       @echo \#define ReceiveDefault \"${pkgdatadir}/sounds/Receive.au\" >> 
defaults.h;
        @echo \#define SpeechProgramDefault 
\"/usr/lib/ViaVoiceTTS/samples/cmdlinespeak/cmdlinespeak\" >> defaults.h;
-       @echo \#define MODULE_DIR \"${datadir}/yattm/modules\" >> defaults.h;
+       @echo \#define MODULE_DIR \"${pkgdatadir}/modules\" >> defaults.h;
        @echo "#endif" >> defaults.h;
        @echo "#endif" >> defaults.h;
 

Index: about.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/about.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- about.c     16 Jan 2003 09:51:04 -0000      1.13
+++ about.c     16 Jan 2003 13:11:01 -0000      1.14
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -26,7 +26,7 @@
 #include "intl.h"
 #include "dialog.h"
 
-#include "pixmaps/yattmlogo.xpm"
+#include "pixmaps/ayttmlogo.xpm"
 
 
 /* info about a developer */
@@ -38,11 +38,11 @@
 } tDevInfo;
 
 
-/* Yattm developers */
+/* Ayttm developers */
 
-#define        YATTM_TEAM_SIZE (3)
+#define        AYTTM_TEAM_SIZE (3)
 
-static tDevInfo sYattmDevTeam[YATTM_TEAM_SIZE] =
+static tDevInfo sAyttmDevTeam[AYTTM_TEAM_SIZE] =
 {
        {"Colin Leroy", "<address@hidden>", "Lead Developer"},
        {"Andy S. Maloney", "<address@hidden>", "Code Monkey"},
@@ -62,7 +62,7 @@
        {"Robert Lazzurs", "<address@hidden>", "Maintainer"},
        {"Meredydd", "<address@hidden>", "MSN Devel"},
        {"Erik Inge Bolso", "<address@hidden>", "IRC Devel"},
-       {"Colin Leroy", "<address@hidden>", "Various hacks, i18n, Yattm fork"},
+       {"Colin Leroy", "<address@hidden>", "Various hacks, i18n, Ayttm fork"},
        {"Philip Tellis", "<address@hidden>", "Yahoo Devel"}
 };
 
@@ -122,7 +122,7 @@
        GtkStyle        *style = NULL;
        GdkPixmap       *pm = NULL;
        GdkBitmap       *bm = NULL;
-       const char      *versionStr = "Yattm " VERSION "\n" __DATE__;
+       const char      *versionStr = "Ayttm " VERSION "\n" __DATE__;
 
 
        if ( sAboutWindow != NULL )
@@ -136,7 +136,7 @@
        gtk_widget_realize(sAboutWindow);
        gtk_window_set_position(GTK_WINDOW(sAboutWindow), GTK_WIN_POS_MOUSE);
        gtk_window_set_policy( GTK_WINDOW(sAboutWindow), FALSE, FALSE, TRUE );
-       gtk_window_set_title(GTK_WINDOW(sAboutWindow), _("About Yattm"));
+       gtk_window_set_title(GTK_WINDOW(sAboutWindow), _("About Ayttm"));
        eb_icon(sAboutWindow->window);
        gtk_container_border_width(GTK_CONTAINER(sAboutWindow), 5);
 
@@ -146,7 +146,7 @@
        /* logo */
        style = gtk_widget_get_style(sAboutWindow);
        pm = gdk_pixmap_create_from_xpm_d(sAboutWindow->window, &bm,
-                 &style->bg[GTK_STATE_NORMAL], (gchar **)yattmlogo_xpm);
+                 &style->bg[GTK_STATE_NORMAL], (gchar **)ayttmlogo_xpm);
        logo = gtk_pixmap_new(pm, bm);
        gtk_box_pack_start(vbox, logo, TRUE, TRUE, 5);
        gtk_widget_show(logo);
@@ -162,14 +162,14 @@
        gtk_box_pack_start(vbox, separator, TRUE, TRUE, 5);
 
        /* text */
-       label = GTK_LABEL(gtk_label_new( _("Yattm is brought to you by:") ));
+       label = GTK_LABEL(gtk_label_new( _("Ayttm is brought to you by:") ));
        gtk_label_set_justify( label, GTK_JUSTIFY_LEFT );
        gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
        gtk_widget_show( GTK_WIDGET(label) );
        gtk_box_pack_start(vbox, GTK_WIDGET(label), TRUE, TRUE, 5);
 
-       /* list of Yattm developers */
-       table = sMakeDeveloperTable( YATTM_TEAM_SIZE, sYattmDevTeam );
+       /* list of Ayttm developers */
+       table = sMakeDeveloperTable( AYTTM_TEAM_SIZE, sAyttmDevTeam );
        gtk_box_pack_start(vbox, GTK_WIDGET(table), TRUE, TRUE, 5);
 
        /* separator */
@@ -178,7 +178,7 @@
        gtk_box_pack_start(vbox, separator, TRUE, TRUE, 5);
 
        /* text */
-       label = GTK_LABEL(gtk_label_new( _("Yattm is based on Everybuddy 0.4.3 
which was brought to you by:") ));
+       label = GTK_LABEL(gtk_label_new( _("Ayttm is based on Everybuddy 0.4.3 
which was brought to you by:") ));
        gtk_label_set_justify( label, GTK_JUSTIFY_LEFT );
        gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
        gtk_widget_show( GTK_WIDGET(label) );

Index: account.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/account.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- account.c   16 Jan 2003 09:51:04 -0000      1.5
+++ account.c   16 Jan 2003 13:11:01 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: account.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/account.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- account.h   16 Jan 2003 09:51:04 -0000      1.4
+++ account.h   16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: add_contact_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/add_contact_window.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- add_contact_window.c        16 Jan 2003 09:51:04 -0000      1.10
+++ add_contact_window.c        16 Jan 2003 13:11:01 -0000      1.11
@@ -1,5 +1,5 @@
 /*
-* Yattm 
+* Ayttm 
 *
 * Copyright (C) 1999, Torrey Searle <address@hidden>
 *
@@ -450,7 +450,7 @@
                gtk_container_add(GTK_CONTAINER(add_contact_window), table);
                gtk_widget_show(table);
 
-               gtk_window_set_title(GTK_WINDOW(add_contact_window), _("Yattm - 
Add Contact"));
+               gtk_window_set_title(GTK_WINDOW(add_contact_window), _("Ayttm - 
Add Contact"));
                gtk_widget_grab_focus(account_name);
                eb_icon(add_contact_window->window);
                gtk_widget_show(add_contact_window);

Index: add_contact_window.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/add_contact_window.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- add_contact_window.h        4 Jan 2003 21:24:26 -0000       1.2
+++ add_contact_window.h        16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: away_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/away_window.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- away_window.c       15 Jan 2003 07:54:59 -0000      1.9
+++ away_window.c       16 Jan 2003 13:11:01 -0000      1.10
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: away_window.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/away_window.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- away_window.h       23 Dec 2002 22:05:29 -0000      1.1.1.1
+++ away_window.h       16 Jan 2003 13:11:01 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: browser.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/browser.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- browser.c   16 Jan 2003 09:51:04 -0000      1.10
+++ browser.c   16 Jan 2003 13:11:01 -0000      1.11
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
  * Source Code taked from GAIM, by Mark Spencer

Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- chat_room.c 16 Jan 2003 09:51:04 -0000      1.31
+++ chat_room.c 16 Jan 2003 13:11:01 -0000      1.32
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Index: chat_room.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- chat_room.h 16 Jan 2003 09:51:04 -0000      1.8
+++ chat_room.h 16 Jan 2003 13:11:01 -0000      1.9
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: chat_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_window.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- chat_window.c       16 Jan 2003 09:51:04 -0000      1.23
+++ chat_window.c       16 Jan 2003 13:11:01 -0000      1.24
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -144,7 +144,7 @@
                      if( tries == 3 )
                        {
                          strcpy( ptr_recoded_text, ptr_src_text );
-                         fprintf( stderr, "Yattm: recoding broke 3 times,"
+                         fprintf( stderr, "Ayttm: recoding broke 3 times,"
                                   " leaving the rest of the line as it 
is...\n");
                          break;
                        } else
@@ -157,25 +157,25 @@
                            ptr_src_text++;
                            inleft--;
                            outleft--;
-                           fprintf( stderr, "Yattm: charachter cannot be 
recoded, "
+                           fprintf( stderr, "Ayttm: charachter cannot be 
recoded, "
                                     "trying to skip it...\n");
                            continue;
                          }
                    }
                  else if (errno == EINVAL )
                    {
-                     fprintf( stderr, "Yattm: recoding broke - "
+                     fprintf( stderr, "Ayttm: recoding broke - "
                               "incomplete multibyte sequence at the end of the 
line.\n");
                      break;
                    }
                  else if (errno == E2BIG )
                    {
-                     fprintf( stderr, "Yattm: recoding buffer too small?!! 
Oops! :(\n");
+                     fprintf( stderr, "Ayttm: recoding buffer too small?!! 
Oops! :(\n");
                      break;
                    }
                  else
                    {
-                     fprintf( stderr, "Yattm: unknown recoding error.\n");
+                     fprintf( stderr, "Ayttm: unknown recoding error.\n");
                      break;
                    }
                }
@@ -187,7 +187,7 @@
        }
       else
        {
-         fprintf( stderr, "Yattm: recoding from %s to %s is not valid, 
sorry!\n"
+         fprintf( stderr, "Ayttm: recoding from %s to %s is not valid, 
sorry!\n"
                   "Turning recoding off.\n",
                   cGetLocalPref("local_encoding"), 
cGetLocalPref("remote_encoding"));
          use_recoding = 0;
@@ -1273,7 +1273,7 @@
     if (tab_cw == NULL) {
       /* none exists, create one */
       cw->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
-      gtk_window_set_wmclass(GTK_WINDOW(cw->window), "yattm-chat", "Yattm");
+      gtk_window_set_wmclass(GTK_WINDOW(cw->window), "ayttm-chat", "Ayttm");
       gtk_window_set_policy(GTK_WINDOW(cw->window), TRUE, TRUE, TRUE);
       gtk_widget_realize(cw->window);
 
@@ -1331,7 +1331,7 @@
     /* setup like normal */
     cw->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 
-    gtk_window_set_wmclass(GTK_WINDOW(cw->window), "yattm-chat", "Yattm");
+    gtk_window_set_wmclass(GTK_WINDOW(cw->window), "ayttm-chat", "Ayttm");
     gtk_window_set_policy(GTK_WINDOW(cw->window), TRUE, TRUE, TRUE);
     gtk_widget_realize(cw->window);
 

Index: chat_window.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_window.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- chat_window.h       16 Jan 2003 09:51:04 -0000      1.6
+++ chat_window.h       16 Jan 2003 13:11:01 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: console_session.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/console_session.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- console_session.c   16 Jan 2003 09:51:04 -0000      1.5
+++ console_session.c   16 Jan 2003 13:11:01 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -56,7 +56,7 @@
                console_session_close((int*)data);
                return;
        }
-       if(strcmp(contact_name, "focus-yattm")) {
+       if(strcmp(contact_name, "focus-ayttm")) {
                if(read(source, &len, sizeof(short))<=0)
                {
                        console_session_close((int*)data);

Index: contact.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/contact.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- contact.h   16 Jan 2003 09:51:04 -0000      1.3
+++ contact.h   16 Jan 2003 13:11:01 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: contact_actions.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/contact_actions.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- contact_actions.c   16 Jan 2003 09:51:04 -0000      1.6
+++ contact_actions.c   16 Jan 2003 13:11:01 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: contact_actions.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/contact_actions.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- contact_actions.h   3 Jan 2003 23:26:07 -0000       1.2
+++ contact_actions.h   16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: contactlist.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/contactlist.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- contactlist.c       5 Jan 2003 08:32:16 -0000       1.2
+++ contactlist.c       16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: crash.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/crash.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crash.c     14 Jan 2003 10:51:56 -0000      1.1
+++ crash.c     16 Jan 2003 13:11:01 -0000      1.2
@@ -141,7 +141,7 @@
        tokens = g_strsplit(arg, ",", 0);
 
        pid = atol(tokens[0]);
-       text = g_strdup_printf(_("Yattm process (%ld) received signal %ld"),
+       text = g_strdup_printf(_("Ayttm process (%ld) received signal %ld"),
                               pid, atol(tokens[1]));
 
        output = g_string_new("");     
@@ -180,7 +180,7 @@
 
        window1 = gtk_window_new(GTK_WINDOW_TOPLEVEL);
        gtk_container_set_border_width(GTK_CONTAINER(window1), 5);
-       gtk_window_set_title(GTK_WINDOW(window1), _("Yattm has crashed"));
+       gtk_window_set_title(GTK_WINDOW(window1), _("Ayttm has crashed"));
        gtk_window_set_position(GTK_WINDOW(window1), GTK_WIN_POS_CENTER);
        gtk_window_set_modal(GTK_WINDOW(window1), TRUE);
        gtk_window_set_default_size(GTK_WINDOW(window1), 460, 272);
@@ -218,7 +218,7 @@
        gtk_container_add(GTK_CONTAINER(scrolledwindow1), text1);
        
        crash_report = g_strdup_printf(
-               "Yattm version %s\nGTK+ version 
%d.%d.%d\nFeatures:%s\nOperating system: %s\nC Library: %s\n--\n%s",
+               "Ayttm version %s\nGTK+ version 
%d.%d.%d\nFeatures:%s\nOperating system: %s\nC Library: %s\n--\n%s",
                VERSION,
                gtk_major_version, gtk_minor_version, gtk_micro_version,
                get_compiled_in_features(),
@@ -326,7 +326,7 @@
 
        timer = time(NULL);
        lt = localtime(&timer);
-       strftime(buf, sizeof buf, "yattm-crash-log-%Y-%m-%d-%H-%M-%S.txt", lt);
+       strftime(buf, sizeof buf, "ayttm-crash-log-%Y-%m-%d-%H-%M-%S.txt", lt);
        printf("saving crash log to %s\n",buf);
        str_write_to_file(text, buf);
        g_free(filename);       
@@ -477,7 +477,7 @@
  */
 static gboolean is_crash_dialog_allowed(void)
 {
-       return !getenv("YATTM_NO_CRASH");
+       return !getenv("AYTTM_NO_CRASH");
 }
 
 /*!

Index: debug.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/debug.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- debug.h     23 Dec 2002 22:05:31 -0000      1.1.1.1
+++ debug.h     16 Jan 2003 13:11:01 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: dialog.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/dialog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dialog.c    16 Jan 2003 09:51:04 -0000      1.11
+++ dialog.c    16 Jan 2003 13:11:01 -0000      1.12
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -28,7 +28,7 @@
 #include "util.h"
 #include "status.h"
 
-#include "pixmaps/yattm.xpm"
+#include "pixmaps/ayttm.xpm"
 #include "pixmaps/tb_yes.xpm"
 #include "pixmaps/tb_no.xpm"
 #include "pixmaps/ok.xpm"
@@ -150,7 +150,7 @@
 
 
 /*------------------------------------------------------------------------*/
-/* Function for creating Yattm Icon on Windows                       */
+/* Function for creating Ayttm Icon on Windows                       */
 /*------------------------------------------------------------------------*/
 
 void eb_icon(GdkWindow *w)
@@ -159,7 +159,7 @@
        glong data[2];
         if (icon_pm == NULL) {
                 icon_pm = gdk_pixmap_create_from_xpm_d(w, &icon_bm,
-                          NULL, (gchar **)yattm_xpm);
+                          NULL, (gchar **)ayttm_xpm);
         }
 
 #ifndef __MINGW32__

Index: dialog.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/dialog.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dialog.h    16 Jan 2003 09:51:04 -0000      1.5
+++ dialog.h    16 Jan 2003 13:11:01 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: edit_account_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_account_window.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- edit_account_window.c       16 Jan 2003 09:51:04 -0000      1.6
+++ edit_account_window.c       16 Jan 2003 13:11:01 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: edit_contact_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_contact_window.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- edit_contact_window.c       16 Jan 2003 09:51:04 -0000      1.6
+++ edit_contact_window.c       16 Jan 2003 13:11:01 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: edit_group_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_group_window.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- edit_group_window.c 15 Jan 2003 07:54:59 -0000      1.7
+++ edit_group_window.c 16 Jan 2003 13:11:01 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: editcontacts.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/editcontacts.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- editcontacts.c      16 Jan 2003 09:51:04 -0000      1.14
+++ editcontacts.c      16 Jan 2003 13:11:01 -0000      1.15
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -521,7 +521,7 @@
 
        gtk_container_add(GTK_CONTAINER(account_window), window_box);
    
-       gtk_window_set_title(GTK_WINDOW(account_window), _("Yattm Account 
Editor"));
+       gtk_window_set_title(GTK_WINDOW(account_window), _("Ayttm Account 
Editor"));
        eb_icon(account_window->window);
 
        gtk_signal_connect(GTK_OBJECT(account_window), "destroy",

Index: extgtktext.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/extgtktext.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- extgtktext.c        16 Jan 2003 09:51:04 -0000      1.6
+++ extgtktext.c        16 Jan 2003 13:11:01 -0000      1.7
@@ -37,7 +37,7 @@
  */
 
 /*
- * Modified by Torrey Searle for use with Yattm
+ * Modified by Torrey Searle for use with Ayttm
  * added support for Horizontal Divider rendering
  * Fixed some rendering glitches with the image rendering
  */

Index: file_select.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/file_select.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- file_select.c       16 Jan 2003 04:54:22 -0000      1.3
+++ file_select.c       16 Jan 2003 13:11:01 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: globals.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/globals.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- globals.h   16 Jan 2003 09:51:04 -0000      1.6
+++ globals.h   16 Jan 2003 13:11:01 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -52,11 +52,11 @@
 extern char config_dir[];
 
 /* debug messages */
-extern gint do_yattm_debug;
-extern gint do_yattm_debug_html;
+extern gint do_ayttm_debug;
+extern gint do_ayttm_debug_html;
 
-#define DBG_HTML do_yattm_debug_html
-#define DBG_CORE do_yattm_debug
+#define DBG_HTML do_ayttm_debug_html
+#define DBG_CORE do_ayttm_debug
 
 #if defined(__MINGW32__) && defined(__IN_PLUGIN__)
 #define extern extern

Index: gtk_eb_html.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/gtk_eb_html.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk_eb_html.c       11 Jan 2003 14:52:16 -0000      1.4
+++ gtk_eb_html.c       16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: gtk_eb_html.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/gtk_eb_html.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- gtk_eb_html.h       23 Dec 2002 22:05:35 -0000      1.1.1.1
+++ gtk_eb_html.h       16 Jan 2003 13:11:01 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: help_menu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/help_menu.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- help_menu.c 16 Jan 2003 09:51:04 -0000      1.2
+++ help_menu.c 16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -34,6 +34,6 @@
 
 void show_website()
 {
-  open_url_nw(NULL, "http://www.yattm.com/";);
+  open_url_nw(NULL, "http://www.ayttm.com/";);
 }
 

Index: help_menu.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/help_menu.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- help_menu.h 16 Jan 2003 09:51:04 -0000      1.2
+++ help_menu.h 16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: info_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/info_window.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- info_window.c       15 Jan 2003 07:54:59 -0000      1.6
+++ info_window.c       16 Jan 2003 13:11:01 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: info_window.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/info_window.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- info_window.h       8 Jan 2003 01:55:19 -0000       1.3
+++ info_window.h       16 Jan 2003 13:11:01 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: input_list.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/input_list.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- input_list.c        16 Jan 2003 09:51:04 -0000      1.5
+++ input_list.c        16 Jan 2003 13:11:01 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: input_list.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/input_list.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- input_list.h        16 Jan 2003 09:51:04 -0000      1.2
+++ input_list.h        16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: log_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/log_window.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- log_window.c        15 Jan 2003 07:54:59 -0000      1.9
+++ log_window.c        16 Jan 2003 13:11:01 -0000      1.10
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: log_window.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/log_window.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- log_window.h        23 Dec 2002 22:05:36 -0000      1.1.1.1
+++ log_window.h        16 Jan 2003 13:11:01 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: main.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- main.c      16 Jan 2003 09:51:04 -0000      1.9
+++ main.c      16 Jan 2003 13:11:01 -0000      1.10
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -60,7 +60,7 @@
 
 #include <locale.h>
 
-#define PACKAGE "yattm"
+#define PACKAGE "ayttm"
 
 #ifdef CRASH_DIALOG
 gchar *startup_dir;
@@ -71,19 +71,19 @@
 
 static void eb_cli_ver ()
 {
-  printf("Yattm v%s\n", VERSION);
+  printf("Ayttm v%s\n", VERSION);
   printf("Copyright (C) 1999 Torrey Searle\n");
-  printf("Yattm comes with NO WARRANTY, to the extent permitted"
+  printf("Ayttm comes with NO WARRANTY, to the extent permitted"
         " by law.\n");
-  printf("You may redistribute copies of Yattm under the terms of the\n");
+  printf("You may redistribute copies of Ayttm under the terms of the\n");
   printf("GNU General Public License.  For more information about these\n");
   printf("matters, see the file named COPYING.\n");
-  printf("\nYattm is brought to you by (in no order): Torrey Searle, \n");
+  printf("\nAyttm is brought to you by (in no order): Torrey Searle, \n");
   printf("Jared Peterson, Ben Rigas, Alex Wheeler, Robert Lazzurs, Meredydd 
Luff,\n");
   printf("Vance Lankhaar, Erik Inge Bolsø, Colin Leroy, Philip Tellis, Jeff 
Miller,\n");
   printf("and Troy Morrison.\n");
-  printf("\nFor more information on Yattm, visit the website at\n");
-  printf("         http://www.yattm.com/\n";);
+  printf("\nFor more information on Ayttm, visit the website at\n");
+  printf("         http://www.ayttm.com/\n";);
   return;
 }
 
@@ -196,10 +196,10 @@
 
 /* Setup default value for config_dir */
 #if defined( _WIN32 )
-       strcpy(config_dir, "C:\\.yattm\\");
+       strcpy(config_dir, "C:\\.ayttm\\");
 #else
        gtk_set_locale ();
-       g_snprintf(config_dir, 1024, "%s/.yattm/",getenv("HOME"));
+       g_snprintf(config_dir, 1024, "%s/.ayttm/",getenv("HOME"));
 #endif
 
 #if defined ( HAVE_GETOPT ) || defined ( HAVE_GETOPT_LONG )
@@ -255,7 +255,7 @@
 
 
                    case ':':
-                       printf("Try 'yattm --help' for more information.\n");
+                       printf("Try 'ayttm --help' for more information.\n");
                        exit(0);
 
                    case 'a':
@@ -385,14 +385,14 @@
                if(connect(sock, (struct sockaddr*)&remote, len) == -1 )
                {
                        perror("connect");
-                       g_snprintf(buff, 1024, _("Yattm already running, 
pid=%d\n"), pid);
+                       g_snprintf(buff, 1024, _("Ayttm already running, 
pid=%d\n"), pid);
                        /* TODO make sure this one is modal */
                        do_error_dialog(buff, _("Already logged on"));
                        exit(1);
                }
-               length = strlen("focus-yattm")+1;
+               length = strlen("focus-ayttm")+1;
                write(sock, &length, sizeof(short));
-               write(sock, "focus-yattm", length);
+               write(sock, "focus-ayttm", length);
                read(sock, &ret, sizeof(int));
                close(sock);
                exit(ret);

Index: message_parse.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/message_parse.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- message_parse.c     16 Jan 2003 09:51:04 -0000      1.10
+++ message_parse.c     16 Jan 2003 13:11:01 -0000      1.11
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -177,21 +177,21 @@
        }
        else if( xfer_in_progress == -1 )
        {
-               do_error_dialog(_("Remote Side Disconnected"), _("Yattm file 
x-fer"));
+               do_error_dialog(_("Remote Side Disconnected"), _("Ayttm file 
x-fer"));
                progress_window_close(pcd->tag);
                eb_timeout_remove(pcd->timer);
                g_free(pcd);
        }
        else if( xfer_in_progress == -2 )
        {
-               do_error_dialog(_("Unable to open file!"), _("Yattm file 
x-fer"));
+               do_error_dialog(_("Unable to open file!"), _("Ayttm file 
x-fer"));
                progress_window_close(pcd->tag);
                eb_timeout_remove(pcd->timer);
                g_free(pcd);
        }
        else
        {
-               do_error_dialog(_("File Sent Successfully"), _("Yattm file 
x-fer"));
+               do_error_dialog(_("File Sent Successfully"), _("Ayttm file 
x-fer"));
                progress_window_close(pcd->tag);
                eb_timeout_remove(pcd->timer);
                g_free(pcd);
@@ -272,7 +272,7 @@
        else
        {
                do_error_dialog(_("Remote Side has aborted the\nfile transfer"),
-                                               _("Yattm File Transfer"));
+                                               _("Ayttm File Transfer"));
        }
 
 }
@@ -289,7 +289,7 @@
        {
                fclose(fp);
                close(source);
-               do_error_dialog(_("File Receive Complete"), _("Yattm File 
x-fer"));
+               do_error_dialog(_("File Receive Complete"), _("Ayttm File 
x-fer"));
                progress_window_close(pcd->tag);
 
                xfer_in_progress = 0;

Index: message_parse.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/message_parse.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- message_parse.h     14 Jan 2003 22:17:28 -0000      1.3
+++ message_parse.h     16 Jan 2003 13:11:01 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: nomodule.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/nomodule.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nomodule.c  15 Jan 2003 07:54:59 -0000      1.4
+++ nomodule.c  16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -72,7 +72,7 @@
 
 
 
-/*   callbacks used by Yattm    */
+/*   callbacks used by Ayttm    */
 
 static gint pixmaps = 0;
 static GdkPixmap * eb_nomodule_pixmap[NOMODULE_OFFLINE+1];

Index: nomodule.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/nomodule.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nomodule.h  8 Jan 2003 01:55:19 -0000       1.2
+++ nomodule.h  16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: plugin.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/plugin.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plugin.c    11 Jan 2003 14:52:16 -0000      1.3
+++ plugin.c    16 Jan 2003 13:11:01 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: plugin.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/plugin.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.h    1 Jan 2003 01:54:05 -0000       1.2
+++ plugin.h    16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: plugin_api.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/plugin_api.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin_api.c        16 Jan 2003 09:51:04 -0000      1.4
+++ plugin_api.c        16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: plugin_api.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/plugin_api.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin_api.h        16 Jan 2003 09:51:04 -0000      1.2
+++ plugin_api.h        16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: prefs.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/prefs.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- prefs.c     16 Jan 2003 09:51:04 -0000      1.15
+++ prefs.c     16 Jan 2003 13:11:01 -0000      1.16
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -115,7 +115,7 @@
           * parent is */
          current_parent_widget = prefs_window;
          gtk_widget_realize(prefs_window);
-         gtk_window_set_title(GTK_WINDOW(prefs_window), _("Yattm 
Preferences"));
+         gtk_window_set_title(GTK_WINDOW(prefs_window), _("Ayttm 
Preferences"));
          eb_icon(prefs_window->window);
          gtk_signal_connect(GTK_OBJECT(prefs_window), "destroy",
                              GTK_SIGNAL_FUNC(destroy), NULL);
@@ -123,7 +123,7 @@
          /*
        ************************************************************
           Below the different tabs are defined for the preferences
-          window.  In which the user can make yattm work more
+          window.  In which the user can make ayttm work more
           the way he/she wants it too.
           ************************************************************
        */
@@ -242,11 +242,11 @@
 static gint    do_login_on_startup = 0;
 static gint    do_login_on_startup_old = 0 ;
 
-gint           do_yattm_debug = 0;
-static gint    do_yattm_debug_old = 0;
+gint           do_ayttm_debug = 0;
+static gint    do_ayttm_debug_old = 0;
 
-gint           do_yattm_debug_html = 0;
-static gint    do_yattm_debug_html_old = 0;
+gint           do_ayttm_debug_html = 0;
+static gint    do_ayttm_debug_html_old = 0;
 
 gint           do_plugin_debug = 0;
 static gint    do_plugin_debug_old = 0;
@@ -324,10 +324,10 @@
            GTK_SIGNAL_FUNC(set_use_spell), (gpointer)brbutton);
 #endif
 
-    do_yattm_debug_old = do_yattm_debug;
-    eb_button(_("Enable Debug Messages"), &do_yattm_debug, vbox);
-    do_yattm_debug_html_old = do_yattm_debug_html;
- //   eb_button(_("Enable HTML Debug Messages"), &do_yattm_debug_html, vbox);
+    do_ayttm_debug_old = do_ayttm_debug;
+    eb_button(_("Enable Debug Messages"), &do_ayttm_debug, vbox);
+    do_ayttm_debug_html_old = do_ayttm_debug_html;
+ //   eb_button(_("Enable HTML Debug Messages"), &do_ayttm_debug_html, vbox);
     do_plugin_debug_old = do_plugin_debug;
  //   eb_button(_("Enable Plugin Debug Messages"), &do_plugin_debug, vbox);
 
@@ -374,8 +374,8 @@
   buff [0] = '\0';
 
     do_login_on_startup = do_login_on_startup_old;
-    do_yattm_debug = do_yattm_debug_old;
-    do_yattm_debug_html = do_yattm_debug_html_old;
+    do_ayttm_debug = do_ayttm_debug_old;
+    do_ayttm_debug_html = do_ayttm_debug_html_old;
     do_plugin_debug = do_plugin_debug_old;
 
 #ifdef HAVE_ISPELL
@@ -399,10 +399,10 @@
 static void write_general_prefs(FILE *fp)
 {
     fprintf(fp,"do_login_on_startup=%d\n", do_login_on_startup) ;
-    fprintf(fp,"do_yattm_debug=%d\n", do_yattm_debug) ;
-    fprintf(fp,"do_yattm_debug_html=%d\n", do_yattm_debug) ;
-    fprintf(fp,"do_plugin_debug=%d\n", do_yattm_debug) ;
-    do_plugin_debug=do_yattm_debug_html=do_yattm_debug;
+    fprintf(fp,"do_ayttm_debug=%d\n", do_ayttm_debug) ;
+    fprintf(fp,"do_ayttm_debug_html=%d\n", do_ayttm_debug) ;
+    fprintf(fp,"do_plugin_debug=%d\n", do_ayttm_debug) ;
+    do_plugin_debug=do_ayttm_debug_html=do_ayttm_debug;
     eb_debug (DBG_CORE, "length_contact_window=%d\n", 
iGetLocalPref("length_contact_window"));
     fprintf(fp,"length_contact_window=%d\n", 
iGetLocalPref("length_contact_window"));
     fprintf(fp,"width_contact_window=%d\n", 
iGetLocalPref("width_contact_window"));
@@ -2444,8 +2444,8 @@
 #endif
        use_alternate_browser = iGetLocalPref("use_alternate_browser");
        do_noautoresize       = iGetLocalPref("do_noautoresize");
-       do_yattm_debug        = iGetLocalPref("do_yattm_debug");
-       do_yattm_debug_html   = iGetLocalPref("do_yattm_debug_html");
+       do_ayttm_debug        = iGetLocalPref("do_ayttm_debug");
+       do_ayttm_debug_html   = iGetLocalPref("do_ayttm_debug_html");
 
        /* logging prefs */
        do_logging            = iGetLocalPref("do_logging");

Index: prefs.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/prefs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- prefs.h     12 Jan 2003 16:34:38 -0000      1.2
+++ prefs.h     16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: progress_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/progress_window.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- progress_window.c   15 Jan 2003 07:54:59 -0000      1.5
+++ progress_window.c   16 Jan 2003 13:11:01 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: progress_window.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/progress_window.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- progress_window.h   4 Jan 2003 13:59:27 -0000       1.1
+++ progress_window.h   16 Jan 2003 13:11:01 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: service.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/service.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- service.c   16 Jan 2003 09:51:04 -0000      1.4
+++ service.c   16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: service.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/service.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- service.h   16 Jan 2003 09:51:04 -0000      1.4
+++ service.h   16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: smileys.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/smileys.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- smileys.c   13 Jan 2003 11:33:27 -0000      1.8
+++ smileys.c   16 Jan 2003 13:11:01 -0000      1.9
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -439,7 +439,7 @@
 
        smiley_window = gtk_window_new(GTK_WINDOW_DIALOG);
        gtk_window_set_modal(GTK_WINDOW(smiley_window), FALSE);
-       gtk_window_set_wmclass(GTK_WINDOW(smiley_window), "yattm-chat", 
"Yattm");
+       gtk_window_set_wmclass(GTK_WINDOW(smiley_window), "ayttm-chat", 
"Ayttm");
        gtk_window_set_title(GTK_WINDOW(smiley_window), "Smileys");
        gtk_window_set_policy(GTK_WINDOW(smiley_window), FALSE, FALSE, FALSE);
        gtk_widget_realize(smiley_window);

Index: sound.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/sound.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sound.c     16 Jan 2003 09:51:04 -0000      1.7
+++ sound.c     16 Jan 2003 13:11:01 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
  * code orriginally derrived from 
@@ -256,11 +256,11 @@
     {
                if (errno == ENOENT)
                {
-               eb_debug(DBG_CORE, "Yattm: File not found - file = \"%s\"\n", 
soundfile);
+               eb_debug(DBG_CORE, "Ayttm: File not found - file = \"%s\"\n", 
soundfile);
                }
                else
                {
-               eb_debug(DBG_CORE, "Yattm: Esd play file failed with code 
%d\n", errno);
+               eb_debug(DBG_CORE, "Ayttm: Esd play file failed with code 
%d\n", errno);
                }
     }
     return esd_stat;
@@ -591,7 +591,7 @@
          break;
        }
       
-      do_error_dialog(message, "Yattm-WARNING");
+      do_error_dialog(message, "Ayttm-WARNING");
       return FALSE;
     }
   return TRUE;

Index: sound.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/sound.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- sound.h     23 Dec 2002 22:05:39 -0000      1.1.1.1
+++ sound.h     16 Jan 2003 13:11:01 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: speech.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/speech.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- speech.c    3 Jan 2003 23:26:07 -0000       1.2
+++ speech.c    16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm plug-in
+ * Ayttm plug-in
  *
  * Copyright (C) 2000, Leigh L. Klotz, Jr. <address@hidden>
  *

Index: speech.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/speech.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- speech.h    23 Dec 2002 22:05:39 -0000      1.1.1.1
+++ speech.h    16 Jan 2003 13:11:01 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * Yattm module
+ * Ayttm module
  *
  * Copyright (C) 2000, Leigh L. Klotz, Jr. <address@hidden>
  *

Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- status.c    16 Jan 2003 09:51:04 -0000      1.19
+++ status.c    16 Jan 2003 13:11:01 -0000      1.20
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -1084,7 +1084,7 @@
         * If all account lines are removed from here, leaving
         * an empty contact, then the user cannot expand the 
         * contact to see the list of accounts.  While this isn't
-        * such a big deal, it causes yattm to segfault when
+        * such a big deal, it causes ayttm to segfault when
         * you switch back to the Online view.
         *      - Philip
         */
@@ -1683,7 +1683,7 @@
   { N_("/Tools/_Edit accounts..."),
                                NULL, eb_edit_accounts, 0, NULL },
   { N_("/_Help"),                      NULL, NULL, 0, "<Branch>" },
-  { N_("/_Help/_About Yattm..."),              NULL, show_about, 0, NULL }
+  { N_("/_Help/_About Ayttm..."),              NULL, show_about, 0, NULL }
 };
 
 static GtkItemFactory *main_menu_factory = NULL;
@@ -1860,7 +1860,7 @@
        hbox = gtk_handle_box_new();
        gtk_handle_box_set_handle_position(GTK_HANDLE_BOX(hbox), GTK_POS_LEFT);
        gtk_handle_box_set_snap_edge(GTK_HANDLE_BOX(hbox), GTK_POS_LEFT);
-       status_message = gtk_label_new(_("Welcome To Yattm"));
+       status_message = gtk_label_new(_("Welcome To Ayttm"));
        status_bar = gtk_frame_new(NULL);
        gtk_frame_set_shadow_type(GTK_FRAME(status_bar), GTK_SHADOW_IN );
        gtk_widget_show(status_message);
@@ -1870,7 +1870,7 @@
        gtk_widget_show(hbox);
                
         gtk_box_pack_start(GTK_BOX(statusbox), hbox ,FALSE, FALSE,0);
-        gtk_window_set_title(GTK_WINDOW(statuswindow), _("Yattm "VERSION));
+        gtk_window_set_title(GTK_WINDOW(statuswindow), _("Ayttm "VERSION));
        eb_icon(statuswindow->window);
        gtk_widget_show(statusbox);
 

Index: status.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- status.h    16 Jan 2003 09:51:04 -0000      1.4
+++ status.h    16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: trigger.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/trigger.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- trigger.c   16 Jan 2003 09:51:04 -0000      1.7
+++ trigger.c   16 Jan 2003 13:11:01 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -492,7 +492,7 @@
   gtk_widget_show(table);
       
 
-  gtk_window_set_title(GTK_WINDOW(edit_trigger_window), _("Yattm - Edit 
Trigger"));
+  gtk_window_set_title(GTK_WINDOW(edit_trigger_window), _("Ayttm - Edit 
Trigger"));
   eb_icon(edit_trigger_window->window); 
   gtk_widget_show(edit_trigger_window);
      

Index: trigger.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/trigger.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- trigger.h   16 Jan 2003 09:51:04 -0000      1.4
+++ trigger.h   16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: triggerdecls.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/triggerdecls.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- triggerdecls.h      16 Jan 2003 09:51:04 -0000      1.3
+++ triggerdecls.h      16 Jan 2003 13:11:01 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: util.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/util.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- util.c      16 Jan 2003 09:51:04 -0000      1.11
+++ util.c      16 Jan 2003 13:11:01 -0000      1.12
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *
@@ -1518,7 +1518,7 @@
                fgets(cmd, sizeof(cmd), fd);
                printf("registered PID is from %s\n",cmd);
                fclose(fd);
-               if(cmd == NULL || strstr(cmd, "yattm") == NULL) {
+               if(cmd == NULL || strstr(cmd, "ayttm") == NULL) {
                  fprintf(stderr, _("deleting stale lock file\n"));
                  unlink(fname); /*delete lock file and try again :) */
                  return create_lock_file(fname);

Index: util.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/util.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- util.h      16 Jan 2003 09:51:04 -0000      1.5
+++ util.h      16 Jan 2003 13:11:01 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: value_pair.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/value_pair.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- value_pair.c        14 Jan 2003 11:10:40 -0000      1.4
+++ value_pair.c        16 Jan 2003 13:11:01 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Yattm 
+ * Ayttm 
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *

Index: value_pair.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/value_pair.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- value_pair.h        3 Jan 2003 23:26:07 -0000       1.2
+++ value_pair.h        16 Jan 2003 13:11:01 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Yattm
+ * Ayttm
  *
  * Copyright (C) 1999, Torrey Searle <address@hidden>
  *





reply via email to

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