Sun, 04 Jun 2017 23:12:54 +0200 Release 1.1.0 1.1.0
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Jun 2017 23:12:54 +0200] rev 2316
Release 1.1.0
Thu, 11 May 2017 14:35:35 +0200 Improve load_message_from_file() file content validation
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 14:35:35 +0200] rev 2315
Improve load_message_from_file() file content validation
Thu, 11 May 2017 14:32:24 +0200 Update manpage
Mikael Berthe <mikael@lilotux.net> [Thu, 11 May 2017 14:32:24 +0200] rev 2314
Update manpage
Fri, 21 Apr 2017 21:50:16 +0200 Do not use g_slist_free_full() which requires glib2 2.28.0 (Frank Bergmann)
Mikael Berthe <mikael@lilotux.net> [Fri, 21 Apr 2017 21:50:16 +0200] rev 2313
Do not use g_slist_free_full() which requires glib2 2.28.0 (Frank Bergmann) mcabber does not build on RHEL5. The root cause is that mcabber uses g_slist_free_full which is available since glib2 2.28.0 but configure checks only for 2.14.0. This patch substitutes the g_slist_free_full call. Frank Bergmann
Sun, 19 Feb 2017 18:55:12 +0100 Rebuild the buddylist after disconnect/before buddylist search
franky [Sun, 19 Feb 2017 18:55:12 +0100] rev 2312
Rebuild the buddylist after disconnect/before buddylist search
Mon, 13 Feb 2017 20:02:14 +0100 Correctly initialize vi_mode when it is set in configuration file
Mikael Berthe <mikael@lilotux.net> [Mon, 13 Feb 2017 20:02:14 +0100] rev 2311
Correctly initialize vi_mode when it is set in configuration file (It was broken in e00ae0763468)
Sat, 11 Feb 2017 20:19:36 +0100 Let "::stuff" be treated as ":say :stuff" in chat mode
Mikael Berthe <mikael@lilotux.net> [Sat, 11 Feb 2017 20:19:36 +0100] rev 2310
Let "::stuff" be treated as ":say :stuff" in chat mode
Sat, 11 Feb 2017 12:40:43 +0100 Do not use litteral command char (':', '/')
Mikael Berthe <mikael@lilotux.net> [Sat, 11 Feb 2017 12:40:43 +0100] rev 2309
Do not use litteral command char (':', '/')
Sun, 26 Jul 2015 22:45:56 +0200 Let <Enter> (un)fold groups in vi mode
Holger Weiß <holger@zedat.fu-berlin.de> [Sun, 26 Jul 2015 22:45:56 +0200] rev 2308
Let <Enter> (un)fold groups in vi mode When the input line is empty and the user hits the <Enter> key on a roster group name, (un)fold that group even if vi_mode is set to 1. --- mcabber/mcabber/screen.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
Sun, 26 Jul 2015 19:26:29 +0200 Enter chat mode with <Enter> also in vi mode
Holger Weiß <holger@zedat.fu-berlin.de> [Sun, 26 Jul 2015 19:26:29 +0200] rev 2307
Enter chat mode with <Enter> also in vi mode When the input line is empty and the user hits the <Enter> key, switch to chat mode even if vi_mode is set to 1. --- mcabber/mcabber/screen.c | 5 +++++ 1 file changed, 5 insertions(+)
(0) -1000 -300 -100 -10 +10 tip