comparison mcabber/src/Changelog @ 24:e88b15cbf2de

[/trunk] Changeset 40 by mikael * Change structure -> src directory for mcabber source code...
author mikael
date Sun, 27 Mar 2005 20:16:02 +0000
parents
children
comparison
equal deleted inserted replaced
23:d7107507424b 24:e88b15cbf2de
1 --[cabber 0.5.0-test1]--
2 - unification of lists in list.h
3 - changed UI... now is multiwindow and have popups!!!
4 - roster is now capable of add/delete buddies (very primitive and buggy!)
5 - improved many routines. Thanks to Daniel Borca.
6 - Added i18n function to translate cabber to others languages
7 - TODO: management of buddies away status...
8
9 --[cabber 0.4.0-test5]--
10 - many bugs fixed: (roster, utf8...)
11
12 --[cabber 0.4.0-test4]--
13 - added UTF8 encoding/decoding (yes, it have bugs...)
14 - added default color for make cabber transparent (Johannes WeiBl)
15 - fixed cursor position.
16
17 --[cabber 0.4.0-test3]--
18 - rewritten routine "receivedata" at socket.c (bug #1: Johannes WeiBl)
19 - ignored left and rigth keys until i implement input line editor.
20 - colors are stored in $HOME/.cabberrc
21 - see cabberrc.example ;-)
22
23 --[cabber 0.4.0-test2]--
24 - not public.
25
26 --[cabber 0.4.0-test1]--
27 - many routines has been rewritten again d8-)
28
29 * use of lists instead of stacks for store data
30 - stack.c is not needed anymore, i use list.c instead.
31 - added a ugly routine for sort list (improve it!!)
32
33 * socket module has been rewritten and improved:
34 - O_NONBLOCK eliminated
35
36 * module parse.c has been rewritten: now is more effective.
37
38 * the XML parser is now more effective (i hope!)
39
40 * contact list:
41 - it have scroll bar now, (manoleT have a large list of contacts ;-)
42 - now contacts are sorted alphabetically.
43
44 * a lot of new bugs... sorry, but my main pc is broken. This version
45 of cabber has been made in my laptop.
46