telepathy-haze 0.2.0 – "I Remember Piano Lessons"
tarball:
http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.2.0.tar.gz
signature:
http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.2.0.tar.gz.ascNews: * Protocols now present the correct parameters, with appropriate defaults, rather than always taking account, password and server. * Send apostrophes correctly on Yahoo! Messenger. This release requires telepathy-glib 0.7.0 or newer. darcs changes: Thu Feb 7 22:55:44 GMT 2008 Will Thompson <[EMAIL PROTECTED]> tagged 0.2.0 Thu Feb 7 22:55:37 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Bump version to 0.2.0 Thu Feb 7 22:55:29 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * News for 0.2.0 Wed Jan 23 14:24:19 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Print protocol list after it is sorted, not earlier. Moving this code has the side-effect of not needing to include a local definition of g_hash_table_get_values, since it is no longer used. Wed Jan 23 14:19:12 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Sort the list of protocols given to tp-glib by name, to make looking for the right one in telepathy-inspector easier. Sun Jan 20 13:21:32 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Remove redundant re-setting of NULL. Sun Jan 20 13:20:53 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Use accessors to get fields from PurpleAccountOption rather than ->. Sun Jan 20 13:15:46 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Extract PurpleAccountOption -> TpCMParamSpec logic to its own function Sun Jan 20 12:33:20 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Move a foreach closure down to where it's used. Sun Jan 20 12:18:07 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Special-case local-xmpp's first-name and last-name parameters to be required and have no defaults. Sun Jan 20 12:05:11 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * default to UTF-8 encoding on all protocols Sun Jan 20 12:03:35 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Move a variable declaraction within the block in which it is actually used. Sat Jan 19 14:56:15 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Flag parameters with Has_Default when they do. Sat Jan 19 14:53:58 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Update haze.manager to contain defaults. Fixes #14111 Wed Dec 26 17:54:32 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Add a stub implementation of libpurple's notification API. Sat Dec 22 11:30:58 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * The purple_*_version variables are exported directly in 2.4.0, not wrapped in accessors. Sat Jan 19 12:41:27 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Use DEBUG rather than g_debug. Sat Jan 19 12:39:02 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Improve documentation of _build_paramspecs(). Sat Jan 19 12:30:10 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Replace underscores with hyphens in parameter names. Sat Jan 19 11:47:28 GMT 2008 Will Thompson <[EMAIL PROTECTED]> * Depend on tp-glib 0.7 now that it's released. Wed Oct 17 16:59:37 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Resolve conflict. Sat Sep 29 13:46:27 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Depend on new enough telepathy-glib to support set_param Sat Sep 1 08:38:19 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Salut has first-name and last-name parameters; rename first and last to match Sat Sep 1 08:35:11 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Sort the manager file. Fri Aug 31 19:11:45 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Bring haze.manager up to date. Fri Aug 31 19:03:07 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Add user_data to "account" and "password" ParamSpecs in _build_paramspecs Fixes a null pointer dereference when you try to connect. Fri Aug 31 19:02:35 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Standardize character set properties as 'charset' Fri Aug 31 16:01:57 BST 2007 Will Thompson <[EMAIL PROTECTED]> * update haze.manager to reflect reality Fri Aug 31 10:54:36 BST 2007 Will Thompson <[EMAIL PROTECTED]> * The parameter names don't need to be strduped when used as hash keys. Fri Aug 31 10:51:13 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Add a parameter renaming map to HazeProtocolInfo, and use it to set parameter names. Fri Aug 31 00:53:57 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Use setter_data as the key for parameters hashes. Fri Aug 31 00:47:00 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Remove obsolete static TpCMParamSpec array. Fri Aug 31 00:15:49 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Make a parameter list from the prpl's options, not from a hardcoded list of potential lies. Fri Aug 31 00:13:42 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Merge the purple_accounts_add patch. Thu Aug 30 13:16:42 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Set any option from prpl_info->protocol_options that appears in the parameters hash. This breaks setting a server on XMPP. This will be fixed shortly. Tue Aug 28 23:49:26 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Store RequestConnection parameters in a hash, and pass that to HazeConnection. This lays the ground for dealing with whatever random parameters random prpls might need. Thu Jan 3 13:17:02 GMT 2008 Simon McVittie <[EMAIL PROTECTED]> * Cope with TpChannelIface channel-type property becoming writeable in telepathy-glib > 0.7.0, avoiding warnings when channels are constructed (fd.o #13896). If telepathy-glib is <= 0.7.0, the added code will never execute, but is harmless. Wed Dec 19 12:28:04 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Rename LEAKY_REQUEST_STUBS to ENABLE_LEAKY_REQUEST_STUBS. Wed Dec 19 11:33:40 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Add --enable-leaky-request-stubs to configure, defaulting to off. Tue Dec 18 16:35:39 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Add a stub implementation of libpurple's request API to see what's being ignored. This will cause leaks whenever a request call is made, since no callback is ever called, but this is a small price to pay for information on why things suddenly stop working. Perhaps the default action should be taken in each case? Mon Dec 17 00:16:26 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Fix turning incoming and outgoing linebreaks into spaces. Sun Dec 16 16:38:12 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Document why ' is special-cased and that it need not be with libpurples newer than 2.3.1. Sun Dec 16 13:03:16 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Include build-time and run-time versions of libpurple in debug output. Sun Dec 16 12:35:06 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Send apostrophes literally, rather than as "'". Fixes #13618. This apparently was only a problem on Yahoo! where ' isn't understood; other protocols seem fine with that particular entity. Mon Dec 10 14:52:10 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Make haze_contact_list_get_channel a public function. Tue Dec 4 16:22:24 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Bump libpurple version requirement to 2.1.1; remove corresponding #ifdefs Tue Dec 4 15:18:06 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * Free contact list channels' object paths. Wed Nov 21 15:45:41 GMT 2007 Will Thompson <[EMAIL PROTECTED]> * bump nano_version to 0.1.4.1 Wed Nov 21 15:45:14 GMT 2007 Will Thompson <[EMAIL PROTECTED]> tagged 0.1.4 -- Will
signature.asc
Description: Digital signature
_______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
