pidgin.openq: 52b67372: 2008.10.30 - flos <lonicerae(at)gmail.co...

csyfek at gmail.com csyfek at gmail.com
Thu Oct 30 08:50:29 EDT 2008


-----------------------------------------------------------------
Revision: 52b673726ba47e370199600825aae32d47e76d6c
Ancestor: bcde7f40d968bb56f9821dd3522211344b5342d4
Author: csyfek at gmail.com
Date: 2008-10-30T12:41:36
Branch: im.pidgin.pidgin.openq
URL: http://d.pidgin.im/viewmtn/revision/info/52b673726ba47e370199600825aae32d47e76d6c

Modified files:
        libpurple/protocols/qq/ChangeLog
        libpurple/protocols/qq/Makefile.am
        libpurple/protocols/qq/Makefile.mingw
        libpurple/protocols/qq/buddy_info.c
        libpurple/protocols/qq/qq.c

ChangeLog: 

2008.10.30 - flos <lonicerae(at)gmail.com>
	* Fixed a bug which made xgettext failed in buddy_info.c
	* Fixed a bug in Makefile.am and Makefile.mingw
	* Updated acknowledgement in qq.c

-------------- next part --------------
============================================================
--- libpurple/protocols/qq/ChangeLog	60f360dc7ab139d79ae9e66005c9eb37aed66eb6
+++ libpurple/protocols/qq/ChangeLog	c3ac6aeedca66ef18b7b56dca889ff234e421a2b
@@ -1,3 +1,8 @@
+2008.10.30 - flos <lonicerae(at)gmail.com>
+	* Fixed a bug which made xgettext failed in buddy_info.c
+	* Fixed a bug in Makefile.am and Makefile.mingw
+	* Updated acknowledgement in qq.c
+
 2008.10.28 - flos <lonicerae(at)gmail.com>
 	* Updated AUTHORS
 
============================================================
--- libpurple/protocols/qq/Makefile.am	4804c7503cd191513a246fcaca736b0f35372128
+++ libpurple/protocols/qq/Makefile.am	644038f53d6079cb28f2a14c23e2a5c6011f62b8
@@ -54,9 +54,13 @@ CURRENT_REVISION=$(shell \
 libqq_la_LDFLAGS = -module -avoid-version
 
 CURRENT_REVISION=$(shell \
-		 awk 'BEGIN {"grep node .hg_archival.txt" | getline rev; \
-		 rev=substr(rev,7,6); \
-		 print rev}')
+		 if [ -e ./.hg_archival.txt ]; then \
+		   awk 'BEGIN {"grep node .hg_archival.txt" | getline rev; \
+		   rev=substr(rev,7,6); print rev}' > current_revision; \
+		 else \
+		   echo "!hg" > current_revision; \
+		 fi; \
+		 cat ./current_revision)
 
 if STATIC_QQ
 
============================================================
--- libpurple/protocols/qq/Makefile.mingw	23335c2ce20665a4e3b70375ddc43762ee4a301d
+++ libpurple/protocols/qq/Makefile.mingw	958747650dce8ba90d7e0aaa09ac5176b82a9ca5
@@ -6,10 +6,16 @@ include $(PIDGIN_TREE_TOP)/libpurple/win
 
 PIDGIN_TREE_TOP := ../../..
 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
+
 CURRENT_REVISION=$(shell \
-		 awk 'BEGIN {"grep node .hg_archival.txt" | getline rev; \
-		 rev=substr(rev,7,6); \
-		 print rev}')
+		 if [ -e ./.hg_archival.txt ]; then \
+		   awk 'BEGIN {"grep node .hg_archival.txt" | getline rev; \
+		   rev=substr(rev,7,6); print rev}' > current_revision; \
+		 else \
+		   echo "!hg" > current_revision; \
+		 fi; \
+		 cat ./current_revision)
+
 TARGET = libqq
 TYPE = PLUGIN
 
============================================================
--- libpurple/protocols/qq/buddy_info.c	7bccadbbb5b47167651d3a8312d6b74fc7c148a4
+++ libpurple/protocols/qq/buddy_info.c	982317469e0b12fe78bf786f841cc437b4e5020c
@@ -69,9 +69,9 @@ static const gchar *genders_zh[] = {
 };
 
 static const gchar *genders_zh[] = {
-	N_("-"),
-	N_("\xc4\xd0"),
-	N_("\xc5\xae"),
+	"-",
+	"\xc4\xd0",
+	"\xc5\xae",
 };
 
 #define QQ_FACES	    134
============================================================
--- libpurple/protocols/qq/qq.c	6ce530ad795b2257a0856070cda18170970a67a5
+++ libpurple/protocols/qq/qq.c	939188f0e1ae79ec4538a046dd114f09495d569b
@@ -763,6 +763,7 @@ static void action_about_openq(PurplePlu
 	g_string_append(info, "khc(at)pidgin.im<br>\n");
 	g_string_append(info, "qulogic(at)pidgin.im<br>\n");
 	g_string_append(info, "rlaager(at)pidgin.im<br>\n");
+	g_string_append(info, "Huang Guan : http://home.xxsyzx.com<br>\n");
 	g_string_append(info, "OpenQ Google Group : http://groups.google.com/group/openq<br>\n");
 	g_string_append(info, "<br>\n");
 	g_string_append(info, _("<p><i>And, all the boys in the backroom...</i><br>\n"));


More information about the Commits mailing list