1998-06-03  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* details.c (mem_graph_data_fn): Long format for snprintf is needed.
	Also, handle the case where (*rs)->filename is not null but it
	does not have a '/' in it.

1998-05-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* properties.c 	(properties_close): Bug fix:  add a signal handler
	for delete_event so that we mark the properties page as not being shown.
	
	(gtop_properties): Add i18n support for initialized
	constatns. 

1998-05-18  Radek Doulik  <rodo@msdec.ms.mff.cuni.cz>

	* procbar.c: rewrite procbar to GtkWidget

	* properties.c: started work on gtop properties dialog

1998-05-11  Radek Doulik  <rodo@msdec.ms.mff.cuni.cz>

	* procview.c (procview_clist_menu_prepare): fixed send KILL signal
	so now it really sends KILL instead of TERM like before
	* added renice dialog

1998-04-27  Radek Doulik  <rodo@msdec.ms.mff.cuni.cz>

	* memusage.c: fixed start/stop icon

	* main.c (main): save selected page on exit to restore it on start

Sun Apr 26 00:06:47 1998  Havoc Pennington  <hp@pobox.com>

	* details.c: use GnomeDialog for the details window. Mostly
 	involved changes to procview_details(). Also, create all the
 	widgets inside the dialog before showing it.

1998-04-17  Radek Doulik  <rodo@msdec.ms.mff.cuni.cz>

	* memusage.c: fields in menu work now, physical memory break down
	disabled because there is no way to get these info from kernel,
	last impl. wasn't right (rss is not what it was supposed to be).

	* global.h: dropped GNOME_PAD definition, it is already in gnome-uidefs.h

1998-04-05  Radek Doulik  <rodo@msdec.ms.mff.cuni.cz>

	* memusage.c: mem usage viewer - uses graph.ch

Fri Mar 20 21:14:33 1998  Radek Doulik  <rodo@aquarius>

	* details.c (set_mem_map): keep clist scrollbars in their position
	(mem_graph_data_fn): fixed segfault in details, when process don't
	exist

Wed Mar 18 14:09:14 1998  Radek Doulik  <rodo@aquarius>

	* added #include <config.h> to some .c files to make i18n stuff work

Mon Mar  9 21:11:24 1998  Radek Doulik  <rodo@aquarius>

	* procview.c: show swap summary, only if there is one

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

	* procview.c (procview_init): Renamed "index" to "ndx".  Somewhere
	on my system `index' is being defined to `strchr', which causes
	problems.

Sun Mar  8 16:40:07 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR.

	* main.c (main): Use new gnome_init.

Sun Mar  1 14:48:54 1998  Radek Doulik  <rodo@aquarius>

	* details.c (get_map_rows): close maps file in proc, I have hunted
	this bug a whole day ;-) (thanks for the great strace program
	(also used with gtop itself to locate growing memory section :))

Sat Feb 28 09:55:43 1998  Radek Doulik  <rodo@aquarius>

	* proc/readproc.c: set procfs to NULL in openproc, so then
	condition in closeproc [if (PT->procfs)] has sense now

	* removed // comments from C code for those not using GCC ;-)

	* main.c: use GNOMEUIINFO macros

	* details.c (mem_seg): minor changes in identifying map row

1998-02-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* procview.c: Added #ifdefs for some signals which may not be
	available everywhere.  Maybe this is not the best way to handle things.

1998-02-25  Raja R Harinath  <harinath@cs.umn.edu>

	* procview.c: Replace `//...' comments with `/*...*/'.

Wed Feb 25 19:16:18 1998  Radek Doulik  <rodo@aquarius>

	* details.c (add_mem_graph): graphical memory map for processes

Tue Feb 24 16:11:27 1998  Radek Doulik  <rodo@aquarius>

	* procview.c: updated to work with new app_helper

Sun Feb 22 17:15:46 1998  Radek Doulik  <rodo@aquarius>

	* Makefile.am (gtkrc_DATA): added gtoprc for monospaced fonts in
	GTop Lists

	* details.c (get_map_rows): Raw Memory Map page in Details window
	filled :-)

Sat Feb 21 21:07:26 1998  Radek Doulik  <rodo@aquarius>

	* details.c (add_info): started work on details window

Fri Feb 20 11:36:18 1998  Radek Doulik  <rodo@aquarius>

	* procview.c (sprint_fmt): added P_TIME, P_UTIME, P_STIME
	(PIX): ref pixmaps widgets, so select sort field works again :)
	(procview_update): use proc_data instead of proc_tab, so now I can
	use not only values from proc_t, but also computed ones per process

1998-02-19  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* main.c (main): Added app_id "gtop".

Wed Feb 18 11:14:39 1998  Radek Doulik  <rodo@aquarius>

	* procview.c: added popup menu in proclist

	* gtop.desktop (Comment): added Name[cz] and Comment[cz]

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

	* main.c (save_state): Changed to use new SM support.
	(main): Changed to use new SM support.

	* Makefile.am (gtop_LDADD): Added $(INTLLIBS)

Sat Jan 24 17:09:05 1998  Radek Doulik  <rodo@aquarius>

	* procview.c: view menu

Wed Jan 28 12:00:09 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* main.c (about_cb): Added about box support;

1998-01-26  Mark Galassi  <rosalia@cygnus.com>

	* Makefile.am (LDADD): added $(DL_LIB) since these are now
	required for any user of libgnome.a.

Sun Jan 25 23:38:30 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* main.c: Replace "Quit" with "Exit".
	
Fri Jan 23 17:37:38 1998  Radek Doulik  <rodo@aquarius>

	* procview.c (procview_clist_prepare): added pixmap indicating
	sort order + change sort order, when click on sorted column

	* main.c: use these nice gnome menus

Tue Jan 20 13:04:14 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* procview.cc (procview_clist_prepare): Use new gtk+ prototype for
	gtk_clist_new. 

Tue Jan 20 08:05:48 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile: Removed.
	* proc/Makefile: Removed.

