Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/31/2000 15:24:57
Module Name:	pkgsrc
Committed By:	tron
Date:		Wed May 31 22:24:57 UTC 2000

Modified Files:
	pkgsrc/sysutils/gtop: Makefile
	pkgsrc/sysutils/gtop/files: md5
	pkgsrc/sysutils/gtop/pkg: PLIST

Log Message:
Update "gtop" package to version 1.0.9. Changes since version 1.0.5:
- gtop.desktop: Added Swedish translation.
- gtop.desktop: Added Galician entry.
- gtop.desktop : Added the Turkish translation to the gtop.desktop file.
- gnome-gtop.png: Improved.
  Added first version of the GTop Documentation from Telsa Gwynne.
- procview.c: Use "Kill nicely (SIGTERM)" and "Kill now (SIGKILL)"
  in the right-click menu.
- procview.c (DEFAULT_PROCVIEW_FIELD_MASK): New constant. After a
  suggestion from Alexander Kirillov we only show "Pid", "User", "Pri",
  "Size", "Resident", "Stat", "CPU", "MEM", "Time" and "Command" as the
  default since this is less confusing to newbies (and it also helps us
  keeping the default window size small).
  (procfields_properties_load): Don't crash here when some bad guy
  sets "gtop/procview/procview_field_mask=0". Fixes #2420.
- procview.c (get_command_line): New static function. Try to get
  the `command' field from glibtop_get_proc_args () if possible since
  glibtop_get_proc_state () sometimes truncates this field. GTop will
  not correctly show the full name of executables with long names.
- global.c: In the preferences dialog, use "Update times" instead
  of "Update times (notebook pages)".
- summary.c (gtop_summary_destroy): Renamed to `summary_destroy_cb'
  and made it static.
  (gtop_summary_new): Call `summary_destroy_cb' on the "destroy" signal.
  (gtop_statusbar_destroy): Renamed to `statusbar_destroy_cb' and
  made it static.
  (gtop_statusbar_new): Call `statusbar_destroy_cb' on the "destroy"
  signal.
- mdi.c (app_destroy_cb): Don't call `gtop_statusbar_destroy' here.
- process-details.c (process_args_update): Make this work with
  LibGTop 1.1.4.
- gnome-gtop.png: An icon, an icon!
- memusage.c: added popup-menu to allow show menu/toolbar
- fsusage.c: added popup-menu to allow show menu/toolbar
- procview.c: added items to popup-menu to allow show menu/toolbar
- main.c (gtop_show_mtbar): added "show menu/toolbar" menucheckbuttons to
  allow some sort of fullscreen mode


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/gtop/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gtop/files/md5
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gtop/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.