
/*  $Header: /cvs/gnome/gperfmeter/NEWS,v 1.27 2003/12/08 23:37:29 richb Exp $
 *
 *  Copyright (c) 1990-2003 Sun Microsystems, Inc.
 *  All Rights Reserved.
 */

Overview of changes in gperfmeter 2.0.24

* Fixed bug #94767. There were problems with the way that gperfmeter tried 
  to inform the user when a remotely monitored host could no longer be 
  displayed.

----

Overview of changes in gperfmeter 2.0.23

* Fixed bug #124561. GtkItemFactory has been deprecated. Removed the 
  GTK_DISABLE_DEPRECATED flag.

----

Overview of changes in gperfmeter 2.0.22

* Fixed bug #122784. The -v, --version and --help output messages are 
  now properly localized.

----

Overview of changes in gperfmeter 2.0.21

* Fixed bug #111034. The gperfmeter property sheet now uses a GtkCombo widget 
  to contain the list of remote hostnames. Also the remote hostnames are 
  stored as gconf resources with keys of "HostName0" to "HostName9" rather 
  than a comma separated list keyed on "HostName".

----

Overview of changes in gperfmeter 2.0.20

* Fixed bug #118319. If you make changes to a running gperfmeter, then this 
  should reconfigure any other instances of gperfmeter that are running.
  Only the current one should be affected, and the gconf preferences should 
  be saved away, so that any new instances of gperfmeter that are started 
  will automatically pick them up.

----

Overview of changes in gperfmeter 2.0.19

* Added a test in DrawGraph to prevent Gdk-CRITICAL assertions occuring
  because a GC was NULL when a new meter was displayed for the first time.
* Code cleanup. Removed some more unwanted code after the recent UI rewrite.

----

Overview of changes in gperfmeter 2.0.18

* Fixed bug #117125. Gperfmeter now has a sane minimum size. This is 
  dependant upon whether the menubar is being shown, and the width of 
  the largest chart label.

----

Overview of changes in gperfmeter 2.0.17

* Removed unwanted variables and fixed up numerous warning messages reported 
  by lint.
* All the meters are now created the same size.

----

Overview of changes in gperfmeter 2.0.16

* Fixed up a SEGV in PmSaveResources when DEBUG was turned on.
* Remove a spurious couple of lines of debug left in gnome-perfmeter.c

----

Overview of changes in gperfmeter 2.0.15

* Major UI gperfmeter rewrite:
  - Removed the single canvas DrawingArea.
  - Created a gnome-perfmeter custom Gtk widget that consists of two Labels
    (meter_type and maxval), the DrawingArea for the chart and horizontal 
    and vertical separators that are shown if this isn't the first meter.
  - Removed and/or simplified a lot of the code related to the drawing of 
    these meters.

----

Overview of changes in gperfmeter 2.0.14

* Fixed bug #110563. gperfmeter no longer crashes for bar chart format in
  Xinerama mode.

----

Overview of changes in gperfmeter 2.0.13

* More work on bug #112667. Fixups to provide working alternate for
  platforms that don't have system calls such as setnetconfig.

----

Overview of changes in gperfmeter 2.0.12

* Fixed bug #112667. Changed from transport specific to transport 
  independent and now it accepts IPv6 addresses also.

----

Overview of changes in gperfmeter 2.0.11

* Forced gperfmeter build to be Gtk2 compliant

----

Overview of changes in gperfmeter 2.0.10

* Removed the gperfmeter.glade in the top-level directory to avoid any
  further confusion. 
* Removed the HostsEntryCB and LogFileEntryCB signal callbacks in
  .../src/gperfmeter.glade as they did nothing.

----

Overview of changes in gperfmeter 2.0.9

* Fixed bug #110793 (http://bugzilla.gnome.org/show_bug.cgi?id=110793):
  Gperfmeter now remembers it's last position and size and uses those      
  values when restarting.

----

Overview of changes in gperfmeter 2.0.8

* More code cleanup:
  - Removed the #ifdef FIX"'s from .../src/data.c. They aren't been
    used and there is no history to say why they are here (note they
    were also in the original sdtperfmeter code too in the same way).
  - Removed empty functions (and there setting if they are callbacks),
    such as: LogFileEntryCB and HostsEntryCB.
  - Removed all calls to PmStringCreateLocalized, making sure the string
    is surronded by _().
  - Fixed up numerous lint warnings.
  - Removed X11 specific calls where possible.

----

Overview of changes in gperfmeter 2.0.7

* Cleaned up .../src/resources.c and src/access/*.[c,h]:
  - Removed all tabs and some of the code that is commented out and/or not 
    needed.
  - Provided consistent indentation.

----

Overview of changes in gperfmeter 2.0.6

* Cleaned up more of the code:
  - Removed all tabs and some of the code that is commented out and/or not 
    needed.
  - Provided consistent indentation.

----

Overview of changes in gperfmeter 2.0.5

* Fixed Bugzilla bug #94770. The host name being monitored is now displayed 
  in the titlebar (or "localhost" when monitoring the local host).

----

Overview of changes in gperfmeter 2.0.4

* Fixed Bugzilla bug #110863. Adjusted various long and short descriptions 
  in gperfmeter.schemas.in to make their capitalisation consistent. 
  Plus "autoLoadByHost" becomes "AutoLoadByHost". 

----

Overview of changes in gperfmeter 2.0.3

* Fixed Bugzilla bug #93956. No longer need to press Return for new 
  threshold values to take place in the preferences window.

----

Overview of changes in gperfmeter 2.0.2

* Fixed Bugzilla bug #100015. Added double quotes (and semi-colon) to make 
  two schemas long messages easier to understand.

----

Overview of changes in gperfmeter 2.0.1

* Updated all copyright messages to be until 2003.
* Adjusted original ChangeLog entries to the correct format.
* Reversed order of entries in the AUTHORS file.
* Added entries to the NEWS file.
* Adjusted some of .../gperfmeter/src/perfmeter.c to the OneTrueStyle(TM).
* Removed "#ifdef FIXUP" entries and unwanted commented out code.
* Removed "#ifdef APPLET" entries and unwanted commented out code.
* Removed calls to PmResetDecor().

----

Overview of changes in gperfmeter 2.0.0

* Initial GNOME/Gtk+ version.

----
