2001-11-15  Murray Cumming  <murrayc@usa.net>

	* Released version 1.0.1, now that gnomemm 1.2.1 has been
	released, with the Gnome::UI::Help fix.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 27th August 2001
* App: Help menu now adds items from
  <prefix>/share/gnome/<appname>.dat, as GNOME apps should.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 24th June 2001
* Added Dialog_OverwriteFile, which uses
  Overwrite/ChooseNewFile instead of Yes/No.
* Modified build files to use gettext,
  but there's no translations yet.
* Increased version to 1.0.0

---------------------------------------------------------------------
Eric Bourque <ericb@computer.org>, 20th April 2001
* minor bakery.m4 fix.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 11th April 2001
* Added View_Composite::remove_view().

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 10th April 2001
* Session Management:
    Application reopened if it was open when the user logged
  off, and any documents are reopened.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 3rd April 2001
* Added App::set_command_line_args(), used by
  session management.

---------------------------------------------------------------------
Eric Bourque <ericb@computer.org>, 30th March 2001
* Added bakery.spec.in, for packaging.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 25th March 2001
* Uses return vector from App::create_menus() to get Save menu item.
* Recent files sub-menu.
* Fixed problem when opening files without the extension.
* No more 'save changes' dialog after failed document load.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 20th March 2001
* Removed App_WithDoc::m_Status. It's in App.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 8th March 2001
* Added Document::set_file_extension(), to be used in constructors
  of derived classes. Extension added if necessary when saving.
* Increased version number to 0.6

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 10th February 2001
* File|Open now opens the doc in a new instance if the document is
  not just a default empty new document.
* Derived Apps must now override new_instance() instead of
  on_menu_File_New().
* Added hooks for Copy/Paste but the implementation will depend on
  the actual app.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 10th February 2001
* Dialog_OfferSave now inherits from Gnome::MessageBox, now that
  it has been fixed in Gnome--. This simplifies the code.
* Updated dialog memory management for Gnome-- fixes. Now simpler.
* About box is now shared by all instances.
  
---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 27th December 2000
* Added Bakery::FileSelection, derived from Gtk::FileSelection, but
  has a run() method like Gnome::Dialog.
* Set window titles for Open and Save dialogs.
* Closing window with [x] button now handled like File|Close.
* 'Save As' dialog now shows existing filename as default.
* User is now asked to choose another filename after saying no to
  overwriting existing file.

---------------------------------------------------------------------
Murray Cumming <murrayc@usa.net>, 2nd December 2000
* Fixed gcc 2.96 'newline at end of file' warnings.
* Used vector instead of Gnome::UI::Array because push_back() has
  been removed from Array in gnomemm.
* Files are now closed when user closes and doesn't want to save.
* Fixed crash after save when closing.
* WithDoc example calls base class at end of on_Document_load()
  override, to update window title.
* Added 'this document is already open' functionality.
* Changed buttons in 'do you want to save?' dialog to [Save],
  [Discard], [Cancel] to avoid confusion.
* Added filepath to 'do you want to save?' dialog.
* Exit now asks about saving each document in turn, instead of
  opening all the dialogs at once.
* Increased version to 0.4.0
