summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2007-02-20- Fix man page generation.Peter Jones1-0/+7
2007-02-20- split 20video's resume/thaw components out to 99video so it'll run sooner.Peter Jones1-0/+8
2007-02-20- bump version for prereleasepm-utils-0.99.0Peter Jones1-0/+4
2007-02-20- add error messagesPeter Jones1-0/+5
2007-02-20- handle emacs backups like we handle them in pm/functionsPeter Jones1-0/+4
2007-02-20- handle command line options for video quirks (patch from hughsie and pjones)Peter Jones1-0/+7
2007-02-20- add changelog for pm/functions changePeter Jones1-0/+5
2007-01-30- add pm hook to save and restore alsa settingsPeter Jones1-0/+3
- add 60sysfont and 65alsa to Makefile.am
2007-01-30- add a hook that sets they sysfont on resume/thawPeter Jones1-0/+3
2007-01-30- add rhbz infoPeter Jones1-1/+1
2007-01-30- remove mDNSResponder stuff from the networkmanager hook.Peter Jones1-1/+5
2007-01-30- fix permission checking (patch from Phil Knirsch, rhbz #222819)Peter Jones1-0/+5
2007-01-29- add changelog entry for pm-reset-swapPeter Jones1-0/+6
2007-01-02- Set scheduler policy for different power statesPeter Jones1-0/+7
2006-12-05- Fix on_ac_power not to use batteries as an indicatorPeter Jones1-0/+6
2006-11-30- log when hooks finishPeter Jones1-0/+6
- don't discard service start+stop messages
2006-11-29add changelog for source_configs rewritePeter Jones1-0/+5
2006-11-28- enable 94cpufreq hook for all casesPeter Jones1-0/+5
2006-11-14- log kernel stats if PM_LOGFILE is setPeter Jones1-0/+4
2006-11-14- Fix logging of hook names (patch from Holger Macht).Peter Jones1-2/+3
2006-11-14- sort initializations of the globalsPeter Jones1-0/+5
- add some comments about them.
2006-10-31- add some missing changelog entriesPeter Jones1-0/+36
2006-09-28- ignore emacs backup files in config dirsPeter Jones1-0/+6
2006-06-14- don't show an error message on platforms without /dev/pmu, just exit 1Peter Jones1-0/+6
2006-06-14- add changelog entries for the stuff I committed this morningPeter Jones1-0/+11
2006-06-13- add hook to make sure cpufreq is set to userspace control during hibernate,Peter Jones1-0/+8
or else we get nasty deadlock issues. (this can be reverted/disabled when the kernel gets fixed)
2006-06-12- don't allow non-root to run thingsPeter Jones1-0/+5
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+5
* src/Makefile.am: symlink pm-suspend and pm-hibernate to pm-action
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+10
* configure.in: * pm/Makefile.am: Create /etc/pm/config.d on package install as this is an empty directory for custom configs. * src/Makefile.am: Build the src, and install the scripts. TODO: symlink the pm-* scripts.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+18
* INSTALL: Add this GNU required file. * man/on_ac_power.1: * man/pm-pmu.1: Newest files (from the SGML files) * .cvsignore: * man/.cvsignore: * pm/.cvsignore: * pm/Makefile.am: * pm/hooks/.cvsignore: * pm/power.d/.cvsignore: * src/.cvsignore: Add these files to keep cvs happy.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+9
* Makefile: Remove old build system, as Makefile is now autogenerated. * Makefile.am: * configure.in: Add in master build files for the autotooled build system.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+5
* man/Makefile.am: Connect up the sgml->.1 conversion to the autotools build system.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+11
* MAINTAINERS: Add pjones as maintainer. * autogen.sh: * pm/Makefile.am: * pm/hooks/Makefile.am: * pm/power.d/Makefile.am: Start to add autotools build system.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+6
* man/on_ac_power.sgml: * man/pm-pmu.sgml: Don't use hardcoded .1 files, instead generate them using sgml files.
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+4
* NEWS: Add this file for release news. Required for autofoo.
2006-05-172006-05-17 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+13
* .cvsignore: Add this file to keep CVS happy. * pm/power.d/laptop-tools: * Makefile.am: Add this folder and file to make the low power actions easy to add. * pm-powersave: Do not just do hardcoded actions, instead run the scripts in /etc/pm/power.d/ with true and false arguments.
2006-05-02- add a hack to compensate for broken system headers.Peter Jones1-0/+4
2006-05-02- add pm-pmu, at least for nowPeter Jones1-0/+6
2006-05-02- add copyright and license noticesPeter Jones1-0/+4
2006-05-01- handle an empty config.d correctly.Peter Jones1-0/+1
2006-05-01- add "make test-archive"Peter Jones1-0/+4
2006-05-01- changelog for on_ac_power removal change.Peter Jones1-0/+4
2006-04-28- change on_ac_power to be a shell scriptPeter Jones1-0/+6
2006-04-28- revert bogus change WRT led behaviorPeter Jones1-0/+6
2006-04-282006-04-28 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+8
* pm/functions-ati: * pm/functions-intel: * pm/functions-nvidia: Remove these files as we've now agreed that this belongs in HAL, and a HAL patch is close to being accepted.
2006-04-282006-04-28 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+8
* pm/hooks/05led: Remove this file as we want the led to turn on at the *end* of the hooks stuff. We shouldn't have this and 95led. * pm/hooks/95led: rename to 95ibm_led as this is ibm specific. Make sure the led blinks at suspend, and turns off when we resume.
2006-04-27- update changelogPeter Jones1-0/+7
2006-04-27- changelogs!Peter Jones1-0/+18
2006-04-272006-04-27 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+14
* pm/functions: Remove the video handling logic, as it is moving to HAL. * pm/functions-ati: * pm/functions-intel: * pm/functions-nvidia: Add a comment saying that the files are unused. When HAL video stuff is completed, they can be removed. * pm/hooks/20video: Switch to using the HAL methods as discussed.
2006-04-262006-04-26 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+5
* Add README * Add AUTHORS