docs/reference/Makefile.am: fix version.dir.xml generation
[nautilus-actions.git] / ChangeLog-2014
blobce70f61260c5f857db3717243f620cc05448c982
1 2014-08-07 Pierre Wieser <pwieser@trychlos.org>
3         * maintainer/release-tarball.sh:
4         - Fix new destination directory on stormy tarballs repository
5         - Move from tools/ subdirectory. 
6         * configure.ac: Post-release version bump.
7         
8 2014-07-27 Pierre Wieser <pwieser@trychlos.org>
10         * data/gconf-schemas/nautilus-actions-prefs.schemas.in:
11         * docs/des-ema/des-ema-0.12:
12         * docs/des-ema/des-ema-0.13:
13         * docs/des-ema/des-ema-0.14:
14         * docs/des-ema/des-ema-0.15:
15         * docs/reference/na-compiling.xml:
16         * src/core/na-importer-ask.c:
17         * src/nact/nact-preferences.ui:
18         * src/plugin-menu/nautilus-actions.c:
19         * src/utils/nautilus-actions-print.c: Fix various typos and grammar 
20         issues (Fix #727525 reported by Anders Jonsson).
22 2014-07-17 Pierre Wieser <pwieser@trychlos.org>
24         * src/core/na-settings.c: Be more compliant with XDG specifications
25         (Fix #730994 reported by Mauricio C Antunes, and with his advices).
26         
27         * src/core/na-object-profile-factory.c:
28         * src/utils/nautilus-actions-new.c: Add an option for actions 
29         working directories 
30         (Fix #730382 - patch provided by Mauricio C Antunes). 
32 2014-01-30 Pierre Wieser <pwieser@trychlos.org>
34         * m4/na-check-for-gdbus.m4: Improve GDBus selection messages m4 macro.
36         * m4/na-check-for-gtk.m4:
37         * m4/na-check-module.m4: Review m4 macro behavior, not exiting in
38         case of an error, but letting all tests go up to the end.
40         * m4/na-check-for-gconf.m4: Review m4 GConf check macro behavior.
42         * m4/na-maintainer-mode.m4: Renamed to m4/na-maintainer.m4.
43         * m4/na-maintainer.m4: Macros are renamed as NA_MAINTAINER_xxxx.
45         * m4/na-compiler-flags.m4: Renamed to m4/na-compiler.m4.
46         * m4/na-compiler.m4: Macros are renamed as NA_COMPILER_xxxx.
48         * maintainer/README:
49         * maintainer/Makefile.am:
50         * maintainer/.gitignore: New files.
52         * run-autogen.sh:
53         * run-distcheck.sh:
54         * tools/check-po.sh:
55         * tools/check-headers.sh: Move to maintainer/.
57         * configure.ac:
58         * Makefile.am: Updated accordingly.
60 2014-01-27 Pierre Wieser <pwieser@trychlos.org>
62         * docs/nact/C/articleinfo.xml:
63         * All source files: Bump copyright year.
65 2013-09-26 Pierre Wieser <pwieser@trychlos.org>
67         * Makefile.am: Add ChangeLog-2012 to the distribution.
69         * configure.ac: Post release version bump.
71 2013-09-24 Pierre Wieser <pwieser@trychlos.org>
73         * NEWS: Updating NEWS before releasing.
75         * docs/nact/Makefile.am: Fix the DOC_FIGURES variable,
76         prefixing all images with 'figures/' directory name.
78 2013-09-14 Pierre Wieser <pwieser@trychlos.org>
80         * src/core/na-settings.h: Fix configuration filename in the class
81         description.
83         * src/core/na-gtk-utils.c (na_gtk_utils_restore_window_position):
84         Provides a default size and position for main window.
86 2013-09-13 Pierre Wieser <pwieser@trychlos.org>
88         * docs/nact/Makefile.am: Fix the DOC_LINGUAS variable.
90 2013-09-11 Pierre Wieser <pwieser@trychlos.org>
92         * src/core/na-gtk-utils.c (na_gtk_utils_restore_window_position):
93         Bad hack to try immediately target ideal size and position the first time
94         we open the main window.
96         Only allow the 'About Nautilus-Actions...' item inside of the
97         Nautilus-Actions root menu.
99         * src/nact/nact-preferences-editor.c (about_item_set_sensitive): New function.
101         * src/plugin-menu/nautilus-actions.c (build_nautilus_menu):
102         Only insert the 'About...' item inside of the root Nautilus-Actions menu.
104         * src/plugin-menu/nautilus-actions.c (build_nautilus_menu_rec):
105         Improve debug message.
107         * src/plugin-menu/nautilus-actions.c (build_nautilus_menu):
108         Do not try to create a root Nautilus-Actions menu if it will be empty.
110         * src/core/na-io-provider.c (na_io_provider_get_io_providers_list):
111         - Fix so that the first listed I/O provider has most probability to be
112         writable.
113         - Do not reread preferences for write order.
115 2013-09-10 Pierre Wieser <pwieser@trychlos.org>
117         * src/nact/nact-main-toolbar.c:
118         * src/nact/nautilus-actions-config-tool.ui:
119         Reintroduce fixed toolbars starting with Gtk 3.4.
121         * src/plugin-menu/nautilus-actions.c (build_nautilus_menu_rec):
122         Iterates through subitems of the source menu as they have not been
123         duplucated yet (reported by Christopher Compagnon).
125 2013-09-07 Pierre Wieser <pwieser@trychlos.org>
127         * src/nact/nact-main-toolbar.c (nact_main_toolbar_activate):
128         Obsoletes GtkHandleBox starting with Gtk 3.4 - No replacement.
130         * src/nact/base-gtk-utils.c (base_gtk_utils_table_to_grid):
131         Obsoletes GtkTable starting with Gtk 3.4.
133         * src/nact/egg-sm-client-xsmp.c: Obsoletes gdk_threads_enter(), 
134         gdk_threads_leave() starting with gdk 3.6.
136         * src/nact/base-gtk-utils.c: Remove useless blank lines.
138         * src/nact/base-application.c (g_type_init):
139         * src/test/test-iface.c (g_type_init):
140         * src/test/test-iface2.c (g_type_init):
141         * src/test/test-module.c (g_type_init):
142         * src/test/test-parse-uris.c (g_type_init):
143         * src/test/test-reader.c (g_type_init):
144         * src/test/test-virtuals-without-test.c (g_type_init):
145         * src/test/test-virtuals.c (g_type_init):
146         * src/utils/na-delete-xmltree.c (g_type_init):
147         * src/utils/na-print-schemas.c (g_type_init):
148         * src/utils/na-set-conf.c (g_type_init):
149         * src/utils/nautilus-actions-new.c (g_type_init):
150         * src/utils/nautilus-actions-print.c (g_type_init):
151         * src/utils/nautilus-actions-run.c (g_type_init):
152         Obsoletes g_type_init() starting with glib 2.36.
154 2013-02-22 Pierre Wieser <pwieser@trychlos.org>
156         * Allmost all files: Bump copyright year.
158         * ChangeLog-2012: New file.