Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-04-03 14:46:38 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-04-03 14:46:38 (GMT)
commit8c5889fa929ced976c19d15e2260ce630341a556 (patch)
tree017ee0bbe006ee442035669e98b5b5afbafcc05d
parent62d12a7528d247a82ef16bead2274bb23d0c9011 (diff)
Release version 37.v37
-rw-r--r--NEWS2
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py2
3 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 141ae29..096eb55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+37
+
* UI Change: Merge multiple sequential messages from same author (morgs)
* Updated translation: ar (pootle)
* #6561: Fix RTL message alignment (Arabic) (khaled)
diff --git a/activity/activity.info b/activity/activity.info
index bab5bd1..35fc6b1 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ bundle_id = org.laptop.Chat
service_name = org.laptop.Chat
class = pippy_app.Chat
icon = activity-icon
-activity_version = 36
+activity_version = 37
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index dd51378..2e6e5a0 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -565,6 +565,8 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+37
+
* UI Change: Merge multiple sequential messages from same author (morgs)
* Updated translation: ar (pootle)
* #6561: Fix RTL message alignment (Arabic) (khaled)