changeset 235:bc83dabf9d0e

- updated README to describe 0.8.0. - fixed a minor glitch in prefs.ui.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 29 Sep 2008 13:33:23 +0900
parents 7443fd51a00b
children 1d3e853d34b1
files README prefs.ui
diffstat 2 files changed, 54 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Sep 29 13:31:02 2008 +0900
+++ b/README	Mon Sep 29 13:33:23 2008 +0900
@@ -1,4 +1,4 @@
-pidgin-twitter-0.7.0
+pidgin-twitter-0.8.0 beta 1
 
 
 1. What is this?
@@ -14,6 +14,7 @@
       home
     * play sounds for specific senders/recipients
     * show letter counter on the format toolbar
+    * filter messages from specified users
 
 Twitter specific
     * get/post Twitter statuses via API
@@ -21,11 +22,11 @@
     * suppress oops message return
 
 Wassr specific
-    * Translate #<channel name> to link to the channel
+    * translate #<channel name> to link to the channel
     * eliminate annoying post completion messages
-
 identi.ca specific
-    * eliminate annoying echo backed messages.
+    * translate #<tag> to link to the tag
+    * eliminate annoying echo backed messages
 
 
 2. Dependency
@@ -100,30 +101,50 @@
 This checkbox toggles translation from a channel name to the link to
 the channel. This feature is available only for Wassr.
 
-4.3 Icon page
+4.3 Filter page
+
+4.3.1 Apply filter
+
+This checkbox toggles filter functionality. If it is enabled, messages
+from the users who reside in "to be filtered list" will be filtered
+and be discarded silently.
+
+4.3.2 Exclude reply to me
 
-4.3.1 Show icon in conversations
+If it is enabled, messages which contain @<your screen name> will be
+excluded from filtering.
+
+4.3.3 Users to be filtered
+
+These lists accommodate users to be filtered. A list is a enumeration
+of usernames separated by a letter in ",:;" and spaces.  For example,
+"foo bar" or "foo,bar" is a valid user list and a list like "foo, bar"
+also works.
+
+4.4 Icon page
+
+4.4.1 Show icon in conversations
 
 This checkbox toggles show/hide icons for users in conversations.
 
-4.3.2 Icon size
+4.4.2 Icon size
 
 Icon size in conversations can be specified by this spin button.
 
-4.3.3 Enable update
+4.4.3 Enable update
 
 This checkbox toggles update for icons by the specified period. See
 below for the period.
 
-4.3.4 Update period
+4.4.4 Update period
 
 You can specify update period here in two ways. The first is the
 number of times showing one particular icon before update. The second
 is days before update.
 
-4.4 Sound page
+4.5 Sound page
 
-4.4.1 Play sound on a reply to a specified recipient
+4.5.1 Play sound on a reply to a specified recipient
 
 This checkbox toggles play sound for a specified recipient.
 
@@ -134,14 +155,14 @@
 turn this feature on so that you can audibly notice each arrival or
 message to you.
 
-4.4.2 Recipient list
+4.5.2 Recipient list
 
 Recipient list accommodates names of watched recipients. This list is
 a enumeration of usernames separated by a letter in ",:;" and spaces.
 For example, "foo bar" or "foo,bar" is a valid user list and a list like
 "foo, bar" also works.
 
-4.4.3 Sound type
+4.5.3 Sound type
 
 You can specify event type of sound to be played here. The "Pounce
 Default" sound is the default sound type because it may not be
@@ -149,22 +170,22 @@
 other sounds, but be aware, you have to enable the event type of sound
 which you specified for pidgin-twitter in Pidgin's preferences.
 
-4.4.4 Play sound on a message from a specified sender
+4.5.4 Play sound on a message from a specified sender
 
-This is the same as 4.4.1 except that it is for senders.
+This is the same as 4.5.1 except that it is for senders.
 
-4.4.5 Sender list
+4.5.5 Sender list
 
-This is the same as 4.4.2 except that sender list accommodates names
+This is the same as 4.5.2 except that sender list accommodates names
 of watched senders.
 
-4.4.6 Sound type
+4.5.6 Sound type
 
-This is the same as 4.4.3 except that it is for senders.
+This is the same as 4.5.3 except that it is for senders.
 
-4.5 Utility page
+4.6 Utility page
 
-4.5.1 Show text counter
+4.6.1 Show text counter
 
 This checkbox toggles letter counter. If it is enabled, a small letter
 counter widget will appear on the format bar in a Pidgin conversation
@@ -174,7 +195,7 @@
 bytes in identi.ca. If the composing message exceeds the limit, the
 displayed number will turn red to notify you the excess.
 
-4.5.2 Escape pseudo command for Twitter
+4.6.2 Escape pseudo command for Twitter
 
 This checkbox toggles escape pseudo command functionality.
 
@@ -186,7 +207,7 @@
 If this feature is enabled, pidgin-twitter automatically escapes any
 pseudo command by prepend ". " at the beginning of a message.
 
-4.5.3 Suppress oops message
+4.6.3 Suppress oops message
 
 This checkbox toggles suppress oops message feature for Twitter
 conversation.
@@ -199,12 +220,12 @@
 accepted. This feature will silently discard *false* oops message in
 this situation.
 
-4.5.4 Do not notify incoming message (Windows only)
+4.6.4 Do not notify incoming message (Windows only)
 
 This checkbox toggles suppression of blinking Pidgin's task bar button
 for new incoming message when Pidgin window is not active.
 
-4.5.5 Output log message
+4.6.5 Output log message
 
 This checkbox toggles log messages for debugging. If you have any
 trouble, we suggest to enable this feature and report us your problem
@@ -250,6 +271,13 @@
 - Disabling notification on message arrival now works for Wassr and
   identi.ca too.
 
+0.8.0 beta 1 (September 29 2008)
+- Filter functionality has been added.
+- Translation from tag name to the link to the tag in identi.ca
+  has been added.
+- Many improvements and bug fixes.
+
+
 6. Acknowledgments
 
 In the beginning of development, I (yazuuchi) got a number of valuable
--- a/prefs.ui	Mon Sep 29 13:31:02 2008 +0900
+++ b/prefs.ui	Mon Sep 29 13:33:23 2008 +0900
@@ -424,7 +424,7 @@
                   <object class="GtkCheckButton" id="translation_channel">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="label" translatable="yes">Translate #channel name to link (wassr only)</property>
+                    <property name="label" translatable="yes">Translate #channel/tag name to link</property>
                     <property name="response_id">0</property>
                     <property name="draw_indicator">True</property>
                   </object>