From 8794a297034dc0044bdadd24b32fcfd6c9ecdb3c Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Wed, 6 Jun 2001 22:25:25 +0000 Subject: [PATCH] Made a list of changes since 1.0.3 to get ready for the 1.0.4 release. * NEWS: Made a list of changes since 1.0.3 to get ready for the 1.0.4 release. --- ChangeLog | 7 +++++++ NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/ChangeLog b/ChangeLog index 830ed553a..9ce366a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-06 Darin Adler + + * NEWS: Made a list of changes since 1.0.3 to get ready for + the 1.0.4 release. + 2001-06-06 Darin Adler * components/music/nautilus-music-view.c: (play_current_file): @@ -910,6 +915,8 @@ nautilus_get_gmc_desktop_directory for the check when deciding to look for old-fashioned gmc metadata. +=== Nautilus 1.0.3 === + 2001-05-08 Ramiro Estrugo * components/mozilla/Makefile.am: diff --git a/NEWS b/NEWS index b00c01c9b..8b55d0312 100644 --- a/NEWS +++ b/NEWS @@ -6,3 +6,58 @@ that doesn't make sense any more. 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. + +Changes since Nautilus 1.0.3: + + Fixes to bugs and other changes to speed up Nautilus's + display of new directories (Yoann, Darin, Maciej) + + FreeBSD compile fixes (Darin, Gene) + + Fixes to compile with C compilers that don't allow empty + structures (Darin) + + Fix to the MOZILLA_FIVE_HOME setting code to make the Mozilla + 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) + + Fixed a few small i18n problems. (Darin) + + Use Bonobo to handle additional key bindings, instead of using + our own hack code. (Darin) + + Make default Web Search use google instead of the defunct + Eazel search page. (Darin) + + Fix bug reading track info from MP3 files. (Jon K Hellan) + + Make News panel flash less. (Andy) + + Fixed bug in throbber destruction process (Darin, Owen) + + Added prelighting and tracking to the throbber (Anders, Darin) + + Use Control keys rather than Alt keys to move around in the + file manager windows because Sawfish changed to use Alt again + (John Harper) + + Fix MIME bug that might lead to the wrong default component + getting used. This could have been what caused some people to + get the text view instead of the web page view. (Darin) + + Fix problems typing non-ASCII characters on some systems + (Johan Dahlin, Darin) + + Install IDL files for non-C component programmers (Johan + Dahlin, Darin) + + 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)