1999-08-24    <dmg@csg.uwaterloo.ca>

	* prepared version 0.51
	* Added MAINTAINERS file
	* gtkgs.c: Now it _deletes_ temporal files :)
	* main.c: Added geometry, spartan and nomenubar command line options
	  and support for them
	* main.c: Add .ps or .pdf extension if not specified in the command line
	* ps.c: changed all free and mallocs to their gnome counterparts

1999-08-23    <dmg@csg.uwaterloo.ca>
	
	* Started support for command line options
	* Close window is now active

1999-08-23  Miguel de Icaza  <miguel@gnu.org>

	* bonobo-application-ps.c (embeddable_factory): Adapt to current Bonobo.

1999-08-22  Nat Friedman  <nat@gnome-support.com>

	* bonobo-application-ps.c (main): Use bonobo_main.

1999-08-22  Herbert Valerio Riedel  <hvr@hvrlab.dhs.org>

	* main.c: changed type of data in struct _window_with_data to
	pointer (caused problems when sizeof(gpointer) > sizeof(gint) -
	eg. on alphas...)

1999-08-21  Herbert Valerio Riedel  <hvr@hvrlab.dhs.org>

	* Makefile.am: integrated spec file
	* ggv.spec.in: reworked spec file, based on old ggv.spec
	* configure.in: added ggv.spec.in to AC_OUTPUT
	* ggv.spec: removed, as it is autogenerated now

1999-08-20  Daniel M. German  <dmg@csg.uwaterloo.ca>

	* prepared version 0.50
	* removed debug messages
	* added support for most recently used documents
	* it deletes temporal files now

1999-07-13  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* application-ps.gnorba: use GNOME/Embeddable*.
	* main.c (load_gs): if the loaded document is the same as the one
	viewed, don't reset the page to 0.
	(set_gs_prefs): really reload the document.
	(print_callback): use gnome_execute_shell()
	* prefs.c (load_prefs): add %s to the default printing command.

1999-07-11  Tomas Ogren  <stric@ing.umu.se>

	* gtkgs.c: Process events to keep the UI somewhat alive..

1999-07-09  Tuomas J. Lukka  <lukka@iki.fi>

	* Fix some cvsignores

1999-07-08  Tuomas J. Lukka  <lukka@iki.fi>

	* From: Alexander Savelyev <fano@alfacom.net>
	patch to fix small buglet


1999-07-08  Tuomas J. Lukka  <lukka@iki.fi>

	* Add keystrokes to menu entries. 

1999-07-08  Tuomas J. Lukka  <lukka@iki.fi>

	* Fixed my own caused bug - accelerators should
	  work again.

1999-07-08 Daniel M. German <dmg@csg.uwaterloo.ca>
	
	* ps.c, gtkgs.c There seem to exist some PostScript documents that
	do not have !PS at the beginning. Heck, they have nothing. For example,	
	I was trying to read a file that started with:
	
	%! coverpage

	/beginword              % Usage: str x y beginword
	{
	...

	Even if a remove the line with %! it is still a valid PostScript
	file.
		
	Sooo, I decided (temporarily at least) to do what gv does: pass
	the file to GhostScript in the hope that it will be able to deal
	with it. The current error messages are sent to stderr. We should
	handle them in a nicer way.

	
1999-07-03 Daniel M. German <dmg@csg.uwaterloo.ca>
	* gtkgs.c fixed a bug that froze the
	  interface whenever a encapsulated postscript
	  file was displayed.
	* main.c added functionality to the file_open_window
	  it now uses the directory where the current 
	  document is as the default directory.
		
1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>

	* Add '+' and '-' keys for zoom in & out
	* clean up key_pressed_event_callback by moving out the
	  stop_emit

1999-07-02  Tuomas J. Lukka  <lukka@iki.fi>

	* Allow the prefix to be just %!PS, not just %!PS-Adobe.
    	 Many files have just that.

1999-06-25  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* test-container.c: removed. it was just another nuisance
	that had to be updated all the time. test-container-autoload
	from bonobo package will do for testing the component.
	* Makefile.am: updated to reflect the above.

1999-06-22  Nat Friedman  <nat@gnome-support.com>

	* test-container.c: Use gnome_bonobo_object_client_free_verbs
 	instead of gnome_bonobo_object_free_verbs.  Ditto with
 	gnome_bonobo_object_client_get_verbs and
 	gnome_bonobo_object_client_do_verb.

	* bonobo-application-ps.c (view_factory): Accept the ViewFrame as
 	a parameter.

1999-06-22  Matt Loper  <matt@gnome-support.com>

	* bonobo-application-ps.c (bonobo_object_factory): Changed to
	eliminate need for path, and to reflect GnomeBonoboObjectFactory
	-> GnomeComponentFactory change. Return GnomeObject instead of
	GnomeBonoboObject.

1999-06-22 Daniel M. German <dmg@csg.uwaterloo.ca>
	* main.c Improved the file open window. It does not close
   	if the selected file is a directory or if the
	file does not exist. It now handles wildcards in the
	file name.

1999-06-21    <dmg@csg.uwaterloo.ca>
	* Contributed to the help
	
1999-06-20    <dmg@csg.uwaterloo.ca>

	* Released version 0.40
	* Fixed pt_BR.po

1999-06-18  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (create_ggv_window): fix toplevel sizing.
	
1999-06-16  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (hide_menubar_callback): becomes show_menubar_callback.
	(hide_toolbar_callback): becomes show_panel_callback.
	(show_menubar_callback): small fix to properly enable the togglebuttons
	when the menus are not created upon startup.
	* main.c, prefs.[ch]: changed gs_toolbar to gs_panel.

1999-06-15  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c: take care of the reload item sensitivity. turn hide/show items
	into toggleitems. some general work on code aesthethics.

1999-06-14  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* test-container.c: use new convenience functions for handling
	the verbs instead of using CORBA functions.
	* bonobo-application-ps.c: use the GNOME_Stream_copy_to() function,
	as I've just implemented it for GnomeStreamFS in bonobo.
	
1999-06-12  Daniel M. German  <dmg@csg.uwaterloo.ca>

	* Added pt_BR.po, contributed by Lalo Martins <lalo@webcom.com>

1999-06-09  Tuomas J. Lukka <lukka@iki.fi>

	* Help file small edit

1999-06-06  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkgs.c (gtk_gs_load): set document size parameters to 0.
	* main.c (create_menus): added tooltip strings to UI items. install
	menu hints.
	(load_gs): report some status via appbar flashes.
	(create_ggv_window): add a statusbar.

1999-06-05  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkgs.c (gtk_gs_load): don't try to print out page order
	unless we've successfully loaded the document.

1999-06-05  Tomas Ogren  <stric@ing.umu.se>

	* configure.in: Add sv to ALL_LINGUAS

1999-06-04  Sergey Panov <sipan@mit.edu>

        * configure.in:  Add ru to ALL_LINGUAS 

1999-06-02  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (create_menus): moved show/hide menubar/side panel to
	settings menu. disable the menu items that do nothing yet.
	(print_callback): print by system()ing a command on the ps file.
	usually, this would be lpr.
	(open_prefs_dialog): add a Printing page, letting the user specify
	the command used to print files.
	* prefs.[ch]: added preferences for printing command.
	* help/C/ggv.sgml: describe the menus and the new printing feature.
	* configure.in: check if we have lpr's path for default print
	command.

1999-06-01  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* bonobo-application-ps.c, test-container.c: respect recent
	changes to the Verbs interface (no more verb codes).
	
1999-05-31  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (struct _ggv_window): add prev[item|pu] and next[item|pu]
	members that point to Next/Prev page [popup]menu items. use these
	for setting their sensitivity.
	(set_page_sensitivities): new function to set sensitivity of all
	next/prev widgets (buttons, menuitems) properly.
	(select_page_callback, goto_page): use the above.
	(create_popup_menu): add zoom in/out items.
	* help/C/ggv.sgml: some changes to make english look more english ;)
	added another chapter on the preferences.
	
1999-05-31  Matt Loper  <matt@gnome-support.com>

	* application-ps.gnorba: Changed two goad_id's and one repo id to
	reflect the Component -> BonoboObject namechange. 

	* test-container.c: Changed minor things to reflect Component ->
	BonoboObject renaming.

	* bonobo-application-ps.c: Changed comment to reflect
	renaming. Changed component_data_t typedef to
	bonobo_object_data_t.
	(bonobo_object_destroy_cb): Renamed component_destroy_cb function
	to bonobo_object_destroy_cb.
	(bonobo_object_factory): Renamed component_factory function to
	bonobo_object_factory.
	
1999-05-30  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (goto_page): set prev/next button sensitivity properly.
	(about_callback): added myself to the authors ;)	
	* bonobo-application-ps.c (component_factory): add some verbs
	to our component and connect a handler for do_verb signal.
	gtk_object_set_data() our component_data to the actual
	GnomeComponent as we'll need this in do_verb_cb().
	(do_verb_cb): handler for do_verb signal.
	* test-container.c (add_verb): add an item with the verb
	name to Verbs menu. connect "activate" signal handler and
	gtk_object_set_data() the GnomeComponent that the verb was
	acquired from to the item.
	(add_cmd): get component's verb list and create menu items
	with their names in Verbs menu.
	(verb_cb): get the GnomeComponent that the verb was acquired from
	using a gtk_object_get_data() and do a GNOME_Component_do_verb()
	on it with verb_name set to NULL as we don't pass it to the
	callback.

1999-05-28  Daniel M. German <dmg@csg.uwaterloo.ca>
        * gtkgs.c
	* gtkgs.h
	* main.c
	   Added support for non structured documents. It still
	requires testing.
	* main.c
	  Disable buttons when document has not been opened
	  Enable buttons once it has been open
          Disable prev page in structured documents

	 
1999-05-27  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* bonobo-application-ps.c (main): remove hardcoded GtkGS 
	instead load GS configuration from /bonobo-application-ps/...
	* prefs.[ch] (load_prefs, save_prefs): pass prefix as a parameter
	to enable loading prefs for both ggv and bonobo component.
	(set_prefs): apply prefs to a GtkGS widget.
	* ps.h: enclosed in #ifndef __GGV_PS_H__/#endif.
	* main.c: respect changes to prefs.[ch].
	* test-container.c: activate component after creating the view so
	that it can receive mouse events.
	* Makefile.am: share prefs sources between ggv and bonobo component.

1999-05-27  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* bonobo-application-ps.c: new file. a bonobo component that
	displays postscript via gtkgs widget.
	* test-container.c: a test container app for bonobo component.
	stolen from bonobo source tree.
	* configure.in: check for bonobo.
	* Makefile.am: if bonobo is present, build ps component and
	test-container.
	* application-ps.gnorba: gnorba file for the component. note that
	none of the bonobo stuff is installed yet. to use the component,
	you have to copy bonobo-application-ps somewhere in your PATH and
	the .gnorba file to $prefix/etc/CORBA/servers and run test-container.
	
1999-05-26  Tuomas J. Lukka <lukka@iki.fi>

	* Start a help file

1999-05-24  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkscrollpane.c (gtk_scrollpane_update_slider_size): fixed
	the size calculation code. gdk_window_move_resize() works as it
	should now.
	(gtk_scrollpane_motion_notify): fixed this also.

1999-05-23  Tuomas J. Lukka <lukka@iki.fi>

	* Implement the zoomin/zoomout buttons and change to using
	  magsteps.
	* Prevent the scrollpane from growing indefinitely (odd bug,
	  now commented out as FIXME in gtkscrollpane.c)

1999-05-23  Tuomas J. Lukka <lukka@iki.fi>

	* main.c : add zoomin, zoomout buttons. We need gnome stock
	  buttons for these!
	  The buttons don't do anything yet, though: we need to
	  make the variable have a reasonable meaning (I'd prefer magstep,
	  opinions?)

1999-05-23  Jaka Mocnik  <jaka-mocnik@kiss.uni-lj.si>

	* main.c (main): load preferences BEFORE opening files from
	command line arguments.
	
1999-05-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* prefs.[ch]: added preferences for toolbar and menubar
	visibility.
	* main.c (open_prefs_dialog): new Layout properties page for
	the above settings.
	(button_press_callback, button_release_callback):
	moved commented out cropping code to middle-button click and
	assigned left-button to start panning.
	(motion_callback): pan if left mouse button is pressed.
	* gtkgs.[ch] (gtk_gs_scroll): new public function to scroll the
	visible parts.
	* gtkscrollpane.h: added in_slider member. set to true when
	pointer is in the slider window.
	* gtkscrollpane.c: respect themes. fixed size requisition signal
	handler.

1999-05-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c: some sanitizing of cases when a document can't be loaded.
	* gtkgs.c: hide gs target window when a document can't be loaded and
	show it when a document is successfully loaded.
	* gtkscrollpane.c: fixed a bug in expose signal handler that caused
	the shadow around the trough not to be redrawn.
	
1999-05-19  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (create_ggv_window): cosmetics. removed the frame
	around "sidebar" and added one around GtkGS widget.
	(hide_menubar_callback): fixed.
	(reload_callback): fixed.
	(set_gs_prefs, apply_gs_prefs): new functions for setting
	preferences for a single and all open GtkGS widget.
	(open_prefs_dialog): a dialog for setting preferences.
	* gtkscrollpane.c (gtk_scrollpane_update_slider_size):
	fixed a bug that caused the scrollpane to require more space
	with each size_request signal.
	* prefs.[ch]: new files; loading and saving of preferences.
	* gtkgs.[ch]: changed members gs_gs_cmd_scan_pdf to gs_scan_pdf_cmd
	and gs_uncompress_command to gs_uncompress_cmd.
	(gtk_gs_set_pagemedia): changed the interface a bit.
	* ps.[ch]: add a #define PAPER_SIZE_COUNT in order to use papersizes[]
	in prefs dialog.
	* Makefile.am: added prefs.[ch] to ggv sources.

1999-05-18  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (create_menus): use gnome-app-helper stuff where
	appropriate. restructured the menus a bit.
	(create_popup_menus): use gnome-popup-menu for this.
	(about_callback): cosmetics.
	(file_open_destroy_callback): in order to reflect its use,
	changed to file_open_cancel_callback.
	(file_open_delete_callback): new handler for file selection's
	delete event.
	(struct _ggv_window, open_callback, file_open_ok_callback,
	file_open_cancel_callback): use ggv->file_sel instead of a
	global file_sel.
	* gtkscrollpane.c (gtk_scrollpane_size_request): make it work
	as it should.

1999-05-17  Tuomas J. Lukka <lukka@iki.fi>
	* main.c: factor out goto_page and make it jump in the list if 
	  the entry is not visible.
	* Update fi.po

1999-05-06  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (struct _ggv_window): put _window_with_data arrays
	for menus here instead of dynamically allocating it.
	(open_window, close_window): new helper functions to open and close
	ggv windows.
	(create_menus, new_callback): add a "New Window" item to "File"
	menu to open a new window.
	(delete_callback): new function, called instead of exit_callback()
	on window delete_events.
	(close_cmd): becomes close_callback().
	(create_ggv_window): make windows accept dropped files.
	(drop_callback): new function: load files dropped on a window.
	also g_free() what needs to be freed all over the code.

1999-05-05  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkgs.c: add checks if the GtkGS widget is realized before
	calling gtk_gs_munge_adjustments() preventing segfaulting due
	to moving and resizing a non-existant window.
	
1999-04-23 Daniel M. German  <dmg@csg.uwaterloo.ca>
	* gtkscrollpane.h, gtkscrollpane.c
	I modified the API for scrollpane in order to
	replace scroll up, scroll down, scroll left
	and scroll right with one function:
	gtk_scrollpane_step.
	Added scroll_page_goto_edge
	Added wrapping option to scrolling, this
	allows the user to move from one page to another
	when pressing space or backspace
	* main.c
	Replace calls to scrolling functions for new functions
	When scrollign through document (space), it moves
	the pane to the top corner in a new page. Backspace
	should be modified accordingly. New functions allows
	to write less code when handling different orientations. 
	The idea is to have less repetion of code. The API for scrolling
	might change again in order to accomodate this.
	
	
1999-04-22 Daniel M. German  <dmg@csg.uwaterloo.ca>
	* main.c
        * Changed 'q' accelerator to Ctrl-Q, which is the
	GNOME standard. I also changed the location of the
	quit accelerator to the menu definition, so it
	uses the proper callback.
	* Added other accelerators to the menu
	
1999-04-22  Tuomas J. Lukka	<lukka@iki.fi>
	* Add the 'q' accelerator for getting out a la ghostview.
	* Add size requests to try to behave well
	* Add a scrollbar (scrolled_window) around the page list

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.
	o
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.
