README: add deprecation notice
[nautilus-actions.git] / ChangeLog-2008
blob18cfb1c3f31fa96948869074ae2cd14682316314
1 2007-09-21 Olav Vitters <ovitters@src.gnome.org>
3         * MAINTAINERS: correct userid.
5 2007-09-05  Frederic Ruaudel <grumz@grumz.net>
6         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
7         Fix a crash when trying to import a config without "Main" profile
9         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
10         Fix problem with the profile parsing check.
12         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
13         Add an error message when trying to import a config file more
14         recent than the current version of n-a can deal with.
16 2007-09-02  Frederic Ruaudel <grumz@grumz.net>
17         * libnautilus-actions/nautilus-actions-config-gconf-reader.h:
18         * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
19         * libnautilus-actions/nautilus-actions-config-gconf-writer.c:
20         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
21         * libnautilus-actions/nautilus-actions-config-gconf.h:
22         * libnautilus-actions/nautilus-actions-config-gconf.c:
23         * libnautilus-actions/nautilus-actions-config.c: Fix and cleaned
24         the GConf and internal signal callbacks notification system.
26         * utils/nautilus-actions-check-actions-change.c:
27         * utils/Makefile.am: Add an utility tool to check the functionnality
28         and ease debug of the GConf Reader system used in the Nautilus 
29         extension.
31         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
32         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
33         * plugin/nautilus-actions.c: Fix the function to get hash keys
34         from profiles hash table.
36 2007-08-26  Frederic Ruaudel <grumz@grumz.net>
37         * nact/nact-import-export.c: Remove the import option for 
38         old xml config file format.
40         * nact/nautilus-actions-config.glade: Fix bug when clicking the About
41         button for the first time, both the about and the edit action dialog 
42         appears.
44         * nact/nautilus-actions-config.glade: Remove the import option for 
45         old xml config file format.
47         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
48         * nact/nautilus-actions-config.glade:
49         * nact/nact-editor.c:
50         * nact/nact.c: Fix grammar and syntax error in translatable string. 
51         Make GnomeVFS syntax homogeneous. Remove formating string in glade
52         from translation (space only strings). Add some i18n notes.
54 2007-05-30  Frederic Ruaudel <grumz@grumz.net>
55         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
56         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
57         * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
58         * libnautilus-actions/nautilus-actions-config-gconf.c:
59         * libnautilus-actions/nautilus-actions-config.c:
60         * libnautilus-actions/nautilus-actions-config-gconf-writer.c:
61         * libnautilus-actions/nautilus-actions-config.h:
62         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
63         * nact/nact-profile-editor.c:
64         * nact/nact-editor.c:
65         * nact/nact-editor.h:
66         * nact/nact.c: Change the way the profile names are managed to add
67         the existence of a description name for better readability in Nact.
68         It allows the use of UTF8 names in the profiles list.
70         * nact/nact-editor.c:
71         * nact/nact.c: Fix some missing/buggy resources freeing.
73         * libnautilus-actions/nautilus-actions-config-gconf-writer.c:
74         Fix action profile saving in GConf.
76         * nact/nautilus-actions-config.glade:
77         * nact/nact-editor.c: Replace the "duplicate" profile button by
78         a "copy" and a "paste" button, so it is now possible to copy a 
79         profile from one action to another.
81         * nact/nact-editor.c: Update the "save action" code
83 2007-05-25  Frederic Ruaudel <grumz@grumz.net>
84         * nact/nautilus-actions-config.glade:
85         * nact/nact-profile-editor.c: Fix the problem which make the legend 
86         dialog modal (Bug #337542) by changing the Legend button into a 
87         toggle button. The Legend dialog can't be closed directly.
89         * nact/nact-editor.c: Implement renaming of a profile
91         * libnautilus-actions/nautilus-actions-config.c:
92         * libnautilus-actions/nautilus-actions-config.h: Add func
93         to rename a profile.
95         * nact/nact-editor.c: implement deletion of a profile
97         * libnautilus-actions/nautilus-actions-config-gconf.c:
98         * libnautilus-actions/nautilus-actions-config.c:
99         * libnautilus-actions/nautilus-actions-config.h:
100         * nact/nact-editor.c: Change the definition of the function 
101         nautilus_actions_config_action_add_profile () to manage error
102         when the profile name already exists.
104         * nact/nact-profile-editor.c: Implement duplication of a profile
106 2007-05-24  Frederic Ruaudel <grumz@grumz.net>
107         * nact/nautilus-actions-config.glade: Update the callbacks of all
108         the profile editor dialog field.
110         * nact/nact-profile-editor.c:
111         * nact/nact-profile-editor.h:
112         * nact/nact-editor.c:
113         * nact/nact-utils.c:
114         * nact/nact-utils.h: Implement addition and edition of the profile
115         in Nact.
117         * libnautilus-actions/nautilus-actions-config.h:
118         * libnautilus-actions/nautilus-actions-config.c: Add functions to
119         manage profiles more easily.
121 2007-05-23  Frederic Ruaudel <grumz@grumz.net>
122         * nact/nact-editor.c: Move profile edition code to the new files
123         nact/nact-profile-editor.[ch].
125         * nact/nact-profile-editor.c:
126         * nact/nact-profile-editor.h: Create these new files to manage
127         profile edition code.
129         * nact/Makefile.am: Add nact/nact-profile-editor.[ch] to the list of 
130         file to compile for nact.
133 2007-05-22  Frederic Ruaudel <grumz@grumz.net>
134         * nact/nact-editor.h:
135         * nact/nact-editor.c: Try to set the legend dialog as non-modal (Bug 
136         #337542). Start to implement the profile management gui part.
137         Comment obsolete code to make Nact run for the tests.
139 2007-05-17  Frederic Ruaudel <grumz@grumz.net>
140         * nact/nautilus-actions-config.glade: Update callback func names of the
141         profiles edition button.
143         * libnautilus-actions/nautilus-actions-config.c: Fix a bug when trying
144         to add a new profile to an uninitialized actions'profiles hash.
146 2007-05-16  Frederic Ruaudel <grumz@grumz.net>
147         * nact/nautilus-actions-config.glade: Update About dialog info
148         and refactor the interface to take care of the future "profiles"
149         feature.
151         * nact/nact-utils.h:
152         * nact/nact.c: Add about dialog when compiling with GTK+ >= 2.6
154         * po/POTFILES.in: Remove obsolete convertion program code file
155         from pot files.
157         * libnautilus-actions/nautilus-actions-config.c: Change the get
158         profile function to get the default one when NULL is passed as 
159         parameter to profile_name.
161         * nact/nact-import-export.c: Remove import code to make Nact 
162         compile (due to XML format backward compatibility removal).
164         * nact/nact-editor.c:
165         * utils/nautilus-actions-new-config.c: Fix code to deal with the 
166         new profile support (only default profile supported)
168         * utils/Makefile.am:
169         * utils/nautilus-actions-convert.c: Remove this useless program
170         since backward compat with 0.x xml config file format is not supported 
171         anymore.
173 2007-05-15  Frederic Ruaudel <grumz@grumz.net>
174         * libnautilus-actions/nautilus-actions-config-schema-reader.c: Fix bad
175         plural forms by using ngettext to ease i18n (Bug #436375).
177 2007-04-24 Brian Pepple <bpepple@fedoraproject.org>
178         * icons/Makefile.am (update-icon-cache): fix gtk-update-icon-cache for
179         uninstall-hook (Bug #433078).
181 2007-04-10  Frederic Ruaudel <grumz@grumz.net>
182         * po/POTFILES.in: Remove old xml format parser file from pot
183         files (Bug #427301)
185 2007-04-04  Frederic Ruaudel <grumz@grumz.net>
186         * plugin/nautilus-actions-test.c:
187         * plugin/nautilus-actions-test.h:
188         * plugin/nautilus-actions.c: Implement the "profile" feature into
189         the nautilus extension part. For each action it checks for the
190         first profile which validate the conditions.
192 2007-04-03  Frederic Ruaudel <grumz@grumz.net>
193         * libnautilus-actions/nautilus-actions-config-xml.c:
194         * libnautilus-actions/nautilus-actions-config-xml.h:
195         * libnautilus-actions/Makefile.am: Remove old 0.x n-a XML file 
196         format support.
198         * libnautilus-actions/nautilus-actions-config-gconf.c:
199         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
200         * libnautilus-actions/nautilus-actions-config-gconf-writer.c:
201         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
202         * libnautilus-actions/nautilus-actions-config.c:
203         * libnautilus-actions/nautilus-actions-config.h: Fix compilation error
204         following the big "profile feature" rewrite in libnautilus-actions.
206         * libnautilus-actions/nautilus-actions-config-gconf-private.h: Remove
207         infos about a new schema key "profiles" which is not needed anymore.
209         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
210         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
211         * libnautilus-actions/nautilus-actions-config.c:
212         * libnautilus-actions/nautilus-actions-config.h: Continue to
213         implement the profile system in the action config, to be able to handle 
214         multiple conditions/parameters for the same item name (eg. Open in 
215         terminal, on files, on folders, on desktop).
217 2007-03-30  Frederic Ruaudel <grumz@grumz.net> - branch to 2.x
218         * configure.in: Starting V2.x developpement version. Stable version
219         is now in nautilus-actions-1.x-maintenance branch. Update the version 
220         numbers.
222         * libnautilus-actions/nautilus-actions-config.h:
223         * libnautilus-actions/nautilus-actions-config.c:
224         * libnautilus-actions/nautilus-actions-config-gconf.c:
225         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
226         * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
227         * libnautilus-actions/nautilus-actions-config-gconf-writer.c: Start to
228         implement the profile system in the action config, to be able to handle 
229         multiple conditions/parameters for the same item name (eg. Open in terminal,
230         on files, on folders, on desktop).
232 2007-03-02  Frederic Ruaudel <grumz@grumz.net> 
234         * configure.in: Fix Bug #413834 by applying patch submited
235         by christopher taylor <christophth@tiscali.it>. Now the new 32x32
236         pixmap compile correctly.
238 2006-11-24  Frederic Ruaudel <grumz@grumz.net>
240         * utils/Makefile.am: Fix Bug #378890 by applying patch submited
241         by Fryderyk Dziarmagowski <freetz@gmx.net>. Now it's possible
242         to compile n-a with --as-needed passed to LDFLAGS.
244 2006-11-13  Frederic Ruaudel <grumz@grumz.net>
246         * icons/16x16/nautilus-actions.svg:
247         * icons/22x22/nautilus-actions.svg:
248         * icons/scalable/nautilus-actions.svg: Icons relicencing
249         from CC-by-SA to GPL for compatibility with n-a license.
250         (thanks to Ulisse Perusin)
252         * icons/Makefile.am:
253         * icons/32x32/Makefile.am:
254         * icons/32x32/Makefile.in:
255         * icons/32x32/nautilus-actions.png:
256         * icons/32x32/nautilus-actions.svg: Adding 32x32 format
257         according to the new Tango and GIT standards (thanks to Ulisse
258         Perusin)
260 2006-09-12  Frederic Ruaudel <grumz@grumz.net>
262         * libnautilus-actions/nautilus-actions-config.c:
263         * libnautilus-actions/nautilus-actions-config.h:
264         * nact/nact-import-export.c: Fixed problem with subsequent schema 
265         importation which seems to fails with an "already existing config" 
266         error (Bug #354623)
268         * nact/nautilus-actions-config.glade: Fix problem with "duplicate"
269         button sensitiveness when running Nact without any action configured.
270         (Bug #355451 - apply patch from Deji Akingunola)
272 2006-07-18  Frederic Ruaudel <grumz@grumz.net> 1.4
274         * plugin/nautilus-actions-utils.c: Change the creation of the %M
275         parameter list by getting the base folder of each file instead of just
276         the one of the first file for each. This is to deal with SavedSearch folder
277         in nautilus >= 2.14 which can have file from different folder gathered in the
278         same nautilus window. (Bug reported by David Winick)
280 2006-06-29  Frederic Ruaudel <grumz@grumz.net>
282         * po/POTFILES.in: Add new files containing translatable strings
284 2006-06-27  Frederic Ruaudel <grumz@grumz.net>
286         * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
287         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
288         * libnautilus-actions/nautilus-actions-config-schema-reader.h:
289         * libnautilus-actions/nautilus-actions-config-xml.c:
290         * libnautilus-actions/nautilus-actions-config-xml.h:
291         * libnautilus-actions/nautilus-actions-config.c:
292         * libnautilus-actions/nautilus-actions-config.h:
293         * utils/nautilus-actions-convert.c:
294         * utils/nautilus-actions-new-config.c:
295         * nact/nact-editor.c:
296         * nact/nact-import-export.c:
297         * nact/nact.c: Add better error handling in Nact with error dialog
298         and detailed error messages especially when importing new config.
300 2006-06-26  Frederic Ruaudel <grumz@grumz.net>
302         * nact/nact-editor.c:
303         * nact/nact-utils.c: Find a better way to fix pango parsing
304         problem for xml special chars with the glib function 
305         g_markup_printf_escaped ().
307         * nact/nautilus-actions-config.glade:
308         * nact/nact-editor.c:
309         * nact/nact-import-export.c:
310         * nact/nact-utils.c:
311         * nact/nact-utils.h:
312         * nact/nact.c:
313         * nact/nact.h: Move nautilus_actions_display_error() function
314         in nact-utils.c, change their old call with g_error() as it was
315         used to display Glade parsing error and define it to display a 
316         Gtk error dialog to the user. Then add some error handling in
317         the import and icon loading part.
319         * nact/nact-editor.c: Fix the icon preview. When the string
320         was invalid, the icon widget wasn't hidden so it shows the last
321         valid icon rendered. Now the icon is correctly hidden.
323         * utils/nautilus-actions-convert.c:
324         * utils/nautilus-actions-new-config.c:
325         * nact/nact-editor.c:
326         * nact/nact.c: Free GError values after their usage with
327         g_error_free().
329         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
330         Fix the problem with the "Export" function
331         when one of an action's settings contains a xml special char (&, 
332         <, >, ...) (Bug #345143)
334         * nact/nact-utils.c: Fix the problem with pango parsing when trying
335         to render the parameter's example string when it contains an xml
336         special char (&, <, >, ...).
338 2006-06-23  Frederic Ruaudel <grumz@grumz.net>
340         * plugin/nautilus-actions.c:
341         * plugin/nautilus-actions.h: Optimize the extension by updating
342         the config list only when they changed and not each time Nautilus
343         ask for the list of items.
345 2006-06-16  Frederic Ruaudel <grumz@grumz.net>
347         * configure.in:
348         * plugin/nautilus-actions.c: Fix Bug #325584 which make nautilus
349         updates his popup menus when a config changes in nautilus-actions.
350         This requires a patch applied to Nautilus (see Bug #339273 comitted
351         in Nautilus' CVS Head).
353 2006-05-24  Frederic Ruaudel <grumz@grumz.net>
355         * libnautilus-actions/Makefile.am: Fix missing libxml2 
356         library declaration (Bug #342799, patch from christopher 
357         taylor <christophth@tiscali.it>).
359 2006-04-19  Frederic Ruaudel <grumz@grumz.net> 1.2
361         * plugin/nautilus-actions-test.c:
362         * plugin/nautilus-actions-utils.c: Fix problem with crash
363         when selecting a mounted cdrom on the desktop with 
364         Nautilus 2.14.1 (Bug #338931)
366         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
367         * utils/nautilus-actions-new-config.c: Fix some missing change 
368         concerning the implementation of the management of the mimetype 
369         patterns and the case insensitive filename patterns (Bug #325581 
370         and Bug #329260).
372 2006-04-18  Frederic Ruaudel <grumz@grumz.net>
374         * nact/nact-editor.c: Fix a SegFault when setting 
375         empty patterns in Nact's edit dialog.
377         * libnautilus-actions/nautilus-actions-config.c:
378         * plugin/nautilus-actions-test.c: Finish implementing
379         the management of the mimetype patterns and the case 
380         insensitive filename patterns (Bug #325581 and Bug #329260).
382         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
383         Fixed typos in the new strings (Bug #338773)
385 2006-04-13  Frederic Ruaudel <grumz@grumz.net>
387         * configure.in: Update the version of n-a and the config file.
389         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
390         * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
391         * libnautilus-actions/nautilus-actions-config-gconf-writer.c:
392         * libnautilus-actions/nautilus-actions-config-gconf.c:
393         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
394         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
395         * libnautilus-actions/nautilus-actions-config-xml.c:
396         * libnautilus-actions/nautilus-actions-config.c:
397         * libnautilus-actions/nautilus-actions-config.h:
398         * nact/nact-editor.c:
399         * nact/nautilus-actions-config.glade: Start to manage the mimetype
400         patterns and the case insensitive filename patterns (Bug #325581 
401         and Bug #329260).
403         * icons: Add new Tango style icons created by Ulisse
405         * AUTHORS: Update Contributors list
407         * configure.in:
408         * Makefile.am:
409         * nact/Makefile.am:
410         * nact/nact.c:
411         * nact/nact.desktop.in:
412         * nact/nautilus-actions-config.glade: Make theme-friendly icons
413         installation to achieve GnomeGoal#2 (see 
414         http://live.gnome.org/GnomeGoals/AppIcon for more details)
416         * nact/nautilus-actions-icon.png:
417         * nact/nautilus-actions-icon.xcf: Remove old icons
419 2006-04-10  Frederic Ruaudel <grumz@grumz.net>
421         * po/LINGUAS:
422         * configure.in: Move the ALL_LINGUAS list into a separated file named
423         po/LINGUAS to make translators' life easier (see 
424         http://live.gnome.org/GnomeGoals/PoLinguas for more details)
426         * configure.in: Remove 'eu' (Basque) to ALL_LINGUAS because there is
427         no corresponding po file (Bug #336215)
429 2006-03-13  Runa Bhattacharjee <runa@bengalinux.org>
431         * configure.in: Added "bn" (Bengali) to ALL_LINGUAS.
433 2006-03-02  Inaki Larranaga  <dooteo@euskalgnu.org>
435         * configure.in: Added 'eu' (Basque) to ALL_LINGUAS.
437 2006-02-08  Frederic Ruaudel <grumz@grumz.net> 1.0
439         * configure.in: Update the version number to 1.0
440         * nact/nact.c: The action list in the main dialog of Nact is now 
441         alphabetically sorted (Bug #326699)
443 2006-02-07  Theppitak Karoonboonyanan  <thep@linux.thai.net>
445         * configure.in: Added 'th' (Thai) to ALL_LINGUAS.
447 2006-01-31  Frederic Ruaudel <grumz@grumz.net> 
449         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
450         * nact/nautilus-actions-config.glade:
451         * utils/nautilus-actions-convert.c:
452         * utils/nautilus-actions-new-config.c: Fix bug #327027 (Spelling/grammar fixes)
454         * config/Makefile.in: (removed)
455         * config/config_newaction.schemas.in: (removed)
456         * Makefile.am:
457         * configure.in: Removed the config file that add the config tool in all contextual
458         menu because it doesn't make sense since it is not related with the selected files.
460         * nact/nautilus-actions-config.glade: Remove the possibility to reorder items in
461         main dialog of Nact (Bug #326699) since it is not possible yet to keep track of this 
462         state.
464 2006-01-29  Josep Puigdemont i Casamajó  <josep.puigdemont@gmail.com>
466         * configure.in: Added 'ca' to ALL_LINGUAS.
468 2006-01-27  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
470         * configure.in: Added "zh_HK" "zh_TW" to ALL_LINGUAS.
472 2006-01-26  Lukas Novotny  <lukasnov@cvs.gnome.org>
474         * configure.in: Added cs to ALL_LINGUAS.
476 2006-01-22  Raphael Higino  <raphaelh@cvs.gnome.org>
478         * configure.in: Added pt_BR to ALL_LINGUAS.
480 2006-01-08  Frederic Ruaudel <grumz@grumz.net> 
482         * nact/nact.c: Fix a bug with the stock icon of the
483         Edit button in Nact with GTK+2.4 (thanks to wwp for the report).
485 2006-01-06  Frederic Ruaudel <grumz@grumz.net> 
487         * libnautilus-actions/nautilus-actions-config.c:
488         * libnautilus-actions/nautilus-actions-config.h:
489         * nact/nautilus-actions-config.glade:
490         * nact/nact.c: Implement Feature #325524 which allow an action to be
491         duplicated to facilitate the edition of several quite same config.
492         
493         * nact/nact-editor.c: Fix a GTK warning about the function
494         gtk_combo_box_entry_set_text_column() when opening the edit
495         dialog more than once.
497 2005-12-28  Yair Hershkovitz  <yairhr@gmail.com>
499         * configure.in: Added 'he' (Hebrew) to ALL_LINGUAS.
501 2005-12-26  Ilkka Tuohela <hile@iki.fi>
503         * configure.in: Added 'fi' (Finnish) to ALL_LINGUAS.
505 2005-12-24  Takeshi AIHANA <aihana@gnome.gr.jp>
507         * configure.in: Added 'ja' (Japanese) to ALL_LINGUAS.
509 2005-12-20  Frederic Ruaudel <grumz@grumz.net> 
511         * configure.in: Added 'vi' to ALL_LINGUAS.
513         * nact/nautilus-actions-config.glade: Apply the new 
514         notebook layout to fix the problem with 800x600 screen
515         and fix some strings (Bugzilla bug #324593).
517         * config/config_newaction.schemas.in.in:
518         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
519         * utils/nautilus-actions-convert.c:
520         * utils/nautilus-actions-new-config.c:
521         Fix some typos in strings (Bugzilla bug #324593).
524 2005-12-19  Ankit Patel  <ankit644@yahoo.com>
526         * configure.in: Added 'gu' to ALL_LINGUAS.
528 2005-12-16  Lasse Bang Mikkelsen  <lbm@fatalerror.dk>
530         * configure.in: Added Danish translation to ALL_LINGUAS.
532 2005-12-09  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
534         * configure.in: Added 'gl' to ALL_LINGUAS.
536 2005-12-09  Amanpreet Singh Alam <amanpreetalam@yahoo.com>
538         * configure.in: Punjabi (pa) Languague is added
540 2005-12-08  Kjartan Maraas  <kmaraas@gnome.org>
542         * configure.in: Added nb + no to ALL_LINGUAS.
544 2005-12-06  Žygimantas Beručka  <zygis@gnome.org>
546         * configure.in: Added Lithuanian to ALL_LINGUAS.
548 2005-12-03  Adam Weinberger  <adamw@gnome.org>
550         * configure.in: Added en_CA to ALL_LINGUAS.
552 2005-12-01  Frederic Ruaudel <grumz@grumz.net> 
554         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
555         * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
556         * libnautilus-actions/nautilus-actions-config-gconf-writer.c:
557         * libnautilus-actions/nautilus-actions-config-gconf.c:
558         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
559         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
560         * libnautilus-actions/nautilus-actions-config-xml.c:
561         * libnautilus-actions/nautilus-actions-config.c:
562         * libnautilus-actions/nautilus-actions-config.h:
563         * nact/nact-editor.c:
564         * nact/nact-prefs.c:
565         * nact/nact-prefs.h:
566         * nact/nact-utils.c:
567         * nact/nact.c:
568         * nact/nact.h:
569         * plugin/nautilus-actions-test.c:
570         * plugin/nautilus-actions-utils.c:
571         * plugin/nautilus-actions.c:
572         * utils/nautilus-actions-convert.c:
573         * utils/nautilus-actions-new-config.c: Patch from Tom Parker that removes
574         all compilation warnings (Bug #133).
576 2005-11-26  Funda Wang  <fundawang@linux.net.cn>
578         * configure.in: Added Simplified Chinese translation.
580 2005-11-25  Frederic Ruaudel <grumz@grumz.net> 
582         * configure.in: Patch from Tom Parker to add check for presence of libuuid
583         in the configure script (Bug #132).
585 2005-11-24  Frederic Ruaudel <grumz@grumz.net> 0.99
587         * plugin/nautilus-actions.c (get_verified_icon_name)
588         (nautilus_actions_create_menu_item): Fix the test of the icon. Replace 
589         empty icon string by NULL to avoid having an ugly icon instead.
591         * plugin/nautilus-actions-test.c (nautilus_actions_test_validate):
592         Fix the test of the '*' pattern that made n-a matches everything when
593         using multiple pattern syntax.
595         * config/config_newaction.xml.in:
596         * config/Makefile.am: Remove the old config file installation
598         * autogen.sh:
599         * configure.in:
600         * config/Makefile.am: Add support for GConf schema installation
602         * config/config_newaction.schemas.in.in: Set the uuid to a non-random
603         string so it can be recognizable.
605 2005-11-23  Frederic Ruaudel <grumz@grumz.net> 
607         * Makefile.am:
608         * configure.in: Add --enable-commandline-tool option to configure
609         to make nautilus-actions compile on systems with Glib 2.4 like FC3.
610         Glib 2.4 doesn't implement Commandline parser API.
612 2005-11-18  Frederic Ruaudel <grumz@grumz.net> 
614         * po/POTFILES.in: Add nact-import-export.c
616         * po/nautilus-actions.pot:
617         * po/*.po: Update i18n strings.
619         * nact/Makefile.am:
620         * nact/nact-utils.h:
621         * nact/nact.c:
622         * nact/nact.h:
623         * nact/nautilus-actions-config.glade:
624         * nact/nact-import-export.c:
625         * nact/nact-import-export.h: Implement the import/export
626         of n-a configurations in nact.
628         * nact/nact-prefs.c:
629         * nact/nact-prefs.h: Add preferences for the new import/export
630         dialog in nact.
632         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
633         Fix the bug from the first implementation
635         * libnautilus-actions/nautilus-actions-config.c: Remove some
636         debug messages.
638 2005-11-17  Frederic Ruaudel <grumz@grumz.net> 
640         * libnautilus-actions/nautilus-actions-config-schema.c:
641         * libnautilus-actions/nautilus-actions-config-schema.h:
642         * libnautilus-actions/nautilus-actions-config-schema-writer.c:
643         * libnautilus-actions/nautilus-actions-config-schema-writer.h:
644         * utils/nautilus-actions-convert.c:
645         * utils/nautilus-actions-new-config.c: Rename NautilusActionsConfigSchema
646         GObject into NautilusActionsConfigSchemaWriter
648         * libnautilus-actions/Makefile.am:
649         * libnautilus-actions/nautilus-actions-config-schema-reader.c:
650         * libnautilus-actions/nautilus-actions-config-schema-reader.h:
651         Create a GObject to read config in GConf schema description file 
652         format
654         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
655         Add some #define to describe the GConf XML elements
657         * nact/nautilus-actions-config.glade:
658         Create the Import/Export dialog layout
660 2005-11-09  Frederic Ruaudel <grumz@grumz.net> 
662         * nact/nact-editor.c (create_stock_icon_model):
663         (sort_stock_ids): Sort the gtk stock item in the dropdown list 
664         in nact edit dialog.
666         * plugin/nautilus-actions.c (nautilus_actions_get_background_item):
667         (nautilus_actions_menu_provider_iface_init):
668         Apply patch from palfrey to add support for action in the background
669         of Nautilus's windows (Feature #98). It is applied automatically as if
670         we would have selected the directory the window represents.
672 2005-11-08  Frederic Ruaudel <grumz@grumz.net> 
674         * nact/nact-editor.c (create_stock_icon_model): 
675         Now only display the stock icon that will be accepted by nautilus
676         in the dropdown list.
678         * plugin/nautilus-actions.c (nautilus_actions_create_menu_item):
679         Work around the problem of the ugly nautilus default icon when the
680         image file doesn't exists.
682 2005-11-07  Frederic Ruaudel <grumz@grumz.net> 
684         * plugin/nautilus-actions.c (nautilus_actions_get_file_items): 
685         Add error checking if GObject is not of good type.
686         
687         * libnautilus-actions/nautilus-actions-config-gconf-reader.c
688         (get_action_uuid_from_key): Fix extraction of uuid from GConf key
690         * libnautilus-actions/nautilus-actions-config-gconf-reader.c
691         (actions_changed_cb): Avoid removal of already deleted action
693 2005-10-31  Frederic Ruaudel <grumz@grumz.net> 
695         * libnautilus-actions/nautilus-actions-config.c:
696         * libnautilus-actions/nautilus-actions-config.h
697         (nautilus_actions_config_action_set_uuid): Add a function
698         to set the uuid and conf_section fields of an action.
699         (nautilus_actions_config_action_new_default): Give the default
700         version number as default value for the version fields of an action
702         * libnautilus-actions/nautilus-actions-config-gconf-reader.c
703         (actions_changed_cb): implement the Gconf notification handler
705         * plugin/nautilus-actions.c:
706         * plugin/nautilus-actions.h: Replace the usage of Gconf object
707         by the usage of the GconfReader object.
709         * nact/nact-editor.c:
710         * nact/nact-editor.h:
711         * nact/nact.c: Replace the usage of the Gconf object by the usage
712         of the GConfWriter object.
714         * libnautilus-actions/nautilus-actions-config-gconf-reader.c:
715         * libnautilus-actions/nautilus-actions-config-gconf-reader.h:
716         * libnautilus-actions/nautilus-actions-config-gconf-writer.c:
717         * libnautilus-actions/nautilus-actions-config-gconf-writer.h:
718         * libnautilus-actions/Makefile.am: Create two new GObject which
719         are derived from nautilus-actions-config-gconf. The reader
720         implement the notification stuff and the writer implement
721         the modification stuff.
723         * libnautilus-actions/nautilus-actions-config-gconf.c:
724         * libnautilus-actions/nautilus-actions-config-gconf.h:
725         Modified to integrate the new derived GObject : GConfReader
726         and GConfWriter.
728         * libnautilus-actions/nautilus-actions-config-gconf.c:
729         * libnautilus-actions/nautilus-actions-config-gconf.h:
730         * libnautilus-actions/nautilus-actions-config.c:
731         * libnautilus-actions/nautilus-actions-config.h:
732         Moved the signals from GConf object to Config object
734 2005-10-30  Frederic Ruaudel <grumz@grumz.net> 
735         
736         * libnautilus-actions/nautilus-actions-config-gconf.h:
737         Add the GET_CLASS macro.
739         * libnautilus-actions/nautilus-actions-config-gconf.c:
740         (nautilus_actions_config_gconf_class_init): Fix indices in
741         signals initilization stuff
742         
743 2005-10-28  Frederic Ruaudel <grumz@grumz.net> 
745         * config/config_newaction.schemas.in.in: Update it with the 
746         same GConf key description than those set in the code of the 
747         GConf schema GObject and rename the action "Manage Action" instead
748         of 'New Action...'
750         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
751         * libnautilus-actions/nautilus-actions-config-schema.c:
752         * nact/nact-prefs.c:
753         * nact/nact-utils.c:
754         * nact/nact.desktop.in:
755         * nact/nautilus-actions-config.glade:
756         * po/POTFILES.in:
757         * po/bg.po:
758         * po/de.po:
759         * po/es.po:
760         * po/fr.po:
761         * po/nautilus-actions.pot:
762         * utils/nautilus-actions-new-config.c: Review all strings for i18n and make 
763         them coherent, use standard term from GNOME Documentation word list
764         and start to adapt the code to make translators life easier according to
765         http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html
767         * nact/nact-editor.c: Remove a useless test that test if label are 
768         duplicated. Now we have the uuid that make sure of the uniqness of actions
770 2005-10-27  Frederic Ruaudel <grumz@grumz.net> 
772         * nact/nautilus-actions-config.glade:
773         * nact/nact-editor.c:
774         * nact/nact-utils.c:
775         * nact/nact-utils.h: Implement the example string in nact editor dialog
777         * plugin/nautilus-actions-utils.c (nautilus_actions_utils_parse_parameter):
778         Fix a problem of duplicate string if no token found in the param string
780 2005-10-26  Frederic Ruaudel <grumz@grumz.net> 
782         * libnautilus-actions/nautilus-actions-config.c 
783         (nautilus_actions_config_add_action):
784         Remove a duplicate action_dup.
786         * utils/nautilus-actions-new-config.c (main):
787         Use the new action function with default values set to
788         avoid problem with unset unused values.
790         * nact/nautilus-actions-config.glade (LegendDialog):
791         * plugin/nautilus-actions-utils.c (nautilus_actions_utils_parse_parameter):
792         Remove the %p parameter that was confusing with the %d one.
794 2005-10-25  Frederic Ruaudel <grumz@grumz.net> 
796         * TODO: Add list of important things to do before next release
798         * libnautilus-actions/nautilus-actions-config.c:
799         (nautilus_actions_config_add_action) : After call to save_action
800         add the new action in the hash table.
801         (nautilus_actions_config_remove_action) : After call to remove_action
802         remove the action from the hash table.
804         * nact/nact.c (delete_button_clicked_cb): add call to
805         fill_actions_list to update the list when removing an action.
807 2005-10-24  Rodrigo Moya <rodrigo@novell.com>
809         * nact/nact.c (fill_actions_list): new function to reload the
810         actions list.
811         (add_button_clicked_cb, edit_button_clicked_cb): if there were
812         changes in the action editor, reload the actions list.
813         (setup_actions_list): move the actions list fillin to fill_actions_list.
815 2005-10-23  Frederic Ruaudel <grumz@grumz.net> 
817         * nact/nautilus-actions-config.glade:
818         * po/bg.po:
819         * po/de.po:
820         * po/es.po:
821         * po/fr.po:
822         * po/nautilus-actions.pot:
823         * po/POTFILES.in: Update i18n stuff
825         * nact/nact-editor.c: Fix init of scheme list when add a
826         new action and manage basenames pattern load/save in the edit dialog
828         * libnautilus-actions/nautilus-actions-config.c: Set empty
829         basename and scheme list valid if empty.
831         * nact/nautilus-actions-config.glade:
832         * nact/nact-editor.c: Add a preview icon toward the icon 
833         combobox in nact edit dialog.
835         * nact/nact-editor.c: Implement Add/Remove/Edit of schemes
836         in nact list view.
838         * nact/nautilus-actions-config.glade:
839         * nact/nact-editor.c: Put back the tooltip in the edit
840         dialog of nact and add add/remove button to manage scheme list.
842         * nact/nact-editor.c: Finnish implementing the scheme list
843         (save in gconf and prefs) and fix some compilation warnings.
845 2005-10-22  Frederic Ruaudel <grumz@grumz.net> 
847         * nact/nautilus-actions-config.glade:
848         * nact/nact-editor.c: Start implementing the scheme list 
849         in the edit dialog of nact.
851         * nact/nact-editor.c: Fix the add/edit dialog title in 
852         relation with the task done.
854         * nact/nact-editor.c:
855         * nact/nact-utils.h:
856         * nact/nautilus-actions-config.glade:
857         * nact/nact.c: Implement the preference API and manage the 
858         filechooser dialog for the selection of the icon and command path.
860         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
861         * configure.in: Add a global variable to define the GConf
862         basedir of n-a.
864         * nact/Makefile.am:
865         * nact/nact-prefs.c:
866         * nact/nact-prefs.h: Add GConf managed preferences in nact
868         * nact/nact.c: Fix the segfault when trying to edit/delete
869         an existing config.
871         * nact/nact-editor.c: Fix access to the menu icon entry
872         when saving the dialog content.
874         * utils/nautilus-actions-tools-utils.c:
875         * utils/nautilus-actions-tools-utils.h:
876         * configure.in:
877         * utils/Makefile.am:
878         * utils/nautilus-actions-convert.c:
879         * utils/nautilus-actions-new-config.c: Fix some
880         compatibility problem with glib < 2.8. g_file_set_contents() wasn't
881         recognized.
883 2005-10-21  Frederic Ruaudel <grumz@grumz.net> 
885         * nact/nact.c: Fix the display of the existing config in nact's
886         main dialog by using uuid instead of label as index.
888         * libnautilus-actions/nautilus-actions-config-schema.c: Fix
889         the schema generation by adding the list_type attribute for list
890         entries.
892         * libnautilus-actions/nautilus-actions-config.c:
893         * libnautilus-actions/nautilus-actions-config.h: Add a
894         function to create a NautilusActionsConfigAction object with
895         correct default values.
897         * libnautilus-actions/nautilus-actions-config-gconf-private.h:
898         * libnautilus-actions/nautilus-actions-config-gconf.c:
899         * libnautilus-actions/nautilus-actions-config-schema.c:
900         * libnautilus-actions/nautilus-actions-config-xml.c:
901         * libnautilus-actions/nautilus-actions-config.c:
902         * libnautilus-actions/nautilus-actions-config.h:
903         * nact/nact-editor.c:
904         * nact/nact.c:
905         * plugin/nautilus-actions.c:
906         * utils/nautilus-actions-new-config.c: Finish support for a icon 
907         in the menu item (Feature #28)
909         * nact/nact-editor.c:
910         * nact/nact.c: Remove global variables and replace with
911         the utility functions. Fix some gtk warnings.
913         * nact/nact-utils.c:
914         * nact/nact-utils.h:
915         * nact/Makefile.am: Add some utility function to manage
916         Glade widgets more easily.
918         * nact/nact-editor.c:
919         * nact/nact.c: Refactor the code to take care of the new utilities
920         functions and of the refactored glade file. Start adding support for 
921         a menu icon.
923         * nact/nautilus-actions-config.glade: Refactor the glade
924         file to be more HIG compliant and add missing widgets. Transfers
925         signals definition into it.
927 2005-10-20  Frederic Ruaudel <grumz@grumz.net> 
929         * libnautilus-actions/nautilus-actions-config.c: Fix a bug
930         in the freeing of the NautilusActionsConfigAction object and
931         don't send broken actions in the list returned by 
932         nautilus_actions_config_get_actions()
934 2005-10-19  Frederic Ruaudel <grumz@grumz.net> 
936         * plugin/nautilus-actions-module.c: Add GPL licence header 
937         comment
939         * utils/Makefile.am:
940         * utils/nautilus-actions-new-config.c: Create the new config 
941         creation tool in command line mode.
943         * libnautilus-actions/nautilus-actions-config.c: Fix the copy of 
944         GSList when setting schemes and basenames of an action.
946         * libnautilus-actions/nautilus-actions-config-gconf-private.h: Fix
947         the short description of the scheme entry in the Gconf Schemas
949 2005-10-17  Frederic Ruaudel <grumz@grumz.net> 
951         * Makefile.am:
952         * configure.in:
953         * utils/Makefile.am:
954         * utils/nautilus-actions-convert.c: Create a utils folder to put the 
955         utilities program and code the old config conversion tool to convert old 
956         xml file into GConf schemas.
958         * libnautilus-actions/nautilus-actions-config-xml.c:
959         * libnautilus-actions/nautilus-actions-config.c:
960         * libnautilus-actions/nautilus-actions-config.h: Fix several bugs
961         made during the first implementation
964 2005-10-13  Frederic Ruaudel <grumz@grumz.net> 
966         * libnautilus-actions/Makefile.am: Add new file in the sources files
967         list
969         * libnautilus-actions/nautilus-actions-config-gconf.c:
970         * libnautilus-actions/nautilus-actions-config-gconf-private.h: move
971         Gconf element information in a common private headers.
973         * libnautilus-actions/nautilus-actions-config-schema.c:
974         * libnautilus-actions/nautilus-actions-config-schema.h: Add support 
975         for GConf xml schema export
977 2005-10-06  Rodrigo Moya <rodrigo@novell.com>
979         * nact/Makefile.am: don't link to libuuid here.
981         * libnautilus-actions/Makefile.am: do it here.
983         * libnautilus-actions/nautilus-actions-config.c
984         (nautilus_actions_config_add_action): don't look for NULL uuids, in the
985         hash table, and generate UUID for actions that don't have it.
987 2005-10-06  Rodrigo Moya <rodrigo@novell.com>
989         * libnautilus-actions/nautilus-actions-config-xml.c
990         (nautilus_actions_config_xml_get_type):
991         * libnautilus-actions/nautilus-actions-config-gconf.c
992         (nautilus_actions_config_gconf_get_type): base the class in
993         NautilusActionsConfig, not GObject.
995 2005-10-06  Rodrigo Moya <rodrigo@novell.com>
997         * libnautilus-actions/nautilus-actions-config-xml.c (remove_action):
998         return a boolean, rather than NULL.
999         (nautilus_actions_config_xml_get_config_files): use const gchar * for
1000         storing the value returned by g_dir_read_name().
1001         (nautilus_actions_config_xml_action_fill_test_basenames,
1002         nautilus_actions_config_xml_action_fill_test_scheme): pass const to
1003         g_ascii_strncasecmp().
1005         * libnautilus-actions/nautilus-actions-config-gconf.c (save_action,
1006         remove_action): return a boolean, rather than NULL.
1008 2005-10-06  Frederic Ruaudel <grumz@grumz.net> 
1010         * plugin/nautilus-actions-test.c: Optimize the test function. 
1011         If the only basename is '*', then skip the pattern matching.
1013         * libnautilus-actions/Makefile.am:
1014         * libnautilus-actions/nautilus-actions-config-gconf.c:
1015         * libnautilus-actions/nautilus-actions-config-gconf.h:
1016         * libnautilus-actions/nautilus-actions-config-xml.c:
1017         * libnautilus-actions/nautilus-actions-config-xml.h:
1018         * libnautilus-actions/nautilus-actions-config.c:
1019         * libnautilus-actions/nautilus-actions-config.h: Refactor the code of 
1020         libnautilus-actions to add support for the old xml config file. It will 
1021         be used for convert utilities.
1023         * nact/nact-editor.c:
1024         * nact/nact-editor.h:
1025         * nact/nact.c:
1026         * plugin/nautilus-actions-test.c:
1027         * plugin/nautilus-actions-test.h:
1028         * plugin/nautilus-actions-utils.c:
1029         * plugin/nautilus-actions-utils.h:
1030         * plugin/nautilus-actions.c:
1031         * plugin/nautilus-actions.h: Change the rest of the code to use the new
1032         libnautilus-actions.
1034         * plugin/Makefile.am: Add a link to the libnautilus-actions library
1036         * plugin/nautilus-actions-config.h:
1037         * plugin/nautilus-actions-config.c: remove these files. They've
1038         been replaced by the libnautilus-actions
1040 2005-10-03  Rodrigo Moya <rodrigo@novell.com>
1042         * libnautilus-actions/nautilus-actions-config.c (nautilus_config_remove_action):
1043         added missing implementation.
1045         * nact/nact.c (delete_button_clicked_cb): implemented.
1046         
1047 2005-10-02  Rodrigo Moya <rodrigo@novell.com>
1049         * configure.in: use 1.0 for the config format version.
1051 2005-09-30  Frederic Ruaudel <grumz@grumz.net> 
1053         * libnautilus-actions/nautilus-actions-config.h:
1054         * libnautilus-actions/nautilus-actions-config.c: add action duplicate 
1055         function : nautilus_actions_config_action_dup ()
1057 2005-09-30  Rodrigo Moya <rodrigo@novell.com>
1059         * configure.in: define NAUTILUS_ACTIONS_CONFIG_VERSION.
1061         * libnautilus-actions/nautilus-actions-config.c (save_action): use
1062         NAUTILUS_ACTIONS_CONFIG_VERSION rather than the package version.
1064 2005-09-30  Rodrigo Moya <rodrigo@novell.com>
1066         * nact/nact-editor.c (open_editor): connect to changes for all widgets, to
1067         enable/disable the OK button.
1068         (field_changed_cb): renamed from entry_changed_cb, to make it work with all
1069         widgets.
1071 2005-09-30  Rodrigo Moya <rodrigo@gnome-db.org>
1073         * libnautilus-actions/nautilus-actions-config.c (nautilus_actions_config_init):
1074         use PRELOAD_RECURSIVE in gconf_client_add_dir, since we load everything.
1076 2005-09-29  Rodrigo Moya <rodrigo@gnome-db.org>
1078         * configure.in: removed generation of nautilus-actions-config script.
1080 2005-09-29  Rodrigo Moya <rodrigo@gnome-db.org>
1082         * libnautilus-actions/Makefile.am:
1083         * libnautilus-actions/nautilus-actions-config.[ch]: added new dir
1084         for common code.
1086         * nact/nact.c:
1087         * nact/nact-editor.[ch]: new config tool, in C to be able to share code
1088         with the plugin.
1090         * nact/nautilus-actions-config.glade: removed old windows and added new
1091         dialogs.
1093         * nact/nautilus-actions-config.in: removed old config tool.
1095         * configure.in:
1096         * Makefile.am: added libnautilus-actions dir to build.
1097         
1098 2005-09-29  Alexander Shopov  <ash@contact.bg>
1100         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
1102 2005-09-21  Frederic Ruaudel <grumz@grumz.net> 
1104         * plugin/nautilus-actions-utils.c:
1105         * plugin/nautilus-actions.c: Fix the problem with x-nautilus-desktop
1106         scheme (Bug #110) and remove last compilation warnings
1108         * plugin/nautilus-actions-config.c:
1109         * plugin/nautilus-actions-config.h:
1110         * plugin/nautilus-actions.c: Fix the problem with GConf list for
1111         basenames and schemes list. Add updating of version in the notification
1112         func.
1114 2005-09-20  Frederic Ruaudel <grumz@grumz.net> 
1116         * plugin/nautilus-actions-config.c:
1117         * plugin/nautilus-actions-config.h:
1118         * plugin/nautilus-actions-test.c:
1119         * plugin/nautilus-actions-utils.c:
1120         * plugin/nautilus-actions-utils.h:
1121         * plugin/nautilus-actions.h: 
1122         * plugin/nautilus-actions.c: Add GConf support (Feature #44) and
1123         remove unused code. Border side effect : almost no more compilation warnings
1125         * config/config_newaction.schemas.in.in: Add version information
1126         to manage future config changement and add missing list_type element
1127         for basename and scheme key.
1129         * plugin/nautilus-actions.c:
1130         * plugin/nautilus-actions.h: Initialized NautilusActions GObject
1131         and move all data initialization into it.
1133         * configure.in: Add prerequisite for GConf
1135 2005-09-19  Frederic Ruaudel <grumz@grumz.net> 
1137         * nact/Makefile.am: Remove the suppression of nact.desktop.in as
1138         it is no more autogenerated.
1139         
1140         * po/README_TRANSLATORS: Add some information for translators
1142         * po/*.po:
1143         * po/nautilus-actions.pot: Update translations strings
1145         * configure.in:
1146         * config/Makefile.am:
1147         * po/POTFILES.in:
1148         * config/config_newaction.schemas.in.in: Add the GConf schemas for
1149         the new action config and configure it with i18n support.
1151 2005-09-17  Frederic Ruaudel <grumz@grumz.net> 
1153         * plugin/nautilus-actions.c: 
1154         * plugin/nautilus-actions.h: Start migration of extensions data
1155         into the NautilusActions GObject.
1157         * nact/nautilus-actions-config.glade: 
1158         * nact/nautilus-actions-config.in: Fix alignment problem in NACT
1159         interface (Bug #105).
1161         * po/*.po:
1162         * po/nautilus-actions.pot: Update translations strings
1164         * po/POTFILES.in: Rename nact/nact.desktop.in.in into
1165         nact/nact.desktop.in because there is no need anymore for autotool var
1166         expansion
1168         * configure.in: Remove the generation of nact/nact.desktop.in
1169         because there is no need anymore for autotool var expansion
1171         * nact/nact.desktop.in.in:
1172         * nact/nact.desktop.in: Rename nact/nact.desktop.in.in into 
1173         nact/nact.desktop.in because there is no need anymore for autotool var
1174         expansion
1176         * nact/nautilus-actions-icon.png: 
1177         * nact/nautilus-actions-icon.xcf: Create a new nautilus actions icon
1179         * nact/nautilus-launch-icon.png: Remove the old nautilus actions icon
1181         * nact/Makefile.am: 
1182         * nact/nact.desktop.in.in: 
1183         * nact/nautilus-actions-config.glade: Replace the old icon by the new one
1185         * nact/nautilus-actions-config.glade: Update informations of the about
1186         dialog (license and project URL)
1189 2005-09-17  Rodrigo Moya <rodrigo@novell.com> 
1191         * configure.in: define DEFAULT_CONFIG_PATH.
1193         * plugin/nautilus-actions-config.h: removed #define for DEFAULT_CONFIG_PATH.
1195         * plugin/nautilus-actions-config.c: include "config.h"
1197 2005-09-16  Frederic Ruaudel <grumz@grumz.net> 
1198         
1199         * plugin/nautilus-actions-module.c: Fix macro name according to
1200         the changes made for GObject default macros
1202         * plugin/nautilus-actions.h: Add GObject missing default macros.
1204 2005-09-15  Frederic Ruaudel <grumz@grumz.net> 
1206         * nact/nact.desktop.in.in: Make it fd.o compliant (Bug #109 and #100)
1207         
1208         * nact/nautilus-actions-config.in: Fix the problem with nact not starting
1209         when $LANG var not set (Bug #108)
1211 2005-09-13  Frederic Ruaudel <grumz@grumz.net> 0.7
1213         * nact/nautilus-actions-config.in: Fix problem with new config creation
1215         * po/*.po:
1216         * po/nautilus-actions.pot:
1217         * nact/nautilus-actions-config.glade: Fix mistake in tooltip text, add
1218         information about Feature #73, add missed string and fix some problem in 
1219         the GUI.
1221         * nact/nautilus-actions-config.in:
1222         * plugin/nautilus-actions-config.h:
1223         * plugin/nautilus-actions-config.c:
1224         * plugin/nautilus-actions-test.c: Add the possibility to add several 
1225         file patterns (Feature #73). In NACT, add several file patterns separated
1226         by semi-colon ';'
1228         * configure.in: Update version number
1230         * nact/nautilus-actions-config.in: Fix problem with system wide config 
1231         overwritten by user not read correctly by NACT.
1233         * plugin/nautilus-actions-config.c:
1234         * nact/nautilus-actions-config.in: Add support for xml:lang in config
1235         files. For NACT, it is only for the reader part. If the config is saved with 
1236         NACT only the text of the current LANG will be saved.
1238         * po/*.po:
1239         * po/nautilus-actions.pot:
1240         * nact/nautilus-actions-config.in: Add missing strings in NACT (description
1241         of the schemes)
1243 2005-09-12  Frederic Ruaudel <grumz@grumz.net> 
1244         
1245         * po/*.po: Fix Bad charset due to bad LANG setting when generated po
1246         files with msginit.
1248         * configure.in:
1249         * fr.po: Add German translation (Gabriel Meier <gabriel.meier@web.de>)
1251 2005-09-10  Frederic Ruaudel <grumz@grumz.net> 
1253         * fr.po: Update French translation
1255         * configure.in:
1256         * nact/nact.desktop.in.in: Fix the problem with the icon path substitution 
1257         (Bug#100)       
1259         * nact/nautilus-actions-config.in:
1260         * nact/nautilus-actions-config.glade: Use dynamic sizing for label of 
1261         the config panel with SizeGroup to allow translation label text to display 
1262         correctly if they are longer than the original ones.
1264         * nact/nautilus-actions-config.in: fix compilation error relative to 
1265         i18n support
1267         * configure.in: Add LOCALEDIR in the list of @variable@ with AC_SUBST 
1268         for the python script 
1270         * config/Makefile.am: Fix the intltool replacement var in config_DATA
1272 2005-09-09  Frederic Ruaudel <grumz@grumz.net> 
1273         * po/es.po: Update strings of Spanish translation
1275         * po/fr.po: Start French translation
1277         * nact/nautilus-actions-config.in: Add i18n support to nact
1279         * po/nautilus-actions.pot: Generate the translation message list file
1281         * configure.in: Remove useless dependencies and add French translation 
1282         in ALL_LINGUAS.
1284         * Makefile.am: add intltool tool in EXTRA_DIST options
1286         * po/POTFILES.in: Update list of files containing translatable strings.
1288         * nact/nautilus-actions-config.glade: Unmark untranslatable string in 
1289         glade (indent spaces, program name, etc.)
1291         * config/Makefile.am:
1292         * config/config_newaction.xml : 
1293         * config/config_newaction.xml.in: replace config/config_newaction.xml by 
1294         config/config_newaction.xml.in to add i18n support. And modify Makefile.am to 
1295         add intltool operations.
1297         * nact/nact.desktop.in.in: Add i18n support and fix the @autotools_vars@ 
1298         substitution. Still have problem with @datadir@ expanding in ${prefix}.
1300         * MAINTAINERS: Add the list of maintainers
1302         * README: Add information about the project
1304 2005-09-07  Frederic Ruaudel <grumz@grumz.net> 0.6
1306         * plugin/nautilus-actions-utils.c: modify 
1307         nautilus_actions_utils_parse_parameter () to quote every filenames and 
1308         folder names and url decode Gnome-vfs URIs. Fix the problem
1309         about last characters of the paramters not set if the parameter string 
1310         don't finish by a %? pattern which cause the quote bug (Bug #32)
1312         * nact/nautilus-actions-config.in: Fix display of the example string in
1313         ParseParameters() function. The last character was missing if not a %? pattern.
1315         * nact/nautilus-actions-config.in: Fix problem with old config file 
1316         migration and add migration to the new folder (Bug #90)
1318         * nact/nautilus-actions-config.in:
1319         * plugin/nautilus-actions-config.h: change the default per user config 
1320         directory from ~/.config/.nautilus-actions to ~/.config/nautilus-actions.
1322         * nact/Makefile.am:
1323         * nact/nautilus-actions-config.in: Move nact files in nact subdir of 
1324         system wide config folder
1326         * config/config_newaction.xml:
1327         * nact/nact.desktop.in.in: Change name of the executable from nact to 
1328         nautilus-actions-config
1330         * README:
1331         * INSTALL: Add installation instructions
1333 2005-09-06  Frederic Ruaudel <grumz@grumz.net> 
1335         * plugin/nautilus-actions-utils.c: modify 
1336         nautilus_actions_utils_parse_parameter () to use nautilus_file_info_get_name() 
1337         instead of gnome_vfs_uri_get_path () to avoid problem with url encoded 
1338         filenames (Bug #84)
1340         * configure.in : add a --with-nautilus-extdir option to the 
1341         ./configure script. If this option is not used, it tries to use 
1342         the pkg-config command. If the result is empty, ./configure 
1343         write an error on the output asking to the user to
1344         use the option to determine the path manually and exit.
1346 2005-09-02  Rodrigo Moya <rodrigo@novell.com> 
1348         * Makefile.am: removed templates dir from build.
1350         * nact/nautilus-actions-config.in: fixed paths.
1352         * nact/nautilus-actions-config.glade: renamed.
1354         * po/es,po: created correct stub file.
1356 2005-09-01  Rodrigo Moya <rodrigo@novell.com> 
1358         * autogen.sh:
1359         * configure.in:
1360         * Makefile.am:
1361         * config/Makefile.am:
1362         * nact/Makefile.am:
1363         * plugin/Makefile.am: added auto* setup.
1365         * nact/nact.desktop.in:
1366         * nact/nautilus-actions-config.in: renamed.
1368         * po/*: added basic GETTEXT support.
1369         
1370         * plugin/*: moved plugin implementation to its own module.
1372 * Wed Aug 31 2005 Frederic Ruaudel <grumz@grumz.net> 0.5
1373 - Fix bug with special characters in new config name in nact #66
1374 - Change the default per user folder config path to the one define 
1375 by fd.o (~/.config/.nautilus-actions)
1376 - In nact, create the per user config folder if it doesn't exist bug #59 
1377 and move the old one if it exists to the new one.
1378 - In nact fix the problem with Delete Config button that stay greyed after 
1379 a deletion even after selecting another config.
1380 - In NACT, add a confirm dialog with trying to close without saving the 
1381 changes (bug #60)
1382 - In nact, now display system wide config in read only mode and a Preference 
1383 menu has been added to switch this display on or off
1384 - In nact, in normal user mode, if a config is created with the same name as 
1385 a system-wide one, it is overwritten (it already works for the extension 
1386 since 0.4)
1387 - In nact, fix a bug that prevent creating a new config with the same name 
1388 as a just deleted one if save wasn't pressed between the two event. 
1390 * Sun Aug 28 2005 Frederic Ruaudel <grumz@grumz.net> 0.4
1391 - Add -fPIC option in the Makefile to make nautilus-actions compile on 
1392 64bits arch
1393 - Apply patch from Ed Catmur that add DESTDIR var in Makefile for gentoo ebuild
1394 - Add the desktop file for nact submited by Ed Catmur
1395 - Add per user config possibility. Per user config are saved by default 
1396 in ~/.nautilus-actions
1397 - NACT has been updated to manage per user config. If launch as normal user, 
1398 it edit the user config and if launched as root, it manage system wide config.
1399 - add LICENSE file of the GNU GPL License
1400 - Update authors and contributors list
1401 - Add more user friendly description of schemes in Nact.
1402 - Add %M pattern for the parameters field which give the list of the files 
1403 like %m but with full path 
1404 - Modify NACT to add the %M option in the legend dialog and to take care of 
1405 it in the example string
1406 - In NACT, replace the buggy FileChooserButton with an Entry and a Browse 
1407 Button.
1408 - Add an action for launching nact from nautilus in the config folder and 
1409 add it in install part of Makefile
1410 - Add installation of nact desktop file in the Makefile
1411 - Add some customization to the desktop file to insert value (version, icon) 
1412 from the Makefile
1414 * Fri Aug 19 2005 Frederic Ruaudel <grumz@grumz.net> 0.3
1415 - Fix a bug in NACT when parsing 'accept-multiple-files' tags
1416 - Remove a unused function
1418 * Fri Aug 19 2005 Frederic Ruaudel <grumz@grumz.net> 0.2
1419 - Add NACT the configuration GUI
1421 * Thu Aug 12 2005 Frederic Ruaudel <grumz@grumz.net> 0.1
1422 - First version