gnome-control-center/typing-break/ChangeLog
Rodrigo Moya 83f0ec0aea Fixes #326141
2006-01-09  Rodrigo Moya <rodrigo@novell.com>

	Fixes #326141

	* drwright.c (popup_preferences_cb):
	* egg-spawn.[ch]:
	* Makefile.am: kill egg_spawn_* functions, use gdk_spawn_* instead.
2006-01-09 12:22:34 +00:00

162 lines
4.2 KiB
Text

2006-01-09 Rodrigo Moya <rodrigo@novell.com>
Fixes #326141
* drwright.c (popup_preferences_cb):
* egg-spawn.[ch]:
* Makefile.am: kill egg_spawn_* functions, use gdk_spawn_* instead.
2005-11-27 Richard Hult <richard@imendio.com>
* main.c: (main): Don't display a dialog when the monitor is
already running, that's an old remain from when drwright was a
standalone app. Fixes bug #307425.
* drw-break-window.c:
* drwright.c: (popup_break_cb): Use stock icon from GTK+ instead
of libgnomeui and use i18n includes from glib. Fixes bug #171664.
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* drw-selection.h: ANSIfy function declaration.
2005-10-07 Rodrigo Moya <rodrigo@novell.com>
Fixes #318231
* eggtrayicon.[ch]: updated to latest eggtrayicon code, to fix weird
spacing between icons.
2005-08-18 Rodrigo Moya <rodrigo@novell.com>
* drw-break-window.c (drw_break_window_dispose): fixed leaked timer.
2005-02-04 Richard Hult <richard@imendio.com>
* drwright.c: Revert the patch from below since it fixes #134595
but breaks other things. Keep the tooltip changes though.
* main.c (main): Update description on how to add notification
area for the new "add to panel" dialog. Patch from uid0@akl.lt,
fixes bug #166057.
2005-02-03 Richard Hult <richard@imendio.com>
* drwright.c (break_window_postpone_cb), (maybe_change_state),
(popup_break_cb): Go back to the timer value from before the break
if postponing a manual break. Fixes bug #134595, based on patch
from Vinay M R <vinay.mandyakoppal@wipro.com>. Modified to use the
right enum type and changed to update the tooltip immendiately
after a break.
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* drw-selection.c: (drw_selection_start): ANSIfication.
* drwright.c: NULL vs. 0
2004-10-14 Jody Goldberg <jody@gnome.org>
* Release 2.8.1
2004-10-14 Richard Hult <richard@imendio.com>
* drw-break-window.c (drw_break_window_init): Remove unecessary
frame, fixes a bug with the transparent background.
2004-07-28 Richard Hult <richard@imendio.com>
* drw-break-window.c: Patch from Markus Berg <mberg@hp.com> to fix
bug #123141.
* drwright.c: Remove some cruft. Shorten the warning period a bit.
2004-05-02 Richard Hult <richard@imendio.com>
* drw-monitor.c Raise the threshold for detecting activity, makes
totem not trigger typing breaks. Fixes bug #121876.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1
2004-04-01 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.3
2004-03-30 Jody Goldberg <jody@gnome.org>
* Release 2.6.0.1
2004-03-23 Jody Goldberg <jody@gnome.org>
* Release 2.6.0
2004-03-11 Jody Goldberg <jody@gnome.org>
* Release 2.5.4
2004-02-17 Richard Hult <richard@imendio.com>
* drw-break-window.c (drw_break_window_init): Don't make the
postpone button focused right away, makes the fix for #126179 a
lot better.
* drwright.c: Don't create break window if we already have one,
fixes bug #134455. Don't make about box modal, fixes bug #134594.
* main.c (main): Remove unused variable.
2004-02-13 Jody Goldberg <jody@gnome.org>
* Release 2.5.3
2004-02-01 Richard Hult <richard@imendio.com>
Fixes bug #126179:
* drw-break-window.c (drw_break_window_init): Add mnemonic to
postpone button.
* drwright.c (maybe_change_state): Grab keyboard so the mnemonic
actually works.
2004-01-14 Jody Goldberg <jody@gnome.org>
* Release 2.5.2
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1.1
2003-12-30 Jody Goldberg <jody@gnome.org>
* Release 2.5.1
2003-10-28 Jody Goldberg <jody@gnome.org>
* Release 2.5.0
2003-09-30 Danilo Šegan <dsegan@gmx.net>
* drwright.c (update_tooltip): Use ngettext for plural-forms,
fixes bug #117997.
2003-08-24 Richard Hult <richard@imendio.com>
* Makefile.am:
* drw-break-window.c:
* drwright.c: Multihead support, fixes bug #119827.
Thu Jul 31 17:41:45 2003 Jonathan Blandford <jrb@redhat.com>
* drwright.c (popup_preferences_cb): add properties dialog,
#118323
Thu Jul 31 14:56:41 2003 Jonathan Blandford <jrb@redhat.com>
* drwright.c (popup_quit_cb): remove bogus popup_quit code.
Thu Jul 31 14:56:13 2003 Jonathan Blandford <jrb@redhat.com>
* ChangeLog: Started a new ChangeLog for the typing break.