1 2015-05-20 Pierre Wieser <pwieser@trychlos.org>
3 Lot of changes to make NACT compile with Gtk3, removing deprecated
6 * NactApplication now directly derives from GtkApplication.
7 * NactMainWindow now directly derives from GtkApplicationWindow.
8 * NactStatusbar is now a class.
9 * NactSortButtons is now a class.
10 * NactMenubar class is replaced with NactMenu helper functions.
11 * NactTreeView now derives from GtkBin.
12 * Most of signals are moved from NactMainWindow to NactTreeView.
14 2015-02-25 Pierre Wieser <pwieser@trychlos.org>
16 * maintainer/run-autogen.sh: defaults to enable nautilus.
18 * m4/na-check-module.m4: remove Gtk2 vs. Gtk3 checks.
20 * m4/na-check-for-gconf.m4: GConf defaults to be disabled.
22 * m4/na-check-for-gdbus.m4,
23 * m4/na-check-for-gtk.m4: removed files.
25 * m4/na-file-manager.m4: new file.
27 * src/plugin-tracker/Makefile.am,
28 * src/utils/Makefile.am: updated accordingly.
30 2015-02-24 Pierre Wieser <pwieser@trychlos.org>
32 Start with File-Manager Actions.
35 - bump next release version.
37 * ChangeLog-2014: copied from ChangeLog, which is reset.
39 * INSTALL: update from autoconf tools.