comparison mcabber/NEWS @ 775:b4befb3052e5

Update NEWS, ChangeLog and documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Mar 2006 19:55:46 +0100
parents 241c9128766a
children 23f7e4f47235
comparison
equal deleted inserted replaced
774:46304b773a44 775:b4befb3052e5
1 mcabber (0.7.5) 1 mcabber (0.7.5)
2 2
3 * History log files are stored using UTF-8 format.
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
6 all ISO-8859-15 files in directory $histodir to UTF-8:
7 $ recode iso-8859-15..utf-8 $histodir/*
8 (There are other tools: convmv, utrac...)
3 * The names of the color options have changed, please check your 9 * The names of the color options have changed, please check your
4 configuration file if you have customized your colors. 10 configuration file if you have customized your colors.
5 The sample config. file has been updated. 11 The sample config. file has been updated.
6 12
7 -- Mikael, ? 13 -- Mikael, ?