pidgin/purple-plugin-pack

81e9adfd63e2
merging the release and my current changes
  • +1 -0
    .hgtags
  • +6 -1
    ChangeLog
  • +2 -2
    README
  • +1 -1
    VERSION
  • +1 -1
    configure.ac
  • +8 -2
    debian/changelog
  • +8 -4
    debian/control
  • +2 -0
    po/POTFILES.in
  • +140 -69
    po/en_AU.po
  • +142 -69
    po/es_ES.po
  • +142 -67
    po/fr.po
  • +142 -67
    po/vi.po
  • +11 -0
    stress/Makefile.mingw
  • +11 -0
    xmppprio/Makefile.mingw
  • --- a/.hgtags Sun Aug 30 21:41:36 2009 -0500
    +++ b/.hgtags Sun Aug 30 21:42:23 2009 -0500
    @@ -15,3 +15,4 @@
    cf05a49c5091fe9c9a4ee9923ac3e3791d18913a v0.4pre1-orig
    daf127d4f26054304be01b0082b19c01e2c1bf5a pp_1_0
    fa640f2d83a59e5b011c7b51cb09f3f89a33a286 v0.3
    +93089a7ce7f687cc8d5f2dd1572bf59a6a5fcb96 pp_2_6_0
    --- a/ChangeLog Sun Aug 30 21:41:36 2009 -0500
    +++ b/ChangeLog Sun Aug 30 21:42:23 2009 -0500
    @@ -1,4 +1,4 @@
    -Version 2.6.0: ??/??/??
    +Version 2.6.0: 08/30/09
    * Fix grouping of radio buttons in switchspell menu for enchant-enabled
    GtkSpell. This has the side effect of eliminating slow tab switching
    and multiple language switches during menu drawing. (Basil Gor)
    @@ -6,6 +6,11 @@
    chat room message.
    * Added XMPP Priority plugin. This allows users to configure the
    priority attribute for XMPP statuses on a per-account basis.
    + * Added the "abusive" stress plugin. This is a protocol plugin intended
    + for use in stressing libpurple and any plugins using libpurple's
    + facilities. This plugin is still experimental and will almost certainly
    + cause some problems, so use with caution and do NOT use with your usual
    + .purple directory!
    Version 2.5.1: 12/25/08
    * Really fixed switch spell now...
    --- a/README Sun Aug 30 21:41:36 2009 -0500
    +++ b/README Sun Aug 30 21:42:23 2009 -0500
    @@ -3,8 +3,8 @@
    plugins. It has since grown from its origins of about 6 plugins to over 50.
    Also, many more developers have continued to add to it, including John Bailey,
    -Peter Lawler, Sadrul Habib Chowdhury, and most recently Richard Laager. It has
    -also become a place to save plugins who's authors have since abandoned them.
    +Peter Lawler, Sadrul Habib Chowdhury, Richard Laager, and Paul Aurich. It has
    +also become a place to save plugins whose authors have since abandoned them.
    More information on the Plugin Pack can be found at
    http://plugins.guifications.org/trac/wiki/PluginPack
    --- a/VERSION Sun Aug 30 21:41:36 2009 -0500
    +++ b/VERSION Sun Aug 30 21:42:23 2009 -0500
    @@ -1,1 +1,1 @@
    -2.6.0dev
    +2.6.0
    --- a/configure.ac Sun Aug 30 21:41:36 2009 -0500
    +++ b/configure.ac Sun Aug 30 21:42:23 2009 -0500
    @@ -1,4 +1,4 @@
    -AC_INIT([purple-plugin_pack], [2.6.0dev], [plugins-devel@lists.guifications.org])
    +AC_INIT([purple-plugin_pack], [2.6.0], [plugins-devel@lists.guifications.org])
    AC_CANONICAL_SYSTEM
    AM_CONFIG_HEADER(pre_config.h)
    --- a/debian/changelog Sun Aug 30 21:41:36 2009 -0500
    +++ b/debian/changelog Sun Aug 30 21:42:23 2009 -0500
    @@ -1,4 +1,4 @@
    -purple-plugin-pack (2.5.1-1) unstable; urgency=low
    +purple-plugin-pack (2.6.0-1) unstable; urgency=low
    * Non-maintainer upload.
    * New Upstream Release (Closes: #475915)
    @@ -10,6 +10,7 @@
    - listlog (dumps list of users in a chat to message window for logging)
    - autoprofile (tools to change profile and status messages)
    - napster (NAPSTER IM protocol plugin)
    + - xmppprio (allows changing priorities of XMPP statuses per account)
    + Fix crashes in plugins (Closes: #504344)
    - xchat-chats (would crash Pidgin 2.4.0 and newer)
    - irc-more (potential double-free caused by typo)
    @@ -22,6 +23,11 @@
    preferences window for slashexec
    - dewysiwygification's debug log messages now properly end lines
    - slahsexec strips ASCII control characters, fixing disconnects on XMPP
    + - radio buttons in switchspell's menu are now grouped properly
    + - switchspell no longer causes slow tab switching in conversation
    + windows
    + - slashexec no longer crashes on a NULL dereference when processing chat
    + messages
    + Adds features
    - listhandler handles "FriendlyName" attributes in AIM-produced .blt files
    - irssi plugin has preferences to control some elements of behavior
    @@ -33,7 +39,7 @@
    - With Pidgin 2.4.0 and newer, irc-more adds /notice to send IRC notices
    * Updated package description (Closes: #511637, #479559)
    - -- John Bailey <rekkanoryo@rekkanoryo.org> Wed, 26 Aug 2009 01:16:37 -0400
    + -- John Bailey <rekkanoryo@rekkanoryo.org> Sun, 30 Aug 2009 23:42:32 -0400
    purple-plugin-pack (2.2.0-1) unstable; urgency=low
    --- a/debian/control Sun Aug 30 21:41:36 2009 -0500
    +++ b/debian/control Sun Aug 30 21:42:23 2009 -0500
    @@ -2,19 +2,19 @@
    Section: net
    Priority: optional
    Maintainer: Benjamin Seidenberg <benjamin@debian.org>
    -Build-Depends: debhelper (>= 5), pidgin-dev, pkg-config, libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl, libenchant-dev, libgtkspell-dev, intltool, python
    +Build-Depends: debhelper (>= 5), pidgin-dev, pkg-config, libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl, libenchant-dev, libgtkspell-dev, python
    Standards-Version: 3.8.0
    Package: pidgin-plugin-pack
    Architecture: any
    Depends: ${shlibs:Depends}, ${misc:Depends}
    -Enhances: pidgin
    -Description: 57 useful plugins for Pidgin, Finch, and Purple
    +Enhances: pidgin, xmms
    +Description: 59 useful plugins for Pidgin, Finch, and Purple
    The Plugin Pack is a collection of many simple-yet-useful plugins for Pidgin,
    Finch, and Purple. You will find a summary of each plugin below. For more
    about an individual plugin, please see http://plugins.guifications.org/
    .
    - Note: not all 57 of these plugins are currently usable
    + Note: not all 59 of these plugins are currently usable
    .
    Album: Archives buddy icons
    .
    @@ -120,6 +120,8 @@
    .
    Stocker: A stock ticker
    .
    + stress: Stress libpurple
    + .
    Switch Spell: Switch Spell Checker Language
    .
    GNU Talk Filters: Translates text in sent messages into humorous dialects
    @@ -130,5 +132,7 @@
    .
    XMMS Remote Control: Control XMMS from Pidgin conversations
    .
    + XMPP Priority: Adds account options that allow users to specify the priorities used for available and away for XMPP accounts.
    + .
    .
    Homepage: http://plugins.guifications.org/
    --- a/po/POTFILES.in Sun Aug 30 21:41:36 2009 -0500
    +++ b/po/POTFILES.in Sun Aug 30 21:42:23 2009 -0500
    @@ -85,6 +85,7 @@
    sslinfo/sslinfo.c
    stocker/stocker.c
    stocker/stocker_prefs.c
    +stress/stress.c
    switchspell/switchspell.c
    talkfilters/talkfilters.c
    timelog/log-widget.c
    @@ -94,3 +95,4 @@
    xchat-chats/xchat-chats.c
    xchat-chats/xchat-chats.c
    xmmsremote/xmmsremote.c
    +xmppprio/xmppprio.c
    --- a/po/en_AU.po Sun Aug 30 21:41:36 2009 -0500
    +++ b/po/en_AU.po Sun Aug 30 21:42:23 2009 -0500
    @@ -8,7 +8,7 @@
    msgstr ""
    "Project-Id-Version: plugin_pack 0.1cvs\n"
    "Report-Msgid-Bugs-To: \n"
    -"POT-Creation-Date: 2008-12-21 00:20-0500\n"
    +"POT-Creation-Date: 2009-08-30 20:09-0400\n"
    "PO-Revision-Date: 2005-11-21 10:36+1100\n"
    "Last-Translator: Peter Lawler <trans@six-by-nine.com.au>\n"
    "Language-Team: English/AU <trans@six-by-nine.com.au>\n"
    @@ -1091,7 +1091,7 @@
    msgid "Auto-reply:"
    msgstr ""
    -#: ../autoprofile/preferences.c:633 ../autoreply/autoreply.c:407
    +#: ../autoprofile/preferences.c:633 ../autoreply/autoreply.c:406
    msgid "Never"
    msgstr ""
    @@ -1134,26 +1134,26 @@
    msgstr ""
    #. XXX: There should be a way to reset to the default/account-default autoreply
    -#: ../autoreply/autoreply.c:231
    +#: ../autoreply/autoreply.c:230
    #, c-format
    msgid "Set autoreply message for %s"
    msgstr ""
    +#: ../autoreply/autoreply.c:232
    +msgid "Set Autoreply Message"
    +msgstr ""
    +
    #: ../autoreply/autoreply.c:233
    -msgid "Set Autoreply Message"
    -msgstr ""
    -
    -#: ../autoreply/autoreply.c:234
    msgid ""
    "The following message will be sent to the buddy when the buddy sends you a "
    "message and autoreply is enabled."
    msgstr ""
    -#: ../autoreply/autoreply.c:238
    +#: ../autoreply/autoreply.c:237
    msgid "_Save"
    msgstr ""
    -#: ../autoreply/autoreply.c:239 ../listhandler/aim_blt_files.c:297
    +#: ../autoreply/autoreply.c:238 ../listhandler/aim_blt_files.c:297
    #: ../listhandler/aim_blt_files.c:461 ../listhandler/alias_xml_files.c:210
    #: ../listhandler/alias_xml_files.c:269 ../listhandler/gen_xml_files.c:163
    #: ../listhandler/gen_xml_files.c:355 ../listhandler/migrate.c:145
    @@ -1161,85 +1161,85 @@
    msgid "_Cancel"
    msgstr ""
    -#: ../autoreply/autoreply.c:255
    +#: ../autoreply/autoreply.c:254
    msgid "Set _Autoreply Message"
    msgstr ""
    -#: ../autoreply/autoreply.c:268
    +#: ../autoreply/autoreply.c:267
    msgid "Autoreply message"
    msgstr ""
    -#: ../autoreply/autoreply.c:270
    +#: ../autoreply/autoreply.c:269
    msgid "Turn off autoreply"
    msgstr ""
    -#: ../autoreply/autoreply.c:375
    +#: ../autoreply/autoreply.c:374
    msgid "Send autoreply messages when"
    msgstr ""
    -#: ../autoreply/autoreply.c:379
    +#: ../autoreply/autoreply.c:378
    msgid "When my account is _away"
    msgstr ""
    -#: ../autoreply/autoreply.c:383
    +#: ../autoreply/autoreply.c:382
    msgid "When my account is _idle"
    msgstr ""
    -#: ../autoreply/autoreply.c:387
    +#: ../autoreply/autoreply.c:386
    msgid "_Default reply"
    msgstr ""
    -#: ../autoreply/autoreply.c:394
    +#: ../autoreply/autoreply.c:393
    msgid ""
    "Autoreply Prefix\n"
    "(only when necessary)"
    msgstr ""
    -#: ../autoreply/autoreply.c:398
    +#: ../autoreply/autoreply.c:397
    msgid "Do not autoreply when invisible."
    msgstr ""
    -#: ../autoreply/autoreply.c:401
    +#: ../autoreply/autoreply.c:400
    msgid "Status message"
    msgstr ""
    -#: ../autoreply/autoreply.c:405
    +#: ../autoreply/autoreply.c:404
    msgid "Autoreply with status message"
    msgstr ""
    -#: ../autoreply/autoreply.c:409
    +#: ../autoreply/autoreply.c:408
    msgid "Always when there is a status message"
    msgstr ""
    -#: ../autoreply/autoreply.c:411
    +#: ../autoreply/autoreply.c:410
    msgid "Only when there's no autoreply message"
    msgstr ""
    -#: ../autoreply/autoreply.c:416
    +#: ../autoreply/autoreply.c:415
    msgid "Delay between autoreplies"
    msgstr ""
    -#: ../autoreply/autoreply.c:420
    +#: ../autoreply/autoreply.c:419
    msgid "_Minimum delay (mins)"
    msgstr ""
    -#: ../autoreply/autoreply.c:424
    +#: ../autoreply/autoreply.c:423
    msgid "Times to send autoreplies"
    msgstr ""
    -#: ../autoreply/autoreply.c:428
    +#: ../autoreply/autoreply.c:427
    msgid "Ma_ximum count"
    msgstr ""
    +#: ../autoreply/autoreply.c:485
    +msgid "Autoreply"
    +msgstr ""
    +
    #: ../autoreply/autoreply.c:486
    -msgid "Autoreply"
    +msgid "Autoreply for all the protocols"
    msgstr ""
    #: ../autoreply/autoreply.c:487
    -msgid "Autoreply for all the protocols"
    -msgstr ""
    -
    -#: ../autoreply/autoreply.c:488
    msgid ""
    "This plugin lets you set autoreply message for any protocol. You can set the "
    "global autoreply message from the plugin options dialog. To set some "
    @@ -1248,13 +1248,13 @@
    "the `Advanced' tab of the account edit dialog."
    msgstr ""
    -#: ../autoreply/autoreply.c:498
    +#: ../autoreply/autoreply.c:497
    msgid ""
    "I am currently not available. Please leave your message, and I will get back "
    "to you as soon as possible."
    msgstr ""
    -#: ../autoreply/autoreply.c:503
    +#: ../autoreply/autoreply.c:502
    msgid "This is an autoreply: "
    msgstr ""
    @@ -1992,74 +1992,74 @@
    msgid "This plugin is NOT compatible with this version of Pidgin!"
    msgstr ""
    -#: ../irchelper/irchelper.c:964
    +#: ../irchelper/irchelper.c:972
    msgid "You have been added to the access list."
    msgstr ""
    -#: ../irchelper/irchelper.c:966
    +#: ../irchelper/irchelper.c:974
    #, c-format
    msgid "You have been added to the access list with an access level of %s."
    msgstr ""
    -#: ../irchelper/irchelper.c:1000
    +#: ../irchelper/irchelper.c:1008
    msgid "You have been removed from the access list."
    msgstr ""
    -#: ../irchelper/irchelper.c:1109
    +#: ../irchelper/irchelper.c:1117
    msgid "NickServ Authentication Error"
    msgstr ""
    -#: ../irchelper/irchelper.c:1110
    +#: ../irchelper/irchelper.c:1118
    msgid "Error authenticating with NickServ"
    msgstr ""
    -#: ../irchelper/irchelper.c:1111 ../irchelper/irchelper.c:1137
    -#: ../irchelper/irchelper.c:1164
    +#: ../irchelper/irchelper.c:1119 ../irchelper/irchelper.c:1145
    +#: ../irchelper/irchelper.c:1172
    msgid "Check your password."
    msgstr ""
    -#: ../irchelper/irchelper.c:1135
    +#: ../irchelper/irchelper.c:1143
    msgid "GameSurge Authentication Error"
    msgstr ""
    -#: ../irchelper/irchelper.c:1136
    +#: ../irchelper/irchelper.c:1144
    msgid "Error authenticating with AuthServ"
    msgstr ""
    -#: ../irchelper/irchelper.c:1162
    +#: ../irchelper/irchelper.c:1170
    msgid "QuakeNet Authentication Error"
    msgstr ""
    -#: ../irchelper/irchelper.c:1163
    +#: ../irchelper/irchelper.c:1171
    msgid "Error authenticating with Q"
    msgstr ""
    #. Register protocol preferences.
    -#: ../irchelper/irchelper.c:1202
    +#: ../irchelper/irchelper.c:1210
    msgid "Auth name"
    msgstr ""
    -#: ../irchelper/irchelper.c:1205
    -msgid "Nick password"
    -msgstr ""
    -
    -#: ../irchelper/irchelper.c:1209
    -msgid "Disconnect ghosts (Duplicate nicknames)"
    -msgstr ""
    -
    #: ../irchelper/irchelper.c:1213
    +msgid "Nick password"
    +msgstr ""
    +
    +#: ../irchelper/irchelper.c:1217
    +msgid "Disconnect ghosts (Duplicate nicknames)"
    +msgstr ""
    +
    +#: ../irchelper/irchelper.c:1221
    msgid "Operator password"
    msgstr ""
    -#: ../irchelper/irchelper.c:1289
    +#: ../irchelper/irchelper.c:1297
    msgid "IRC Helper"
    msgstr ""
    -#: ../irchelper/irchelper.c:1290
    +#: ../irchelper/irchelper.c:1298
    msgid "Handles the rough edges of the IRC protocol."