Update of /cvsroot/gaim/gaim
In directory usw-pr-cvs1:/tmp/cvs-serv4917
Modified Files:
ChangeLog TODO
Log Message:
Sean Egan's tab-completion patch.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gaim/gaim/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- ChangeLog 2001/09/24 16:49:32 1.304
+++ ChangeLog 2001/09/28 12:15:54 1.305
@@ -8,6 +8,9 @@
SIGNALS)
* Some GtkIMHtml improvements
* Various bugfixes
+ * Nick Highlighting in chat
+ * Tab-completion for nicks in chat (thanks to Sean Egan)
+ * Large internal reworkings
version 0.44 (09/20/2001):
* More sane scaling of buddy icons (intelligently scale to
Index: TODO
===================================================================
RCS file: /cvsroot/gaim/gaim/TODO,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- TODO 2001/09/25 20:00:05 1.119
+++ TODO 2001/09/28 12:15:54 1.120
@@ -2,22 +2,18 @@
GPG Encryption of messages
Have plugin_event use varargs instead of void*
Separate core functions from UI stuff.
- about.c, applet.[ch], away.c, conversation.c, convo.h, multi.c,
- gtk*, prefs.c, prpl.c, sound.c, ticker.c
+ about.c, applet.[ch], away.c, buddy.c, conversation.c, convo.h,
+ dialogs.c, multi.c, gtk*, prefs.c, prpl.c, sound.c, ticker.c
little to no work (mostly GTK)
- gaimrc.c, html.c, proxy.[ch], prpl.h, server.c, util.c
+ gaimrc.c, html.c, list.c, proxy.[ch], prpl.h, server.c, util.c
little to no work (mostly CORE)
aim.c - need to redo main() completely
- current main should be moved mostly to core
- GTK main should connect to core
browser.c - let the UI deal with this? little to no work.
- buddy.c - need to split into buddy.c and list.c
- - buddy.c handles add/remove/rename/alias buddies
- - list.c handles drawing the buddy list for GTK
buddy_chat.c - need to move out non-GTK functions. some work.
- dialogs.c - need to move import/export out of here and into buddy.c
gaim.h - need to separate into core.h and ui.h.
idle.c - Need to figure out how to report idle times when there's
more than one UI
|