==============
Version 2.16.1
==============

Released September 29, 2006

General

 - Use the step value we computed (rather than one) to fix pressing
	 brightness-down on the Macbook Pro. (David Zeuthen) #358067
 - Remove the FIXME to fix #334212. It's breaking more laptops that it
	 was intended to fix and also breaks my (already broken) iBook.
 - Also ignore DBUS_GERROR_REMOTE_EXCEPTION as this prevents the
	 'HAL failed to suspend' when actually it suspended fine but the bus
	 timed out.
 - Fix a couple of small memory leaks where we don't free an icon name.
 - Don't rescan buttons every minute. #356170.
 - Fix hotplug add and remove of wireless mice.
 - Add the new battery types so we don't print a warning with
	 newer than HAL 0.5.8.1
 - Increase dep of libgnome to 2.14.0 because we are using
	 GNOME_PARAM_GOPTION_CONTEXT, which was introduced in 2-14
	 (Mart Raudsepp) #355437

Translators

 - Ankit Patel (gu)
 - Daniel Nylander (sv)
 - David Lodge (en_GB)
 - Elnaz Sarbar (fa)
 - Erdal Ronahi (ku)
 - Ilkka Tuohela (fi)
 - Ivar Smolin (et)
 - Jovan Naumovski (mk)
 - Mindu Dorji (dz)
 - Matic Žgur (sl)
 - Paolo Insogna (it)
 - Rhys Jones (cy)
 - Theppitak Karoonboonyanan (th)
 - Woodman Tuen (zh_HK)
 - Woodman Tuen (zh_TW)
 - Wouter Bolsterlee (nl)

==============
Version 2.16.0
==============

Released September 03, 2006

General

 - Turn off Werror in configure. #352448.
 - Be more specific for our device checks in the expanded device information
   to fix the display of CSR properties. rh:203849
 - Fix some small memory leaks. (Paolo Borelli) #352858.

Translators

 - Alexander Shopov (bg)
 - Ani Peter (ml)
 - Daniel Nylander (sv)
 - Esteve Blanch Sanmartí (ca)
 - Gabor Kelemen (hu)
 - Gintautas Miliauskas (lt)
 - Hendrik Richter (de)
 - Iñaki Larrañaga Murgoitio (eu)
 - Kostas Papadimas (el)
 - Leonid Kanter (ru)
 - Raivis Dejus (lv)
 - Robert-André Mauchin (fr)
 - Runa Bhattacharjee (bn_IN)
 - Subhransu Behera (or)
 - Theppitak Karoonboonyanan (th)

===============
Version 2.15.92
===============

Released August 20, 2006

General

 - Fix a double free in the new smartcard code. (William Jon McCann) #350436
 - Work round a compiler bug which caused compilation to fail when using a
   high optimising setting. (Ed Catmur) #352104.
 - Beep to warn if the suspend or hibernate failed. #346542
 - Fix up the desktop files with the version number.
 - Change the spelling of loose to lose throughout the project. (Bruce Cowan)
 - Add a copy of the 24x24 icons instead of generating them at install time.
   Doing clever tricks with imagemagick didn't work very well. #350321
 - Add a timed exit option to the daemon (--timed-exit). #350334

Translators

 - Ankit Patel (gu)
 - Changwoo Ryu (ko)
 - Clytie Siddall (vi)
 - Daniel Nylander (sv)
 - Duarte Loreto (pt)
 - Fano Rajaonarisoa (mg)
 - Francisco Javier F. Serrador (es)
 - Gabor Kelemen (hu)
 - Ignacio Casal Quinteiro (gl)
 - Ilkka Tuohela (fi)
 - Ivar Smolin (et)
 - Johannes Schmid (de)
 - Kjartan Maraas (nb)
 - Mindu Dorji (dz)
 - Leonardo Ferreira Fontenelle (pt_BR)
 - Maxim Dziumanenko (uk)
 - Satoru SATOH (ja)
 - Theppitak Karoonboonyanan (th)
 - Wouter Bolsterlee (nl)

===============
Version 2.15.91
===============

Released August 07, 2006

General

 - Turn on the monitor unconditionally, as we may be using a smart-card to
   authenticate and DPMS might still be on. #350291.
 - Hide the 'Device Information' window if we have no devices.
 - Add in an extra battery charged check to avoid repetition in the battery
   charged notification under some circumstances. #348938
 - Fix all cases reported by sparse/gcc (Kjartan Maraas). #350058
 - Move the roadmap into the TODO so it's easier to update.
 - Make gnome-screensaver connection more resilient to bus failures. #349794
 - Poll all the buttons every minute to detect a silent lid close event. #346082
 - Reset the action timer after an ac_adapter event has been received. #348201
 - Add support for different DPMS sleep modes to support broken monitors.
   Patch from William Waghorn, many thanks.
 - Make the precision of the power supply and power rate more reasonable.
 - Install the 24x24 icons to get rid of the fuzzyness of the tray icon in some
   circumstances. This optionally requires ImageMagick. #348994
 - Fix a typo where we were trying to assign the wrong icon names so the
   battery missing icon didn't show up (instead showed a gtk-broken-image) #348710
 - Fix a crasher where the g-s timeout was larger than the max range for
   gnome-power-preferences. #347932

Translators

 - Ankit Patel (gu)
 - Francisco Javier F. Serrador (es)
 - Johannes Schmid (de)
 - Jovan Naumovski (mk)
 - Kjartan Maraas (nb)
 - Leonid Kanter (ru)
 - Raivis Dejus (lv)
 - Theppitak Karoonboonyanan (th)
 - Woodman Tuen (zh_HK)
 - Woodman Tuen (zh_TW)
 - Žygimantas Beručka (lt)

===============
Version 2.15.90
===============

Released July 23, 2006

General

 - Rewrite the GpmHal and GpmHalMonitor as the old versions were confusing
   and had hard to replicate bugs. No string changes.
 - Added Hungarian translation of the help file. (Gabor Kelemen)
 - Default to policykit support being default off.

Translators

 - Ankit Patel (gu)
 - Changwoo Ryu (ko)
 - Clytie Siddall (vi)
 - Francisco Javier F. Serrador (es)
 - Ilkka Tuohela (fi)
 - Mindu Dorji (dz)

==============
Version 2.15.4
==============

Released July 09, 2006

General

 - Change dbus Inhibit and UnInhibit methods to use a UINT32 rather than INT32,
   as this is specified in the spec.
 - Fix a compile error when we are compiling the non-libnotify sections of
   the code, which probably don't happen that often. #344674 (Elijah Newren)
 - Make a few more shared classes into singletons to save memory and CPU.
 - Allow use of --disable-schemas-install on autoconf level for disabling
   registering GConf schemas. (Tomasz Kłoczko)
 - Change /apps/gnome-power-manager/check_type_cpu default to false after
   discussion in #326742.
 - Add a test program that allows us to test the multiple inhibit stuff,
   and also to show people how easy it is adding Inhibit and UnInhibit calls
   into an existing program.

Power Manager

 - Support MacBook Pro with it's crazy number of brightness states. #346080
 - Add in initial support to check with PolicyKit over dbus. #344171
 - Logically seporate the help file, and add loads of new content.
 - Allow the user to ignore the inhibit requests from stopping a policy action.
   The key /apps/gnome-power-manager/ignore_inhibit_requests can be set to true,
   and the action will still go ahead.
 - Use the same logic as the tooltip for the notification. #345698
 - Only refresh the caches on the last PropertyModified split event to save CPU.
 - Beep if we stopped the action due to an inhibit to warn the user. #345595
 - Make sure machines that do their own dimming get special cased and just set
   the brightness once.	This really *ought* to be a HAL propery. #345258.
 - Fix missing _() macros on some strings (Paweł Marciniak)

Power Preferences

 - Replace the word 'Interactive' in the UI with 'Ask me'. #345960

Power Info

 - Fix the horizontal time scaling so the graph scales correctly.
 - For non-laptops, hide the new power graphs and do not keep polling the values.
 - Read the correct key to get the max time. #345256 (Crispin Flowerday)
 - Big statistics module re-write, which should squash a couple of crasher bugs.

Translators

 - Ankit Patel (gu)
 - Christopher Orr (en_GB)
 - I.Felix (ta)
 - Francisco Javier F. Serrador (es)
 - Gabor Kelemen (hu)
 - Ignacio Casal Quinteiro (gl)
 - Ilkka Tuohela (fi)
 - Jakub Friedl (cs)
 - Jovan Naumovski (mk)
 - Khandakar Mujahidul Islam (bn & bn_IN)
 - Kjartan Maraas (nb)
 - Mindu Dorji (dz)
 - Paweł Marciniak (pl)
 - Priit Laes (et)
 - Rajesh Ranjan (hi)
 - Theppitak Karoonboonyanan (th)

==============
Version 2.15.3
==============

Released June 11, 2006

General

 - Depend on intltool 0.35.0 to build
 - Grammar fixes in the schema and glade file (Clytie Siddall)
 - Add in XFCE option so we display in the XFCE menu. lp:43077
 - Use GtkStatusIcon when GTK version >= 2.9.0 (Jaap Haitsma)
 - Add in new docbook documentation about the dbus interface.
 - Rename and add a few DBUS methods from feedback on XDG list.

Power Manager

 - Actually show the correct levels in the pixmaps for the mouse and keyboard.
 - Add a gconf key so we can disable the action for when the lid is previously
   shut and the AC power removed at a later time as this was causing confusion.
 - Limit the capacity to 100%
 - Undim the screen when we have to unlock returning from resume. #333290
 - Rework the brightness handling so that we only have one way of doing the
   transitions. This simplifies things greatly. #341616
 - Update for gnome-screensaver API changes.  #344103

Power Preferences

 - Add the configurable action for power button press in the UI. #344325.

Power Info

 - Set the correct colours of the line depending on discharging/charging
   status. #338175.

Translators

 - Theppitak Karoonboonyanan & Roys Hengwatanakul (Thai)
 - Wouter Bolsterlee (Netherlands)
 - Clytie Siddall (Vietnamese)
 - Funda Wang (Simplified Chinese)
 - Øivind Hoel (Norwegian bokmål)
 - Francisco Javier F. Serrador (Spanish)
 - Raphael Higino (Brazilian Portuguese)

==============
Version 2.15.2
==============

Released May 15, 2006

General

 - Remove all suspend-to-{x} terminology in the code and documentation in favour
   of hibernate and suspend (http://live.gnome.org/GnomePowerManager/SleepNames).
 - Update the FAQ URL. #330889

Power Manager

 - Allow the use of GtkStatusIcon as eggtrayicon is depreciated.
 - Ensure we set the icon to visible for battery-less desktops, as before we
   had to sometimes toggle the state in g-p-p to get it to show.
 - Make sure we only set the icon if it is different to the one already
   displayed to fix the case where the icons get renamed on package upgrade. #340557.
 - Add support for the new HAL key laptop_panel.brightness_in_hardware to
   properly support key brightness changing on IBM X31 laptops. #340231.
 - Do not warn multiple times about the critical action. #333622.
 - Add the ability to handle a transparent background in the tray icon.
   #341227 (Peter Grundström)
 - Fix the GPM_BUTTON_BRIGHT_UP_DEP and GPM_BUTTON_BRIGHT_DOWN_DEP values to
   what were shipped in the HAL 0.5.7 tarball.
 - Slightly re-work a patch from Paul Betts to handle broken batteries that
   report they are neither charging or discharging by using ac_adaptor
   value instead.
 - Remove the --sm-disable from the .desktop file in autostart since it breaks
   the logout dialog (e.g. on power button) if it is not run with session
   access. lp:31103 and #339168
 - Rework the way throttling is done so that it properly ref-counted and remove
   the compatibility with the old g-s API. #340024 (William Jon McCann)

Power Preferences

 - Add the new checkboxes to set the low power mode policy. #340355

Power Info

 - Make sure the time scale cannot be less than 10 minutes as smaller values
   show the approximation errors in the event-logging code. #340217.
 - Compute the legend width using Cairo instead of hard-coding it. #340218.
 - Correct a format string so we don't sometimes crash on ppc platform. #339974
 - Add more description in the event log, for why we do particular actions.

Translators

 - Francisco Javier F. Serrador (Spanish)
 - Ilkka Tuohela (Finnish)
 - Daniel Nylander (Swedish)
 - Raphael Higino (Brazilian Portuguese)

==============
Version 2.15.1
==============

Released April 23, 2006

General

 - Update screenshots and add lots of documenation.
 - Switch icons to using the Tango style (Jakub Steiner). #331761
 - Update for new throttle API for gnome-screensaver. Also provide a fallback
   to the old API for now. #339209 (William Jon McCann)
 - Respond correctly to systray crashing by reloading the icon to the tray when
   destroyed. (Rodrigo Moya)
 - Fix up the spec file #339263 (Paul Ionescu)
 - Gnome Goal #2 PoLinguas (Jaap Haitsma)

Power Manager

 - Enable the legend only when we get a power event.
 - Only re-enable the fully charged notification when the battery drops down
   to 95% as some batteries charge to 100% and then fluctuate from ~98% to
   100%. #338281
 - Error alerts should use an OK button. #336997
 - Monitor some more gconf keys so we don't have to restart to get the new
   settings. #338628
 - Fix where the primary batteries are listed in the reverse order. #338634
 - Check that we do not set a higher brightness when we try to lower the
   brightness on idle. #338630.
 - Set libnotify point to the center of the icon. #338638
 - Set the default for the icon policy to only display if batteries are
   present so we don't display by default on desktops. rh:187140.
 - Make sure the inhibit cookie we generate is really unique. #339307.

Power Preferences

 - Add the action "Do nothing" so we don't have to do the DPMS action off for
   the external monitor. #338689
 - Fix the notebook tabs on desktop system, so we don't hide "General".

Power Info

 - Added an event log tab, and make the event code more robust.
 - Adding code so that the graphs can start at non-zero.
 - Use the new info page showing a simpler view of hardware.
 - Put a proper grid round the elements. #339262

Translators

 - Žygimantas Beručka (Lithuanian)
 - Wouter Bolsterlee (Netherlands)
 - Daniel Nylander (Swedish)
 - Funda Wang (Simplified Chinese)
 - Ilkka Tuohela (Finnish)
 - Francisco Javier F. Serrador (Spanish)
 - Hendrik Richter (German)
 - Clytie Siddall (Vietnamese)
 - Kostas Papadimas (Greek)

==============
Version 2.15.0
==============

Released April 06, 2006

General

 - Drop support for obsolete versions of libnotify, DBUS and HAL.
 - Code quality improvements (Paolo Borelli)
 - More gtk-doc comments added to all the files.
 - Remove the scons-based build system for now.
 - Use g_option instead of popt (Jaap Haitsma)
 - Install new icons to /usr/share/icons/hicolor and do gtk-update-icon-cache
   when we install. #336067
 - Add X-GNOME-Bugzilla keys for use with bug buddy (Vincent Fretin).
 - Add the missing --daemon option to the man page (Ow Mun Heng).
 - Updated Yelp help file with more useful information.

Power Manager

 - Don't do the critical action when the battery value is 0% as this happens
   for a split second with some ACPI laptops on resume.
 - Deal sanely with HAL and DBUS restarting.
 - Enable all the experimental code, such as the info window and the graphs.
   The graphs have had some serious Cairo lovin' and look pretty slick now,
   and should display more accurate data that we were displaying before.
   We also include a legend so that power events can be seen graphically.
 - Use the button "battery" rather than "www" to show battery status. lp:35633
 - Don't inhibit, but throttle when the lid is shut. #332576.
 - Update caches when we resume. For the matching HAL patch see:
   http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=187396#c10
 - Add a brightness widget that matches the volume popup when we change the
   brightness using the keyboard shortcuts.
 - Rewrite the screensaver integration so that g-s and g-p-m can be restarted
   independently and started in any order. #332366
 - Fix the expose event handling (Crispin Flowerday)
 - Use g_slice rather than g_new for the small data-points.
 - Use /apps/gnome-power-manager/show_actions_in_menu rather than the compile
   setting ACTIONS_MENU_ENABLED to disable the actions menu. #335415
 - Add urgency states and the correct icons to libnotify windows.
 - Synchronize DPMS policy after a suspend or hibernate. #336081
 - Work around a HAL bug with CSR mice and keyboards so they display the
   correct charge after a short delay.
 - Set resume time at startup to let actions settle. (Daniel Silverstone)

Power Preferences

 - Layout improvements (Jaap Haitsma, William Jon McCann) #335991, #336207
 - Move the time sliders so that they start at the g-s-p setting. #336061
 - Add a Critical UPS action into the UI. #337116

Translators

 - Gabor Kelemen (Hungarian)
 - Žygimantas Beručka (Lithuanian)
 - Francisco Javier F. Serrador (Spanish)
 - Takeshi AIHANA (Japanese)
 - Clytie Siddall (Vietnamese)

==============
Version 2.14.0
==============

Released March 14, 2006

General

 - Add the --enable-experimental-features flag so that cool new stuff that is
   not really polished can be added. #326741, #333146
   - Add simple charge, rate and time graph widgets drawn using Cairo.
     This is for #333146 so we can draw cool graphs of power stuff.
   - Create a treeview for each device type so we can display detailed
     information for each device instance.

Power Manager

 - Ignore DBUS timeouts so long suspends do not "fail". (Ray Strode)
 - Add functionality so we can ignore events just after from resume.
   This is adapted from the Ubuntu patch by Daniel Silverstone. rh:185273
 - Make UI logic more sane by using the new "present" key value. lp:33388
 - Poke the screensaver to simulate user input. This is what Windows does, and
   should solve the problems with the timer event happening shortly after the
   ac_adapter is removed. #333525
 - Unrealize the icon when we hide it, else it leaves a 1px line on the
   notification tray. Fixes a transparent panel. #333515
 - Don't try to lock if gnome-screensaver is not running.

Power Preferences

 - Only match primary batteries when showing the battery tab.
 - HIG fixes: spacing and capitalization (Dennis Cranston)

Translators

 - Hendrik Richter (German)
 - Theppitak Karoonboonyanan (Thai)
 - Clytie Siddall (Vietnamese)
 - Ilkka Tuohela (Finnish)
 - Kostas Papadimas (Greek)
 - Wouter Bolsterlee (Netherlands)
 - Takeshi AIHANA (Japanese)
 - Žygimantas Beručka (Lithuanian)

===============
Version 2.13.93
===============

Released March 03, 2006

General

 - Install autostart files to new (definitive) place (Rodrigo Moya)
 - Add a logging interface so that we can log *why* a specific action was
   taken, logged in /var/log/messages. #332760.
 - We have to handle the PropertyModified events differently depending on
   whether we are using dbus 0.60 or dbus 0.61.	(Sjoerd Simons)
   NOTE: You should use 2.13.93 if you are using dbus 0.61.

Power Manager

 - Fix a crash when a very low power mouse is inserted. rh:183127.
 - Fix the UPS "charged" icon. #332761
 - Add a configurable action for the hibernate button and the power button.
 - Wait for gnome-screensaver to lock before we suspend (Daniel Silverstone)
 - Display a BIG FAT warning in the event of DBUS not being present instead of
   just aborting like we do now.
 - Update with new bluecurve suspend and hibernate icons. (Diana Fong)
 - Ignore timeout events when the lid is closed, as we don't want to re-enable
   the screen when the user moves the mouse (on systems that do not support
   hardware blanking). lp:22522
 - Inhibit activation of the screensaver when the lid is closed.
 - Use a better way to work out if the battery is not charging. #333169
 - Standardise on longer timeouts for the libnotify boxes. lp:33411
 - Fix the repeated "battery is fully charged" messages if hardware is
   a little wonky. lp:32650, rh:183612

Power Preferences

 - Add an option to disable the dim on idle.

Translators

 - Ilkka Tuohela (Finnish)
 - Clytie Siddall (Vietnamese)
 - Takeshi AIHANA (Japanese)
 - Francisco Javier F. Serrador (Spanish)

===============
Version 2.13.92
===============

Released February 26, 2006

General

 - Update the yelp screenshots and text.
 - Update the gnome-screensaver DBUS methods for new names. Fixes #332481
 - Rationalise the icon naming scheme so that we can start to theme g-p-m.
 - Add the new UPS charging and discharging icons. Fixes #331117

Power Manager

 - Fix detection of button objects. Fixes lp:32447
 - Do the critical action as part of a g_timeout, rather than a just a
   delay so we don't lock the GUI. Fixes #332150
 - Describe what we are going to do better, so we don't say we are going to
   shutdown when we just are going to hibernate.
 - Add the new key notify_hal_error to set the policy for HAL failure
   notifications. Default true to display. Fixes #332440
 - Add the new key use_time_for_policy to set the policy for per-time or
   per-percentage critical and low power actions. Fixes #332055
 - Fix the notification for battery when the AC is removed. Fixes #332322
 - Only inhibit sleep if we are set to check the CPU load. Fixes #332149
 - Add in functionality so that we dim the screen to 30% when the SESSION
   is idle. Fixes #328564
 - Only use the ac_adapter fallback on desktops if use_icon_for_desktops is
   set. Defaults to false. Fixes #332407

Power Preferences

 - Disable widgets if gconf key is marked not writable
 - Various HIG fixes (Jaap Haitsma, Crispin Flowerday)

Translators

 - Julien Valroff (French)
 - Žygimantas Beručka (Lithuanian)
 - Ilkka Tuohela (Finnish)
 - Clytie Siddall (Vietnamese)
 - Takeshi AIHANA (Japanese)
 - Vladimer SIchinava (Georgian)
 - Kjartan Maraas (Norwegian bokmål)
 - Kostas Papadimas (Greek)

===============
Version 2.13.91
===============

Released February 20, 2006

General

 - Add --enable-actions-menu=foo so we can disable the menu at compile time.
   Fixes bug #331446
 - Remove doxygen build support as hardly any files now use doxygen. #327743.

Power Manager

 - Check the on_ac property before we do the action. #331401.
 - Make g-p-m do the right thing for the Sleep keyboard button (David Zeuthen).
 - Add a simple and complex locking modes (for power users) to fix #331164
 - Document the complex locking policy. #331717
 - Do not show the tooltip when popup menu is on the screen. #331075
 - Changed "Power Warning" to "Power Information" for the title when the
   ac_adapter is removed. #331865
 - We do the lid close on battery action if the ac_adapter is removed when the
   laptop is closed and on battery. #331655

Power Preferences

 - Use a new UI separating the AC and battery policy cleanly.
 - Change duplicate accesskeys #331538
 - Remove pointless icons in general tab #331530.
 - Remove suspend button action from the GUI (defaults to suspend) but can be
   changed by power users in gconf. #331757 (Jaap Haitsma)
 - Add back option "Suspend" for low power action by popular request, and
   explain in the docs why it might be a bad idea. #330267
 - Make the widgets disabled if the gconf key is not writable. #327893

Translators

 - Francisco Javier F. Serrador (Spanish)
 - Kjartan Maraas (Norwegian)
 - Satoru SATOH (Japanese)
 - Clytie Siddall (Japanese)

===============
Version 2.13.90
===============

Released February 15, 2006

General

 - Add a scons build framework. #328708
 - Add debugging framework so traces are more manageable.
 - Vastly updated yelp file with lots more information. #324977

Power Manager

 - Fix the icon and tooltip for UPS's. #329027
 - Do an exponentially weighted average for the rate so that high frequency
   changes are smoothed. This should mean the time_remaining does not
   change drastically between updates. #328927.
 - Inform the user if the HAL command failed, and point them in the direction
   of the on-line FAQ page. #330889
 - We can restart hald without killing g-p-m. #327234
 - Expose the Suspend and Hibernate actions interface. #330189
 - Fix signal-related crash on 64bit systems.
 - Add an autostart file so we start automatically. #328801
 - Prevent the notifications from being wrongly shown multiple times. #328958
 - Clear charge status when rate zero. #328964
 - Only do lid sleep action when on battery power. #329512

Power Preferences

 - Only connect up the value-changed signal once the initial value has been set.
   This prevents the gconf keys from getting written to (if only for a
   split second), so that the icon no longer flickers when preferences is
   clicked. RH #179797

Translators

 - Ilkka Tuohela (Finnish)
 - Clytie Siddall (Vietnamese)
 - Theppitak Karoonboonyanan (Thai)
 - Alexander Shopov (Bulgarian)
 - Kostas Papadimas (Greek)
 - Raphael Higino (Brazilian Portuguese)
 - Žygimantas Beručka (Lithuanian)
 - Leonid Kanter (Russian)
 - Ilkka Tuohela (Finnish)
 - Hendrik Brandt (German)
 - Theppitak Karoonboonyanan (Thai)
 - Raphael Higino (Brazilian Portuguese)
 - Slobodan D Sredojevic (Serbian)
 - Chao-Hsiung Liao (Traditional Chinese)
 - Øivind Hoel (Norwegian bokmål)
 - Vincent van Adrighem (Tino Meinen)
 - Ignacio Casal Quinteiro (Galician)
 - Francisco Javier F Serrador (Spanish)
 - Ankit Patel (Gujarati)
 - Josep Puigdemont i Casamajó (Catalan)
 - Lukas Novotny (Czech)

==============
Version 2.13.5
==============

Released January 25, 2006

General

 - Bump version to a more suitable GNOME release version.
 - Remove the website source from CVS as already in gnomeweb. #328280
 - Flattern the gconf schema so that we don't have lots of subfolders
   for very few keys. #327894

Power Manager

 - Lots of smaller bugfixes such as #327471, #327799
 - Only notify the user of low battery on the 20, 10, 5, and 2 minute intervals.
 - Add CanSuspend and CanHibernate DBUS methods
 - Make tooltip more concise. #327443
 - If icon not embedded don't do notifications. #327799
 - Manager now changes brightness, not g-p-p. #327895
 - Set the correct lcd brightness on startup.
 - Fix the bug where g-p-m crashes after emitting a signal
 - Added .desktop file for gnome-session's autostart mechanism.
 - All time now internally stored as seconds. #328289
 - Show the tray menu for any button press. #327959.
 - Only do critical action for primary battery. #328228, #328228
 - Don't do lots of notifications on startup if battery is very low. #327963

Power Preferences

 - Make the combo boxes in options expand so that we don't get different sizes.
 - Remove time estimates for low and critical battery since this is device
   and system dependent.
 - Brightness now dealt with as a percentage, so gconf portable. #327895
 - Now called "Power Management Preferences". #328397

Translators

 - Ankit Patel (Gujarati)
 - Clytie Siddall (Vietnamese)
 - Ilkka Tuohela (Finnish)
 - Kjartan Maraas (Norwegian bokmål)
 - Ignacio Casal Quinteiro (Galician)
 - Tino Meinen (Netherlands)
 - Francisco Javier F. Serrador (Spanish)
 - Funda Wang (Simplified Chinese)
 - Slobodan D. Sredojevic (Serbian)

=============
Version 0.3.4
=============

Released January 17, 2006

- We now depend on HAL 0.5.6 for the new suspend, hibernate and shutdown
  functionality. HAL 0.5.6 is available in my repo for FC4.
- Source releases are now done on the GNOME ftp servers:
  ftp://ftp.gnome.org/pub/GNOME/sources/gnome-power-manager/
- We now only show Suspend and Hibernate options when HAL says we should.
  NOTE: just because HAL (i.e. the kernel) says it has hibernation or suspend
  support is compiled in, doesn't automatically mean that it will *work*.
- DPMS has moved into gnome-power-manager from gnome-screensaver, thanks
  to the work from William Jon McCann. There now is a DBUS interface to
  control this new functionality (#326276)
- org.gnome.GnomePowerManager -> org.gnome.PowerManager (#326492)
- GNOME Power Manager now listens for the new idle signals from g-s.
- There now is a yelp help file (#324977), thanks to Jaap Haitsma.
- Lots of new translations: Greek (Nikos Charonitakis), Gujarati (Ankit Patel),
  Vietnamese (Clytie Siddall), Catalan (Josep Puigdemont i Casamajó),
  Thai (Theppitak Karoonboonyanan), Serbian (Slobodan D. Sredojevic).
- Lots of updated translations: Galician (Ignacio Casal Quinteiro), 
  Hungarian (Gabor Kelemen), Bulgarian (Alexander Shopov), 
  Norwegian (Kjartan Maraas), Spanish (Francisco Javier F. Serrador), 
  Simplified Chinese (Funda Wang), Lithuanian (Žygimantas Beručka), 
  Italian (Daniele Medri), French (Guillaume Savary), Finnish (Ilkka Tuohela).
- We now try to save the GNOME application state before the critically-low
  action is taken (default shutdown).
- The power button is now an interactive shutdown, saving GNOME session state.
- Fix a bug where the preferences program was crashing on missing gconf schema.
- Fixed lots of other smaller bugs such as (#322773), (#323135), (RH#174196),
  (#322547), (RH#172963), (RH#176656).
- Lots of source file re-organisation, also a large refactoring. Thanks to 
  William Jon McCann for the large amount of code cleanup done.
- Fix problem where preferences window is redrawn and then resized (#323562)
- Don't crash if gnome-panel is restarted, but display the icon again (#324446)
- Fix problem where battery is removed, and icon does not change (#323563)
- Made the warning about the AC adapter and the battery full gconf
  configurable, fixing RH#176433 and (#325876).

=============
Version 0.3.1
=============

Released November 28, 2005

- Now we disconnect and reconnect NetworkManager when suspending and resuming.
- Default is now to suspend on lid close. At least we should assume it will
  succeed, rather than assume it will fail.
- Lots of HIG changes in g-p-p by Jaap Haitsma, thanks.
- If we are an IBM Thinkpad, don't dim the screen gently, as the BIOS does
  this automatically on it's own.
- Add the beginning of a console g-p-m for GDM (prototype).
- Add screensave 'Poke' so we can interrupt the screensaver instead of waiting
  for a keypress after a suspend or hibernate resume.
- Build fixes so we can build with DBUS head (and 0.60 when released).
- Fixed a bug where the correct brightness wasn't being set on battery boot.
- Added an option in g-p-p so that password protected resume is an option.
- If you are having problems with crashes or missing settings, please uninstall
  the gnome-power-manager 0.2.8 rpm, and install 0.3.1, rather than upgrading.
  The old rpm post line in 0.2.8 causes the new gconf schema to be uninstalled.
- Also fix a bug which makes the last bug doubly worse, by not crashing on
  missing gconf schema, but handling it gracefully, and guessing some defaults.
- Lots of translation updates.

=============
Version 0.3.0
=============

Released November 15, 2005

- Schema is now properly applied in the RPM spec file.
- Fix the tooltip so that we don't display "Unknown Remaining"
- Wireless mice and keyboards now generate messages when battery low.
- Now align the menu to the bottom (or top) of the notification area like
  all the applets do.
- Website is now hosted on gnome.org servers:
  http://www.gnome.org/projects/gnome-power-manager/
- New WIKI with all the things in progress and TODO:
  http://live.gnome.org/GnomePowerManager
- Update the website to be more GNOMEy, copied from the nautilus template.
- Lots of Makefile.am and configure tidy ups with thanks to JP Rosevear.
- Removed gpm-dbus-test and made the DBUS interface *much* simpler
- Multiple batteries and wireless device support massivly improved due
  to a new underlying calculation engine. Lots of cruft has been ripped out.
- Laptops that don't turn off the backlight when the lid is shut are now
  automatically turned off using DPMS.
- Notification icon now only appears when batteries low, or optionally
  when discharging and charging. The options have been turned to radio buttons
  to make options clearer. Also icons are now at 24x24 to conform to the
  GNOME HIG.
- libnotify messages now replace one another, so the screen isn't littered
  with "battery is critically low" messages.
- Replace our own "dumb" icon management with the GNOME stock icon functions,
  with thanks to Jaap Haitsma.
- Lots of translation updates.

===============
Version 0.2.8.1
===============

Released October 25, 2005

- Fix a NULL pointer dereference where the remaining_time isn't known, and
  the battery is low.
- Don't crash when we do not have gnome-dev-memory in our theme.
- We now register the name of the application with the session-manager.
- Change HAL dep from 0.5.4 to 0.5.3 so we can build on Ubuntu Breezy.
  NOTE: There are *lots* of bugs in HAL 0.5.3 fixed in later releases.
- Now delete Makefile.in when doing maintainer-clean rather than distclean
  so we can build on Ubuntu Breezy.

=============
Version 0.2.8
=============

Released October 17, 2005

- All source files are now fully documented with Doxygen.
  http://gnome-power.sourceforge.net/doxygen/
- Fixed problems with displaying the just the AC Adapter icon.
  Thanks to Dumitru Ciobarcianu for reporting the problem.
- Added desktop mode where icon is forced. Disabled by default.
  The icon handling logic is to be simplified in 0.2.10
- Fixed a fatal error where a NULL pointer was deferenced when removing
  AC Adaptor when icon was hidden.
- Lots of cosmetic fixes thanks to Wouter Bolsterlee.
- Add back the (now themed) icons to gnome-power-preferences.
- Add a new tool, gnome-power-info to display the p-m capabilities or your
  machine, and report details of your power hardware. More to come...
- Lots of cosmetic fixes from Wouter Bolsterlee.
- We now detect when HAL is restarted and warn the user accordingly.
- When setting the low battery and critical battery threholds, we now
  tell the user how much time they would have. This only works for ACPI
  when discharging, as HAL doesn't give us discharge data when charged.

=============
Version 0.2.6
=============

Released October 01, 2005

- GNOME Screensaver support runtime detection has been improved
  (no timeouts now, and console messages supressed)
- Fixed lots of 64bit warnings thanks to Rodrigo Moya <rodrigo@novell.com>
- GNOME Power Manager is now in Fedora Core Rawhide!
- The screen now dims gently (rather than a big brightness change) when
  changing brightness states.
- We now support ONLY the new SetBrightness HAL API in HAL CVS.
  http://article.gmane.org/gmane.comp.freedesktop.hal/3280
  You will have to be using HAL CVS for brightness changing to work.
- We now do not require libhal as all communication to hald is done through
  the DBUS glib bindings.
- All source files now have lots of asserts that should make any code logic
  errors easy to spot. Please report any regressions.
- Thanks to Robert Love, we now daemonize when being run. Use --no-daemonise
  to disable this.
- A new "About" box that follows the GNOME HIG...
- A new "Information" tab that tells you a bit about your computers' power
  management capability. This is very young and will have much more
  information in the future about batteries, UPS's etc. Help welcome.
- Lots of fixes and improvements to the core code, with thanks to Theetjuh
  and Myk Melez for testing the code so well.
- GNOME Power Manager now notifies you your battery is low *and* how much time
  you have remaining. This fixes a regression from 0.2.2.
- Working with GNOME Screensaver, we now work out the idle time so we can
  suspend or hibernate in a period of keyboard and mouse in-activity. 
  The load value is also computed, so we can avoid sleeping when CPU 
  intensive programs are left running, e.g. kernel compiles or simulations.

=============
Version 0.2.4
=============

Released September 21, 2005

- We now have an experimental yum repo that contains all the needed updates
  for a standard FC4 system.
  You do not now have to update your fedora system to the unstable
  rawhide repo. All packages have been built by me for FC4.
- Comboboxes now only have "sane" values available.
- Lots more code cleanups, and more modularization.
- 100% GLIB DBUS support - this is faster than libhal, but has not been tested
  much, and is disabled for now. Use ./configure --enable-glibhal to test.
- DBUS services now works, so we init g-p-m with just a query to 
  org.gnome.GnomePowerManager. This makes it easy to make sure g-p-m has been
  started, or to start g-p-m when we start Power Preferences.
- Now we control GNOME Screensaver so that we don't use screensavers on battery
  but just blank the screen.
- Lots of updates to the website.
- Fixed specfile to be in RedHat approved format.
- Now we only call SetLowPower if system.formfactor is laptop.
- We detect GNOME Screensaver at runtime, rather than with a configure option.

=============
Version 0.2.2
=============

Released September 07, 2005

- Fixed the problem where the notification icon wasn't being shown by default.
- We now check for the presence on the session and system dbus connections,
  and tell the user what they have to do, to fix the problem.
- New Polish translation by Michał Kastelik
- Switch to using org.gnome.GnomePowerManager rather than net.sf.GnomePower
- Add the new DBUS api calls isOnBattery(), isOnUps(), and isOnAC() and 
  remove isRunningOnMains().
- LCD slider brightness now adjusts the correct immediate state whilst on 
  battery power and AC.
- Fix from wrobell to fix compilation on PLD Linux.
- Made docbook2man optional. If this program is missing, the man files will 
  not be built.	Suggested by Eugenia Loli-Queru to fix Arch Linux compilation.
- Add lots more answered questions on the FAQ page.

=============
Version 0.2.1
=============

Released September 5, 2005

- The reboot and halt gconf typos have been fixed.
- Lots more code compliant with C99.
- gnome-power-manager now sports a --version argument.
- New Italian translation by Daniele Medri
- Fix a problem reported by Andrew Duggan where the incorrect ACPI reading was
  tripping up our over-zealous HAL checks.
- Rename LCDPanel to LaptopPanel to match HAL CVS. LCD brightness is
  officially supported now.
- Fix the combobox error for "Sleep Type"
- Website updated with a "bug reporting" section.

=============
Version 0.2.0
=============

Released August 31, 2005

- This new release brings lots of new features and updated translations.
- The preferences program now supports LCD brightness, and works with 
  gnome-screensaver to set the DPMS timeout for monitors.
- The website has been updated with a new design with lots more content.
- *WARNING* this program depends on new DBUS and HAL libraries to install, 
  due to the recent changes in HAL. See the new FAQ page 
  (http://gnome-power.sourceforge.net/faq.php) for more details.
- Working with HAL 0.5.4, lots of problems have been solved.
- This includes the need for a external DBUS daemon - now we use HAL to 
  launch scripts.
- Many more batteries are supported, as well as support for most of the 
  broken ACPI BIOSes.
- This release has had little testing (and a *lot* has changed internally 
  since 0.1.0), so expect a few bugs, and teething problems.
- The wait between 0.1.0 and 0.2.0 has been required for the newest HAL to be
  released. Expect more frequent releases in the future.

=============
Version 0.1.0
=============

Released July 12, 2005

- Massive changes!
- A new DBUS system daemon, pmscripts that you can edit for suspend2 or 
  swsup hibernation.
- Lots of new features including a full client API for shutdown/logoff 
  notification to applications.

=============
Version 0.0.5
=============

Released June 18, 2005

- PDA support
- Totally re-written backend and lots of architectural changes.
- Icons now generated on the fly, logging improved.
- Events now configuable, code tidied up.

=============
Version 0.0.4
=============

Released June 15, 2005

=============
Version 0.0.3
=============

Released April 17, 2005

- Lots of bugfixes, new features, new preferences program - supporting 
  wireless mice and keyboards, pda's and the usual laptop batteries...

=============
Version 0.0.2
=============

Released March 24, 2005

- Pre-release version, mostly proof of concept.
- Newer (and better :-) code is always found in CVS.
- Other ideas or comments welcome.
