aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-12-03 16:43:01 +0100
committerRobert Tari <robert@tari.in>2020-12-03 16:43:01 +0100
commit295c154ba9a31fa0a37a9e8cf0e397004bc19f20 (patch)
tree63b300bd46a8d7185e453ef2ab8a97b7ace9c118 /NEWS
parent6e5bb51a4bbb5171fd7f29efb4797fb7662e11b4 (diff)
parentafdf46234563a32bbcc6f9c5166d13482e10b1c1 (diff)
downloadayatana-ido-295c154ba9a31fa0a37a9e8cf0e397004bc19f20.tar.gz
ayatana-ido-295c154ba9a31fa0a37a9e8cf0e397004bc19f20.tar.bz2
ayatana-ido-295c154ba9a31fa0a37a9e8cf0e397004bc19f20.zip
Merge branch 'sunweaver-pr/fix-make-distcheck'
Attributes GH PR #22: https://github.com/AyatanaIndicators/ayatana-ido/pull/22
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS66
1 files changed, 66 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..2c2a3ab
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,66 @@
+Overview of changes in ayatana-ido 0.8.2
+
+ - Add Travis support (CI builds).
+
+Overview of changes in ayatana-ido 0.8.1
+
+ - idoswitchmenuitem.c: Fix setting the initial state for the switch.
+ - idoswitchmenuitem.c: Pass the switch activation state in the action
+ signal.
+ - idobasicmenuitem.c: Add optional markup to the basic menu item.
+
+Overview of changes in ayatana-ido 0.8.0
+
+ - src/Makefile.am: Export ayatanamenuitemfactory.h as part of the
+ public API, needed by indicator-ng.c in libayatana-indicator.
+ - Replace x-canonical attributes solely used by Ayatana Indicators.
+ - Drop IDO Message Dialog.
+ - Centre playback menu item spinner/Pad application menu item label.
+ - Centre volume control/Stretch calendar horizontally.
+
+Overview of changes in ayatana-ido 0.5.0
+
+ - src/idomessagedialog.c: Mark G_GNUC_{BEGIN,END}_IGNORE_DEPRECATIONS
+ wrapping around gtk_dialog_get_action_area() with a FIXME.
+ - Updated colour getter for playback control.
+ - Some refactoring to avoid warnings.
+ - Remove ayatana-private.h.
+ - src/Makefile.am: Don't choke with FTBFS on every future deprecation
+ warning. Drop -Werror from CPPFLAGS.
+ - gtk_widget_get_state is deprecated.
+
+Overview of changes in ayatana-ido 0.4.90
+
+ - Port from Glib's g_object_newv to g_object_new_with_properties.
+ - Avoid deprecated g_type_class_add_private.
+
+Overview of changes in ayatana-ido 0.4.4
+
+ - libayatana-ido3.pc.in: Fix Name: field in .pc file.
+ - Revert "libayatana-ido3.pc.in: Unversion name of .pc pkg-config
+ file (plus fix Name: field in .pc file).
+
+Overview of changes in ayatana-ido 0.4.3
+
+ - libayatana-ido3.pc.in: Unversion name of .pc pkg-config file (plus
+ fix Name: field in .pc file).
+ - autogen.sh: Fix PKG_NAME (ido -> ayatana-ido).
+
+Overview of changes in ayatana-ido 0.4.2
+
+ - tests/Makefile.am: Fix static lib name (libido -> libayatana-ido).
+ - libayatana-ido3.pc.in: Fix pkg-config name (libido -> libayatana-ido).
+ - Makefile.am: Drop distcheck features.
+
+Overview of changes in ayatana-ido 0.4.1
+
+ - configure.ac: Let AC_CONFIG_SRCDIR point to src/libayatana-ido.h.
+ - src/libido.h: Drop empty file (artifact of fork).
+
+Overview of changes in ayatana-ido 0.4.1
+
+ - Build system: Drop remnants of GTK-2+ support.
+ - IdoCalendarMenuItem: disconnect from parent signals on item
+ destruction (LP: #1506427)
+ - build system: Switch to mate-common.
+ - Fork ayatana-ido from Ubuntu's ido shared library.