]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 0.9.2 EVINCE_0_9_2
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 9 Jul 2007 21:06:24 +0000 (21:06 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 9 Jul 2007 21:06:24 +0000 (21:06 +0000)
2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 0.9.2

svn path=/trunk/; revision=2568

ChangeLog
NEWS
configure.ac

index bffbc47e6e49b3453125e9325619036257a0f3b5..519b9fc96cf454b3db2b50a54d593a97416b892a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,24 @@
+2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.9.2
+
 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_form_field_text_save),
        (ev_view_form_field_choice_save):
 
        Fix a crash when closing whith a form widget visible.
-       
+
 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_form_field_button_create_widget):
 
        Update also the region of the current selected button when
        clicking on another button if they are radio buttons.
-       
+
 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
 
        Redraw only form field region instead of the whole page when
        reloading a page to show changes on the form field.
-       
+
 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_form_field_choice_save):
 
        Fix selection of first item in list form fields.
-       
+
 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
@@ -42,7 +49,7 @@
        (ev_pixbuf_cache_get_form_field_mapping):
 
        Some refactoring to avoid duplicated code.
-       
+
 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
        (ev_view_reset_presentation_state):
        
        Merge evince-forms branch.
-       
+
 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
 
        * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
 
        Do not connect selection changed signal more than once. Fixes bug
        #349433.
-       
+
 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_view_sidebar_cb):
 
        Do not change sidebar chrome flag when pressing F9 key in
        presentation mode.
-       
+
 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc:
 
        Make sure thumbnails width and height is not <= 0. Fixes a crash
        with some pdf documents which have really small pages.
-       
+
 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
 
        * shell/main.c: (main):
diff --git a/NEWS b/NEWS
index 18f4de71930e321b9fbdb9b554e2c0997ac069c9..b86fe5e9ba7befd95030f3bc88924c908efa27e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+==============
+Evince   0.9.2
+==============
+
+New Features and UI Improvements:
+
+    * Forms support (Julien Rebetez, Carlos Garcia Campos)
+    * Toolbar editor icons on dragging (Jaap Haitsma)
+
+Bug fixes:
+
+    * Program description translation issue fixed (Gabor Kelemen)
+    * Do not change page after presentation (Cesar Fernandez)
+
+Translations:
+
+    Ankit Patel (gu)
+    Arangel Angov (mk)
+    Bharat Kumar (te)
+    Clytie Siddall (vi)
+    Daniel Nylander (sv)
+    Dr.T.Vasudevan (ta)
+    Espen Stefansen (nb)
+    Ivar Smolin (et)
+    Takeshi Aihana (ja)
+    Theppitak Karoonboonyanan (th)
+    Tomasz Dominikowski (pl)
+    Tshewang Norbu (dz)
+
 ==============
 Evince   0.9.1
 ==============
index 0a0e97a90e871a131c470e874f3d21a148076a10..95cf1bde8e2dd6ea245297eb4e3e3e19f9d38450 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([Evince],[0.9.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 AM_CONFIG_HEADER(config.h)