From 43ac9bcdb22dbd988eccffc869771048f4dcf49f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 7 Mar 2004 16:58:54 +0000 Subject: *** empty log message *** --- ChangeLog | 8 ++++++++ NEWS | 4 +--- configure.in | 3 +-- help/Makefile.am | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1caf722c..5054a666e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-07 Marco Pesenti Gritti + + * NEWS: + * configure.in: + * help/Makefile.am: + + Remove nl docs (incomplete). Ready for 1.1.11 + 2004-03-07 Christian Persch * NEWS: diff --git a/NEWS b/NEWS index 5826b61ca..b0c9358d4 100644 --- a/NEWS +++ b/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 -- cgit v1.2.3