diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | help/ChangeLog | 4 | ||||
-rw-r--r-- | po/ChangeLog | 16 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
6 files changed, 50 insertions, 8 deletions
@@ -1,3 +1,9 @@ +2006-07-28 Lucas Rocha <lucasr@gnome.org> + + * configure.in: Release 2.15.90 + * NEWS: Update. + * po/POTFILES.in: remove eggtrayicon.c reference. + 2006-07-27 Lucas Rocha <lucasr@gnome.org> * src/notification.c (-set_scaled_pixbuf, @@ -1,5 +1,34 @@ Zenity 2.15.2 ============== +" Kryptonite " + * About dialog update (Lucas Rocha) + * Text entry activation makes dialog return (Lucas Rocha) [#347340] + * Correctly handle stdin input on text info dialog + (Lucas Rocha) [#336736] + * Port notification to GtkStatusIcon (Christian Persch) [#341451] + * New and updated translations + - Marcel Telka [sk] + - Francisco Javier F. Serrador [es] + - Ankit Patel [gu] + - Priit Laes [et] + - Kjartan Maraas [nb] + - Hendrik Richter [de] + - Theppitak Karoonboonyanan [th] + - Rajesh Ranjan [hi] + - I. Felix [ta] + - Dzongkhalinux, DIT [dz] + - Raivis Dejus [lv] + - Ilkka Tuohela [fi] + - Runa Bhattacharjee [bn_IN] + - Inaki Larranaga [eu] + - Rostislav Raykov [bg] + - Christophe Merlet, Benoît Dejean [fr] + - Daniel Nylander [sv] + - Josep Puigdemont Casamajó [ca] + - Vincent van Adrighem [nl] + +Zenity 2.15.2 +============== " What are you waiting for, dude? " * Build infrastructure revamp (Christian Persch) [#341056] * New dropdown menu on entry dialog (Diego Urrelo) [#311038] diff --git a/configure.in b/configure.in index 4acf5b73..91d8066a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[2.15.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[2.15.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.59]) diff --git a/help/ChangeLog b/help/ChangeLog index 49e45d19..bcfcaca9 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2006-07-28 Lucas Rocha <lucasr@gnome.org> + + * 2.15.90 version marker. + 2006-05-16 Lucas Rocha <lucasr@gnome.org> * 2.15.2 version marker. diff --git a/po/ChangeLog b/po/ChangeLog index 1f6743c0..9405c868 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2006-07-28 Lucas Rocha <lucasr@gnome.org> + + * 2.15.90 version marker. + 2006-07-27 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. @@ -46,20 +50,20 @@ 2006-06-30 Raivis Dejus <orvils@gmail.com> - * lv.po: Added Latvian translation. + * lv.po: Added Latvian translation. 2006-06-29 Guntupalli Karunakar <karunakar@indlinux.org> - * dz.po: Updated Dzongkha translation - by Dzongkhalinux, DIT + * dz.po: Updated Dzongkha translation + by Dzongkhalinux, DIT 2006-06-27 I. Felix <ifelix25@gmail.com> - * ta.po: Updated Tamil Translation. + * ta.po: Updated Tamil Translation. 2006-06-26 Rajesh Ranjan <rajeshkajha@yahoo.com> - * hi.po: Updated Hindi Translation. + * hi.po: Updated Hindi Translation. 2006-06-16 Theppitak Karoonboonyanan <thep@linux.thai.net> @@ -95,7 +99,7 @@ 2006-06-05 Ankit Patel <ankit644@yahoo.com> - * gu.po: Updated Gujarati Translation. + * gu.po: Updated Gujarati Translation. 2006-06-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org> diff --git a/po/POTFILES.in b/po/POTFILES.in index 9c7b163e..958855ff 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,4 @@ src/about.c -src/eggtrayicon.c src/main.c src/notification.c src/scale.c |