commit a3011571d33687f47bf723f0816a2b68025c184a
Author: Guillaume Desmottes <
[email protected]>
Date: Tue Jul 9 10:38:47 2013 +0200
3.9.4
NEWS | 18 ++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
commit a79f388bd7ab91925b0131837f1d9d8247eecb62
Author: Frédéric Péters <
[email protected]>
Date: Tue Jul 2 10:33:13 2013 +0200
roster: compare elements as utf8 strings, for correct collation
https://bugzilla.gnome.org/show_bug.cgi?id=703453
libempathy-gtk/empathy-roster-view.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 3823c48231c9a81c4e916057ff8de6245d7d112a
Author: Xavier Claessens <
[email protected]>
Date: Mon Jul 8 12:26:40 2013 +0200
EmpathySearchContactDialog: Set search entry insensitive when search
is not supported
There is no point in letting user type something if the search
button is insensitive anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=703775
libempathy-gtk/empathy-contact-search-dialog.c | 2 ++
1 file changed, 2 insertions(+)
commit a97c124798eea75187267f92d0e8f43beed07877
Author: Xavier Claessens <
[email protected]>
Date: Mon Jul 8 12:26:07 2013 +0200
EmpathyContactSearchDialog: Set line wrap on message pages instead
of ellipsize
https://bugzilla.gnome.org/show_bug.cgi?id=703775
libempathy-gtk/empathy-contact-search-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b5c17731e76ff1dd2fa034e9cbcaa59a1965f25a
Author: Xavier Claessens <
[email protected]>
Date: Mon Jul 8 12:19:02 2013 +0200
EmpathyContactSearchDialog: Add a "Not Supported" message page
https://bugzilla.gnome.org/show_bug.cgi?id=703775
libempathy-gtk/empathy-contact-search-dialog.c | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
commit bda80eccdf3e79c195bfa7982a9955c401e31c48
Author: Xavier Claessens <
[email protected]>
Date: Mon Jul 8 12:06:48 2013 +0200
EmpathyContactSearchDialog: factor out append_message_page()
https://bugzilla.gnome.org/show_bug.cgi?id=703775
libempathy-gtk/empathy-contact-search-dialog.c | 33
++++++++++++++++----------
1 file changed, 20 insertions(+), 13 deletions(-)
commit 6c1e9287426b155c8047d518e1e6d8955f9d6fc4
Author: Pavol Klačanský <
[email protected]>
Date: Sun Jul 7 21:12:29 2013 +0200
Updated slovak translation
po/sk.po | 137
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 69 insertions(+), 68 deletions(-)
commit 36f3996835e652b363d9643e3cdd77114a0cea04
Author: Kjartan Maraas <
[email protected]>
Date: Thu Jul 4 11:23:07 2013 +0200
Updated Norwegian bokmål translation
po/nb.po | 76
++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
commit 41789e84bd7c53c78ee255315b010a057c2b6b70
Author: Marek Černocký <
[email protected]>
Date: Fri Jun 28 18:38:26 2013 +0200
Updated Czech translation
po/cs.po | 134
+++++++++++++++++++++++++++++++--------------------------------
1 file changed, 67 insertions(+), 67 deletions(-)
commit e1f74de26e52ce0ccb9b3df61c21bc406ff7aef2
Author: Fran Diéguez <
[email protected]>
Date: Fri Jun 28 02:00:01 2013 +0200
Updated Galician translations
po/gl.po | 134
+++++++++++++++++++++++++++++++--------------------------------
1 file changed, 67 insertions(+), 67 deletions(-)
commit df93e66c9804dffe126727a8a3f2b0c7f3312de8
Author: Daniel Mustieles <
[email protected]>
Date: Thu Jun 27 13:02:04 2013 +0200
Updated Spanish translation
po/es.po | 119
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 59 deletions(-)
commit 5d36322c998cc4de8f6633205b85c1b854684e12
Author: Xavier Claessens <
[email protected]>
Date: Wed Jun 26 15:29:31 2013 +0200
AccountsDialog: Truncate too long account names
This prevent strings to be too big.
https://bugzilla.gnome.org/show_bug.cgi?id=702095
src/empathy-accounts-dialog.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 8e692d867aa5a7679b8123a6c3f32d06c6bb0d56
Merge: dc44f6d 76a11c0
Author: Xavier Claessens <
[email protected]>
Date: Wed Jun 26 15:29:13 2013 +0200
Merge branch 'gnome-3-8'
commit 76a11c06dae40c16d70c506b808bec51d5a1cd13
Author: Xavier Claessens <
[email protected]>
Date: Wed Jun 26 15:28:26 2013 +0200
AccountsDialog: Ellipsize account dispaly name
This fix gnome-shell crash if the name is too big,
because it makes the window huge.
https://bugzilla.gnome.org/show_bug.cgi?id=702095
src/empathy-accounts-dialog.c | 1 +
1 file changed, 1 insertion(+)
commit dc44f6dd6245befd9e9e44ac77bb879725f7c3fc
Merge: e80012b 6bace22
Author: Guillaume Desmottes <
[email protected]>
Date: Wed Jun 26 10:47:31 2013 +0200
Merge branch 'gnome-3-8'
commit 6bace22f3ffb9695870267e2a59858b3feeaa83e
Author: Ryan Lortie <
[email protected]>
Date: Sat Jun 8 12:19:39 2013 -0400
Fix escaping of text in empathy log window
We insert text into the log window by using a javascript expression,
with the text to insert quoted with single quotes.
Ensure that we apply the correct escaping so that backslashes
and quote
characters are taken literally.
https://bugzilla.gnome.org/show_bug.cgi?id=691085
libempathy-gtk/empathy-log-window.c | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
commit e80012b79bb56bbb7d4616f58b5509775e0e355f
Author: Daniel Mustieles <
[email protected]>
Date: Mon Jun 24 16:30:03 2013 +0200
Updated Spanish translation
help/es/es.po | 392
+++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 234 insertions(+), 158 deletions(-)
commit 32c18db0675431e2b49f81f993d747a8c8e396e8
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sun Jun 23 18:38:41 2013 +0100
Add help <desc> and update index.page
Every page should have a description and a proper
title. library.gnome.org will soon use these.
help/C/index.page | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
commit 7c146f3ae79007a01cb314dcd27443619db897fa
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sun Jun 23 17:28:43 2013 +0100
Update create-account help page
Update the page as it was somewhat out of date.
help/C/accounts-window.page | 1 -
help/C/add-account.page | 2 +-
help/C/create-account.page | 159
+++++++++++++++++++++-----------------------
3 files changed, 77 insertions(+), 85 deletions(-)
commit e4b46ee11ff0589ed6c4c2a1b00a0ebaee5898c9
Author: Kjartan Maraas <
[email protected]>
Date: Thu Jun 20 10:32:40 2013 +0200
Updated Norwegian bokmål translation
po/nb.po | 114
+++++++++++++++++++++++++++++++--------------------------------
1 file changed, 57 insertions(+), 57 deletions(-)
commit 61458c333b662457e6c3572999fd981abbaeb33d
Author: Milo Casagrande <
[email protected]>
Date: Mon Jun 17 22:39:57 2013 +0200
[l10n] Updated Italian translation.
po/it.po | 247
+++++++++++++++++++++++++++++++--------------------------------
1 file changed, 123 insertions(+), 124 deletions(-)
commit ec3bc28238ca47c193ae17c145fbadc715cc839c
Author: Daniel Mustieles <
[email protected]>
Date: Mon Jun 17 17:53:17 2013 +0200
Updated Spanish translation
po/es.po | 82
++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
commit 629089fa336147447b209a56d0682d8b3c2a6432
Author: Guillaume Desmottes <
[email protected]>
Date: Mon Jun 17 12:06:50 2013 +0200
remove released flag
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)