diff options
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 2 deletions
@@ -1,6 +1,29 @@ +### mate-applets 1.20.3 + + * Translations update + * Use make functions for HELP_LINGUAS + * Netspeed Manual: clean up + * Manual: Linux and UNIX systems -> Linux and other Unix-like systems + * Use orderedlist to describe the steps to add the applet to a panel + * Manual: Fix Add to Panel dialog title + * Eyes Applet: Fix window title and factory name + * Manual: OK -> Add (Add to Panel dialog) + * trashapplet manual: Open Trash guimenuitem + * Add/Update Catalan screenshots + * Fix name of Eyes applet + * Refer to the fstab(5) man page for more information... + * Remove unused png files + * Fix url of ulink to point to mate-user-guide + * Fix spelling and grammar mistakes + * legal.xml + * add applets help to transifex config + * Cpufreq: Force the frequency label to render if frequencies are not found right away + * Cpufreq: Refactor to remove more GTK2 leftovers + * Cpufreq: ensure frequency label always shows up if freq selected + ### mate-applets 1.20.2 - * sync with transifex + * Translations update * accessx: Convert icons from pixbuf to cairo surfaces * netspeed: Use theme icons instead of embedded * battstat: Load theme icons instead of pixmaps diff --git a/configure.ac b/configure.ac index ea390441..93f1e9ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.20.2) +AC_INIT(mate-applets, 1.20.3) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |