NEW in 0.69: ============== - Display messages in notification, not count of tweets. (Thomas Thurman) - Use https, not http api. (Evan McClain) - Fix incorrect pluralising of relative time. (Deskin Miller) - Fixed #1998551, the double-escaping of < and >. (Mike Lundy) - Fixed #1961611, character count behavior. (Brian Pepple) NEW in 0.68: ============== - Fixed #1963695, Save avatars a little more sensibly. (Brian Pepple) - Use Enchant, instead of ASpell. (Brian Pepple) - Add option to have sound notication when new tweets arrive . (Brian Pepple) - Add help (Brian Pepple) NEW in 0.65: ============== - Add support for Online Accounts Service (Marina Zhurakhinskaya, Colin Walters) * More info about OAS can be found here: https://fedoraproject.org/wiki/Features/OnlineAccountsService - Fixed #2122886, Fix date parsing on other than C/POSIX locale (Hiroshi Miura) - Fixed #2083410, have textview in send message dialog get focus. - Fixed #1961570, time issue w/ "1 hour" & "1 minute". (Derick Rethans) - add Japanese translation (Hiroshi Miura)
12 lines
349 B
Text
12 lines
349 B
Text
$NetBSD: patch-aa,v 1.1 2009/10/11 17:48:21 jmmv Exp $
|
|
|
|
--- src/twitux-parser.c.orig 2009-01-25 02:25:56.000000000 +0000
|
|
+++ src/twitux-parser.c
|
|
@@ -27,6 +27,7 @@
|
|
* Just make sure we include the prototype for strptime as well
|
|
*/
|
|
#define _XOPEN_SOURCE
|
|
+#include <locale.h>
|
|
#include <time.h>
|
|
#include <string.h> /* for g_memmove - memmove */
|
|
|