view mcabber/NEWS @ 880:ea983a945eba

/buffer scroll_unlock: Don't always jump to the end of the buffer If there is no pending message, do not jump to the bottom of the buffer. For special buffers (e.g. for the status buffer) pending flag is currently disabled so we jump unconditionally.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 May 2006 15:59:05 +0200
parents 23f7e4f47235
children 5c1dfc8e54d7
line wrap: on
line source

mcabber (0.7.5)

 * History log files are now stored using UTF-8 format.
   If you have enabled history logging, you need to convert your existing
   logfiles.  For example, you can use the following command to convert
   all ISO-8859-15 files in directory $histodir to UTF-8:
   $ recode iso-8859-15..utf-8 $histodir/*
   (There are other tools: convmv, utrac...)
 * The names of the color options have changed, please check your
   configuration file if you have customized your colors.
   The sample config. file has been updated.

 -- Mikael, 2006-04-03

mcabber (0.6.5)

 * The "debug" option has been replaced with the tracelog_level and
   tracelog_file options.  The sample config. file has been updated,
   so you should have a look at it if you want to use advanced logging.

 -- Mikael, 2005-07-25

mcabber (0.6.4)

 * The configuration file format has changed.  Options need to be set using
   the "set" keywords.  The sample config. file has been updated.

 -- Mikael, 2005-07-18

mcabber (0.6.2)

 * Support for old style (i.e. < 0.6.1) history logfiles has been removed.
   You can upgrade your logfiles with the script "contrib/conv_log_dates.pl"
   if you haven't already done it.
 * The colors option names have changed (and they aren't mandatory anymore).
   Please look at the sample config. file to update your mcabberrc.

 -- Mikael, 2005-07-11