Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-07-09 21:06:24 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-09 21:06:24 (GMT)
commitdae7cb02aa961a99be5f0b3c8c3828a74734f0ad (patch)
treee807ee8bea381c0d49c70d2c2b2b97a5f9ed9a1a
parent76ad09fa55c4e7aa5283fe503c5b21a41acd427f (diff)
Update for release 0.9.2
2007-07-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.9.2 svn path=/trunk/; revision=2568
-rw-r--r--ChangeLog25
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
3 files changed, 46 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index bffbc47..519b9fc 100644
--- 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),
@@ -28,13 +35,13 @@
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:
@@ -93,7 +100,7 @@
(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
@@ -138,14 +145,14 @@
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:
@@ -153,7 +160,7 @@
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 18f4de7..b86fe5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
==============
+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
==============
diff --git a/configure.ac b/configure.ac
index 0a0e97a..95cf1bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)