2005-08-20  Carlos Garcia Campos  <carlosgc@gnome.org>

	* src/cpufreq-selector/cpufreq-sysfs.c: Use g_file_get_contents so
	that we don't need fixed buffers anymore

2005-08-20  Ryan Lortie  <desrt@desrt.ca>

	* src/cpufreq-selector/cpufreq-sysfs.c (cpufreq_sysfs_get_setting,
		cpufreq_sysfs_get_governor, cpufreq_sysfs_get_govs,
		cpufreq_sysfs_get_freqs):
	* src/cpufreq-selector/cpufreq-procfs.c (cpufreq_procfs_setup):

	  Remove arbitrary limit of 4 governors in cpufreq_sysfs_get_govs.
	  Closes bug #313550.

	  Use sizeof with fgets instead of hard-coding buffer sizes.

	  Further future-proof the code by expanding all read buffers
	  to 1024 bytes.

2005-07-21  Ryan Lortie  <desrt@desrt.ca>

	* cpufreq-applet.schemas.in: gconf key description cleanup (bug #310484)

2005-07-20  Davyd Madeley  <davyd@madeley.id.au>

	* docs/*: Remove lots of unwanted files. XML files still need
	          converting to po files.

2005-07-19  Danilo Šegan  <danilo@gnome.org>
	
	* help/Makefile.am: Added.
	* help/cpufreq-applet.omf.in: Added.
	* help/C/Makefile.am: Removed.
	* help/C/cpufreq-applet.xml: Add <abstact role="description">.

2005-07-13  Benoît Dejean  <TazForEver@dlfp.org>

	* src/cpufreq-applet.c: (cpufreq_applet_about_cb):
	* src/cpufreq-applet.h:
	* src/cpufreq-monitor-cpuinfo.c: (cpufreq_monitor_cpuinfo_get):
	* src/cpufreq-monitor-cpuinfo.h:
	* src/cpufreq-monitor-procfs.c: (cpufreq_monitor_procfs_parse):
	* src/cpufreq-monitor-procfs.h:
	* src/cpufreq-monitor-sysfs.h:
	* src/cpufreq-monitor.h:
	* src/cpufreq-prefs.c: (cpufreq_prefs_cpu_combo_setup):
	* src/cpufreq-selector/cpufreq-procfs.h:
	* src/cpufreq-selector/cpufreq-sysfs.c:
	* src/cpufreq-selector/cpufreq-sysfs.h:
	* src/cpufreq-selector/cpufreq.h:
	* src/cpufreq-selector/main.c: (main):
	
	Fixed typo that breaks the build.
	G_GNUC_CONST'ified *_get_type();
	Marked const some strings.
	Fixed signedness warnings.
	Added missing #include.

2005-07-02  Johannes Berg <johannes@sipsolutions.net>

	* src/cpufreq-selector/cpufreq-sysfs.c: Use cpu_min/cpu_max as the
	only available frequencies if the scaling_available_frequencies file 
	is not found
	
2005-05-10  Davyd Madeley  <davyd@madeley.id.au>

	* GNOME_CPUFreqApplet.server.in.in: Remove panel:category OAF
	  attribute as it's not actually needed.

2005-04-05  Dennis Cranston <dennis_cranston@yahoo.com>

	* cpufreq-applet.c: (cpufreq_applet_display_error):  Make the error 
	dialogs non-blocking.  Includes minor HIG fixes.

2005-04-05  Carlos Garcia Campos <carlosgc@gnome.org>

	* cpufreq-preferences.glade: Fix HIG regressions of the previuos
	commit. Fixes #172667
	
2005-04-04  Carlos Garcia Campos <carlosgc@gnome.org>

	* cpufreq-applet.schemas.in: Add selector_mode key for configuring
	the frequency selector drop down menu

	* cpufreq-preferences.glade: Add frequency selector configuration

	* src/cpufreq-applet.[ch]:
	* src/cpufreq-monitor-protected.h:
	* src/cpufreq-monitor-sysfs.[ch]:
	* src/cpufreq-monitor.[ch]:
	* src/cpufreq-popup.c:
	* src/cpufreq-prefs.c: Add support to change the governor in the
	frequency selector drop down menu. Fixes #164581

2005-03-31  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-selector/main.c: Free GError var after use it.
	
2005-03-31  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-selector/main.c:
	* src/cpufreq-selector/Makefile.am: Use GOption instead of
	libpopt

	* src/cpufreq-selector/*.[ch]: Clean up tabs

2005-03-28  Carlos Garcia Campos <carlosgc@gnome.org>

	* help/C/cpufreq-applet.xml: Fixed a typo in my email.
	Feedback section points now to the GNOME Feedback Page instead of to
	my email.

	* src/cpufreq-applet.c: Added Davyd to documenters in about dialog
	
2005-03-16  Kjartan Maraas  <kmaraas@gnome.org>

	* src/cpufreq-applet.h:
	* src/cpufreq-popup.h:
	* src/cpufreq-prefs.h: Clean up includes.

2005-03-13  Davyd Madeley  <davyd@madeley.id.au>

	* help/C/figures/cpufreq-applet-selector.png: Updated image.

2005-03-07  Davyd Madeley  <davyd@madeley.id.au>

	* docs/C/Makefile.am: Add new figures, remove old ones.

2005-03-07  Davyd Madeley  <davyd@madeley.id.au>

	* docs/C/figures: Remove old figures, add new ones.

	* docs/C/cpufreq-applet.xml: Update for GNOME 2.10.

2005-02-27  Ryan Lortie  <desrt@desrt.ca>

	* src/cpufreq-applet.c: Don't leak style while handling the
	change_background signal.  Fix adapted from Vincent Untz's fixes
	to various panelapplets.

2005-02-24  Kjartan Maraas  <kmaraas@gnome.org>

	* src/cpufreq-applet.c: (cpufreq_applet_get_max_cpu): ANSIfication
	* src/cpufreq-monitor-procfs.c: (cpufreq_monitor_procfs_get_type):
	ANSIfication, return NULL, not FALSE from some functions.
	* src/cpufreq-monitor-sysfs.c: (cpufreq_monitor_sysfs_get_type),
	(cpufreq_monitor_sysfs_get_available_frequencies): Same as above
	and add some missing headers.
	* src/cpufreq-monitor.c: (cpufreq_monitor_get_type): Same
	* src/cpufreq-popup.c: (cpufreq_popup_selector_is_available): Same
	* src/cpufreq-selector/cpufreq-procfs.c: (cpufreq_procfs_get_type),
	(cpufreq_procfs_new): Same
	* src/cpufreq-selector/cpufreq-sysfs.c: (cpufreq_sysfs_get_type),
	(cpufreq_sysfs_new): Same
	* src/cpufreq-selector/cpufreq.c: (cpufreq_get_type): Same

2005-02-11  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/*.[ch]:
	* src/cpufreq-selector/*.[ch]: fixed copyright information. Fixes
	#166741

2005-01-20  Carlos Garcia Campos <carlosgc@gnome.org>

	* pixmaps/cpufreq-25.png:
	* pixmaps/cpufreq-50.png:
	* pixmaps/cpufreq-75.png:
	* pixmaps/cpufreq-100.png:
	* pixmaps/cpufreq-na.png: Use the new icons instead

2005-01-11  Davyd Madeley  <davyd@madeley.id.au>

	* src/cpufreq-applet.c: Make GtkAboutDialog appear in the centre of
	the screen.

2005-01-01  Davyd Madeley  <davyd@madeley.id.au>

	* src/cpufreq-monitor-cpuinfo.c:
	* src/cpufreq-monitor-procfs.c:
	* src/cpufreq-monitor-sysfs.c: Reorder headers to allow things to
	  compile.

2004-12-27  Carlos Garcia Campos <carlosgc@gnome.org>

	* cpufreq-monitor.c: emit the changed signal when the cpu attribute
	changes
	
2004-12-27  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/Makefile.am, src/cpufreq-selector/Makefile.am: compile with all
	warnings

	* src/cpufreq-applet.c, src/cpufreq-monitor-cpuinfo.c,
	src/cpufreq-monitor-factory.c, src/cpufreq-monitor-procfs.c,
	src/cpufreq-monitor.c: fix some compiling warnings
	
	* src/cpufreq-applet.c: remember preferences
	
2004-12-24  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c: use gchar * instead fo gchar as type for the
	cname parameter in BonoboUIVerb callbacks
	
2004-12-24  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-monitor-*.[ch]: files added

	* src/cpufreq.[ch]: files removed

	* src/*.[ch]: rewrite the whole applet with a new code design based on
	an object oriented model. Migrate from gnome_about o gtk_about. Some
	code cleanups.

2004-12-20  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq.c: check if /proc/cpufreq is parsed correctly. Fixes bug
	#161244

2004-11-25  Carlos Garcia Campos <carlosgc@gnome.org>

	* cpufreq/GNOME_CPUFreqApplet.server.in.in: Add bugzilla information

2004-11-20  Dennis Cranston <dennis_cranston@yahoo.com>

	*  src/cpufreq-applet.[ch]:  Use HIG compliant alert dialogs.
	Support primary and secondary message text. Cleanup alert
	dialog text.  Cleanup tooltip text.
	
	*  src/cpufreq-prefs.c:  Cleanup alert dialog text. 
	
2004-11-21  Dennis Cranston <dennis_cranston@yahoo.com>

	* GNOME_CPUFreqApplet.xml:  Remove '...' from Preferences and About
	menu items.

	* cpufreq-preferences.glade:  HIGify the preference dialog. Fix widget
	padding, use correct capitalization, and add mnemonics.

2004-11-13  Carlos Garcia Campos <carlosgc@gnome.org>

	*  src/cpufreq-applet.c, cpufreq-prefs.c: fix typo bug

2004-11-09  Davyd Madeley  <davyd@madeley.id.au>

	* src/cpufreq-applet.c: Support panel translucency.

2004-11-08  Carlos Garcia Campos <carlosgc@gnome.org>

	* Moved gnome-cpufreq-applet to gnome-applet CVS module

2004-11-01  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c, cpufreq-prefs.c: marked some strings as
	translatable

2004-11-01  Carlos Garcia Campos <carlosgc@gnome.org>

	* configure.in: added a summary report at the end of the configure
	script

2004-10-28  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Add «nb» to ALL_LINGUAS.

2004-10-28  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.[ch], src/cpufreq.c: run the applet in cpuinfo
	mode when /sys is not mounted and /proc/cpufreq exists, but contains
	only the header

2004-10-06  Carlos Garcia Campos <carlosgc@gnome.org>

	* Released 0.3.1

2004-10-05  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq.c, src/cpufreq-selector/cpufreq-sysfs.c: there could be
	duplicated entries in scaling_available_frequencies. Created the
	list without duplicated entries

2004-10-04  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-selector/cpufreq-sysfs.c: not always use
	scaling_cur_freq

2004-10-04  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-prefs.c: set the right option in preferences dialog when
	switching between modes
	
2004-10-04  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.[ch]: uses size_allocate instead of
	change_size and some improvements in applet resizing
	
2004-10-04  Carlos Garcia Campos <carlosgc@gnome.org>

	* README: filled

2004-10-03  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-selector/main.c: removed stupid debug function

2004-10-02  Carlos Garcia Campos <carlosgc@gnome.org>

	* Released 0.3

2004-10-02  Dominik Brodowski <linux@domninikbrodowski.de>

	* cpufreq-applet.[ch], cpufreq.c: allow for different, new governors.
	Proper support for ->setpolicy() style drivers still missing. Use
	scaling_cur_freq for determining current CPU frequency when it's
	necessary
	
2004-10-01  Carlos Garcia Campos <carlosgc@gnome.org>

	* help/C/gnome-cpufreq-applet.xml: added documentation for the
	frequency selector

	* help/C/figures/cpufreq-applet-selector.png: Frequency selector
	screenshot

2004-10-01  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-selector/Makefile.am: DESTDIR in front of bindir in
	install-exec-hook

2004-10-01  Carlos Garcia Campos <carlosgc@gnome.org>

	* configure.in, src/cpufreq-selector/*, src/Makefile.am: adeed 
	frequency selector command line tool

	* gnome-cpufreq-applet.spec.in: updated source and URL

	* src/Makefile.am, src/cpufreq-popup.[ch], src/cpufreq-applet.[ch]: 
	popup menu to select the frequency

	* src/cpufreq.[ch]: in procfs and userspace governor get the
	frequency from /proc/sys/cpu/*/speed. Added functions to get the
	avaible frequencies
	
2004-09-18  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-prefs.c: in a single cpu system not show the cpu number
	in te tooltip

2004-08-26  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-prefs.c: greyed out the toggle buttons in the
	preferences dialog when the applet is in only graphic mode (fixes bug
	reported by Alan Swanson)

2004-08-14  Hendrik Brandt <hebra@cvs.gnome.org>

	* configure.in: add "de" to ALL_LINGUAS
	* po/de.po: add German translation

2004-06-22  Carlos Garcia Campos <carlosgc@gnome.org>

	* Released 0.2.1

2004-07-17  Stephen J. Smith <sjs@khadrin.com>

	* src/Makefile.am, src/cpufreq-applet.c,
	src/GNOME_CPUFreqApplet.server.in.in: improved the installation in
	a non /usr prefix (like /usr/local)
	
2004-06-19  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c: A not initialized variable made the gnome
	panel unusable. 

2004-06-14  Carlos Garcia Campos <carlosgc@gnome.org>

	* Released 0.2

2004-06-14  Carlos Garcia Campos <carlosgc@gnome.org>

	* help/C/gnome-cpufreq-applet.xml: updated help

	* src/cpufreq-applet.c: used gdk_pixbuf_new_from_file_at_size instead
	of gdk_pixbuf_new_from_file
	
2004-05-13  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c, src/cpufreq-prefs.c, 
	src/cpufreq-preferences.glade: added a new combo box for display
	modes: Graphic, Text and Both. Now you can hide the icon if you
	want, setting it in text mode.

	* src/cpufreq-applet.c, src/cpufreq-prefs.c,
	src/cpufreq-preferences.glade: Ported to gtk+ 2.4

	* configure.in: we need gtk+ >= 2.4 and libpanel >= 2.5

2004-05-11  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c: improve the behaviour of the applet 
	when the panel is resized

	* src/cpufreq-applet.c: added support for panel backgrounds changes.
	Doesn't support pixmap panels yet

2004-05-10  Carlos Garcia Campos <carlosgc@gnome.org>

	* Released 0.1.3

2004-05-09  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c, src/cpufreq.c, src/cpufreq-prefs.c: fixed some
	memory leaks

2004-03-30  Edwin Olson <eolson@MIT.EDU>

	* src/cpufreq.c: more robust /proc/cpufreq parsing

2004-03-28  Carlos Garcia Campos <carlosgc@gnome.org>

	* Released 0.1.2

2004-03-28  Hans Ulrich Niedermann <hun@n-dimensional.de>

	* src/cpufreq-preferences.glade: Not "CPU usage", but "CPU frequency".
	Adapted the preferences dialog accordingly.

2004-03-27  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c: added "Graphic Arts" and documenters to credits

2004-03-27  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.[ch], src/cpufreq.c, src/cpufreq-prefs.c: added
	"show units" option in frequency mode (Suggested by Hans Ulrich
	Niedermann)

	* src/cpufreq-preferences.glade, cpufreq-applet.schemas.in: updated
	preferences ui and gconf schemas for the new "show frequency units" option
	
2004-03-05  Alain Perry <sensei@quarkup.org>

	* src/cpufreq-applet.c: checks if something went wrong when load
	preferences from gconf when a new applet is created in order to set
	the default setting.

2004-03-04  Carlos Garcia Campos <carlosgc@gnome.org>

	* configure.in: added "fr" to all linguas variable

2004-03-03  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.c: loads preferences from gconf when a new
	applet is created. Fixes bug reported by Thomas de Grenier de Latour.
	
2004-03-02  Carlos Garcia Campos <carlosgc@gnome.org>

	* Released 0.1.1

2004-02-28  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq-applet.[ch]: used GdkPixbufs in applet struct in order 
	to keep	the pixmaps in memory instead of disk to avoid disk accesses 
	in each	iteration.
	
2004-02-24  Carlos Garcia Campos <carlosgc@gnome.org>

	* src/cpufreq.c, src/cpufreq-applet.c: when there is no cpufreq
	support the applet will show the current cpu frequency.
	
2004-02-24  Christopher Parker <chris.parker@marinerhealthcare.com>

	* src/cpufreq.[ch]: added a function to get the current cpu frequency
	from /proc/cpuinfo
	
2004-02-24  Carlos Garcia Campos <carlosgc@gnome.org>

	* gnome-cpufreq-applet.spec.in: made some changes that 
	Sandino Flores Moreno <tigrux@ximian.com> suggested

2004-02-23  Carlos Garcia Campos <carlosgc@gnome.org>

	* configure.in: added "eu" to all linguas variable

2004-02-23  Paolo Gai <pj@sssup.it>

	* src/cpufreq-applet.c: added support for userspace
        governor 

2004-02-23  Ondrej Sury <ondrej@debian.org>

	* src/cpufreq-applet.h, src/cpufreq.c: added support for userspace
	governor

2004-02-23  Carlos Garcia Campos <carlosgc@gnome.org>

	* Initial release
	
