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