Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-04-08 13:10:00 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-04-08 13:10:00 (GMT)
commit5adc9f2e1a99e29b8a761388e17c08a6e4d79d5d (patch)
tree7f517616d8a21ef5184b7378915e1813c003b35a /ChangeLog
parenta281d3cc1f64de07b4b8336c580ad4f5fcb861ed (diff)
Move EvPageAction and EvStockIcons from shell to a new internal library
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * po/POTFILES.in: * shell/Makefile.am: * shell/ev-page-action-widget.[ch]: * shell/ev-page-action.[ch]: * shell/ev-stock-icons.[ch]: * shell/ev-application.c: * shell/main.c: * libmisc/Makefile.am: * libmisc/ev-page-action-widget.[ch]: * libmisc/ev-page-action.[ch]: * libmisc/ev-stock-icons.[ch]: Move EvPageAction and EvStockIcons from shell to a new internal library (libevmisc) that will be used by the evince previewer too. svn path=/trunk/; revision=3577
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 91a7e8c..ab39147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,28 @@
+2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * configure.ac:
+ * Makefile.am:
+ * po/POTFILES.in:
+ * shell/Makefile.am:
+ * shell/ev-page-action-widget.[ch]:
+ * shell/ev-page-action.[ch]:
+ * shell/ev-stock-icons.[ch]:
+ * shell/ev-application.c:
+ * shell/main.c:
+ * libmisc/Makefile.am:
+ * libmisc/ev-page-action-widget.[ch]:
+ * libmisc/ev-page-action.[ch]:
+ * libmisc/ev-stock-icons.[ch]:
+
+ Move EvPageAction and EvStockIcons from shell to a new internal
+ library (libevmisc) that will be used by the evince previewer too.
+
2009-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* backend/tiff/tiff2ps.c (tiff2ps_context_new):
Fixes memory leak. Bug #578285.
-
+
2009-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
* libview/ev-view.[ch]: (ev_view_set_zoom),
@@ -14,7 +33,7 @@
Move ev_view_update_view_size() from libview to ev-window again
and make sure the view is not redrawn when calling
ev_view_set_zoom more than once with the same zoom scale.
-
+
2009-04-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-window.c: