mcabber/NEWS
changeset 786 23f7e4f47235
parent 775 b4befb3052e5
child 946 5c1dfc8e54d7
equal deleted inserted replaced
785:7e0562e3bc83 786:23f7e4f47235
     1 mcabber (0.7.5)
     1 mcabber (0.7.5)
     2 
     2 
     3  * History log files are stored using UTF-8 format.
     3  * History log files are now stored using UTF-8 format.
     4    If you have enabled history logging, you need to convert your existing
     4    If you have enabled history logging, you need to convert your existing
     5    logfiles.  For example, you can use the following command to convert
     5    logfiles.  For example, you can use the following command to convert
     6    all ISO-8859-15 files in directory $histodir to UTF-8:
     6    all ISO-8859-15 files in directory $histodir to UTF-8:
     7    $ recode iso-8859-15..utf-8 $histodir/*
     7    $ recode iso-8859-15..utf-8 $histodir/*
     8    (There are other tools: convmv, utrac...)
     8    (There are other tools: convmv, utrac...)
     9  * The names of the color options have changed, please check your
     9  * The names of the color options have changed, please check your
    10    configuration file if you have customized your colors.
    10    configuration file if you have customized your colors.
    11    The sample config. file has been updated.
    11    The sample config. file has been updated.
    12 
    12 
    13  -- Mikael, ?
    13  -- Mikael, 2006-04-03
    14 
    14 
    15 mcabber (0.6.5)
    15 mcabber (0.6.5)
    16 
    16 
    17  * The "debug" option has been replaced with the tracelog_level and
    17  * The "debug" option has been replaced with the tracelog_level and
    18    tracelog_file options.  The sample config. file has been updated,
    18    tracelog_file options.  The sample config. file has been updated,