Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS4
-rw-r--r--data/Makefile.am4
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2a384d..daecb02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-24 Marco Pesenti Gritti <marco@gnome.org>
+
+ * NEWS:
+ * configure.ac:
+ * data/Makefile.am:
+
+ Release 0.1.1
+
2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
* pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
diff --git a/NEWS b/NEWS
index 2407a17..7e28c74 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,9 @@ Bug fixes
* PostScript backend fixes
* Pixbuf backend fixes (Jeff Muizelaar)
* Set page spin button limits correctly (Anders Carlsson)
- * Fix problem when base fonts are installed as pcf files.
+ * Fix problem when base fonts are installed as pcf files.
+ * Keep search selection highlighting correct even when
+ zooming/changing window size (Stephane LOEUILLET)
Translation updates
diff --git a/data/Makefile.am b/data/Makefile.am
index 66f9bb2..2ff2f59 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,4 +27,8 @@ EXTRA_DIST = \
$(stock_DATA) \
$(glade_DATA) \
$(ui_DATA) \
+ $(DESKTOP_IN_FILES) \
$(NULL)
+
+DISTCLEANFILES = \
+ $(DESKTOP_FILES)