1999-04-15 Daniel M. German  <dmg@csg.uwaterloo.ca>
	* main.c
	 It now kills all windows before exiting (exit_callback), ergo
	  no gs process are left running.
	
1999-04-14 Daniel M. German  <dmg@csg.uwaterloo.ca>
        * Released version 0.30
	* gtkgs.c, gtkgs.h
	 Fixed the bad bug in which GS stopped processing input.
	 The "truly bad hack" is history (I hope :)
	
1999-04-09  Shooby Ban <bansz@szif.hu>
	* Added hungarian translation

1999-03-28  Tuomas J. Lukka	<lukka@iki.fi>
	* Add fi to all_linguas
	* set usize of scrollpane in main.c
	* Fix gtk_gs bug: the adjustments were not set properly
	  since size_allocate was called when gs->width was
	  not yet set. My fix needs to be looked at.
	  The scrollpane now works.
	* Does not allocate full document size any more - this
	  is bad because it goes over screen size easily.

1999-03-28  Tuomas J. Lukka	<lukka@iki.fi>
	* Fix desktop fi entry

1999-03-13 Daniel M. German  <dmg@csg.uwaterloo.ca
	* main.c
        Added error handling when loading file
	Fixed bugs and finished support for multiple windows (only
	  from command line)
	Automatic resizing when opening files
	Page up (next page) and page down (prev page) reversed to mimic
	ghostview  behaviour
	Modified zoom menu and (and simplified) zoom callback to reflect
	ghostview options (1/10, 1/8, 1/4, 1/2, 1/1.44, 1/1, etc)				
	* gtkgs.c        
	Fixed zooming bug

	
1999-02-25  Jonathan Blandford  <jrb@redhat.com>

	* ggv.desktop (Comment): added German translation by Matthias
	Warkus.

1998-11-28  Raja R Harinath  <harinath@cs.umn.edu>

	* main.c (create_ggv_window): 
	Remove call to deleted function	`gtk_clist_set_policy' which 
	was non-functional anyway. (xref gtk+/ChangeLog:
	Wed Nov 19 01:22:42 1998  Tim Janik  <timj@gtk.org>).

	* gtkgs.c (gtk_gs_init): 
	Removed setting of the GTK_BASIC flag (xref gtk+/ChangeLog:
	Wed Nov 18 22:54:36 1998  Tim Janik  <timj@gtk.org>).

1998-11-10  Raja R Harinath  <harinath@cs.umn.edu>

	* configure.in (paths.h): New check.
	(GS_PROG): Check for the full path of `gs'.
	(GS_PATH): New #define, defined to GS_PROG.
	* acconfig.h (GS_PATH): New define.
	* file.c: Protect inclusion of `paths.h' with HAVE_PATHS_H.
	* gtkgs.c (gtk_gs_init): Don't hardcode "/usr/bin/gs", use the
	discovered GS_PATH.
	From "Brandon S. Allbery" <allbery@ece.cmu.edu>.
	
1998-08-12  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* configure.in (ALL_LINGUAS): Added Portuguese translation after
	the split of gnome-graphics.

Fri Aug  7 11:54:03 1998 Jonathan Blandford <jrb@redhat.com>
	* main.c: commented out crop code temporarily.
	* when it works correctly, i'll uncomment it... (:

1998-08-07  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	Split of gnome-graphics into ee and ggv modules:

	* autogen.sh: 
	* configure.in: 
	* Makefile.am: Adjusted for new ggv module.

1998-08-07  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* ggv.desktop: Added Portuguese translation.

Wed Jul 29 18:19:12 1998  Jonathan Blandford  <jrb@redhat.com>
	many changes.  A bit more stable now.
	* main.c: Added support for key presses and some mouse click support.
	* gtkscrollpane.c (gtk_scrollpane_update_slider_size): fixed a big bug.
	* gtkgs.c: fixed many bugs.

Mon Jul 27 14:50:28 1998  Tom Tromey  <tromey@cygnus.com>

	Some `-ansi -Wall -Wmissing-declarations' fixes:
	* gtkgs.c (catchPipe): Now static.
	(start_interpreter): Removed unused variables.
	Include <sys/types.h>, <sys/wait.h>, and <stdio.h>.
	(gtk_gs_goto_page): Removed unused variable.
	(is_interpreter_ready): Now static.
	(is_interpreter_running): Likewise.
	* file.c: Turned C++ comments into C comments.
	* file.h (file_getTmpFilename): Fixed declaration to match
	definition.
	* ps.c: Include "file.h", <glib.h>.
	(file_getTmpFilename): Argument now const.
	(get_next_text): Renamed from `gettext' to avoid clash with GNU
	gettext.

	Added gettext and argument parsing:
	* main.c (startup_files): New global.
	Include <config.h> first.
	(parse_an_arg): New function.
	(parser): New structure.
	(main): Pass parser to gnome_init.
	(orientationMenu2): Wrapped strings with N_.
	(fileMenu): Likewise.
	(documentMenu): Likewise.
	(helpMenu): Likewise.
	(mainMenu): Likewise.
	(about_callback): Use _() around user-visible strings.
	(open_callback): Likewise.

Fri Jul 10 20:10:37  Jonathan Blandford <jrb@redhat.com>

	* rewrite of ggv. many files removed. some added.
	  following files have been added: TODO, main.c, gtkgs.c, gtkgs.h
	  gtkscrollpane.h gtkscrollpane.c
	  ggv is no longer nearly as dependent on the old ghostview code
	  any more.
