1
2006-01-11 Scott James Remnant <scott@netsplit.com>
3
* src/reboot.c: New file containing code to deal with reboot
5
* src/reboot.h: Header for new code.
6
* src/Makefile.am (update_notifier_SOURCES): Add new source files
9
* src/update-notifier.c (tray_icons_init): Initialise the reboot
11
(fam_init): Initialise watch for the reboot-required file.
12
(fam_check): If the reboot-required file gets touched or remove,
13
run the reboot_check function.
14
* src/update-notifier.h (struct _UpgradeNotifier): Add pointer to
15
reboot tray applet and request context for watching the file we'll
18
* data/notify-reboot-required: instead of copying a hook into the
19
directory, touch /var/run/reboot-required which is sufficient for
20
that message. Obviously anything wanting to give more detail can
22
* data/reboot-hook.in: Removed.
23
* data/Makefile.am (templates_DATA): Drop this now there's no hook.
25
* pixmaps/reboot.png: Copied pixmap from the Ubuntu logout dialog.
26
* pixmaps/reboot-icon.png: Taken from Tango theme and colours
27
modified to be a bie like the logout one.
28
* pixmaps/Makefile.am (appicon_DATA): added both new graphcis to
31
2005-03-03 Dan Damian <dand@gnome.ro>
34
* configure.in: Added Romanian translation.
36
2005-03-02 Martin Willemoes Hansen <mwh@sysrq.dk>
38
* da.po: Updated Danish translation.
40
2005-01-25 Martin Willemoes Hansen <mwh@sysrq.dk>
41
* da.po: Added Danish translation.
43
2005-01-06 Michael Vogt <mvo@debian.org>
44
* lot's of internal changes
45
* renamed to udpate-notifier
47
2004-10-24 Michiel Sikkes <michiel@eyesopened.nl>
49
* configure.in: Added with-package-manager configure var.
50
* src/upgrade-notifier.c:
51
- Added die signal to the gnome client.
52
- Added invokation of the package manager.
54
2004-10-22 Michiel Sikkes <michiel@eyesopened.nl>
56
* Makefile.am: Removed autogen.sh from extra_dist.
57
* configure.in: Replaced configure.in with src/upgrade-notifier.c in
60
2004-10-22 Michiel Sikkes <michiel@eyesopened.nl>
62
* src/Makefile.am: Added upgrade-notifier.[ch]
63
* src/upgrade-dialog.glade: Moved to ui/
64
* src/upgrade-notifier.c: Added. Was: tray.c
66
2004-10-22 Michiel Sikkes <michiel@eyesopened.nl>
68
* AUTHORS: Added myself
69
* autogen.sh: Stripped down, using gnome-autogen.sh now.
70
* configure.in: Added checks for the package manager and
75
* pixmaps/Makefile.in:
80
* po/upgrade-notifier.pot:
82
* src/Makefile.in: Removed all these files. They don't belong in the