ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src Makefile.am,1.19,1.20 chat_room.c,1.40,1.


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src Makefile.am,1.19,1.20 chat_room.c,1.40,1.41 chat_window.c,1.37,1.38 prefs.c,1.27,1.28 status.c,1.39,1.40 status.h,1.6,1.7 gtkspell.c,1.4,NONE gtkspell.h,1.1.1.1,NONE gtkutils.c,1.1,NONE gtkutils.h,1.1,NONE
Date: Tue, 28 Jan 2003 03:08:57 -0500

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

Modified Files:
        Makefile.am chat_room.c chat_window.c prefs.c status.c 
        status.h 
Removed Files:
        gtkspell.c gtkspell.h gtkutils.c gtkutils.h 
Log Message:
src/gtkspell.[ch] src/gtkutils.[ch]
moved to gtk/


Index: Makefile.am
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile.am 28 Jan 2003 00:35:04 -0000      1.19
+++ Makefile.am 28 Jan 2003 08:08:55 -0000      1.20
@@ -4,23 +4,23 @@
 
 ayttm_SOURCES = main.c contactlist.c edit_local_accounts.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 \
+       edit_contact_window.c edit_account_window.c  sound.c dialog.c \
        prefs.c away_window.c browser.c message_parse.c progress_window.c \
-       chat_room.c value_pair.c edit_group_window.c log_window.c gtkspell.c \
+       chat_room.c value_pair.c edit_group_window.c log_window.c \
        trigger.c console_session.c input_list.c nomodule.c \
        plugin_api.c plugin.c file_select.c contact_actions.c \
        smileys.c help_menu.c crash.c account_parser.y account_scanner.l \
-       contact_parser.y contact_scanner.l llist.c mem_util.c gtkutils.c
+       contact_parser.y contact_scanner.l llist.c mem_util.c 
 
 noinst_HEADERS = account.h service.h contact.h gtk_globals.h globals.h \
        status.h info_window.h chat_window.h util.h add_contact_window.h \
        sound.h dialog.h prefs.h progress_window.h away_window.h \
        message_parse.h help_menu.h chat_room.h value_pair.h log_window.h \
-       info_window.h log_window.h gtkspell.h trigger.h console_session.h \
+       info_window.h log_window.h trigger.h console_session.h \
        browser.h input_list.h plugin.h plugin_api.h debug.h \
        nomodule.h file_select.h contact_actions.h \
        smileys.h intl.h account_parser.h contact_parser.h crash.h \
-       externs.h llist.h mem_util.h gtkutils.h
+       externs.h llist.h mem_util.h 
 
 EXTRA_DIST = 
 

Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- chat_room.c 28 Jan 2003 00:35:04 -0000      1.40
+++ chat_room.c 28 Jan 2003 08:08:55 -0000      1.41
@@ -32,7 +32,7 @@
 #include "service.h"
 
 #ifdef HAVE_ISPELL
-#include "gtkspell.h"
+#include "gtk/gtkspell.h"
 #endif
 
 #include "pixmaps/tb_mail_send.xpm"

Index: chat_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_window.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- chat_window.c       28 Jan 2003 00:35:04 -0000      1.37
+++ chat_window.c       28 Jan 2003 08:08:55 -0000      1.38
@@ -48,7 +48,7 @@
 #include "service.h"
 #include "log_window.h"
 #ifdef HAVE_ISPELL
-#include "gtkspell.h"
+#include "gtk/gtkspell.h"
 #endif
 
 #include "pixmaps/tb_book_red.xpm"

Index: prefs.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/prefs.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- prefs.c     27 Jan 2003 13:48:19 -0000      1.27
+++ prefs.c     28 Jan 2003 08:08:55 -0000      1.28
@@ -39,11 +39,10 @@
 #include "value_pair.h"
 #include "gtk_globals.h"
 #include "status.h"
-#include "gtkspell.h"
 #include "plugin.h"
 #include "file_select.h"
 #ifdef HAVE_ISPELL
-#include "gtkspell.h"
+#include "gtk/gtkspell.h"
 #endif
 
 #include "pixmaps/ok.xpm"

Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- status.c    27 Jan 2003 17:13:00 -0000      1.39
+++ status.c    28 Jan 2003 08:08:55 -0000      1.40
@@ -44,7 +44,8 @@
 #include "contact_actions.h"
 #include "sound.h"
 #include "plugin.h"
-#include "gtkutils.h"
+#include "gtk/gtkutils.h"
+#include "gtk/about.h"
 
 #include "pixmaps/login_icon.xpm"
 #include "pixmaps/blank_icon.xpm"

Index: status.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- status.h    20 Jan 2003 20:33:18 -0000      1.6
+++ status.h    28 Jan 2003 08:08:55 -0000      1.7
@@ -69,9 +69,6 @@
 void update_contact_window_length ();
 void focus_statuswindow (void);
 
-/* defined in about.c */
-void show_about(void);
-
 #ifdef __cplusplus
 } /* extern "C" */
 #endif

--- gtkspell.c DELETED ---

--- gtkspell.h DELETED ---

--- gtkutils.c DELETED ---

--- gtkutils.h DELETED ---





reply via email to

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