comparison mcabber/ChangeLog @ 396:7f5135836b56 0.6.6

Ready for 0.6.6 release
author Mikael Berthe <mikael@lilotux.net>
date Wed, 17 Aug 2005 18:15:00 +0100
parents 7ef85edbd4d6
children ec82223ea4d5
comparison
equal deleted inserted replaced
395:3e4f2f98c0bf 396:7f5135836b56
1 mcabber (0.6.6-dev) 1 mcabber (0.6.6)
2 2
3 * Use Glib for UTF-8 conversions 3 * Use Glib for UTF-8 conversions
4 * A screen resize does not terminate auto-away
5 * Ctrl-l does a full screen refresh
6 * Ctrl-c is treated as a normal key; we're now using ncurses raw mode
7 so it doesn't trigger a signal
8 * Speed up history file loading
4 9
5 -- Mikael, ? 10 -- Mikael, 2005-08-17
6 11
7 mcabber (0.6.5) 12 mcabber (0.6.5)
8 13
9 * Add Debian directory for packaging, create an experimental package 14 * Add Debian directory for packaging, create an experimental package
10 * Add a few external actions (MSG OUT, STATUS *) 15 * Add a few external actions (MSG OUT, STATUS *)
13 * [FIX] Fix a segfault when starting mcabber in a really small terminal 18 * [FIX] Fix a segfault when starting mcabber in a really small terminal
14 * Fix some history log directory issues 19 * Fix some history log directory issues
15 * - Check history directory permissions and configuration file permissions 20 * - Check history directory permissions and configuration file permissions
16 They are corrected automatically (to 700 and 600) 21 They are corrected automatically (to 700 and 600)
17 - Warn when mcabber main directory ($HOME/.mcabber) has bad permissions 22 - Warn when mcabber main directory ($HOME/.mcabber) has bad permissions
18 * First Ctrl-C didn't really leave multi-line message mode! (merge issue) 23 * First Ctrl-c didn't really leave multi-line message mode! (merge issue)
19 * Add "/buffer search_backward" and "/buffer search_forward", to search 24 * Add "/buffer search_backward" and "/buffer search_forward", to search
20 for a string in a buffer window 25 for a string in a buffer window
21 * Add "/roster up" and "/roster down" commands 26 * Add "/roster up" and "/roster down" commands
22 * New logging system. The "debug" file has been replaced by a "trace file", 27 * New logging system. The "debug" file has been replaced by a "trace file",
23 and 2 levels are available. In level 1, the messages from the log window 28 and 2 levels are available. In level 1, the messages from the log window
36 * The /status command can specify a status message 41 * The /status command can specify a status message
37 * Display the buddy status message when a buddy connects/changes his status 42 * Display the buddy status message when a buddy connects/changes his status
38 * New autoaway feature (see sample config. file) 43 * New autoaway feature (see sample config. file)
39 * New "/roster alternate". Jumps to the last buddy window left in chat mode 44 * New "/roster alternate". Jumps to the last buddy window left in chat mode
40 * Handle "error" message type 45 * Handle "error" message type
41 * One Ctrl-C does not terminate mcabber anymore (the 2nd Ctrl-C do), but 46 * One Ctrl-c does not terminate mcabber anymore (the 2nd Ctrl-c does), but
42 leaves multi-line message mode and aborts current completion 47 leaves multi-line message mode and aborts current completion
43 * Add a sample script to handle events (currently, it plays a sounds when 48 * Add a sample script to handle events (currently, it plays a sounds when
44 a message is received) 49 a message is received)
45 50
46 -- Mikael, 2005-07-20 51 -- Mikael, 2005-07-20