view mcabber/ChangeLog @ 295:bc19dbd78551

Update TODO & ChangeLog
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Jul 2005 13:52:34 +0100
parents 319e6c58ccb5
children 8af283462e63
line wrap: on
line source

mcabber (0.6.2-dev)

 * The history log file format has changed; the old log files written by
   mcabber < 0.6.1 are no longer supported and should be converted.
   Please see the NEWS file for the details.
 * New multi-line "verbatim" mode (/msay verbatim).  In this mode, all
   commands but /msay are disabled, so that lines beginning with a slash
   can be sent
 * Ctrl-o (accept-line-and-down-history) has been added
 * Add "/roster search jid|name" to look for somebody in the current buddylist
 * Color configuration handling improvement
   NOTE: configuration file needs to be updated; see sample config. file!
 * Resource priority can be set (see sample config. file)
 * Status messages can be user-defined (see sample config. file)
 * mcabber now warns when logging is enabled and there is a write error while
   writing to log files
 * Remove busy/occupied status, which does not exist (it could be an alias for
   dnd)
 * The settings system has been rewritten, but it is still not 100% ready yet
 * New /alias command
 * New /bind command
 * Add /roster toggle_offline

 -- Mikael, ?

mcabber (0.6.1)

  * Fix backspace handling (KEY_BACKSPACE isn't reliable)
  * Change logfile date format to iso8601 (more readable!)
    A script is available in contrib/ to convert the existing (old) logfiles
    MCabber will display a warning when parsing an old-style file
  * Implement Ctrl-q (jump to first/next unread message)
  * Implement initial support for multi-line messages (/msay command)
  * The /add command can now set the nickname
  * Display a warning when the locale is UTF-8
  * Display log notice when sending a notification request message
  * Update INSTALL and mcabberrc.example files for better explanations
  * Comment out useless code (fix a compilation error with gcc 4)
  * Add Makefile for the doc subdir; the manpage will be installed now
  * Minor fixes

 -- Mikael, 2005-06-25

mcabber (0.6.0)

  Initial fork from cabber 0.5.0-test1
  Lots of changes, here is a quick summary:
  * Use automake/autoconf
  * Switch to libjabber
  * SSL support with OpenSSL (should work with gnutls but I didn't
    succeed)
  * History scrolling and resizing
  * History logging (and reading)
  * Small manpage (AsciiDoc documentation)
  * Buddy groups implementation
    - fold/unfold groups
    - hide/show offline buddies
  * Commands, and command completion system
  * Hooks for external events (for ex. when receiving a message)

 -- Mikael, 2005-06-07