aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog800
-rw-r--r--INSTALL236
-rw-r--r--NEWS0
-rw-r--r--configure.ac2
4 files changed, 1 insertions, 1037 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 853e623..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,800 +0,0 @@
-2009-05-07 Ross Burton <ross@linux.intel.com>
-
- * applets/brightness/brightness.c:
- Don't ignore fscanf return value.
- (thanks Jackson Yee <jackson.yee@gmail.com>)
-
-2009-05-07 Ross Burton <ross@linux.intel.com>
-
- * matchbox-panel/mb-panel-scaling-image.c:
- Fix bad format string
- (thanks Jackson Yee <jackson.yee@gmail.com>)
-
-2008-11-14 Ross Burton <ross@linux.intel.com>
-
- * configure.ac:
- Version 2.0!
-
-2008-11-14 Ross Burton <ross@linux.intel.com>
-
- * applets/brightness/data/Makefile.am:
- Dist the images.
-
-2008-11-14 Ross Burton <ross@linux.intel.com>
-
- * configure.ac:
- Remove ALL_LINGUAS
-
- * po/LINGUAS:
- Add.
-
- This makes the dist work.
-
-2008-10-28 Rob Bradford <rob@linux.intel.com>
-
- * configure.ac:
- If no --with-battery supplied then default to no battery rather than
- using APM. This fixes builds on platforms not supporting APM.
-
-2008-09-30 Ross Burton <ross@linux.intel.com>
-
- * matchbox-panel/mb-panel.c:
- Very basic implementation of _NET_WM_STRUTS, so that window
- managers know where the panels are.
-
-2008-09-30 Samuel Ortiz <sameo@linux.intel.com>
-
- * configure.ac
- * applets/Makefile.am
- * applets/battery/battery.h
- * applets/battery/battery-acpi.c
- * applets/battery/battery-apm.c
- * applets/battery/Makefile.am
- * applets/battery/battery.c
- Switch between ACPI and APM at configuration time. Default is APM.
-
-2008-09-25 Ross Burton <ross@linux.intel.com>
-
- * matchbox-panel/mb-panel.c:
- By default make the panel fill the width of the screen.
-
-2008-06-20 Ross Burton <ross@openedhand.com>
-
- * matchbox-panel/mb-panel.c:
- Don't stat the plugin before opening it, as open will stat it
- again. Also lazy-load symbols for performance.
-
-2008-06-19 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- * applets/showdesktop/showdesktop.c:
- Use panel- prefixed icon names.
-
-2008-03-04 Marcin Juszkiewicz <hrw@openedhand.com>
-
- * applets/battery/battery.c:
- Re-order includes to get it built with 2.6.24 linux-libc-headers.
-
-2008-02-21 Ross Burton <ross@openedhand.com>
-
- * matchbox-panel/mb-panel-scaling-image.c:
- Attempt to lookup an icon called panel-[name] before [name], so it
- can be themed.
-
-2008-02-20 Ross Burton <ross@openedhand.com>
-
- * applets/notify/mb-notification.c:
- Draw a shadow around the notification.
-
-2008-02-19 Ross Burton <ross@openedhand.com>
-
- * applets/startup-notify/startup.c:
- Use an icon name which actually exists, and extend the default
- timeout.
-
-2008-02-18 Ross Burton <ross@openedhand.com>
-
- * applets/startup-notify/startup.c:
- Set the notification icon to the generic application icon for now.
-
-2008-02-18 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Don't check for libnotify.
-
- * applets/Makefile.am:
- Build startup-notify if we have DBus.
-
- * applets/startup-notify:
- Don't use libnotify as it doesn't conform to the specification and
- makes blocking DBus calls. Instead, call it directly.
-
-2008-02-18 Ross Burton <ross@openedhand.com>
-
- * applets/clock/clock.c:
- Don't set a colour in the code, let the theme style it.
-
-2008-02-14 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Remove applets/battery/data/, argh.
-
-2008-02-14 Ross Burton <ross@openedhand.com>
-
- * applets/battery/data/:
- * applets/battery/battery.c:
- Don't use private icons, use the icon theme.
-
-2008-02-13 Ross Burton <ross@openedhand.com>
-
- * applets/showdesktop/Makefile.am:
- * applets/windowselector/Makefile.am:
- Don't try and install files I just deleted.
-
-2008-02-13 Ross Burton <ross@openedhand.com>
-
- * applets/showdesktop/showdesktop.c:
- Use "user-desktop" stock icon instead of custom icons.
-
- * applets/showdesktop/mb-applet-showdesktop-active.png:
- * applets/showdesktop/mb-applet-showdesktop.png:
- Delete.
-
-2008-02-13 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- Use icons from the icon theme.
-
- * applets/windowselector/mb-applet-windowselector.png:
- Delete.
-
-2008-02-12 Ross Burton <ross@openedhand.com>
-
- * matchbox-panel/mb-panel-scaling-image.c:
- Reload the icon on size allocation.
-
-2008-02-08 Ross Burton <ross@openedhand.com>
-
- * applets/notify/mb-notification.[ch]:
- Subclass event box and emit a signal when clicked.
-
- * applets/notify/notify-store.[ch]:
- Add a reason argument to the public close method.
-
- * applets/notify/applet.c:
- Tie all of that together, so clicking on notifications removes
- them.
-
-2008-02-07 Ross Burton <ross@openedhand.com>
-
- * applets/systray/Makefile.am:
- * applets/systray/systray.c:
- Don't bother using libnotify for the balloon messages, nothing
- uses them.
-
-2008-02-06 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Look for DBus
-
- * applets/Makefile:
- * applets/notify/*:
- Basic notification-daemon implementation as an applet. Needs
- work, but its usable.
-
-2008-02-04 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- * applets/Makefile.am:
- * applets/brightness/*:
- Add a brightness applet, thanks Manuel Teira.
-
-2008-02-01 Thomas Wood <thomas@openedhand.com>
-
- * applets/windowselector/mb-applet-windowselector.png:
- Updated icon
-
-2008-01-17 Ross Burton <ross@openedhand.com>
-
- * applets/systray/na-tray-manager.c:
- Add extra cast to silence compiler.
-
-2008-01-17 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- * applets/Makefile.am:
- * applets/startup-notify/Makefile.am:
- * applets/startup-notify/startup.c:
- Add new startup notification applet which uses libnotify instead
- of appearing in the panel.
-
-2007-12-13 Ross Burton <ross@openedhand.com>
-
- * applets/launcher/launcher.c:
- * applets/showdesktop/showdesktop.c:
- * applets/clock/clock.c:
- Clear freshly allocated structures just to be safe.
-
-2007-12-13 Ross Burton <ross@openedhand.com>
-
- * matchbox-panel/mb-panel.c:
- Fix stupid mistake in previous commit which removed an atom.
-
-2007-11-28 Ross Burton <ross@openedhand.com>
-
- * matchbox-panel/mb-panel.c:
- Intern the atoms in a single call instead of many calls.
-
-2007-11-28 Ross Burton <ross@openedhand.com>
-
- * matchbox-panel/mb-panel.c:
- Mark more strings for translation, include config.h, and fix
- indentation.
-
-2007-11-28 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Fix typo.
-
-2007-10-11 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Use AC_HELP_STRING, make the help output reflect reality, and fix
- building without libstartup-notification.
-
-2007-08-08 Rob Bradford <rob@openedhand.com>
-
- * applets/showdesktop/Makefile.am:
- * applets/startup/data/Makefile.am:
- * applets/windowselector/Makefile.am:
- Make sure various data files are included in the dist.
-
-2007-07-22 Rob Bradford <rob@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- (mb_panel_applet_create):
- Fix coding style.
-
-2007-07-13 Rob Bradford <rob@openedhand.com>
-
- * applets/windowselector/windowselector.c: (update_current_app):
- Remove the use of gtk_image_clear since that is only available in 2.8
- and later.
-
-2007-07-13 Rob Bradford <rob@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- (get_current_app_window), (update_current_app), (filter_func),
- (screen_changed_cb), (mb_panel_applet_create):
- Use the 'id' attribute for the windowselector to provide alternative
- display modes. Four modes are available:
- 'static-icon' which shows the same icon all the time,
- 'dynamic-icon' which acts like the GNOME window selector with the icon
- changing based on the current app,
- 'name' gives just the name for the current window like the window selector
- in Matchbox,
- 'icon-name' is the same but with the current app icon included as
- well.
-
-2007-07-12 Matthew Allum <mallum@openedhand.com>
-
- * applets/startup/data/hourglass-*.png
- Hopefully fix startup icons
-
-2007-07-11 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel.c: (load_applets):
-
- Padding to 4.
-
-2007-07-05 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel.c: (load_applets):
-
- Pack applets with a padding of 3 pixels.
-
-2007-07-05 Matthew Allum <mallum@openedhand.com>
-
- * matchbox-panel/mb-panel.c:
- Request not to receive key focus on panel window.
-
-2007-06-22 Matthew Allum <mallum@openedhand.com>
-
- * applets/startup/data/hourglass-*.png
- Update startup icons with Neils 'spinner' from fluttr.
-
-2007-06-21 Marcin Juszkiewicz <hrw@openedhand.com>
-
- * applets/battery/battery.c: (mb_panel_applet_create:
-
- Fixed APM checking - libapm has insane return codes.
-
-2007-06-21 Rob Bradford <rob@openedhand.com>
-
- * applets/systray/Makefile.am:
- * applets/systray/eggmarshalers.list:
- * applets/systray/eggtraymanager.c:
- * applets/systray/eggtraymanager.h:
- * applets/systray/na-marshal.list:
- * applets/systray/na-tray-manager.c: (na_tray_manager_init),
- (na_tray_manager_class_init), (na_tray_manager_finalize),
- (na_tray_manager_set_property), (na_tray_manager_get_property),
- (na_tray_manager_new), (na_tray_manager_plug_removed),
- (na_tray_manager_make_socket_transparent),
- (na_tray_manager_socket_exposed),
- (na_tray_manager_socket_style_set),
- (na_tray_manager_handle_dock_request), (pending_message_free),
- (na_tray_manager_handle_client_message_message_data),
- (na_tray_manager_handle_begin_message),
- (na_tray_manager_handle_cancel_message),
- (na_tray_manager_handle_client_message_opcode),
- (na_tray_manager_window_filter),
- (na_tray_manager_selection_clear_event),
- (na_tray_manager_unmanage),
- (na_tray_manager_set_orientation_property),
- (na_tray_manager_manage_screen_x11),
- (na_tray_manager_manage_screen),
- (na_tray_manager_check_running_screen_x11),
- (na_tray_manager_check_running), (na_tray_manager_get_child_title),
- (na_tray_manager_set_orientation),
- (na_tray_manager_get_orientation):
- * applets/systray/na-tray-manager.h:
- * applets/systray/systray.c: (force_icon_redraw), (style_set_cb),
- (tray_icon_added_cb), (message_sent_cb), (message_cancelled_cb),
- (screen_changed_cb), (mb_panel_applet_create):
- Remove the eggtraymanager code and replace with the na-tray-manager
- code from gnome-panel/applets/notification_area.
- Force a redraw of the embedded icons when the style is changed to
- ensure that they get updated.
-
-2007-06-17 Jorn Baayen <jorn@openedhand.com>
-
- * applets/Makefile.am:
- * configure.ac:
-
- Don't build startup applet if libsn is not available.
- Fixes #613.
-
-2007-06-14 Jorn Baayen <jorn@openedhand.com>
-
- * applets/startup/startup.c:
-
- Clean up indentation.
-
-2007-06-14 Jorn Baayen <jorn@openedhand.com>
-
- * applets/Makefile.am:
- * applets/startup/Makefile.am:
- * applets/startup/data/Makefile.am:
- * applets/startup/startup.c:
- * configure.ac:
-
- Added startup notification applet. Ported from mb-panel1 by
- Stefan Schmidt <stefan@datenfreihafen.org>.
-
-2007-06-12 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel-scaling-image.c:
- (mb_panel_scaling_image_init),
- (mb_panel_scaling_image_set_property),
- (mb_panel_scaling_image_get_property),
- (mb_panel_scaling_image_dispose),
- (mb_panel_scaling_image_finalize), (reload_icon),
- (icon_theme_changed_cb), (mb_panel_scaling_image_realize),
- (mb_panel_scaling_image_unrealize),
- (mb_panel_scaling_image_screen_changed),
- (mb_panel_scaling_image_class_init), (mb_panel_scaling_image_new),
- (mb_panel_scaling_image_set_icon),
- (mb_panel_scaling_image_get_icon):
- * matchbox-panel/mb-panel-scaling-image.h:
-
- Added 'caching' property for caching undisplayed pixbufs.
-
-2007-04-17 Jorn Baayen <jorn@openedhand.com>
-
- * applets/windowselector/windowselector.c: (screen_changed_cb):
-
- Commented vile code. :)
-
-2007-04-17 Jorn Baayen <jorn@openedhand.com>
-
- * applets/windowselector/windowselector.c: (rebuild_menu),
- (position_menu), (toggled_cb):
- Destroy menu on selection-done.
-
-2007-04-17 Jorn Baayen <jorn@openedhand.com>
-
- * applets/windowselector/windowselector.c: (rebuild_menu),
- (menu_hide_cb), (filter_func), (mb_panel_applet_create):
- Fix indent ..
-
-2007-04-15 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- Don't fetch window icons if they won't be displayed.
-
-2007-04-14 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- Set no relief.
-
-2007-04-14 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- Quick hack to replace the menu bar with a toggle button. This
- isn't finished and leaks, but it works around the weird theme bug.
-
-2007-04-13 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- Use the scaling image widget.
-
-2007-04-13 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/mb-applet-windowselector.png:
- Update with Sato icon.
-
-2007-04-13 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/windowselector.c:
- Disable the code that changes the icon to reflect the current window.
-
-2007-04-11 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel.c: (main):
- Name frame depending on orientation.
-
-2007-04-10 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel.c: (main):
- Replace alignment with frame for padding.
-
-2007-04-10 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel.c: (load_applet), (main):
- Fix indent.
-
-2007-04-10 Matthew Allum <mallum@openedhand.com>
-
- * applets/showdesktop/Makefile.am:
- Add desktop active image.
-
-2007-04-10 Matthew Allum <mallum@openedhand.com>
-
- * matchbox-panel/mb-panel.c:
- Add some default padding to panel edges.
-
-2007-04-09 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel-scaling-image.c:
- (mb_panel_scaling_image_init),
- (mb_panel_scaling_image_set_property),
- (mb_panel_scaling_image_get_property), (reload_icon),
- (mb_panel_scaling_image_class_init):
- * matchbox-panel/mb-panel-scaling-image.h:
- Add 'orientation' property.
- (Instead of determining orientation using black magic)
-
- * applets/battery/battery.c: (mb_panel_applet_create):
- * applets/launcher/launcher.c: (mb_panel_applet_create):
- Set orientation on icon.
-
- * applets/showdesktop/showdesktop.c: (show_desktop_applet_free),
- (sync), (screen_changed_cb), (button_clicked_cb),
- (mb_panel_applet_create):
- Change icon on state change instead of being a toggle button.
-
-2007-03-12 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Remove AM_MAINTAINER_MODE.
-
-2007-02-22 Ross Burton <ross@openedhand.com>
-
- * applets/windowselector/Makefile.am:
- * applets/windowselector/windowselector.c:
- * applets/windowselector/mb-applet-windowselector.png:
- Ship a window selector icon.
-
-2007-02-01 Matthew Allum <mallum@openedhand.com>
-
- * applets/clock/clock.c:
- Set clock text color to match icons
- Update battery and showdesktop icons
-
-2007-02-01 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Use gmodule-export, as we export symbols.
-
- * matchbox-panel/Makefile.am:
- Add --export-dynamic as a Poky bug means gmodule-export doesn't
- have it.
-
-2007-01-31 Ross Burton <ross@openedhand.com>
-
- * applets/showdesktop/showdesktop.c:
- * applets/showdesktop/mb-applet-showdesktop.png:
- * applets/showdesktop/Makefile.am:
- Ship the icon, as Poky currently doesn't have an icon theme.
-
-2007-01-24 Ross Burton <ross@openedhand.com>
-
- * configure.ac:
- Disable static libraries, they are useless here.
-
- * applets/*/Makefile.am:
- Disable library versioning.
-
-2007-01-24 Ross Burton <ross@openedhand.com>
-
- * matchbox-panel.pc.in:
- Add a variable for the applet library directory.
-
-2007-01-23 Matthew Allum <mallum@openedhand.com>
-
- * applets/showdesktop/showdesktop.c:
- Use a 'simpler' named icon and dont draw a frame around it.
-
- * matchbox-panel/mb-panel.c:
- Be a bit more informative when an applet cant be loaded.
- (via mickeyl)
-
-2006-12-22 Matthew Allum <mallum@openedhand.com>
-
- * matchbox-panel/mb-panel.c:
- Add support for being parented in titlebar.
-
-2006-08-24 Jorn Baayen <jorn@openedhand.com>
-
- * applets/windowselector/windowselector.c: (sync_icon):
-
- Use "panel-window-menu" icon when there is no active app window.
-
-2006-08-24 Jorn Baayen <jorn@openedhand.com>
-
- * applets/windowselector/windowselector.c: (sync_icon),
- (rebuild_menu):
-
- Use default icon if no icon is specified.
-
-2006-08-24 Jorn Baayen <jorn@openedhand.com>
-
- * applets/windowselector/windowselector.c: (window_get_icon),
- (rebuild_menu), (button_press_event_cb), (filter_func),
- (screen_changed_cb):
-
- Show active task icon.
-
-2006-08-24 Jorn Baayen <jorn@openedhand.com>
-
- * applets/showdesktop/showdesktop.c: (sync):
-
- Add nitems check.
-
- * applets/windowselector/windowselector.c: (get_utf8_property),
- (get_text_property), (window_get_icon),
- (window_menu_item_activate_cb), (rebuild_menu), (menu_hide_cb),
- (button_press_event_cb), (filter_func), (screen_changed_cb):
-
- Use window icons.
-
-2006-08-23 Jorn Baayen <jorn@openedhand.com>
-
- * applets/battery/battery.c: (timeout):
-
- memset0 apm_info. Thanks valgrind.
-
-2006-08-23 Jorn Baayen <jorn@openedhand.com>
-
- * applets/Makefile.am:
- * applets/windowselector/Makefile.am:
- * applets/windowselector/windowselector.c:
- * configure.ac:
-
- Added window selector applet. Still needs work to make icons
- show up.
-
- * applets/showdesktop/showdesktop.c: (show_desktop_applet_free),
- (sync), (filter_func), (screen_changed_cb):
-
- Perform initial sync.
-
-2006-08-23 Jorn Baayen <jorn@openedhand.com>
-
- * applets/showdesktop/showdesktop.c: (show_desktop_applet_free),
- (filter_func), (screen_changed_cb):
-
- Monitor root window correctly.
-
-2006-08-23 Jorn Baayen <jorn@openedhand.com>
-
- * applets/battery/Makefile.am:
- * applets/battery/data/Makefile.am:
- * applets/clock/Makefile.am:
- * applets/launcher/Makefile.am:
- * applets/showdesktop/Makefile.am:
- * applets/systray/Makefile.am:
- * matchbox-panel/Makefile.am:
-
- Makefile cleanups.
-
-2006-08-22 Jorn Baayen <jorn@openedhand.com>
-
- * applets/battery/battery.c: (timeout), (mb_panel_applet_create):
- * applets/clock/clock.c: (initial_timeout),
- (mb_panel_applet_create):
- * applets/launcher/launcher.c: (grab_notify_cb),
- (mb_panel_applet_create):
- * applets/showdesktop/showdesktop.c: (button_toggled_cb),
- (mb_panel_applet_create):
- * applets/systray/systray.c: (screen_changed_cb),
- (mb_panel_applet_create):
- * matchbox-panel/mb-panel-scaling-image.c: (reload_icon),
- (mb_panel_scaling_image_class_init),
- (mb_panel_scaling_image_set_icon):
- * matchbox-panel/mb-panel.c: (load_applet), (load_applets), (main):
- * matchbox-panel/mb-panel.h:
-
- Better size handling. No more manual sizing of applets needed.
-
-2006-08-22 Jorn Baayen <jorn@openedhand.com>
-
- * matchbox-panel/mb-panel-scaling-image.c: (find_icon),
- (reload_icon), (icon_theme_changed_cb),
- (mb_panel_scaling_image_screen_changed),
- (mb_panel_scaling_image_class_init), (mb_panel_scaling_image_new),
- (mb_panel_scaling_image_set_icon):
-
- Cleanup.
-
-2006-08-22 Jorn Baayen <jorn@openedhand.com>
-
- * applets/clock/clock.c:
- * applets/launcher/launcher.c: (mb_panel_applet_create):
- * applets/showdesktop/showdesktop.c: (mb_panel_applet_create):
- * matchbox-panel/Makefile.am:
- * matchbox-panel/mb-panel-scaling-image.c:
- * matchbox-panel/mb-panel-scaling-image.h:
- * matchbox-panel/mb-panel.h:
-
- Moved scaling icon theme icon logic into its own GtkImage subclass,
- and use this in the launcher and showdesktop applets.
-
- Don't look at MBPanelScalingImage yet or your eyes will burn!
- It still needs severe cleanup
-
-2006-08-22 Jorn Baayen <jorn@openedhand.com>
-
- * configure.ac:
- * applets/Makefile.am:
- * applets/showdesktop/Makefile.am:
- * applets/showdesktop/showdesktop.c:
-
- Added 'Show Desktop' button applet. Still needs to get an icon
- packed into it.
-
- * applets/clock/clock.c: (timeout), (mb_panel_applet_create):
-
- Put stuff into ClockApplet data structure.
-
- * applets/launcher/launcher.c: (button_release_event_cb),
- (mb_panel_applet_create):
- * applets/systray/systray.c:
-
- Use screen-changed signal correctly.
-
-2006-08-22 Jorn Baayen <jorn@openedhand.com>
-
- * applets/battery/Makefile.am:
- * applets/battery/battery.c: (timeout), (mb_panel_applet_create):
- * applets/battery/data/Makefile.am:
- * configure.ac:
-
- Use icons from gnome-power-manager for battery applet for now.
-
-2006-08-21 Jorn Baayen <jorn@openedhand.com>
-
- * applets/Makefile.am:
- * applets/battery/Makefile.am:
- * applets/battery/battery.c:
- * configure.ac:
-
- Add skels for a battery applet. Built only if libapm is available.
- Needs graphics.
-
- * applets/launcher/launcher.c: (launcher_data_free),
- (mb_panel_applet_create):
-
- Initialize icon_theme and icon_theme_changed_id to NULL and 0.
-
-2006-08-21 Jorn Baayen <jorn@openedhand.com>
-
- * applets/systray/Makefile.am:
- * applets/systray/systray.c: (tray_icon_added_cb),
- (message_sent_cb), (message_cancelled_cb), (screen_changed_cb),
- (mb_panel_applet_create):
- * configure.ac:
-
- Added optional support for tray icon messages using libnotify.
-
-2006-08-21 Jorn Baayen <jorn@openedhand.com>
-
- * applets/Makefile.am:
- * applets/clock.c:
- * applets/clock/Makefile.am:
- * applets/clock/clock.c:
- * applets/launcher.c:
- * applets/launcher/Makefile.am:
- * applets/launcher/launcher.c:
- * applets/systray/Makefile.am:
- * applets/systray/eggmarshalers.list:
- * applets/systray/eggtraymanager.c:
- * applets/systray/eggtraymanager.h:
- * applets/systray/systray.c:
- * configure.ac:
-
- Added system tray applet & moved applets into their own folders.
-
-2006-08-19 Jorn Baayen <jorn@openedhand.com>
-
- * applets/launcher.c:
-
- Rewrite icon lookup code.
-
-2006-08-19 Jorn Baayen <jorn@openedhand.com>
-
- * COPYING:
- * applets/clock.c:
- * applets/launcher.c:
- * matchbox-panel/mb-panel.c:
- * matchbox-panel/mb-panel.h:
-
- License as GPL.
-
-2006-08-19 Jorn Baayen <jorn@openedhand.com>
-
- * applets/launcher.c: (panel_find_icon), (icon_theme_changed_cb):
-
- Handle errors when loading icons.
-
-2006-08-18 Jorn Baayen <jorn@openedhand.com>
-
- * applets/launcher.c: (launcher_data_free), (exec_to_argv),
- (button_press_event_cb), (button_release_event_cb),
- (grab_notify_cb), (mb_panel_applet_create):
-
- Scale icons. Icon lookup code still needs a bit of a cleanup.
-
-2006-08-18 Jorn Baayen <jorn@openedhand.com>
-
- * applets/clock.c: (mb_panel_applet_create):
-
- Add a bit of padding around the clock.
-
-2006-08-18 Jorn Baayen <jorn@openedhand.com>
-
- * applets/clock.c: (mb_panel_applet_create):
- * applets/launcher.c: (mb_panel_applet_create):
- * matchbox-panel/mb-panel.c: (main):
-
- Name widgets, so that they can be themed.
-
-2006-08-18 Jorn Baayen <jorn@openedhand.com>
-
- * applets/launcher.c: (exec_to_argv), (button_press_event_cb),
- (button_release_event_cb), (grab_notify_cb),
- (mb_panel_applet_create):
-
- Use a GtkEventBox rather than a GtkButton.
-
-2006-08-18 Jorn Baayen <jorn@openedhand.com>
-
- * autogen.sh:
-
- Remove gtkdocize.
-
- * matchbox-panel/mb-panel.c: (main):
-
- --geometry overrides child size requests.
-
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 23e5f25..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,236 +0,0 @@
-Installation Instructions
-*************************
-
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
-Software Foundation, Inc.
-
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-
-Basic Installation
-==================
-
-These are generic installation instructions.
-
- The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation. It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions. Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
- It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring. (Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.)
-
- If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
-be considered for the next release. If you are using the cache, and at
-some point `config.cache' contains results you don't want to keep, you
-may remove or edit it.
-
- The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'. You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
-
-The simplest way to compile this package is:
-
- 1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system. If you're
- using `csh' on an old version of System V, you might need to type
- `sh ./configure' instead to prevent `csh' from trying to execute
- `configure' itself.
-
- Running `configure' takes awhile. While running, it prints some
- messages telling which features it is checking for.
-
- 2. Type `make' to compile the package.
-
- 3. Optionally, type `make check' to run any self-tests that come with
- the package.
-
- 4. Type `make install' to install the programs and any data files and
- documentation.
-
- 5. You can remove the program binaries and object files from the
- source code directory by typing `make clean'. To also remove the
- files that `configure' created (so you can compile the package for
- a different kind of computer), type `make distclean'. There is
- also a `make maintainer-clean' target, but that is intended mainly
- for the package's developers. If you use it, you may have to get
- all sorts of other programs in order to regenerate files that came
- with the distribution.
-
-Compilers and Options
-=====================
-
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about. Run `./configure --help' for
-details on some of the pertinent environment variables.
-
- You can give `configure' initial values for configuration parameters
-by setting variables in the command line or in the environment. Here
-is an example:
-
- ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
-
- *Note Defining Variables::, for more details.
-
-Compiling For Multiple Architectures
-====================================
-
-You can compile the package for more than one kind of computer at the
-same time, by placing the object files for each architecture in their
-own directory. To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'. `cd' to the
-directory where you want the object files and executables to go and run
-the `configure' script. `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
-
- If you have to use a `make' that does not support the `VPATH'
-variable, you have to compile the package for one architecture at a
-time in the source code directory. After you have installed the
-package for one architecture, use `make distclean' before reconfiguring
-for another architecture.
-
-Installation Names
-==================
-
-By default, `make install' installs the package's commands under
-`/usr/local/bin', include files under `/usr/local/include', etc. You
-can specify an installation prefix other than `/usr/local' by giving
-`configure' the option `--prefix=PREFIX'.
-
- You can specify separate installation prefixes for
-architecture-specific files and architecture-independent files. If you
-pass the option `--exec-prefix=PREFIX' to `configure', the package uses
-PREFIX as the prefix for installing programs and libraries.
-Documentation and other data files still use the regular prefix.
-
- In addition, if you use an unusual directory layout you can give
-options like `--bindir=DIR' to specify different values for particular
-kinds of files. Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
-
- If the package supports it, you can cause programs to be installed
-with an extra prefix or suffix on their names by giving `configure' the
-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
-
-Optional Features
-=================
-
-Some packages pay attention to `--enable-FEATURE' options to
-`configure', where FEATURE indicates an optional part of the package.
-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
-is something like `gnu-as' or `x' (for the X Window System). The
-`README' should mention any `--enable-' and `--with-' options that the
-package recognizes.
-
- For packages that use the X Window System, `configure' can usually
-find the X include and library files automatically, but if it doesn't,
-you can use the `configure' options `--x-includes=DIR' and
-`--x-libraries=DIR' to specify their locations.
-
-Specifying the System Type
-==========================
-
-There may be some features `configure' cannot figure out automatically,
-but needs to determine by the type of machine the package will run on.
-Usually, assuming the package is built to be run on the _same_
-architectures, `configure' can figure that out, but if it prints a
-message saying it cannot guess the machine type, give it the
-`--build=TYPE' option. TYPE can either be a short name for the system
-type, such as `sun4', or a canonical name which has the form:
-
- CPU-COMPANY-SYSTEM
-
-where SYSTEM can have one of these forms:
-
- OS KERNEL-OS
-
- See the file `config.sub' for the possible values of each field. If
-`config.sub' isn't included in this package, then this package doesn't
-need to know the machine type.
-
- If you are _building_ compiler tools for cross-compiling, you should
-use the option `--target=TYPE' to select the type of system they will
-produce code for.
-
- If you want to _use_ a cross compiler, that generates code for a
-platform different from the build platform, you should specify the
-"host" platform (i.e., that on which the generated programs will
-eventually be run) with `--host=TYPE'.
-
-Sharing Defaults
-================
-
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
-`configure' looks for `PREFIX/share/config.site' if it exists, then
-`PREFIX/etc/config.site' if it exists. Or, you can set the
-`CONFIG_SITE' environment variable to the location of the site script.
-A warning: not all `configure' scripts look for a site script.
-
-Defining Variables
-==================
-
-Variables not defined in a site shell script can be set in the
-environment passed to `configure'. However, some packages may run
-configure again during the build, and the customized values of these
-variables may be lost. In order to avoid this problem, you should set
-them in the `configure' command line, using `VAR=value'. For example:
-
- ./configure CC=/usr/local2/bin/gcc
-
-causes the specified `gcc' to be used as the C compiler (unless it is
-overridden in the site shell script). Here is a another example:
-
- /bin/bash ./configure CONFIG_SHELL=/bin/bash
-
-Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
-configuration-related scripts to be executed by `/bin/bash'.
-
-`configure' Invocation
-======================
-
-`configure' recognizes the following options to control how it operates.
-
-`--help'
-`-h'
- Print a summary of the options to `configure', and exit.
-
-`--version'
-`-V'
- Print the version of Autoconf used to generate the `configure'
- script, and exit.
-
-`--cache-file=FILE'
- Enable the cache: use and save the results of the tests in FILE,
- traditionally `config.cache'. FILE defaults to `/dev/null' to
- disable caching.
-
-`--config-cache'
-`-C'
- Alias for `--cache-file=config.cache'.
-
-`--quiet'
-`--silent'
-`-q'
- Do not print messages saying which checks are being made. To
- suppress all normal output, redirect it to `/dev/null' (any error
- messages will still be shown).
-
-`--srcdir=DIR'
- Look for the package's source code in directory DIR. Usually
- `configure' can determine that directory automatically.
-
-`configure' also accepts some other, not widely useful, options. Run
-`configure --help' for more details.
-
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
diff --git a/configure.ac b/configure.ac
index 2bf837e..1deb81b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
AC_INIT(matchbox-panel, 2.11, [yocto@yoctoproject.org])
-AM_INIT_AUTOMAKE([-Wno-portability])
+AM_INIT_AUTOMAKE([-Wno-portability foreign])
AC_CONFIG_SRCDIR(matchbox-panel/mb-panel.c)
AM_CONFIG_HEADER(config.h)