1998-05-27  Marius Vollmer  <mvo@zagadka.ping.de>

	Notepad should work again.
	
	* notepad.scm: Use `(gtk gtk)' and `(gnome gnome)' modules instead
	of `(toolkits gtk)'.
	(gettext): Dummy definition.
	(about-box): Changed into a procedure. Set BOX to #f when the
	window is destroyed.  Don't use `gtk-destroyed?'.  Use #f as the
	logo.  gnome_about_new can't deal with logos that aren't found.
	(at toplevel): Don't connect to "delete_event" signal of toplevel
	window.  The default action is acceptable.
	
Thu Mar 19 01:48:44 1998  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (query-for-save): Put some actual text into message
	box.
	(file-menu): "Save As" now stock item.
	(edit-menu): Changed order of item.
	(about-box): Only create one About box.

Mon Mar 16 16:39:34 1998  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (edit-menu): Undo now a stock menu item.

Sun Mar 15 16:25:04 1998  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (notepad): Set initial size of window.

	* notepad.scm (scrolled-text): Connect to "changed" signal.  Make
	text editable.
	(about-box): make new about box each time.
	(yes-no-cancel-message-box): Unconditionally set dialog title and
	label widget text.  Use stock buttons.
	(add-stock-menu-item): New function.
	(file-menu): Use stock menu items.
	(edit-menu): Likewise.
	(help-menu): Likewise.

Sat Mar 14 03:07:42 1998  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (client): Use default client.
	(notepad-parse-options): Rewrote.
	Use gnome-init-hack to initialize.

Sun Mar  1 00:11:54 1998  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (help-menu): Changed label on menu.
	(about-box): Added comment text.

	* notepad.scm (about-box): New function.
	(help-menu): Bind it to About item on menu.

1998-02-14  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* notepad.scm (client): New object.
	(file-menu): Changed to use new SM support.
	(notepad-save-for-session): Changed to use new SM support.
	(notepad-parse-options): Changed to use new SM support.

Fri Jan  2 00:15:32 1998  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (file-menu): Added session debugging item to File
	menu.

Wed Dec 24 00:49:31 1997  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (fill-text-widget): Call gnome-history-recently-used.

Sun Dec 14 13:30:44 1997  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm (fill-text-widget): Write "forward", not "forewards".
	(notepad-close): Likewise.

Wed Dec 10 17:46:07 1997  Tom Tromey  <tromey@cygnus.com>

	* notepad.scm:	Parse command-line options.
	(notepad-parse-options): New function.
	(notepad-save-for-session): Wrote.

	* notepad.scm (notepad-save-for-session): New function.
	Added stubs for state-saving code.

Fri Dec  5 18:47:00 1997  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am: New file.
	* Notepad.desktop: New file.
	* notepad.scm: New file.
