diff 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
line wrap: on
line diff
--- a/mcabber/ChangeLog	Thu Aug 04 23:14:26 2005 +0100
+++ b/mcabber/ChangeLog	Wed Aug 17 18:15:00 2005 +0100
@@ -1,8 +1,13 @@
-mcabber (0.6.6-dev)
+mcabber (0.6.6)
 
  * Use Glib for UTF-8 conversions
+ * A screen resize does not terminate auto-away
+ * Ctrl-l does a full screen refresh
+ * Ctrl-c is treated as a normal key; we're now using ncurses raw mode
+   so it doesn't trigger a signal
+ * Speed up history file loading
 
- -- Mikael, ?
+ -- Mikael, 2005-08-17
 
 mcabber (0.6.5)
 
@@ -15,7 +20,7 @@
  * - Check history directory permissions and configuration file permissions
      They are corrected automatically (to 700 and 600)
    - Warn when mcabber main directory ($HOME/.mcabber) has bad permissions
- * First Ctrl-C didn't really leave multi-line message mode! (merge issue)
+ * First Ctrl-c didn't really leave multi-line message mode! (merge issue)
  * Add "/buffer search_backward"  and "/buffer search_forward", to search
    for a string in a buffer window
  * Add "/roster up" and "/roster down" commands
@@ -38,7 +43,7 @@
  * New autoaway feature (see sample config. file)
  * New "/roster alternate".  Jumps to the last buddy window left in chat mode
  * Handle "error" message type
- * One Ctrl-C does not terminate mcabber anymore (the 2nd Ctrl-C do), but
+ * One Ctrl-c does not terminate mcabber anymore (the 2nd Ctrl-c does), but
    leaves multi-line message mode and aborts current completion
  * Add a sample script to handle events (currently, it plays a sounds when
    a message is received)