changeset 1201:c31b1c41929c

Minor changes - ChangeLog update - contrib/filter_statusmsg.py (comment update, Frank Zschockelt) - Small translation fix in FR files
author Mikael Berthe <mikael@lilotux.net>
date Fri, 27 Apr 2007 23:05:41 +0200
parents d313bf25b9d5
children ede6c7aa59b0
files mcabber/ChangeLog mcabber/contrib/filter_statusmsg.py mcabber/doc/help/fr/hlp_iline.txt
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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
--- 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