diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-08 00:58:54 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-08 00:58:54 +0800 |
commit | 43ac9bcdb22dbd988eccffc869771048f4dcf49f (patch) | |
tree | 1c4610193ef2396feb356c8c4a586d9d401ddd7d | |
parent | 983fe2683bd79d25a73dc3b440954c47c2086224 (diff) | |
download | gsoc2013-epiphany-43ac9bcdb22dbd988eccffc869771048f4dcf49f.tar gsoc2013-epiphany-43ac9bcdb22dbd988eccffc869771048f4dcf49f.tar.gz gsoc2013-epiphany-43ac9bcdb22dbd988eccffc869771048f4dcf49f.tar.bz2 gsoc2013-epiphany-43ac9bcdb22dbd988eccffc869771048f4dcf49f.tar.lz gsoc2013-epiphany-43ac9bcdb22dbd988eccffc869771048f4dcf49f.tar.xz gsoc2013-epiphany-43ac9bcdb22dbd988eccffc869771048f4dcf49f.tar.zst gsoc2013-epiphany-43ac9bcdb22dbd988eccffc869771048f4dcf49f.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 3 | ||||
-rw-r--r-- | help/Makefile.am | 2 |
4 files changed, 11 insertions, 6 deletions
@@ -1,3 +1,11 @@ +2004-03-07 Marco Pesenti Gritti <marco@gnome.org> + + * NEWS: + * configure.in: + * help/Makefile.am: + + Remove nl docs (incomplete). Ready for 1.1.11 + 2004-03-07 Christian Persch <chpe@cvs.gnome.org> * NEWS: @@ -2,8 +2,6 @@ Epiphany 1.1.11 =============== -[ up to and including ChangeLog rev 1.1499 ] - Code changes * Change EphyTab to a GtkBin containing the MozillaEmbed widget (Christian) @@ -18,7 +16,7 @@ Bugfixes * Replace entities in imported folder names from mozilla (Christian) * Fix for gtk+ filechooser API change (Christian) * Don't make windows larger than the screen (Marco) - * Fix check for firebird bookmarks directory (Xan) + * Fix check for firebird bookmarks directory (André Dhalqvist) * Fix toolbar dnd to the location entry (Marco) * XBEL bookmarks importer fixes (Christian) * Fix uncategorising a bookmark (Marco) diff --git a/configure.in b/configure.in index 19aa1998e..50e78551b 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 1.1.10, +AC_INIT(epiphany, 1.1.11, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.1 @@ -252,7 +252,6 @@ src/Makefile src/bookmarks/Makefile help/Makefile help/C/Makefile -help/nl/Makefile po/Makefile.in src/epiphany ], diff --git a/help/Makefile.am b/help/Makefile.am index f7bdafbd3..42ffacc26 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1 +1 @@ -SUBDIRS = C nl +SUBDIRS = C |