~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: mvo
  • Date: 2005-01-15 00:23:58 UTC
  • Revision ID: gustavo@niemeyer.net-20050115002358-469848491f936cd5
* big rename: upgrade-notifier -> update-notifier

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-01-11  Scott James Remnant  <scott@netsplit.com>
2
 
 
3
 
        * src/reboot.c: New file containing code to deal with reboot
4
 
        notifications.
5
 
        * src/reboot.h: Header for new code.
6
 
        * src/Makefile.am (update_notifier_SOURCES): Add new source files
7
 
        to the binary.
8
 
        
9
 
        * src/update-notifier.c (tray_icons_init): Initialise the reboot
10
 
        tray icon as well.
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
16
 
        use to do this.
17
 
 
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
21
 
        still use the hooks.
22
 
        * data/reboot-hook.in: Removed.
23
 
        * data/Makefile.am (templates_DATA): Drop this now there's no hook.
24
 
 
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
29
 
        pixmaps directory.
30
 
 
31
 
2005-03-03  Dan Damian  <dand@gnome.ro>
32
 
 
33
 
       * po/ro.po:
34
 
       * configure.in: Added Romanian translation.
35
 
 
36
 
2005-03-02  Martin Willemoes Hansen  <mwh@sysrq.dk>
37
 
 
38
 
        * da.po: Updated Danish translation.
39
 
 
40
 
2005-01-25  Martin Willemoes Hansen  <mwh@sysrq.dk>
41
 
        * da.po: Added Danish translation.
42
 
        
43
1
2005-01-06  Michael Vogt <mvo@debian.org>
44
2
        * lot's of internal changes
45
3
        * renamed to udpate-notifier