-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
39 lines (25 loc) · 1.12 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2015-05-20 Pierre Wieser <[email protected]>
Lot of changes to make NACT compile with Gtk3, removing deprecated
items:
* NactApplication now directly derives from GtkApplication.
* NactMainWindow now directly derives from GtkApplicationWindow.
* NactStatusbar is now a class.
* NactSortButtons is now a class.
* NactMenubar class is replaced with NactMenu helper functions.
* NactTreeView now derives from GtkBin.
* Most of signals are moved from NactMainWindow to NactTreeView.
2015-02-25 Pierre Wieser <[email protected]>
* maintainer/run-autogen.sh: defaults to enable nautilus.
* m4/na-check-module.m4: remove Gtk2 vs. Gtk3 checks.
* m4/na-check-for-gconf.m4: GConf defaults to be disabled.
* m4/na-check-for-gdbus.m4,
* m4/na-check-for-gtk.m4: removed files.
* m4/na-file-manager.m4: new file.
* src/plugin-tracker/Makefile.am,
* src/utils/Makefile.am: updated accordingly.
2015-02-24 Pierre Wieser <[email protected]>
Start with File-Manager Actions.
* configure.ac:
- bump next release version.
* ChangeLog-2014: copied from ChangeLog, which is reset.
* INSTALL: update from autoconf tools.