annotate mcabber/NEWS @ 882:c3c2f7a0c5d5

autoconf: use datadir, not datarootdir Fix changeset b38760d9ec2d, I didn't see there was a datadir variable.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 May 2006 18:53:56 +0200
parents 23f7e4f47235
children 5c1dfc8e54d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
719
241c9128766a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 375
diff changeset
1 mcabber (0.7.5)
241c9128766a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 375
diff changeset
2
786
23f7e4f47235 Ready for release 0.7.5
Mikael Berthe <mikael@lilotux.net>
parents: 775
diff changeset
3 * History log files are now stored using UTF-8 format.
775
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 719
diff changeset
4 If you have enabled history logging, you need to convert your existing
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 719
diff changeset
5 logfiles. For example, you can use the following command to convert
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 719
diff changeset
6 all ISO-8859-15 files in directory $histodir to UTF-8:
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 719
diff changeset
7 $ recode iso-8859-15..utf-8 $histodir/*
b4befb3052e5 Update NEWS, ChangeLog and documentation
Mikael Berthe <mikael@lilotux.net>
parents: 719
diff changeset
8 (There are other tools: convmv, utrac...)
719
241c9128766a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 375
diff changeset
9 * The names of the color options have changed, please check your
241c9128766a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 375
diff changeset
10 configuration file if you have customized your colors.
241c9128766a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 375
diff changeset
11 The sample config. file has been updated.
241c9128766a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 375
diff changeset
12
786
23f7e4f47235 Ready for release 0.7.5
Mikael Berthe <mikael@lilotux.net>
parents: 775
diff changeset
13 -- Mikael, 2006-04-03
719
241c9128766a Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 375
diff changeset
14
375
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
15 mcabber (0.6.5)
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
16
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
17 * The "debug" option has been replaced with the tracelog_level and
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
18 tracelog_file options. The sample config. file has been updated,
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
19 so you should have a look at it if you want to use advanced logging.
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
20
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
21 -- Mikael, 2005-07-25
1fb0a7fe4272 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 364
diff changeset
22
335
3ec329a1c621 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 303
diff changeset
23 mcabber (0.6.4)
3ec329a1c621 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 303
diff changeset
24
3ec329a1c621 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 303
diff changeset
25 * The configuration file format has changed. Options need to be set using
3ec329a1c621 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 303
diff changeset
26 the "set" keywords. The sample config. file has been updated.
3ec329a1c621 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 303
diff changeset
27
3ec329a1c621 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 303
diff changeset
28 -- Mikael, 2005-07-18
3ec329a1c621 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net>
parents: 303
diff changeset
29
303
bb71b5707b00 Ready for 0.6.2 release
Mikael Berthe <mikael@lilotux.net>
parents: 267
diff changeset
30 mcabber (0.6.2)
267
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
31
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
32 * Support for old style (i.e. < 0.6.1) history logfiles has been removed.
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
33 You can upgrade your logfiles with the script "contrib/conv_log_dates.pl"
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
34 if you haven't already done it.
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
35 * The colors option names have changed (and they aren't mandatory anymore).
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
36 Please look at the sample config. file to update your mcabberrc.
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
37
303
bb71b5707b00 Ready for 0.6.2 release
Mikael Berthe <mikael@lilotux.net>
parents: 267
diff changeset
38 -- Mikael, 2005-07-11
267
8d3d5bd52da3 Improve color configuration
mikael@frmp8452
parents: 57
diff changeset
39