ChangeLog
author John Bailey <rekkanoryo@rekkanoryo.org>
Fri Oct 30 15:03:38 2009 -0400 (2009-10-30)
changeset 1070 ccd2bb556214
parent 1039 ebe69a8d5441
child 1072 71f4b7537f94
permissions -rw-r--r--
Fix a typo I made in this plugin ages ago that made the umode prefs not work.
Fixes #589. Awaiting information to credit the patch author.
     1 Version 2.6.1: ??/??/??
     2 	* Fix the "Set User Modes On Connect" and "Unset User Modes On Connect"
     3 	  settings provided by irc-more on IRC accounts.
     4 
     5 Version 2.6.0: 08/30/09
     6 	* Fix grouping of radio buttons in switchspell menu for enchant-enabled
     7 	  GtkSpell.  This has the side effect of eliminating slow tab switching
     8 	  and multiple language switches during menu drawing.  (Basil Gor)
     9 	* Fixed a NULL deref crash in the slashexec plugin when processing a
    10 	  chat room message.
    11 	* Added XMPP Priority plugin.  This allows users to configure the
    12 	  priority attribute for XMPP statuses on a per-account basis.
    13 	* Added the "abusive" stress plugin.  This is a protocol plugin intended
    14 	  for use in stressing libpurple and any plugins using libpurple's
    15 	  facilities.  This plugin is still experimental and will almost certainly
    16 	  cause some problems, so use with caution and do NOT use with your usual
    17 	  .purple directory!
    18 
    19 Version 2.5.1: 12/25/08
    20 	* Really fixed switch spell now...
    21 
    22 Version 2.5.0: 12/20/08
    23 	* Fixed some crashes in autprofile related to old preference paths
    24 	  (amishmm)
    25 	* ListHandler now handles "FriendlyName" lines in .blt files generated by
    26 	  newer Windows AIM versions when importing.
    27 	* Added Vietnamese translation - thanks Nguyen Huu Phuoc 
    28 	* findip and groupmsg are now default plugins.
    29 	* Added nomobility plugin (does not yet work, doesn't build by default)
    30 	* Fixed --with-plugins (yet again...)
    31 	* Support dependency scenarios where dependency A OR dependency B is the
    32 	  correct solution.  This fixes dependencies for switchspell, which can
    33 	  use GTKSpell with either the Enchant backend or the aspell backend.
    34 	  Let us know if you still have trouble building switchspell but have
    35 	  the correct development packages installed.
    36 
    37 Version 2.4.0: 08/03/08
    38 	* Rewrote the build system to make our lifes easier, as well as support
    39 	  the requirements of some plugins.  This has added a dependency on
    40 	  python.
    41 	* Removed 'menuconfig' since the new build system should be extending
    42 	  to support it's behavior instead.
    43 	* Merged the Autoprofile plugin into our build system.
    44 	* Fixed convbadger's failure to update on conversation switch.
    45 	* Added Ike Gingerich's colorize plugin
    46 	* Added Ike Gingerich's splitter plugin
    47 	* Fixed dewysiwygification's debug messages not properly ending lines.
    48 	* Added Google plugin for "I'm Feeling Lucky" searches.
    49 	* Fixed aspell dependency in switchspell (fixes gentoo bug #196693)
    50 	* Made switchspell work with gtkspell that uses enchant; this behavior is
    51 	  now the default.  To use gtkspell using aspell, use the
    52 	  --disable-enchant argument to ./configure.
    53 	* Added preferences to the irssi plugin that allow changing its behavior
    54 	* Fixed the preference strings in slashexec so mnemonics are no longer
    55 	  incorrectly interpreted from the strings.
    56 	* Added Message Length plugin (short name: msglen).
    57 	* Added Chat User List Logging plugin (short name: listlog).
    58 	* The Enhanced History plugin is now contact-aware.
    59 	* Slashexec now strips ASCII control characters.  Fixes, among others,
    60 	  bug #452, where commands can cause XMPP disconnection.  May cause some
    61 	  characters to be sent that are part of escape sequences.
    62 
    63 Version 2.3.0: 03/17/08
    64 	* Fixed a typo in irc-more's source that allowed a potential double-free
    65 	* Fixed unregistering commands when unloading gRIM and Magic 8 ball plugin
    66 	* Fixed napster plugin.  It builds cleanly and loads properly now.
    67 	* Added /bollocks command to Magic 8 ball plugin inspired by (and ported
    68 	  from) /dev/bollocks kernel module
    69 	* Added Andrew Pangborn's Enhanced History plugin and ported it to the
    70 	  Pidgin and libpurple APIs.  Cleaned up some preferences as well.
    71 	* Dice plugin now supports dice notation
    72 	  (http://en.wikipedia.org/wiki/Dice_notation), but it's not perfect yet.
    73 	  (Lucas Paul)
    74 	* Dice plugin now calls the /me command with its output.
    75 	* Irc-more plugin adds notice support only when built against libpurple
    76 	  older than 2.4.0.
    77 	* Napster plugin now builds by default.
    78 	* Removed the broadcast plugin.
    79 	* Memory leak fixes
    80 	* Fixed the --with-plugins configure argument.  It now correctly handles
    81 	  all, default, and a comma separated list of plugins.
    82 	* Fixed a crash in the xchat-chats plugin which occurs due to the changes
    83 	  to the conversation window in 2.4.0.
    84 	* Fixed a missing header include in the timelog plugin which caused a
    85 	  plugin load failure under some circumstances.
    86 	* Finally added some content to README
    87 
    88 Version 2.2.0: 10/25/07
    89 	* Added 'menuconfig' script to make it easier to select what plugins to
    90 	  build.
    91 	* Added support for initial setting/unsetting of user modes to irc-more
    92 	* Added the abusive findip plugin
    93 	* Added infopane plugin
    94 	* Added dewysiwygification plugin
    95 	* Added timelog plugin, from Jon Oberheide's gaim-timelog
    96 	* Fixed autoreply so it doesn't reply with an empty message (rageboy04)
    97 	* Fixed a crash in ignore where a nickname that is not all lowercase
    98 	  causes unintended behavior resulting in a crash (rageboy04, qwert)
    99 	* Fixed a possible double-free crash in /notice support in irc-more.
   100 	* Fixed a crash in Slashexec that has only shown itself when using the
   101 	  Offline Message Emulation plugin to emulate an offline message at the
   102 	  same time as Slashexec is loaded.
   103 	* Fixed the version number for highlight and ignore so they show the
   104 	  correct Plugin Pack version instead of the version of Pidgin they were
   105 	  built against.
   106 	* Fixed building with ancient glib. (Bodo Bellut)
   107 	* Removed the .build file from hideconv to remove it from default
   108 	  builds.  Pidgin will have persistent conversations soon.
   109 	* Partially merged buddytimezone from the buddytools package into the
   110 	  existing (incomplete) buddytime plugin
   111 	* Autoreply now can be disabled per-account (rageboy04)
   112 	* Listhandler now supports restoring a buddy list from a backed-up
   113 	  blist.xml file created by backing up ~/.purple.
   114 	* Merged autorejoin into irc-more.  No prefs migration will take place.
   115 	  You will need to reconfigure the delay yourself.  Autorejoin no longer
   116 	  exists.
   117 	* Slashexec's '/exec command' and '!command' are now optional (QuLogic)
   118 
   119 Version 2.1.1: 8/19/07
   120 	* Fixed lack of .build, .pidgin-plugin, and Makefile.mingw for convbadger
   121 
   122 Version 2.1.0: 8/18/07
   123 	* Completed the convbadger plugin.  It adds a protocol icon to the menu
   124 	  bar of the conversation window.
   125 	* Added the Pidgin-SNPP protocol plugin as snpp
   126 	* Added the /notice command for the irc-more plugin.
   127 	* Added an additional string to the eight_ball plugin (resiak)
   128 	* Autorejoin now has a preference to set the delay time before
   129 	  rejoining.  Fixes #372
   130 
   131 Version 2.0.0: 7/13/07
   132 	* Blistops now offers the ability to stretch the display of screen names
   133 	  or aliases into the buddy icon column when no icon exists
   134 	* Blistops now shows the menu bar when hovering near the top of the buddy
   135 	  list window.  Resolves a number of Pidgin bug reports
   136 	* Listhandler now supports alias-only list exports and imports (rseeber)
   137 	* Listhandler now exports and imports buddy notes created with the
   138 	  buddynote plugin
   139 	* Added ignore plugin
   140 	* Added irc-more plugin
   141 	* Added highlight plugin
   142 	* Added incomplete convbadger plugin
   143 	* Added internationalization support to plonkers
   144 	* Added more humorous stuff to eight_ball (resiak)
   145 	* Added support for spaces in filenames to gRIM (rageboy04)
   146 	* Added a stop subcommand in gRIM (rageboy04)
   147 	* Changed order of arguments to gRIM command (rageboy04)
   148 	* Fixed build-by-default status for switchspell
   149 	* Fixed crash in album when using Pidgin 2.0.2 or newer
   150 	* Fixed potential crashes in some other plugins when using Pidgin 2.0.2 or
   151 	  newer
   152 	* Fixed potential random crashes in irssi plugin
   153 	* Fixed make distcheck in the development code
   154 
   155 Version 1.0: 5/4/07
   156 	* Updated for Pidgin 2.0.0
   157 	* Fixed build-by-default and win32 building for several plugins
   158 	* Added hideconv plugin
   159 	* Took autoreply back from Pidgin
   160 
   161 Version 1.0beta7: 4/30/07
   162 	* Added the Ignorance plugin to the main development line
   163 	* Added broadcast plugin
   164 	* Imported the IRC Helper plugin
   165 	* Imported the "Gaim Album" plugin, as "Album"
   166 	* Updated all namespaces for purple, pidgin, and finch API
   167 	* Completed Broadcaster plugin (abusive)
   168 	* Changed .plugin files to .purple-plugin, .pidgin-plugin, and
   169 	  .finch-plugin
   170 	* Added .incomplete to specify plugins that shouldn't ever build
   171 	  automagically.
   172 
   173 Version 1.0beta6: 1/19/07
   174 	* Extensive changes to the irssi plugin, especially in its text formatting.
   175 	* Added a menuconfig script that allows a text-mode menu selection of
   176 	  which plugins to build.  Inspired by the Linux kernel's 'make
   177 	  menuconfig'.
   178 	* Fixed a bug in blistops that caused the saved preferences not to take
   179 	  effect after restarting Gaim.
   180 	* Slashexec no longer prints annoying system messages to the conversation
   181 	* Moved autoaccept to Gaim
   182 	* Moved autoreply to Gaim
   183 	* Moved buddynote to Gaim
   184 	* Moved convcolors to Gaim
   185 	* Moved markerline to Gaim
   186 	* Moved newline to Gaim
   187 	* Moved offlinemsg to Gaim
   188 
   189 Version 1.0beta5: 11/11/06
   190 	* Removed chronic.wav due to potential copyright issues
   191 	* Fixed some missing library links in Makefiles
   192 	* Fixed irssi plugin's text formatting so that it isn't so aggressive
   193 
   194 Version 1.0beta4: 10/18/06
   195 	* Updated to work with Gaim 2.0.0beta4
   196 	* Moved from gettext to intltool
   197 	* Added difftopic plugin
   198 	* Added /layout and text formatting capabilities to irssi plugin
   199 	* Added bangexec features to slashexec plugin.  Commands can be executed
   200 	  by typing "!command" in the entry area for a conversation.  Check
   201 	  http://gaim.guifications.org/wiki/slashexec for details.
   202 
   203 Version 1.0beta3.1: 8/22/06
   204 	* Updated to work with Gaim 2.0.0beta3.1
   205 	* Renamed gaim-xmms-remote plugin to xmmsremote for consistency within the
   206 	  plugin's directory
   207 	* Added .abusive marking to conditional building.  Plugins with .abusive
   208 	  files in their directories never build automatically.
   209 	* Renamed irssidate plugin to irssi and added /win and /window commands.
   210 
   211 Version 1.0beta3: 3/29/06
   212 	* Added slashexec plugin - formerly a separate package
   213 	* Added gaim-xmms-remote plugin - formerly a separate package
   214 	* Fixed bugs in the m4 code that controls the conditional building
   215 	* Updated to work with Gaim 2.0.0beta3
   216 
   217 Version 1.0beta2: 1/25/06
   218 	* Added plonkers plugin
   219 	* Updated to work with Gaim 2.0.0beta2
   220 
   221 Version 1.0beta1: 12/17/05
   222 	* Added adium_xml_logger plugin
   223 	* Added autoaccept plugin
   224 	* Added autoreply plugin
   225 	* Added bash plugin
   226 	* Added bit plugin - DANGEROUS!!!
   227 	* Added blistops plugin
   228 	* Added buddynote plugin
   229 	* Added dice plugin
   230 	* Added eight_ball plugin
   231 	* Added flip plugin
   232 	* Added gRIM plugin
   233 	* Added gaim-schedule
   234 	* Added gaim-xchat plugin
   235 	* Added groupmsg plugin
   236 	* Added irssidate plugin
   237 	* Added lastseen plugin
   238 	* Added listhandler plugin
   239 	* Added markerline plugin
   240 	* Added mystatusbox plugin
   241 	* Added newline plugin
   242 	* Added nicksaid plugin
   243 	* Added offlinemsg plugin
   244 	* Added oldlogger plugin
   245 	* Added sepandtab plugin
   246 	* Added showoffline plugin
   247 	* Added simfix plugin
   248 	* Added sslinfo plugin
   249 	* Added stocker plugin - not yet functional
   250 	* Added template plugins
   251 	* Added talkfilters plugin
   252 	* Added conditional building - all plugins require .plugin files in their
   253 	  directories.  To build by default, plugins require .build files in their
   254 	  directories.
   255