summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS43
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog8
-rw-r--r--po/Makefile.i18npatch51
-rw-r--r--po/POTFILES.skip19
-rwxr-xr-xpo/update.sh45
7 files changed, 48 insertions, 129 deletions
diff --git a/ChangeLog b/ChangeLog
index b618038db..0aea3f072 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== Nautilus 1.0.4 ===
+
+2001-07-05 Darin Adler <darin@bentspoon.com>
+
+ Preparation for the 1.0.4 release.
+
+ * configure.in: Bump version to 1.0.4.
+ * NEWS: Update for recent changes.
+
2001-07-05 Benedikt Roth <Benedikt.Roth@gmx.net>
* src/nautilus-sidebar.c: (nautilus_sidebar_initialize),
diff --git a/NEWS b/NEWS
index 8b55d0312..4da2728ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,10 @@
-Nautilus 1.0.3 was released May 8. We have some speedups to do and
-some other small problems to fix, and then perhaps we'll release a
-Nautilus 1.0.4. We may also want to remove some Eazel-specific stuff
-that doesn't make sense any more.
+Nautilus 1.0.4 contains some speedups, largely due to the work done by
+Yoann Vandoorselaere to investigate what makes it slow. There's still
+plenty of room for more work there.
-We won't be porting Nautilus to GNOME 2 until the library freeze date
-(at the request of the library developers, Michael Meeks mainly) so
-this is still a GNOME 1 source tree for now.
+There are also lots of other minor improvements since Nautilus 1.0.3.
-Changes since Nautilus 1.0.3:
+A partial list of changes since Nautilus 1.0.3:
Fixes to bugs and other changes to speed up Nautilus's
display of new directories (Yoann, Darin, Maciej)
@@ -21,8 +18,8 @@ Changes since Nautilus 1.0.3:
component work in more configurations. (peter@ximian.com, Darin)
Make thumbnails always go in the home directory if "Make
- Folder Appearance Details
- Public" is set to Never (John, Michael Rothwell)
+ Folder Appearance Details Public" is set to Never (John,
+ Michael Rothwell)
Fixed a few small i18n problems. (Darin)
@@ -52,12 +49,32 @@ Changes since Nautilus 1.0.3:
(Johan Dahlin, Darin)
Install IDL files for non-C component programmers (Johan
- Dahlin, Darin)
+ Dahlin, Darin, Ramiro)
Support trash on XFS volumes (Caleb J. Land, Darin)
Updated lots of icons, including most of the ones in the
classic GNOME theme (Ben FrantzDale, Seth Nickell)
- Some other small bug fixes (Juan Pablo Mendoza,
- limval@yahoo.com, Frederic Devernay, Darin)
+ Updated quick reference, release notes, and user manual in
+ help. (Dan Mueth)
+
+ Obfuscate passwords in URIs in thumbnail directories.
+ (Miguel Rodríguez Pérez)
+
+ Dumb down run-nautilus so it doesn't start Nautilus slowly.
+ It is really obsolete (Darin).
+
+ Get rid of Eazel home page and Eazel services in first-time
+ druid (Havoc)
+
+ Make standard view components hang around for 30 seconds,
+ making it faster to use the same viewer repeatedly (Zbigniew
+ Chyla).
+
+ Other bug fixes (Juan Pablo Mendoza, limval@yahoo.com,
+ Frederic Devernay, Darin, Benedikt Roth, Andy)
+
+We won't be porting Nautilus to GNOME 2 until the library freeze date
+(at the request of the library developers, Michael Meeks mainly) so
+this is still a GNOME 1 source tree for now.
diff --git a/configure.in b/configure.in
index ec7b5b21d..ebdca6e05 100644
--- a/configure.in
+++ b/configure.in
@@ -48,7 +48,7 @@ if test -n "$GNOME2_PATH"; then
export PATH
fi
-AM_INIT_AUTOMAKE(nautilus, 1.0.3.2)
+AM_INIT_AUTOMAKE(nautilus, 1.0.4)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
diff --git a/po/ChangeLog b/po/ChangeLog
index ae745a2ef..0f2536d16 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,11 @@
+2001-07-05 Darin Adler <darin@bentspoon.com>
+
+ * Makefile.i18npatch:
+ * POTFILES.skip:
+ * update.sh:
+ Remove remnants of the old localization scheme. These
+ are all superseded by xml-i18n-tools.
+
2001-07-05 Benedikt Roth <Benedikt.Roth@gmx.net>
* de.po: Updated German translation
diff --git a/po/Makefile.i18npatch b/po/Makefile.i18npatch
deleted file mode 100644
index 553796017..000000000
--- a/po/Makefile.i18npatch
+++ /dev/null
@@ -1,51 +0,0 @@
---- Makefile.in.in.clean Thu Nov 9 11:09:02 2000
-+++ Makefile.in.in Thu Nov 9 12:48:26 2000
-@@ -33,7 +33,8 @@
- GMSGFMT = PATH=../src:$$PATH @GMSGFMT@
- MSGFMT = @MSGFMT@
- XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
--MSGMERGE = PATH=../src:$$PATH msgmerge
-+MSGMERGE = PATH=$(top_srcdir)/po:../src:$$PATH perl $(top_srcdir)/po/update.pl --dist
-+GENPOT = PATH=$(top_srcdir)/po:../src:$$PATH perl $(top_srcdir)/po/update.pl --pot
-
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@
-@@ -47,7 +48,7 @@
- POFILES = @POFILES@
- GMOFILES = @GMOFILES@
- DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
--stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
-+stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) update.pl ui-extract.pl
-
- POTFILES = \
-
-@@ -83,12 +84,7 @@
- all-no:
-
- $(srcdir)/$(PACKAGE).pot: $(POTFILES)
-- $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
-- --add-comments --keyword=_ --keyword=N_ \
-- --files-from=$(srcdir)/POTFILES.in \
-- && test ! -f $(PACKAGE).po \
-- || ( rm -f $(srcdir)/$(PACKAGE).pot \
-- && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
-+ $(GENPOT)
-
- $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
- $(srcdir)/stamp-cat-id: $(PACKAGE).pot
-@@ -214,13 +210,12 @@
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
-- mv $$lang.po $$lang.old.po; \
-+ cp $$lang.po $$lang.old.po; \
- echo "$$lang:"; \
-- if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
-+ if $(MSGMERGE) $$lang; then \
- rm -f $$lang.old.po; \
- else \
- echo "msgmerge for $$cat failed!"; \
-- rm -f $$lang.po; \
- mv $$lang.old.po $$lang.po; \
- fi; \
- done
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
deleted file mode 100644
index f940276a4..000000000
--- a/po/POTFILES.skip
+++ /dev/null
@@ -1,19 +0,0 @@
-components/music/configure.c
-components/music/fileinfo.c
-components/shell/Nautilus_View_shell.oaf.in
-components/shell/shell.c
-data/top/.nautilus-metafile.xml
-helper-utilities/error-dialog/nautilus-error-dialog.c
-icons/arlo/i-directory.xml
-icons/arlo/i-regular.xml
-icons/eazel/i-directory-accept.xml
-icons/eazel/i-directory.xml
-icons/eazel/i-regular.xml
-icons/i-regular.xml
-icons/vector/i-regular.xml
-nautilus-installer/src/callbacks.c
-nautilus-installer/src/installer.c
-nautilus-installer/src/main.c
-nautilus-installer/src/package-tree.c
-src/nautilus-profiler.c
-test/test-nautilus-label-offset.c
diff --git a/po/update.sh b/po/update.sh
deleted file mode 100755
index c1e5be5ad..000000000
--- a/po/update.sh
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/bash
-#
-# Script for translators not being able to run autogen.sh
-#
-# Copyright (C) 2000 Free Software Foundation.
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of the
-# License, or (at your option) any later version.
-#
-# This script is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this library; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-# Authors: Kenneth Christiansen <kenneth@gnu.org>
-
-PACKAGE=nautilus
-
-DEPENDS=$(which xml-i18n-toolize 2> /dev/null)
-
-if [ "$DEPENDS" = "" -o ! -x "$DEPENDS" ] ;
- then echo "The xml-i18n-tools system is not installed or in path!"
- echo
- echo "The module $PACKAGE requires this inplimentation, which"
- echo "can be found at:"
- echo
- echo " ftp://ftp.gnome.org/pub/GNOME/stable/xml-i18n-tools "
- echo
- echo "Please install before trying to update the translations"
- echo "again..."
- echo
- exit
-fi
-
-XMLDIR=$(which xml-i18n-toolize | sed s@/bin/xml-i18n-toolize@@)
-XML_I18N_EXTRACT="$XMLDIR/share/xml-i18n-tools/xml-i18n-extract"
-XML_I18N_UPDATE="$XMLDIR/share/xml-i18n-tools/xml-i18n-update"
-PACKAGE=$PACKAGE XML_I18N_EXTRACT=$XML_I18N_EXTRACT \
-$XML_I18N_UPDATE $1