Updated and new screenshots for Nautilus-Actions Configuration Tool 3.1
[nautilus-actions.git] / NEWS
blob032dbf58b22c00e8c0613221b6126a6078315fe1
1 Version 3.1.2
2 =============
4         Release date 2011-03-11
6         Bug fixes:
8                 - Work-around for #644289 reported by scape@web.de
9                   mplayer started via action freezes up afer short time.
10                 - Fix DisplayOutput execution mode.
12         New and updated translations:
14                 - cs (Marek Černocký)
15                 - de (Mario Blättermann)
16                 - es (Jorge González, Sylvia Sánchez)
17                 - sl (Matej Urbančič, Andrej Žnidaršič)
19 Version 3.1.1
20 =============
22         Release date 2011-02-26
24         Bug fixes:
26                 - Fix #643359 reported by Götz Waschk
27                   nautilus fails to start caused by undefined symbol.
29         New and updated translations:
31                 - es (Jorge González)
33 Version 3.1.0
34 =============
36         Release date 2011-02-25
38         General modifications:
40                 - Migrate menus, actions (resp. user preferences) from GConf to .desktop
41                   files (resp. keyed files). Please read README-GCNF.
42                 - nautilus-actions-schemas in renamed as na-print-schemas and installed
43                   in PKGLIBEXECDIR.
44                 - Two new executables na-delete-xmltree and na-gconf2keys.sh are also
45                   installed in PKGLIBEXECDIR.
46                 - New user preferences are installed respectively as
47                   SYSCONFDIR/xdg/nautilus-actions/nautilus-actions.conf and
48                   ~/.config/nautilus-actions/nautilus-actions.conf.
49                 - Implement a new icon chooser, which lets the user select a themed
50                   icon or an icon by path.
51                 - Preferences dialog is now reopened on the last used tab.
52                 - Define a new NATimeout public structure.
53                 - Add --enable-gconf configure option, defaulting to "auto".
54                 - Add --enable-deprecated configure option, defaulting to "no".
55                 - nautilus-actions-new now implements all available properties.
56                 - Currently running desktop environment is not detected at runtime
57                   when not specified as a user preference.
58                 - Plugin menu can now be debugged from a user preference.
59                 - Implements ExecutionMode (in a terminal, display output).
60                 - Disable not yet implemented fields in NACT.
62         Internal modifications:
64                 - Lot of code rewriting:
65                   . define all GConf writing functions as deprecated;
66                   . NactIActionsList interface is moved to NactTreeView class plus
67                     NactTreeIEditable interface;
68                   . user preferences are managed via a NASettings singleton;
69                   . BaseApplication and BaseWindow;
70                   . NactMenubar: new convenience class;
71                   . fully deprecate NAIPivotConsumer interface;
72                   . NactSortButtons: new convenience class;
73                   . NADataBoxed now derives from new NABoxed class;
74                   . modification stack;
75                   . validity stack;
76                   . writability stack;
78         Bug fixes:
80                 - Fix various mistakes and mispellings reported by Fr translation team.
81                 - Fix #640216: string errors reported by Christian Kirbach.
82                 - Fix #640920: string errors reported by Christian Kirbach.
83                 - Fix case insensitive comparison reported by Johan Spee.
84                 - No more try to convert all/allfiles to something else.
86         New and updated translations:
88                 - cs (Marek Cernocky)
89                 - de (Mario Blättermann, Christian Kirbach) 
90                 - es (Jorge González)
91                 - fr (Bruno Brouard)
92                 - nb (Kjartan Maraas)
93                 - sl (Matej Urbančič, Andrej Žnidaršič) 
95 Version 3.0.7
96 =============
98         Release date 2011-01-19
100         General modifications:
102                 - Configuration now enables silent rules by default.
103                 - Add a new 'check-headers.sh' pre-release tool to check for the
104                   completeness of header files.
105                 - Add a new 'run-distcheck.sh' tool to make distcheck easier.
107         Bug fixes:
109                 - Fix various mistakes and mispellings reported by Fr translation team.
110                 - Use gettext() to display localized static strings.
111                 - Initialize translation domain for GOptionContext.
112                 - Fix localizable strings.
113                 - Remove deprecated references to the UUID.
114                 - Setup parent window when displaying a dialog box.
116         New and updated translations:
118                 - cs (Marek Cernocky, Andre Klapper, Petr Kovar)
119                 - es (Daniel Mustieles)
120                 - fr (Gérard Baylard, Bruno Brouard, Nicolas Repentin)
121                 - sl (Matej Urbančič, Andrej Žnidaršič) 
123 Version 3.0.6
124 =============
126         Release date 2011-01-07
128         General modifications:
130                 - Use GTK_CHECK_VERSION() macro when appropriate.
131                 - Better specify that --enable-html-manuals (resp. pdf) are for user's
132                   manuals.
133                 - Add ChangeLog-2010 to the distribution.
135         Bug fixes:
137                 - Re-Fix #638278 - Properly quotes filenames
138                   (reported by Johan Spee).
139                 - Only quote parts of filenames which are to be submitted to a shell,
140                   not those who are to be displayed.
141                 - Fix #638548 - Spelling and syntax mistakes in UI strings
142                   (reported by Christian Kirbach).
143                 - The About dialog is now centered relatively to the main window.
144                 - The 'working directory' parameter is now honored when running an
145                   action.
147         New and updated translations:
149                 - sl (Matej Urbančič, Andrej Žnidaršič)
150                 - sv (Daniel Nylander)
152 Version 3.0.5
153 =============
155         Release date 2011-01-01
157         General modifications:
159                 - Nautilus-Actions is set as the "official" name of the application.
161         Modifications in Nautilus-Actions Configuration Tool:
163                 - Button arrows in I/O Providers Preferences tab are reset so that
164                   the Up button has an upward arrow, and the Down button has a
165                   downward arrow.
166                 - Browse buttons now use the 'gtk-find' stock icon instead of the
167                   inappropriate 'gtk-find-and-replace'.
168                 - Update the NACT User's Manual to reflect last changes.
170         Bug fixes:
172                 - Fix pathname breakdown for 'x-nautilus-desktop:///' URI.
173                   Fix #638450 - Nautilus crashes when opening Trash or Network
174                   reported by György Balló and Ionut Biru.
175                 - Fix #638461 - Stock icons are no more displayed in NACT.
177 Version 3.0.4
178 =============
180         Release date 2010-12-30
182         Modifications:
184                 Nautilus-Actions Configuration Tool
186                 - Change window title as 'label - application'.
187                 - Review user interface tooltips.
188                 - Add --enable-as-needed configure option to be able to mimic Gentoo
189                   configuration (cf. #637797).
191         Bug fixes:
193                 - Improve writing of locale strings in .desktop files for languages
194                   other than 'en'.
195                 - Fix reference doc generation for gtk-doc >= 1.15.
196                 - No more write the encoding part of the locale in the .desktop
197                   file.
198                 - Convert 'all/allfiles' mimetype to 'all/all' + 'file' scheme.
199                 - Allow duplication of items based on .desktop files.
200                 - Apply Mathias Clasen patch to EggSMClient to build against Gtk+
201                   2.91.7.
202                 - Fix #638278 - Properly quotes filenames
203                   (reported by Johan Spee).
204                 - Fix #638272 - Keep the same order than Nautilus
205                   (reported by Johan Spee).
206                 - Get ride of 'relocation R_X86_64_32 against .rodata.str1.8'
207                   message (Fedora 14 - 64bits).
208                 - Fix #637797 - Build core and plugin libraries against their
209                   dependancies
210                   (reported by dabbott@gentoo.org and Ionut Biru).
211                 - Fix #634056 - Create 'hidden' actions
212                   (reported by Andreas Heinlein).
214         New and updated translations:
216                 - cs (Marek Černocký, Andre Klapper, Petr Kovar)
217                 - es (Jorge González)
219 Version 3.0.3
220 =============
222         Release date 2010-12-20
224         Modifications:
226                 - Add --enable-silent-rules option to configure;
227                   this is disabled by default;
228                   enabled when building the distributed tarball.
229                 - Add --with-gtk=[2|3|auto] option to configure.
230                 - NACT User's Manual: review 'Note' vs. 'Tip' usage.
231                 - Generate the API Reference Manual.
233         Bug fixes:
235                 - Improve save process when an error is detected on a deleted
236                   item.
238         New and updated translations:
240                 - de (Mario Blättermann)
241                 - es (Jorge González)
242                 - sl (Matej Urbančič, Andrej Žnidaršič)
244 Version 3.0.2
245 =============
247         Release date 2010-12-03
249         Modifications:
251                 - Add %o/%O no-op parameters in order to be able to force the
252                   multiple execution (cf. DES-EMA specification v 0.15).
253                 - Running with NAUTILUS_ACTIONS_DEBUG environment variable set
254                   display debug messages.
255                 - The default I/O provider may be chosen at configure time,
256                   and defaults to 'na-desktop'.
257                 - Display a summary of configuration options at configure time.
258                 - Add a preview when selecting an icon.
260         Bug fixes:
262                 - Fix #616532 - Can't select directory in the Nautilus-Actions export
263                   assistant while browsing it with a GtkFileChooserWidget
264                   (reported by Sense Hofstede).
265                 - Fix #632992 - Add comment about default value translation
266                   (reported by claude Paroz).
267                 - Fix #633439 - Make menu items, ttoltips etc. translatable
268                   (reported by Andreas Heinlein).
269                 - Fix #634056 - Create 'hidden' actions
270                   (reported by Andreas Heinlein).
271                 - Fix #635521 - Translatable sentences of the *.ui files don't appear
272                   in .po file (reported by Geodebay@gmail.com)
273                 - Include non translated figures in translated HTML and PDF manuals
274                   (no not distribute them).
275                 - Include and distribute admon-* icons in HTML manuals.
276                 - Fix the display of icons in Nautilus toolbar when the same action
277                   is also displayed in location or selection context menu.
278                 - Do not allow actions list to be fully shrinked.
280         New and updated translations:
282                 - ca (Carles Ferrando, Gil Forcada)
283                 - es (Jorge González)
284                 - eu (dooteo, Inaki Larranaga Murgoitio)
285                 - he (Yaron Shahrabani)
286                 - pt_BR (Djavan Fagundes)
287                 - sl (Matej Urbančič, Andrej Žnidaršič)
289 Version 3.0
290 ===========
292         Release date 2010-09-24
294         Modifications:
296                 - --enable-html-manuals and --enable-pdf-manuals configure options
297                   have been updated to accept the conversion programme as an argument;
298                   --with-db2html and --with-gdt configuration options have so been
299                   removed.
301         Bug fixes:
303                 - Fix HTML and PDF user's manuals build and distribution.
304                 - Fix a warning when overriding GTKDOC_RUN.
306         New and updated translations:
308                 - cs (Marek Cernocky, Petr Kovar)
309                 - de (Mario Blättermann)
310                 - es (Jorge González)
311                 - sl (Matej Urbančič, Andrej Žnidaršič)
312                 - zh_CN (Aron Xu)
314 Version 2.99.5
315 ==============
317         Release date 2010-08-23
319         Bug fix:
321                 - Do not try to build a Nautilus menu when there is no info available.
323 Version 2.99.4
324 ==============
326         Release date 2010-08-23
328         Enhancements:
330                 - Replace GtkLabel vith GtkTextView in import and export assistants
331                   summary.
332                 - Converts pre-v2 '%d/%f' to v3 '%f'.
333                 - Improve robustness of tokens parsing.
335         Bug fixes:
337                 - Fix PDF manual build and distribution.
338                 - Accepts null or empty input string or output pointers.
339                 - Fix default int value when reading null string.
340                 - Do not warn about malformed .desktop file when importing an URI.
341                 - Path+parameters are splitted whatever be the I/O importer.
342                 - Fix typos in sample actions.
343                 - Fix mimetypes and folders selection.
344                 - Fix basename check when matchcase is false.
345                 - Address each occurrence of selected instead of just the first one.
346                 - Take care of possibly NULL values when run from the command-line
347                   (reported by Юрий Пухальский)
348                 - Do not overexpand the example label.
350         New and updated translations:
352                 - es (Bryan Alberto Baron Chinchilla, Jorge González)
353                 - sl (Matej Urbančič, Andrej Žnidaršič)
355 Version 2.99.3
356 ==============
358         Release date 2010-08-16
360         Bug fixes:
362                 - Fix #627021 reported by Götz Waschk
363                   (uninitialized variable in na-icontext.c)
364                 - Fix manuals cleanup in Makefile
366 Version 2.99.2
367 ==============
369         Release date 2010-08-15
371         Enhancements:
373                 - Implement gtk-doc.
374                 - Distribution now includes
375                   . API and NACT documentation.
376                   . some example of actions.
378         Bug fixes:
380                 - Converts v2 %f parameter to v3 %b.
381                 - Fix Makefile.am's to make distcheck.
382                 - Fix writing of locales to .desktop files.
383                 - No more consider profile name as mandatory.
384                 - Allow the writing of empty data.
385                 - Let the UI immediately reacts when the status of an I/O provider changes.
386                 - Data for a read-only item is no more modifiable.
387                 - Fix XML import of localized vs. unlocalized old data.
388                 - Fix 'parent is not an action' error on XML import.
389                 - Fix sensitivy of startup fields vs. execution mode.
390                 - Fix incorrect handling of list conditions.
391                 - Fix incorrect setting of icon path in GConf.
392                 - Fix regression when displaying a path-based icon.
394         New and updated translations:
396                 - de (Mario Blättermann)
397                 - sl (Matej Urbančič, Andrej Žnidaršič)
398                 - sv (Daniel Nylander)
400 Version 2.99.1
401 ==============
403         Release date 2010-08-07
405         Enhancements:
407                 - NACT now implements an auto-save feature.
408                 - Display sort indicator in condition lists.
409                 - Some sort of user's manual is connected to NACT help.
411         Other modifications: 
413                 - Help shortcut is now F1 (no more Ctrl+H).
415         Bug fixes:
417                 - Implement multiple execution.
418                 - Implement all filter conditions.
419                 - Fix a crash when defining a positive assertion.
420                 - Fix wrong insertion of an action or a menu inside an action.
421                 - Fix capabilities frame title consistency.
422                 - Fix bad reinitialization of the icon item.
424         New parameters:
426                 - %m: (first) mimetype.
427                 - %M: space-separated list of mimetypes.
429         New and updated translations:
431                 de (Mario Blättermann)
432                 es (Jorge González)
433                 sl (Andrej Žnidaršič, Matej Urbančič)
435         Note that this version may not be fully fonctionnal. In particular,
436         Nautilus menu plugin may not yet honor all new conditions.
437         
438         Note also that due to the renaming of some parameters, actions or menus
439         created / updated with this version may not be compatible with previous,
440         older, ones.
441         
442 Version 2.99.0
443 ==============
445         Release date 2010-07-29
447         Major enhancements:
449                 - Implement the .desktop file specifications as described at
450                   http://www.nautilus-actions.org/?q=node/377 ; this new storage
451                   format is shareable with most common willing-to desktop 
452                   environments (KDE, XFCE, etc.)
454                 - Implement new properties, both in GConf and .desktop files:
455                   . a description of the item
456                   . a suggested shortcut for both action and menu
457                   . profile may specify an execution mode
458                   . command may specify the user which should run it
459                   . the 'accept-multiple-files' flag is replaced with a count selector
461                 - Conditions apply now both to actions, profiles and menus. They have
462                   been extended to include:
463                   . choose/refuse a particular target environment
464                   . specify a pre-requirement
465                   . only appears if a DBus service is registered
466                   . only appears if an external command displays "true"
467                   . only appears if a process is running
468                   
469                 - Most of list may have negated assertions : mimetypes, folders,
470                   schemes, basenames, capabilities.
472         New parameters:
474                 - %b: (first) basename
475                 - %B: space-separated list of basenames (was %m)
476                 - %c: count of selected items
477                 - %D: space-separated list of base directory of each selected items
478                 - %F: space-separated list of selected file names (was %M)
479                 - %h: hostname of the (first) URI
480                 - %n: username of the (first) URI (was %U)
481                 - %U: space-separated list of selected URIs
482                 - %w: (first) basename without the extension
483                 - %W: space-separated list of basenames without their extension
484                 - %x: (first) extension
485                 - %X: space-separated list of extensions
487                 Renamed parameters (%m, %M and %U) are dynamically taken into
488                 account when Nautilus-Actions loads the action. They are 
489                 automatically updated at write/export time.
491         UI modifications:
493                 - Each type of conditions has now its own tab
495         Bug fixes:
497                 - Fix #325523 reported by GrumZ
498                   (Add the possibility to define a fixed number of file selected)
499                 - Fix #325590 reported by Frederic Ruaudel
500                   (Removable storage context menus)
501                 - Fix #330610 reported by Olive
502                   (Permissions as conditions)
503                 - Fix #339533 reported by Frederic Ruaudel
504                   (Possibility to run the command provided for each selected files)
505                 - Fix #339534 reported by Frederic Ruaudel
506                   (Possibility to have the list of files without their extensions)
507                 - Fix #566383 reported by Nathan Middleton
508                   ("Appears if selection contains" options expanded)
509                 - Fix #607820 reported by D.
510                   (A case for using gvfs-info attributes matching)
511                 - Fix #616477 reported by Thomas Oster
512                   (Add possibility to filter by folder content)
513                 - Fix #621410 reported by Bruno Guerreiro
514                   (Nautilus-Actions doesn't respect folders)
516         New and updated translations:
518                 de (Mario Blättermann, Christian Kirbach)
519                 es (Jorge González)
520                 he (Yaron Shahrabani)
521                 lt (Gintautas Miliauskas)
522                 sl (Andrej Žnidaršič, Matej Urbančič)
524         Note that this version may not be fully fonctionnal. In particular,
525         Nautilus menu plugin may not yet honor all new conditions.
526         
527         Note also that due to the renaming of some parameters, actions or menus
528         created / updated with this version may not be compatible with previous,
529         older, ones.
530         
531 Version 2.30.3
532 ==============
534         Release date 2010-06-10
536         Bug fixes:
538                 - Fix #617058 reported by brunogirin@gmail.com
539                   (Do not add extraneous blanks when parsing parameters)
540                 - Fix #618110 reported by Claude Paroz
541                   ( Factorize strings for translators)
542                 - Fix bug reported by Dr Amr Osman
543                   (Do not add extraneous blanks when parsing parameters)
545         Other modifications:
547                 - Do not reload already loaded profiles.
548                 - Reset action to last version number after conversion from pre-v2.
550         New and updated translations:
552                 cs (Petr Kovar)
553                 de (Mario Blättermann)
554                 es (Jorge González)
555                 fr (Claude Paroz)
556                 gl (Fran Diéguez)
557                 pt_BR (Daniel S. Koda, Rodrigo Flores)
558                 sl (Andrej Žnidaršič, Matej Urbančič)
560 Version 2.30.2
561 ==============
563         Release date 2010-04-14
565         Bug fixes:
567                 - Fix #615646 reported by Deji Akingunola
568                   (Nautilus crashes when trash icon is right-clicked)
569                 - Fix #615807 reported by anibalf@gmail.com
570                   (Crash in Open Folder)
571                 - Fix GLib assertions when parsing parameters, using null values
572                 - Duplicate the profile attached to the Nautilus menu item, rather than
573                   adding a new reference; then do not try to unref its parent
574                 - Increment the reference count of the returned GFile location, so that
575                   it may be safely unreffed when parsing profile parameters
576                 - Fix incorrect plugins log domains
578         Other modifications:
580                 - Implement more of the future .desktop files.
581                 - Refactor NAIContextual class as NAIContext.
582                 - DBus interface na_tracker_dbus_get_selected_paths() now brings up
583                   both the URI and the Nautilus mimetype of selected items to the caller.
585         New and updated translations:
587                 es (Jorge González)
588                 lt (Gintautas Miliauskas)
590 Version 2.30.1
591 ==============
593         Release date 2010-04-09
595         Enhancements:
597                 - Slightly relax the validity rules of a profile, so that already
598                   existing actions may be still considered as valid, even when 
599                   commands do not use an absolute path.
601                 - Current position and folder of icons chooser dialog are now saved.
603         Bug fixes:
605                 - Fix #614595 reported by Sense Hofstede
606                   (Not all icons displayed in the nautilus-actions-config-tool)
607                 - Fix #614596 reported by Sense Hofstede
608                   (Nautilus-Actions' actions don't show up in context menus)
609                 - Do not prevent the export assistant to actually export items
610                 - Do not let a user untoggle a sort button
611                 - Do not mark the main window modified when first loading an empty set
612                 - Folders are definitively a list of paths
613                 - Also load items which are only described via their schemas
614                 - Only set defaults on non yet allocated data
615                 - Parent is not always an action, may be a menu
616                 - Also delete embedded schema names from GConf entries
617                 - Monitors GConf schemas
619         Code enhancement:
621                 - No more use GTK_WIDGET_IS_SENSITIVE macro after Gtk 2.20
623         Other modifications:
625                 - Menu plugin is renamed as libnautilus-actions-menu.so
627         New and updated translations:
629                 cs (Marek Černocký, Andre Klapper)
630                 es (Jorge González)
631                 sl (Andrej Žnidaršič, Matej Urbančič)
633 Version 2.30.0
634 ==============
636         Release date 2010-03-26
638         Enhancements:
640                 - Immplement full NautilusMenuProvider interface.
641                 - Allow the user to define a full hierarchy of menus and actions.
642                 - Implement full drag and drop.
643                 - Implement full cut/copy/paste clipboard support.
644                 - Allow an administrator to lock all the configuration.
645                 - Fully manage readonly items.
647         Bug fixes:
649                 - Fix #614382 reported by Wolter Hellmund
650                   (Nautilus-Actions won't open)
652         New and updated translations:
654                 cs (Marek Černocký, Petr Kovar, Andre Klapper)
655                 de (Mario Blättermann, Christian Kirbach)
656                 es (Jorge González, Ricardo Varas)
657                 eu (Inaki Larranaga Murgoitio)
658                 fr (Claude Paroz)
659                 nb (Kjartan Maraas)
660                 sl (Andrej Žnidaršič, Matej Urbančič)
662 Version 2.29.4
663 ==============
665         Release date 2010-01-23
667         Enhancements:
669                 - Allow default schemes to be parameterized in the NACT user
670                   interface.
672         Bug fixes:
674                 - Fix #607218 reported by Pierre Wieser
675                   (default vbox orientation in glade XML definition files).
676                 - Fix #607704 reported by Sense Hofstede
677                   (use GtkBuildable interface instead of 'name' field).
678                 - Fix toolbars relative position.
680         New dependancies:
682                 dbus-glib-1 (required by tracker Nautilus plugin).
684         New and updated translations:
686                 cs (Marek Černocký, Petr Kovar, Andre Klapper)
687                 de (Mario Blättermann)
689         Please note, that for now, the new Desktop I/O provider is only
690         available in maintainer mode, as it is far to be ready for a
691         production use.
693 Version 2.29.3
694 ==============
696         Release date 2010-01-05
698         Enhancements:
700                 - Display the writability status in the status bar; the image
701                   itself comes with a dynamic tooltip which describes the origin
702                   of the status.
703                 - Homogeneize syslog initialization messages.
704                 - Let the I/O provider set specific data into NAObjectItem.
705                 - Make the toolbars detacheable.
707         Bug fixes:
709                 - Fix write/delete operations in NAIIODesktopProvider.
710                 - No more display the Export icon in the toolbar (no icon).
711                 - Use correct printf format; use -Wformat=2 gcc option to prevent
712                   future bugs (reported by "Miler" <acidrums4@gmail.com>).
713                 - Substitute gtk_cell_layout_get_cells to obsoleted
714                   gtk_tree_view_column_get_cell_renderers.
716         New and updated translations:
718                 es (Jorge González)
719                 fr (Bruno Brouard, Claude Paroz)
720                 sl (Andrej Žnidaršič, Matej Urbančič)
722         Please note, that for now, the new Desktop I/O provider is only available
723         in maintainer mode, as it is far to being ready for a production use.
725 Version 2.29.2
726 ==============
728         Release date 2009-12-16
730         This version brings up several major enhancements:
732                 - An API is defined, which let us have more than one I/O provider;
733                   this prepare in particular the arrival of a desktop I/O provider.
735                 - GConf I/O provider is now a dynamically loaded plugin.
737                 - Gracefully manage the read-only items, whether the action has
738                   been made mandatory by a sysadmin, or the I/O provider
739                   being itself not writable at all.
741                 - Ability to assign a keyboard accelerator to a predefined action
742                   via the nautilus-actions-run new program.
743                   nautilus-actions-run will automagically take into account the
744                   current Nautilus selection and apply it to your action (#435820
745                   reported by Frederic Ruaudel).
747                 - Let actions be defined to appear in Nautilus toolbar (#110288
748                   reported by danny_milo@yahoo.com).
750                 - Let a sysadmin lock down its configuration by setting a mandatory
751                   GConf key "/apps/nautilus-actions/mandatory/na-gconf/locked" to
752                   true (#325520 reported by Frederic Ruaudel).
754         Other enhancements:
756                 - Ask the user for a confirmation on session ending when there
757                   is not yet saved modifications.
758                 - nautilus-actions-config-tool (NACT) is no more tied to a
759                   single instance: '--non-unique' argument let the user
760                   run several instance.
761                 - When exporting, export the current content of Actions list.
762                 - Define two new user preferences for assistants management.
763                 - Update nautilus-actions-new to be able to define actions which
764                   target toolbar and folder menus.
765                 - Add '--version' command-line argument to all programs:
766                         . nautilus-actions-config-tool
767                         . nautilus-actions-new
768                         . nautilus-actions-schemas.
769                 - Add mnemonics to target radio button labels in Action tab.
770                 - Only set foreground color for normal state.
771                 - Implement keyboard accelerators in Folders listview.
772                 - Implement keyboard accelerators in Advanced conditions tab.
773                 - As an help to bug reporter, displays GLib and Gtk+ current
774                   versions on '--version' argument.
776         Bugfixes:
778                 - Propagate default values to imported actions.
779                 - Fix dialog title not reset after save.
780                 - Fix the item counters when importing.
781                 - Fix a typo in Import tab of Preferences dialog.
782                 - Add plural mark in the Preferences dialog.
783                 - Fix memory leaks in Action tab.
784                 - Fix memory leaks in Advanced conditions tab.
785                 - Only tries to setup folders when there is a current profile.
786                 - Only setup toolbar label when current item is an action.
787                 - Safely handle signal deconnexions.
788                 - na_xml_writer_output_xml() now returns error messages.
789                 - Fix #599913 reported by Vincent (unable to create an action).
790                 - Fix #600712 reported by Deji Akingunola
791                   (crash in nautilus-actions-config-tool).
793         Architecture modifications:
795                 - Private and runtime libraries are now dynamic libraries.
796                 - A Nautilus-Actions development environment might be set for
797                   developing new plugins.
798                 - Nautilus-Actions plugins are installed in PKGLIBDIR (for now,
799                   libna-io-provider-desktop.so and libna-io-provider-gconf.so).
800                 - New nautilus-actions-run command-line program.
801                 - New libnautilus-actions-tracker Nautilus extension.
802                 - Removed useless gthread dependancy.
804                 Please note, that for now, the new Desktop I/O provider is
805                 only available in maintainer mode, as it is far to being
806                 ready for a production use.
808         New and updated translations:
810                 de (Mario Blättermann, Christian Kirbach)
811                 es (Jorge González)
812                 pt (António Lima)
813                 sl (Andrej Žnidaršič)
814                 sv (Daniel Nylander)
815                 ta (ifeli)
816                 te (krishnababu k)
818 Version 1.12.3
819 ==============
821         Release date 2009-11-07
823         This is the third bugfix release of the 1.12 serie.
825         Bugfixes
827                 #599520 reported by Antonio Lima (do not mark author names for
828                 translating)
829                 #600712 reported by Deji Akingunola (NACT crashes on export)
830                 #599913 reported by Vincent (menubar is not visible)
832         Other Code enhancements
834                 Remove terminating dot from radio button labels.
836                 Make the assistants transient relatively to the main window.
838                 Initialize console utils log handlers.
840                 Use XML markup to print messages embedding XML tags.
842                 Fix copy of profiles of an action by reinitializing the target
843                 list of profiles before duplicating the source one.
845         New and updated translations
847                 None at this time.
849 Version 2.29.1
850 ==============
852         Release date 2009-10-25
854         This version brings up several major enhancements :
855         - implements full API as defined for use by Nautilus menu extensions :
856           this let the user define items which will be available when there is
857           no selection, and will apply to current folder, either as a 'folder'
858           menu or in the toolbar ;
859         - the ability for the user to define a full hierarchy of actions
860           with menus, submenus, and so on ;
861         - drag and drop ;
862         - full cut/copy/paste clipboard support.
864         Other enhancements :
865         - items are freely reorderable ;
866         - an 'About Nautilus-Actions' item can be added to Nautilus menus ;
867     - preferences can be edited through the NACT user interface ;
868         - actions can be imported and exported by drag and drop ;
869         - one toolbar is defined for each menu, and can be displayed in NACT ;
870         - let the user quit the assistants with Cancel without emitting a
871           warning ;
872         - remove terminating dot from radio button labels ;
873         - when importing, let the user be asked for its preferred import mode ;
874         - when exporting, let the user be asked for its preferred export format ;
875         - summary pages in import and export assistants have been enhanced ;
876         - checks the unicity of an imported action against those just imported
877           in the same session ;
878         - let the labels be edited in place in Actions list ;
879         - define F2 as a keyboard accelerator for in-place edition ;
880         - save even non-valid items
881         - requires rather a command that a label for a profile to be valid.
883         Bugfixes
885                 #325528 reported by Frederic Ruaudel (bloated  contextual menu)
886                 #325587 reported by Frederic Ruaudel (drag & drop support)
887                 #326699 reported by Frederic Ruaudel (action items do not remain
888                                 in user defined order)
889                 #353353 reported by Frederic Ruaudel (check if command exist
890                                 and if not warn user)
891                 #588482 reported by Sean (ordering in actions list)
892                 #590400 reported by Pierre Wieser (have some sort of warnings in
893                                 the ui)
894                 #599520 reported by António Lima (do not mark authors names and
895                                 emails for translating)
897         Various code enhancements
899                 - code has been reachitectured to better distinguish between
900                   code required by plugin from those only required by NACT,
901                   thus creating two 'runtime' and 'common' convenience libraries
902                 - validity and modification status checking has been optimized
903                 - all dialogs are now transient relatively to the main window
904                 - a window may have its own XML UI definition file while sharing
905                   the common GtkBuilder object
906                 - fix reference count in tree stores
907                 - no more consider NAUTILUS_ACTIONS_CONFIG_VERSION as a
908                   configure.ac variable
909                 - all subitem lists are moved from GSList to GList (more
910                   efficient, easyer to type)
911                 - doesn't update selection while adding or removing items to or
912                   from the Actions list
914         New and updated translations
916                 de (Mario Blättermann, Christian Kirbach)
917                 es (Jorge Gonzalez)
919 Version 1.12.2
920 ==============
922         Release date 2009-10-20
924         Fix browsing for a file icon.
926 Version 1.12.1
927 ==============
929         Release date 2009-10-19
931         Menubar items have now keyboard accelerators.
933         Keep the actions in Nautilus context menu in the same (alphabetical)
934         order that in NACT.
936         Actions can now be directly dropped into Nautilus views without
937         having to run through the Export assistant.
939         Make (some) ids unique in Glade-generated UI XML definition file.
940         Please note that this is required to prevent 'duplicate id' bug
941         in distros which use recent versions of GtkBuilder.
943         Bugfixes
945                 #592781 reported by Jerome Krausz (use explicit format string)
947         Various code enhancements
949                 Use Gtk+ UI Manager.
951                 BaseApplication base class has been rewritten to get a cleaner api.
953                 Whole program is now compiled with '-pedantic' option.
955                 Defines a permanent work-around against #589745 (GtkAssistant)
956                 so that we can safely proceed with our job in on_assistant_apply()
957                 without requiring latest Gtk+ version.
959         Various documentation enhancements
961                 Object hierarchy is updated.
963         New and updated translations
965                 de (Mario Blättermann)
966                 es (Jorge Gonzalez)
967                 eu (Inaki Larranaga Murgoitio)
968                 hi (Rajesh Ranjan)
969                 or (Manoj Kumar Giri)
970                 pa (A S Alam)
971                 sl (Andrej Žnidaršič)
972                 sv (Daniel Nylander)
973                 te (krishnababu k)
975 Version 1.12.0
976 ==============
978         Release date 2009-08-12
980         User is now able to freely enable/disable an action. A disabled action
981         never appear in the Nautilus context menu.
983         Bugfixes
985                 #325519 asked by Frederic Ruaudel (enabled property)
986                 #590398 reported by Pierre Wieser (install doc)
987                 #590399 reported by Pierre Wieser (gtk_image_menu_item_set_image)
988                 #590709 reported by Claude Paroz (markup in translatable strings)
989                 #590711 reported by Claude Paroz (pipe char is ambiguous to translate)
991         Various code enhancements
993                 Do not install GConf schemas if --disable-schemas-install option
994                 has been specified.
996                 Remove nautilus-actions subdirectories at uninstall time.
998         New and updated translations
1000                 es (Jorge González)
1001                 fr (Laurent Coudeur, Claude Paroz)
1003 Version 1.11.2
1004 ==============
1006     Release date 2009-07-30
1008     Two new parameters are introduced :
1009     
1010         %p: expands to the port number from an URI
1011         %R: expands to a space-separated list of selected URIs
1013     Bugfixes
1015         #325582 reported by Frederic Ruaudel (use GConf)
1016         #325585 reported by Frederic Ruaudel (delete actions created via gconftool-2)
1017         #353198 reported by Frederic Ruaudel (single window mode)
1018         #531301 asked by IceWil (list of selected URIs)
1019         #576186 asked by gnutered (port of the URI)
1020         #580378 reported by James Campos (context menu doesn't update)
1021         #585652 reported by Claude Paroz (user interface)
1022         #589698 reported by Andre Klapper (use GtkBuilder)
1024     New and updated translations
1026         bn_IN (Runa Bhattacharjee)
1027         da (Mads Lundby)
1028         de (Mario Blättermann)
1029         es (Jorge Gonzalez)
1030         fr (Claude Paroz)
1031         gu (Sweta Kothari)
1032         kn (Shankar Prasad)
1033         mr (Sandeep Shedmake)
1034         or (Manoj Kumar Giri)
1035         pa (A S Alam)
1036         sv (Daniel Nylander)
1037         ta (ifelix)
1038         te (Krishnababu K.)
1040     Various code enhancements
1042         Gnome 3.0 requirements are met :
1043         - migrated from libglade to GtkBuilder
1044         - migrated from GnomeVFS to GVFS
1045         - gets ride of old dependancies
1047         - adds a dependancy on libunique 1.0
1048         - requires now Gtk+ 2.12, Glib 2.16
1050         Command-line utilities are now always built (no more a configure option).
1052     nautilus-actions-config-tool
1054          The configuration UI has been renamed from nautilus-actions-config.
1056          It provides more visual feedback : which actions have been modified, which
1057          are saveable or not, depending on their validity status. Automatically
1058          reloads the list of actions if it has been externally modified, depending
1059          on the modification status of the currently edited actions.
1061          Import and Export actions are now assistant-driven.
1062          Actions can be exported as a GConf dump entry (new format).
1064     nautilus-actions-new
1066          This utility has been renamed from nautilus-actions-new-config.
1068          It can be used to create an action, and has been updated to generate
1069          actions with the new export format, or to directly write the action into
1070          the GConf repository.
1072     nautilus-actions-schema
1074          This new command-line utility writes a GConf schema on stdout.
1075          Packagers may use it to install a schema.
1077 Version 1.11.0 [unstable]
1079         Release date 2009-06-09
1081         This is the first intermediate release in the 1.11 serie.
1083         It includes a full rewriting of the action/profile object
1084         hierarchy, along with the system of change notification. It also
1085         introduces the new NactIIOProvider interface.
1087         The Nautilus plugin module, which actually takes care of selecting
1088         actions which will be displayed by Nautilus in item context menu,
1089         makes a full use of this new object hierarchy.
1091         The nautilus-actions-config UI always uses the old one.
1093         Bugfixes
1095                 #580378 reported by James Campos (context menu doesn't update)
1097         New and updated translations
1099                 de (Mario Blättermann)
1100                 mr (Sandeep Shedmake)
1101                 or (Manoj Kumar Giri)
1103 Version 1.10.1
1104 ==============
1106         Release date 2009-05-29
1108         Nota:
1109                 Last official release was 1.4.1 (05/2007) and is always available
1110                 at http://www.grumz.net/?q=taxonomy/term/6/9 
1112                 In the meantime (10/2008), some distributions have packaged and
1113                 released the current state of the svn trunk (rev.510) ; they have
1114                 generally called it 1.9 (sometimes 1.9b) ; this was _not_ an
1115                 official release (though we can think it has been correctly
1116                 tested ;-)) 
1118         Profiles
1119         
1120                 The "profile" feature has been developed by Frederic Ruaudel
1121                 (previous maintainer and original author of Nautilus-actions).
1122                 It has been included in the intermediate version 1.9x without
1123                 having thoroughly tested ; I have chosen to left it in this
1124                 version to not create backward compatibility problems for the
1125                 users of these distributions, but be warned : use with caution.
1127         Bugfixes
1129                 Fixes #522605 reported by Andre Klapper (i18n)
1130                 Fixes #573365 reported by Sergej (i18n)
1131                 Fixes #574919 by Bruce van der Kooij (gnome_vfs_init)
1132                 Fixes #568366 by Stéphane Raimbault (i18n)
1134         Translations
1136                 ar (Djihed Afifi)
1137                 ca (Sílvia Miranda)
1138                 de (Mario Blättermann, Andre Klapper)
1139                 dz (Pema Geyleg)
1140                 el (Kostas Papadimas)
1141                 en (David Lodge, Adam Weinberger, Philip Withnall)
1142                 es (Jorge Gonzalez)
1143                 eu (Inaki Larranaga Murgoitio)
1144                 fi (Ilkka Tuohela)
1145                 fr (Claude Paroz, Stéphane Raimbault)
1146                 it (Milo Casagrande)
1147                 ko (Changwoo Ryu)
1148                 mr (Milo Casagrande)
1149                 nb (Kjartan Maraas)
1150                 oc (Yannig Marchegay)
1151                 pa (Amanpreet Singh Alam)
1152                 pl (Wadim Dziedzic)
1153                 pt (Duarte Loreto, Og Maciel, Jonh Wendell)
1154                 sv (Daniel Nylander)
1156         Various code enhancements
1157         
1158                 All compilations warnings have been fixed, all code is now
1159                 fully ansi-compliant, though not (yet ?) pedantic (Pierre Wieser)
1161                 Introduce new intltool (Christian Persch)
1163                 Double-clicking on an action now directly opens the editor
1164