diff options
author | raveit65 <[email protected]> | 2018-12-16 15:44:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-16 18:32:41 +0100 |
commit | 2de60d5666a60a63f5d2c61b94cc49de78047c6a (patch) | |
tree | a1dfe86d40761abe131787e8b5e723412f79f01b | |
parent | 3e05a6ff73676960c90e8a85eac204c816b3ce29 (diff) | |
download | mate-applets-2de60d5666a60a63f5d2c61b94cc49de78047c6a.tar.bz2 mate-applets-2de60d5666a60a63f5d2c61b94cc49de78047c6a.tar.xz |
release 1.20.3v1.20.3
-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) |