comparison mcabber/ChangeLog @ 1095:8188037a9e2a

Update ChangeLog and bump version to 0.9.0-dev
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Dec 2006 11:41:36 +0100
parents 122114b00541
children f64af9258f3c
comparison
equal deleted inserted replaced
1094:34ab07bf1db3 1095:8188037a9e2a
1 mcabber (0.8.4-dev) 1 mcabber (0.9.0-dev)
2 2
3 * Auto-reconnection after a network or server failure 3 * Auto-reconnection after a network or server failure
4 * XEP-0022/XEP-0085 - Events/ChatStates support, a.k.a. typing notifications 4 * XEP-0022/XEP-0085 - Events/ChatStates support, a.k.a. typing notifications
5 (Alexis Hildebrandt, Mikael) 5 (Alexis Hildebrandt, Mikael)
6 New option "disable_chatstates" 6 New option "disable_chatstates"
17 * XEP-0145 - Annotations 17 * XEP-0145 - Annotations
18 New command "/roster note" 18 New command "/roster note"
19 * New commands /roster item_lock|item_unlock 19 * New commands /roster item_lock|item_unlock
20 These commands allow us to lock a contact so that it stays visible in the 20 These commands allow us to lock a contact so that it stays visible in the
21 roster (when offline contacts are hidden). 21 roster (when offline contacts are hidden).
22 * New commands /roster group_prev|group_next
22 * New options "log_win_on_top" and "roster_win_on_right" 23 * New options "log_win_on_top" and "roster_win_on_right"
24 * JID completion for hidden buddies/groups
23 * MCabber answers IQ disco#info queries 25 * MCabber answers IQ disco#info queries
24 * Ctrl-d sends multi-line messages (same as /msay send) 26 * Ctrl-d sends multi-line messages (same as /msay send)
25 * help: Add Ukrainian translations (Myhailo Danylenko) 27 * help: Add Ukrainian translations (Myhailo Danylenko)
26 * Configurable command character (Alexis Hildebrandt) 28 * Configurable command character (Alexis Hildebrandt)
29 * Fix unicode detection on BSD systems
27 * Misc. bug fixes and improvements 30 * Misc. bug fixes and improvements
28 * Update documentation and translations 31 * Update documentation and translations
29 32
30 -- Mikael, ? 33 -- Mikael, ?
31 34
109 * MUC: New option "muc_auto_whois" 112 * MUC: New option "muc_auto_whois"
110 * MUC: Mcabber can join password-protected chatrooms 113 * MUC: Mcabber can join password-protected chatrooms
111 * MUC: Allow "/room join . [nick [pass]]" if the current item is a MUC room 114 * MUC: Allow "/room join . [nick [pass]]" if the current item is a MUC room
112 * MUC: Fix joining a room when the buddylist is empty 115 * MUC: Fix joining a room when the buddylist is empty
113 * MUC: Try to work around some server and network issues 116 * MUC: Try to work around some server and network issues
114 * Ctrl-l now reread color option values 117 * Ctrl-l now rereads color option values
115 * Tab characters are expanded when the "verbatim multi-line mode" is enabled 118 * Tab characters are expanded when the "verbatim multi-line mode" is enabled
116 * Disable file permission checks on Cygwin 119 * Disable file permission checks on Cygwin
117 * Improve logging (especially, XML data isn't truncated anymore) 120 * Improve logging (especially, XML data isn't truncated anymore)
118 * Fix negative priority 121 * Fix negative priority
119 * Fix a few memory leaks 122 * Fix a few memory leaks