aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-05-17 00:17:49 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-05-17 00:17:49 +0800
commit7308e23186a01d08d29683aeeeba6cb198a834fa (patch)
tree74a6ce58314130ee5c5a2d94dfee04030fb2acba /NEWS
parent9987dbcfba55e45e9686d35a1ef34defaff206fb (diff)
downloadgsoc2013-empathy-7308e23186a01d08d29683aeeeba6cb198a834fa.tar
gsoc2013-empathy-7308e23186a01d08d29683aeeeba6cb198a834fa.tar.gz
gsoc2013-empathy-7308e23186a01d08d29683aeeeba6cb198a834fa.tar.bz2
gsoc2013-empathy-7308e23186a01d08d29683aeeeba6cb198a834fa.tar.lz
gsoc2013-empathy-7308e23186a01d08d29683aeeeba6cb198a834fa.tar.xz
gsoc2013-empathy-7308e23186a01d08d29683aeeeba6cb198a834fa.tar.zst
gsoc2013-empathy-7308e23186a01d08d29683aeeeba6cb198a834fa.zip
Prepare for release
svn path=/trunk/; revision=1104
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS38
1 files changed, 38 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c91e21ced..c8bce1956 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+NEW in 0.23.2
+==============
+ - Keep a priv pointer in the object struct instead of using
+ G_TYPE_INSTANCE_GET_PRIVATE all the time. (Xavier Claessens).
+ - If self presence message is "" do like if it was NULL. (Xavier Claessens).
+ - Do not request video stream until the user click on the 'send video' box. (Xavier Claessens).
+ - Implement DTMF and add a keypad on call window. (Xavier Claessens).
+ - Make use of tp-glib debug system. (Xavier Claessens).
+ - Rework call window: Use GtkVolumeButton, only one button to hang up calls,
+ let s-e add black borders to keep good video ration and add a confirmation
+ dialog to accept/reject incoming calls. (Xavier Claessens).
+ - Remove conditional build of VOIP. (Xavier Claessens).
+ - Do not apply different theme to chat and chatrooms (Xavier Claessens).
+
+Bugs fixed:
+ - Fixed #460624, Use enchant instead of aspell (Frederic Peters)
+ - Fixed #523918, Empathy sometimes loose messages (Xavier Claessens)
+ - Fixed #526926, "This call will be ended. Continue?" dialog should be rephrased (Elliot Fairweather, Xavier Claessens)
+ - Fixed #529049, Empathy should know when an apt:// link appears (Gaëtan Podevijn)
+ - Fixed #529436, Lacking string hyphenation (Baptiste Mille-Mathias)
+ - Fixed #529437, Incorrect spacing in some strings (Baptiste Mille-Mathias)
+ - Fixed #529439, Incorrect capitalisation in some strings (Baptiste Mille-Mathias)
+ - Fixed #529552, Please incorporate the man pages written for Debian (Simon McVittie)
+ - Fixed #529651, 0.23.1: Compilation (Linking) Failure (Xavier Claessens)
+ - Fixed #530090, Stock ids marked for translation (Gabor Kelemen)
+
+Translations:
+ - Updated Galician Translation and POTFILES.in (icq).
+ - Updated cs translation (Lucas Lommer).
+ - Updated Norwegian bokmål translation. (kmaraas).
+ - updated he translation (yairhr).
+ - Updated Slovenian translation (mateju).
+ - Updated es translation (Jorge Gonzalez).
+ - Updated Slovenian translation (mateju).
+ - Updated hu translation (kelemeng).
+ - Updated sv translation (Daniel Nylander).
+ - Updated en_GB translation (Philip Withnall).
+
NEW in 0.23.1
==============
- Show contact list when a chat becomes a chatroom. (Xavier Claessens).