# HG changeset patch # User Mikael Berthe # Date 1177707941 -7200 # Node ID c31b1c41929ccdb69ca1534f46f97f9337813077 # Parent d313bf25b9d5cb4a4ede2d58576edcf5f77706aa Minor changes - ChangeLog update - contrib/filter_statusmsg.py (comment update, Frank Zschockelt) - Small translation fix in FR files diff -r d313bf25b9d5 -r c31b1c41929c mcabber/ChangeLog --- a/mcabber/ChangeLog Fri Apr 27 22:53:14 2007 +0200 +++ b/mcabber/ChangeLog Fri Apr 27 23:05:41 2007 +0200 @@ -2,15 +2,18 @@ * "~" (HOME directory) is allowed in the configuration options * The key binding system is much more flexible (Oleg Nemanov) + * New command "/source" to read a configuration file New commands "/iline", "/chat_disable" and "/screen_refresh" (Oleg Nemanov) * Aspell support (Piotr Zielonka) * mcabber will load symlinked histories only once, now (Frank Zschockelt) * Partial support for XEP-0146 [Remote Controlling Clients] (Michael Scherer) * /roster bookmark in the status buffer now shows all bookmarks + * PGP encryption can be enforced with the "/pgp force" command * New options "muc_flag_joins", "buddy_me_fulljid" * New options for the command /room names: --short, --quiet * A UTF-8 bug with group names has been fixed (Myhailo Danylenko) * Fix a few odd command line behaviours (Oleg Nemanov) + * Fix a segfault in XMPP Ping support (reported by univac) * Misc. bugfixes * A "mcabber.desktop" file is provided diff -r d313bf25b9d5 -r c31b1c41929c mcabber/contrib/filter_statusmsg.py --- a/mcabber/contrib/filter_statusmsg.py Fri Apr 27 22:53:14 2007 +0200 +++ b/mcabber/contrib/filter_statusmsg.py Fri Apr 27 23:05:41 2007 +0200 @@ -2,7 +2,7 @@ # This script can be used to delete status messages from history files. # # If you want to clean all histories from status messages: -# $ for i in ~/.mcabber/histo/*; do ./filter_statusmsg.py $i > foo; mv foo $i; done +# $ for i in ~/.mcabber/histo/*; do if [[ ! -h $i ]]; then ./filter_statusmsg.py $i > foo; mv foo $i; fi; done # # Frank Zschockelt, 05.01.2007 import sys diff -r d313bf25b9d5 -r c31b1c41929c mcabber/doc/help/fr/hlp_iline.txt --- a/mcabber/doc/help/fr/hlp_iline.txt Fri Apr 27 22:53:14 2007 +0200 +++ b/mcabber/doc/help/fr/hlp_iline.txt Fri Apr 27 23:05:41 2007 +0200 @@ -34,7 +34,7 @@ /iline word_downcase Convertir la fin du mot en minuscules depuis le curseur /iline word_capit - Mettre une lettre capitale sous le curseur (ou au prochain mot) et aller à la fin du mot + Mettre une lettre capitale sous le curseur (ou au prochain mot) et la fin du mot en minuscules /iline hist_beginning_search_bwd Chercher la ligne précédente de l'historique ligne de commande commençant comme la ligne actuelle jusqu'au curseur (le curseur est laissé à la même position) /iline hist_beginning_search_fwd