Properly quote 'exotic' filenames
[nautilus-actions.git] / NEWS
blob9c7aa4a93a6761e3809fb462c0b5dbf63cdf371d
1 Version 3.0.3
2 =============
4         Release date 2010-12-20
6         Modifications:
8                 - Add --enable-silent-rules option to configure;
9                   this is disabled by default;
10                   enabled when building the distributed tarball.
11                 - Add --with-gtk=[2|3|auto] option to configure.
12                 - NACT User's Manual: review 'Note' vs. 'Tip' usage.
13                 - Generate the API Reference Manual.
15         Bug fixes:
17                 - Improve save process when an error is detected on a deleted
18                   item.
20         New and updated translations:
22                 - de (Mario Blättermann)
23                 - es (Jorge González)
24                 - sl (Matej Urbančič, Andrej Žnidaršič)
26 Version 3.0.2
27 =============
29         Release date 2010-12-03
31         Modifications:
33                 - Add %o/%O no-op parameters in order to be able to force the
34                   multiple execution (cf. DES-EMA specification v 0.15).
35                 - Running with NAUTILUS_ACTIONS_DEBUG environment variable set
36                   display debug messages.
37                 - The default I/O provider may be chosen at configure time,
38                   and defaults to 'na-desktop'.
39                 - Display a summary of configuration options at configure time.
40                 - Add a preview when selecting an icon.
42         Bug fixes:
44                 - Fix #616532 - Can't select directory in the Nautilus Actions export
45                   assistant while browsing it with a GtkFileChooserWidget
46                   (reported by Sense Hofstede).
47                 - Fix #632992 - Add comment about default value translation
48                   (reported by claude Paroz).
49                 - Fix #633439 - Make menu items, ttoltips etc. translatable
50                   (reported by Andreas Heinlein).
51                 - Fix #634056 - Create 'hidden' actions
52                   (reported by Andreas Heinlein).
53                 - Fix #635521 - Translatable sentences of the *.ui files don't appear
54                   in .po file (reported by Geodebay@gmail.com)
55                 - Include non translated figures in translated HTML and PDF manuals
56                   (no not distribute them).
57                 - Include and distribute admon-* icons in HTML manuals.
58                 - Fix the display of icons in Nautilus toolbar when the same action
59                   is also displayed in location or selection context menu.
60                 - Do not allow actions list to be fully shrinked.
62         New and updated translations:
64                 - ca (Carles Ferrando, Gil Forcada)
65                 - es (Jorge González)
66                 - eu (dooteo, Inaki Larranaga Murgoitio)
67                 - he (Yaron Shahrabani)
68                 - pt_BR (Djavan Fagundes)
69                 - sl (Matej Urbančič, Andrej Žnidaršič)
71 Version 3.0
72 ===========
74         Release date 2010-09-24
76         Modifications:
78                 - --enable-html-manuals and --enable-pdf-manuals configure options
79                   have been updated to accept the conversion programme as an argument;
80                   --with-db2html and --with-gdt configuration options have so been
81                   removed.
83         Bug fixes:
85                 - Fix HTML and PDF user's manuals build and distribution.
86                 - Fix a warning when overriding GTKDOC_RUN.
88         New and updated translations:
90                 - cs (Marek Cernocky, Petr Kovar)
91                 - de (Mario Blättermann)
92                 - es (Jorge González)
93                 - sl (Matej Urbančič, Andrej Žnidaršič)
94                 - zh_CN (Aron Xu)
96 Version 2.99.5
97 ==============
99         Release date 2010-08-23
101         Bug fix:
103                 - Do not try to build a Nautilus menu when there is no info available.
105 Version 2.99.4
106 ==============
108         Release date 2010-08-23
110         Enhancements:
112                 - Replace GtkLabel vith GtkTextView in import and export assistants
113                   summary.
114                 - Converts pre-v2 '%d/%f' to v3 '%f'.
115                 - Improve robustness of tokens parsing.
117         Bug fixes:
119                 - Fix PDF manual build and distribution.
120                 - Accepts null or empty input string or output pointers.
121                 - Fix default int value when reading null string.
122                 - Do not warn about malformed .desktop file when importing an URI.
123                 - Path+parameters are splitted whatever be the I/O importer.
124                 - Fix typos in sample actions.
125                 - Fix mimetypes and folders selection.
126                 - Fix basename check when matchcase is false.
127                 - Address each occurrence of selected instead of just the first one.
128                 - Take care of possibly NULL values when run from the command-line
129                   (reported by Юрий Пухальский)
130                 - Do not overexpand the example label.
132         New and updated translations:
134                 - es (Bryan Alberto Baron Chinchilla, Jorge González)
135                 - sl (Matej Urbančič, Andrej Žnidaršič)
137 Version 2.99.3
138 ==============
140         Release date 2010-08-16
142         Bug fixes:
144                 - Fix #627021 reported by Götz Waschk
145                   (uninitialized variable in na-icontext.c)
146                 - Fix manuals cleanup in Makefile
148 Version 2.99.2
149 ==============
151         Release date 2010-08-15
153         Enhancements:
155                 - Implement gtk-doc.
156                 - Distribution now includes
157                   . API and NACT documentation.
158                   . some example of actions.
160         Bug fixes:
162                 - Converts v2 %f parameter to v3 %b.
163                 - Fix Makefile.am's to make distcheck.
164                 - Fix writing of locales to .desktop files.
165                 - No more consider profile name as mandatory.
166                 - Allow the writing of empty data.
167                 - Let the UI immediately reacts when the status of an I/O provider changes.
168                 - Data for a read-only item is no more modifiable.
169                 - Fix XML import of localized vs. unlocalized old data.
170                 - Fix 'parent is not an action' error on XML import.
171                 - Fix sensitivy of startup fields vs. execution mode.
172                 - Fix incorrect handling of list conditions.
173                 - Fix incorrect setting of icon path in GConf.
174                 - Fix regression when displaying a path-based icon.
176         New and updated translations:
178                 - de (Mario Blättermann)
179                 - sl (Matej Urbančič, Andrej Žnidaršič)
180                 - sv (Daniel Nylander)
182 Version 2.99.1
183 ==============
185         Release date 2010-08-07
187         Enhancements:
189                 - NACT now implements an auto-save feature.
190                 - Display sort indicator in condition lists.
191                 - Some sort of user's manual is connected to NACT help.
193         Other modifications: 
195                 - Help shortcut is now F1 (no more Ctrl+H).
197         Bug fixes:
199                 - Implement multiple execution.
200                 - Implement all filter conditions.
201                 - Fix a crash when defining a positive assertion.
202                 - Fix wrong insertion of an action or a menu inside an action.
203                 - Fix capabilities frame title consistency.
204                 - Fix bad reinitialization of the icon item.
206         New parameters:
208                 - %m: (first) mimetype.
209                 - %M: space-separated list of mimetypes.
211         New and updated translations:
213                 de (Mario Blättermann)
214                 es (Jorge González)
215                 sl (Andrej Žnidaršič, Matej Urbančič)
217         Note that this version may not be fully fonctionnal. In particular,
218         Nautilus menu plugin may not yet honor all new conditions.
219         
220         Note also that due to the renaming of some parameters, actions or menus
221         created / updated with this version may not be compatible with previous,
222         older, ones.
223         
224 Version 2.99.0
225 ==============
227         Release date 2010-07-29
229         Major enhancements:
231                 - Implement the .desktop file specifications as described at
232                   http://www.nautilus-actions.org/?q=node/377 ; this new storage
233                   format is shareable with most common willing-to desktop 
234                   environments (KDE, XFCE, etc.)
236                 - Implement new properties, both in GConf and .desktop files:
237                   . a description of the item
238                   . a suggested shortcut for both action and menu
239                   . profile may specify an execution mode
240                   . command may specify the user which should run it
241                   . the 'accept-multiple-files' flag is replaced with a count selector
243                 - Conditions apply now both to actions, profiles and menus. They have
244                   been extended to include:
245                   . choose/refuse a particular target environment
246                   . specify a pre-requirement
247                   . only appears if a DBus service is registered
248                   . only appears if an external command displays "true"
249                   . only appears if a process is running
250                   
251                 - Most of list may have negated assertions : mimetypes, folders,
252                   schemes, basenames, capabilities.
254         New parameters:
256                 - %b: (first) basename
257                 - %B: space-separated list of basenames (was %m)
258                 - %c: count of selected items
259                 - %D: space-separated list of base directory of each selected items
260                 - %F: space-separated list of selected file names (was %M)
261                 - %h: hostname of the (first) URI
262                 - %n: username of the (first) URI (was %U)
263                 - %U: space-separated list of selected URIs
264                 - %w: (first) basename without the extension
265                 - %W: space-separated list of basenames without their extension
266                 - %x: (first) extension
267                 - %X: space-separated list of extensions
269                 Renamed parameters (%m, %M and %U) are dynamically taken into
270                 account when Nautilus-Actions loads the action. They are 
271                 automatically updated at write/export time.
273         UI modifications:
275                 - Each type of conditions has now its own tab
277         Bug fixes:
279                 - Fix #325523 reported by GrumZ
280                   (Add the possibility to define a fixed number of file selected)
281                 - Fix #325590 reported by Frederic Ruaudel
282                   (Removable storage context menus)
283                 - Fix #330610 reported by Olive
284                   (Permissions as conditions)
285                 - Fix #339533 reported by Frederic Ruaudel
286                   (Possibility to run the command provided for each selected files)
287                 - Fix #339534 reported by Frederic Ruaudel
288                   (Possibility to have the list of files without their extensions)
289                 - Fix #566383 reported by Nathan Middleton
290                   ("Appears if selection contains" options expanded)
291                 - Fix #607820 reported by D.
292                   (A case for using gvfs-info attributes matching)
293                 - Fix #616477 reported by Thomas Oster
294                   (Add possibility to filter by folder content)
295                 - Fix #621410 reported by Bruno Guerreiro
296                   (Nautilus-Actions doesn't respect folders)
298         New and updated translations:
300                 de (Mario Blättermann, Christian Kirbach)
301                 es (Jorge González)
302                 he (Yaron Shahrabani)
303                 lt (Gintautas Miliauskas)
304                 sl (Andrej Žnidaršič, Matej Urbančič)
306         Note that this version may not be fully fonctionnal. In particular,
307         Nautilus menu plugin may not yet honor all new conditions.
308         
309         Note also that due to the renaming of some parameters, actions or menus
310         created / updated with this version may not be compatible with previous,
311         older, ones.
312         
313 Version 2.30.3
314 ==============
316         Release date 2010-06-10
318         Bug fixes:
320                 - Fix #617058 reported by brunogirin@gmail.com
321                   (Do not add extraneous blanks when parsing parameters)
322                 - Fix #618110 reported by Claude Paroz
323                   ( Factorize strings for translators)
324                 - Fix bug reported by Dr Amr Osman
325                   (Do not add extraneous blanks when parsing parameters)
327         Other modifications:
329                 - Do not reload already loaded profiles.
330                 - Reset action to last version number after conversion from pre-v2.
332         New and updated translations:
334                 cs (Petr Kovar)
335                 de (Mario Blättermann)
336                 es (Jorge González)
337                 fr (Claude Paroz)
338                 gl (Fran Diéguez)
339                 pt_BR (Daniel S. Koda, Rodrigo Flores)
340                 sl (Andrej Žnidaršič, Matej Urbančič)
342 Version 2.30.2
343 ==============
345         Release date 2010-04-14
347         Bug fixes:
349                 - Fix #615646 reported by Deji Akingunola
350                   (Nautilus crashes when trash icon is right-clicked)
351                 - Fix #615807 reported by anibalf@gmail.com
352                   (Crash in Open Folder)
353                 - Fix GLib assertions when parsing parameters, using null values
354                 - Duplicate the profile attached to the Nautilus menu item, rather than
355                   adding a new reference; then do not try to unref its parent
356                 - Increment the reference count of the returned GFile location, so that
357                   it may be safely unreffed when parsing profile parameters
358                 - Fix incorrect plugins log domains
360         Other modifications:
362                 - Implement more of the future .desktop files.
363                 - Refactor NAIContextual class as NAIContext.
364                 - DBus interface na_tracker_dbus_get_selected_paths() now brings up
365                   both the URI and the Nautilus mimetype of selected items to the caller.
367         New and updated translations:
369                 es (Jorge González)
370                 lt (Gintautas Miliauskas)
372 Version 2.30.1
373 ==============
375         Release date 2010-04-09
377         Enhancements:
379                 - Slightly relax the validity rules of a profile, so that already
380                   existing actions may be still considered as valid, even when 
381                   commands do not use an absolute path.
383                 - Current position and folder of icons chooser dialog are now saved.
385         Bug fixes:
387                 - Fix #614595 reported by Sense Hofstede
388                   (Not all icons displayed in the nautilus-actions-config-tool)
389                 - Fix #614596 reported by Sense Hofstede
390                   (Nautilus Actions' actions don't show up in context menus)
391                 - Do not prevent the export assistant to actually export items
392                 - Do not let a user untoggle a sort button
393                 - Do not mark the main window modified when first loading an empty set
394                 - Folders are definitively a list of paths
395                 - Also load items which are only described via their schemas
396                 - Only set defaults on non yet allocated data
397                 - Parent is not always an action, may be a menu
398                 - Also delete embedded schema names from GConf entries
399                 - Monitors GConf schemas
401         Code enhancement:
403                 - No more use GTK_WIDGET_IS_SENSITIVE macro after Gtk 2.20
405         Other modifications:
407                 - Menu plugin is renamed as libnautilus-actions-menu.so
409         New and updated translations:
411                 cs (Marek Černocký, Andre Klapper)
412                 es (Jorge González)
413                 sl (Andrej Žnidaršič, Matej Urbančič)
415 Version 2.30.0
416 ==============
418         Release date 2010-03-26
420         Enhancements:
422                 - Immplement full NautilusMenuProvider interface.
423                 - Allow the user to define a full hierarchy of menus and actions.
424                 - Implement full drag and drop.
425                 - Implement full cut/copy/paste clipboard support.
426                 - Allow an administrator to lock all the configuration.
427                 - Fully manage readonly items.
429         Bug fixes:
431                 - Fix #614382 reported by Wolter Hellmund
432                   (Nautilus actions won't open)
434         New and updated translations:
436                 cs (Marek Černocký, Petr Kovar, Andre Klapper)
437                 de (Mario Blättermann, Christian Kirbach)
438                 es (Jorge González, Ricardo Varas)
439                 eu (Inaki Larranaga Murgoitio)
440                 fr (Claude Paroz)
441                 nb (Kjartan Maraas)
442                 sl (Andrej Žnidaršič, Matej Urbančič)
444 Version 2.29.4
445 ==============
447         Release date 2010-01-23
449         Enhancements:
451                 - Allow default schemes to be parameterized in the NACT user
452                   interface.
454         Bug fixes:
456                 - Fix #607218 reported by Pierre Wieser
457                   (default vbox orientation in glade XML definition files).
458                 - Fix #607704 reported by Sense Hofstede
459                   (use GtkBuildable interface instead of 'name' field).
460                 - Fix toolbars relative position.
462         New dependancies:
464                 dbus-glib-1 (required by tracker Nautilus plugin).
466         New and updated translations:
468                 cs (Marek Černocký, Petr Kovar, Andre Klapper)
469                 de (Mario Blättermann)
471         Please note, that for now, the new Desktop I/O provider is only
472         available in maintainer mode, as it is far to be ready for a
473         production use.
475 Version 2.29.3
476 ==============
478         Release date 2010-01-05
480         Enhancements:
482                 - Display the writability status in the status bar; the image
483                   itself comes with a dynamic tooltip which describes the origin
484                   of the status.
485                 - Homogeneize syslog initialization messages.
486                 - Let the I/O provider set specific data into NAObjectItem.
487                 - Make the toolbars detacheable.
489         Bug fixes:
491                 - Fix write/delete operations in NAIIODesktopProvider.
492                 - No more display the Export icon in the toolbar (no icon).
493                 - Use correct printf format; use -Wformat=2 gcc option to prevent
494                   future bugs (reported by "Miler" <acidrums4@gmail.com>).
495                 - Substitute gtk_cell_layout_get_cells to obsoleted
496                   gtk_tree_view_column_get_cell_renderers.
498         New and updated translations:
500                 es (Jorge González)
501                 fr (Bruno Brouard, Claude Paroz)
502                 sl (Andrej Žnidaršič, Matej Urbančič)
504         Please note, that for now, the new Desktop I/O provider is only available
505         in maintainer mode, as it is far to being ready for a production use.
507 Version 2.29.2
508 ==============
510         Release date 2009-12-16
512         This version brings up several major enhancements:
514                 - An API is defined, which let us have more than one I/O provider;
515                   this prepare in particular the arrival of a desktop I/O provider.
517                 - GConf I/O provider is now a dynamically loaded plugin.
519                 - Gracefully manage the read-only items, whether the action has
520                   been made mandatory by a sysadmin, or the I/O provider
521                   being itself not writable at all.
523                 - Ability to assign a keyboard accelerator to a predefined action
524                   via the nautilus-actions-run new program.
525                   nautilus-actions-run will automagically take into account the
526                   current Nautilus selection and apply it to your action (#435820
527                   reported by Frederic Ruaudel).
529                 - Let actions be defined to appear in Nautilus toolbar (#110288
530                   reported by danny_milo@yahoo.com).
532                 - Let a sysadmin lock down its configuration by setting a mandatory
533                   GConf key "/apps/nautilus-actions/mandatory/na-gconf/locked" to
534                   true (#325520 reported by Frederic Ruaudel).
536         Other enhancements:
538                 - Ask the user for a confirmation on session ending when there
539                   is not yet saved modifications.
540                 - nautilus-actions-config-tool (NACT) is no more tied to a
541                   single instance: '--non-unique' argument let the user
542                   run several instance.
543                 - When exporting, export the current content of Actions list.
544                 - Define two new user preferences for assistants management.
545                 - Update nautilus-actions-new to be able to define actions which
546                   target toolbar and folder menus.
547                 - Add '--version' command-line argument to all programs:
548                         . nautilus-actions-config-tool
549                         . nautilus-actions-new
550                         . nautilus-actions-schemas.
551                 - Add mnemonics to target radio button labels in Action tab.
552                 - Only set foreground color for normal state.
553                 - Implement keyboard accelerators in Folders listview.
554                 - Implement keyboard accelerators in Advanced conditions tab.
555                 - As an help to bug reporter, displays GLib and Gtk+ current
556                   versions on '--version' argument.
558         Bugfixes:
560                 - Propagate default values to imported actions.
561                 - Fix dialog title not reset after save.
562                 - Fix the item counters when importing.
563                 - Fix a typo in Import tab of Preferences dialog.
564                 - Add plural mark in the Preferences dialog.
565                 - Fix memory leaks in Action tab.
566                 - Fix memory leaks in Advanced conditions tab.
567                 - Only tries to setup folders when there is a current profile.
568                 - Only setup toolbar label when current item is an action.
569                 - Safely handle signal deconnexions.
570                 - na_xml_writer_output_xml() now returns error messages.
571                 - Fix #599913 reported by Vincent (unable to create an action).
572                 - Fix #600712 reported by Deji Akingunola
573                   (crash in nautilus-actions-config-tool).
575         Architecture modifications:
577                 - Private and runtime libraries are now dynamic libraries.
578                 - A Nautilus-Actions development environment might be set for
579                   developing new plugins.
580                 - Nautilus-Actions plugins are installed in PKGLIBDIR (for now,
581                   libna-io-provider-desktop.so and libna-io-provider-gconf.so).
582                 - New nautilus-actions-run command-line program.
583                 - New libnautilus-actions-tracker Nautilus extension.
584                 - Removed useless gthread dependancy.
586                 Please note, that for now, the new Desktop I/O provider is
587                 only available in maintainer mode, as it is far to being
588                 ready for a production use.
590         New and updated translations:
592                 de (Mario Blättermann, Christian Kirbach)
593                 es (Jorge González)
594                 pt (António Lima)
595                 sl (Andrej Žnidaršič)
596                 sv (Daniel Nylander)
597                 ta (ifeli)
598                 te (krishnababu k)
600 Version 1.12.3
601 ==============
603         Release date 2009-11-07
605         This is the third bugfix release of the 1.12 serie.
607         Bugfixes
609                 #599520 reported by Antonio Lima (do not mark author names for
610                 translating)
611                 #600712 reported by Deji Akingunola (NACT crashes on export)
612                 #599913 reported by Vincent (menubar is not visible)
614         Other Code enhancements
616                 Remove terminating dot from radio button labels.
618                 Make the assistants transient relatively to the main window.
620                 Initialize console utils log handlers.
622                 Use XML markup to print messages embedding XML tags.
624                 Fix copy of profiles of an action by reinitializing the target
625                 list of profiles before duplicating the source one.
627         New and updated translations
629                 None at this time.
631 Version 2.29.1
632 ==============
634         Release date 2009-10-25
636         This version brings up several major enhancements :
637         - implements full API as defined for use by Nautilus menu extensions :
638           this let the user define items which will be available when there is
639           no selection, and will apply to current folder, either as a 'folder'
640           menu or in the toolbar ;
641         - the ability for the user to define a full hierarchy of actions
642           with menus, submenus, and so on ;
643         - drag and drop ;
644         - full cut/copy/paste clipboard support.
646         Other enhancements :
647         - items are freely reorderable ;
648         - an 'About Nautilus Actions' item can be added to Nautilus menus ;
649     - preferences can be edited through the NACT user interface ;
650         - actions can be imported and exported by drag and drop ;
651         - one toolbar is defined for each menu, and can be displayed in NACT ;
652         - let the user quit the assistants with Cancel without emitting a
653           warning ;
654         - remove terminating dot from radio button labels ;
655         - when importing, let the user be asked for its preferred import mode ;
656         - when exporting, let the user be asked for its preferred export format ;
657         - summary pages in import and export assistants have been enhanced ;
658         - checks the unicity of an imported action against those just imported
659           in the same session ;
660         - let the labels be edited in place in Actions list ;
661         - define F2 as a keyboard accelerator for in-place edition ;
662         - save even non-valid items
663         - requires rather a command that a label for a profile to be valid.
665         Bugfixes
667                 #325528 reported by Frederic Ruaudel (bloated  contextual menu)
668                 #325587 reported by Frederic Ruaudel (drag & drop support)
669                 #326699 reported by Frederic Ruaudel (action items do not remain
670                                 in user defined order)
671                 #353353 reported by Frederic Ruaudel (check if command exist
672                                 and if not warn user)
673                 #588482 reported by Sean (ordering in actions list)
674                 #590400 reported by Pierre Wieser (have some sort of warnings in
675                                 the ui)
676                 #599520 reported by António Lima (do not mark authors names and
677                                 emails for translating)
679         Various code enhancements
681                 - code has been reachitectured to better distinguish between
682                   code required by plugin from those only required by NACT,
683                   thus creating two 'runtime' and 'common' convenience libraries
684                 - validity and modification status checking has been optimized
685                 - all dialogs are now transient relatively to the main window
686                 - a window may have its own XML UI definition file while sharing
687                   the common GtkBuilder object
688                 - fix reference count in tree stores
689                 - no more consider NAUTILUS_ACTIONS_CONFIG_VERSION as a
690                   configure.ac variable
691                 - all subitem lists are moved from GSList to GList (more
692                   efficient, easyer to type)
693                 - doesn't update selection while adding or removing items to or
694                   from the Actions list
696         New and updated translations
698                 de (Mario Blättermann, Christian Kirbach)
699                 es (Jorge Gonzalez)
701 Version 1.12.2
702 ==============
704         Release date 2009-10-20
706         Fix browsing for a file icon.
708 Version 1.12.1
709 ==============
711         Release date 2009-10-19
713         Menubar items have now keyboard accelerators.
715         Keep the actions in Nautilus context menu in the same (alphabetical)
716         order that in NACT.
718         Actions can now be directly dropped into Nautilus views without
719         having to run through the Export assistant.
721         Make (some) ids unique in Glade-generated UI XML definition file.
722         Please note that this is required to prevent 'duplicate id' bug
723         in distros which use recent versions of GtkBuilder.
725         Bugfixes
727                 #592781 reported by Jerome Krausz (use explicit format string)
729         Various code enhancements
731                 Use Gtk+ UI Manager.
733                 BaseApplication base class has been rewritten to get a cleaner api.
735                 Whole program is now compiled with '-pedantic' option.
737                 Defines a permanent work-around against #589745 (GtkAssistant)
738                 so that we can safely proceed with our job in on_assistant_apply()
739                 without requiring latest Gtk+ version.
741         Various documentation enhancements
743                 Object hierarchy is updated.
745         New and updated translations
747                 de (Mario Blättermann)
748                 es (Jorge Gonzalez)
749                 eu (Inaki Larranaga Murgoitio)
750                 hi (Rajesh Ranjan)
751                 or (Manoj Kumar Giri)
752                 pa (A S Alam)
753                 sl (Andrej Žnidaršič)
754                 sv (Daniel Nylander)
755                 te (krishnababu k)
757 Version 1.12.0
758 ==============
760         Release date 2009-08-12
762         User is now able to freely enable/disable an action. A disabled action
763         never appear in the Nautilus context menu.
765         Bugfixes
767                 #325519 asked by Frederic Ruaudel (enabled property)
768                 #590398 reported by Pierre Wieser (install doc)
769                 #590399 reported by Pierre Wieser (gtk_image_menu_item_set_image)
770                 #590709 reported by Claude Paroz (markup in translatable strings)
771                 #590711 reported by Claude Paroz (pipe char is ambiguous to translate)
773         Various code enhancements
775                 Do not install GConf schemas if --disable-schemas-install option
776                 has been specified.
778                 Remove nautilus-actions subdirectories at uninstall time.
780         New and updated translations
782                 es (Jorge González)
783                 fr (Laurent Coudeur, Claude Paroz)
785 Version 1.11.2
786 ==============
788     Release date 2009-07-30
790     Two new parameters are introduced :
791     
792         %p: expands to the port number from an URI
793         %R: expands to a space-separated list of selected URIs
795     Bugfixes
797         #325582 reported by Frederic Ruaudel (use GConf)
798         #325585 reported by Frederic Ruaudel (delete actions created via gconftool-2)
799         #353198 reported by Frederic Ruaudel (single window mode)
800         #531301 asked by IceWil (list of selected URIs)
801         #576186 asked by gnutered (port of the URI)
802         #580378 reported by James Campos (context menu doesn't update)
803         #585652 reported by Claude Paroz (user interface)
804         #589698 reported by Andre Klapper (use GtkBuilder)
806     New and updated translations
808         bn_IN (Runa Bhattacharjee)
809         da (Mads Lundby)
810         de (Mario Blättermann)
811         es (Jorge Gonzalez)
812         fr (Claude Paroz)
813         gu (Sweta Kothari)
814         kn (Shankar Prasad)
815         mr (Sandeep Shedmake)
816         or (Manoj Kumar Giri)
817         pa (A S Alam)
818         sv (Daniel Nylander)
819         ta (ifelix)
820         te (Krishnababu K.)
822     Various code enhancements
824         Gnome 3.0 requirements are met :
825         - migrated from libglade to GtkBuilder
826         - migrated from GnomeVFS to GVFS
827         - gets ride of old dependancies
829         - adds a dependancy on libunique 1.0
830         - requires now Gtk+ 2.12, Glib 2.16
832         Command-line utilities are now always built (no more a configure option).
834     nautilus-actions-config-tool
836          The configuration UI has been renamed from nautilus-actions-config.
838          It provides more visual feedback : which actions have been modified, which
839          are saveable or not, depending on their validity status. Automatically
840          reloads the list of actions if it has been externally modified, depending
841          on the modification status of the currently edited actions.
843          Import and Export actions are now assistant-driven.
844          Actions can be exported as a GConf dump entry (new format).
846     nautilus-actions-new
848          This utility has been renamed from nautilus-actions-new-config.
850          It can be used to create an action, and has been updated to generate
851          actions with the new export format, or to directly write the action into
852          the GConf repository.
854     nautilus-actions-schema
856          This new command-line utility writes a GConf schema on stdout.
857          Packagers may use it to install a schema.
859 Version 1.11.0 [unstable]
861         Release date 2009-06-09
863         This is the first intermediate release in the 1.11 serie.
865         It includes a full rewriting of the action/profile object
866         hierarchy, along with the system of change notification. It also
867         introduces the new NactIIOProvider interface.
869         The Nautilus plugin module, which actually takes care of selecting
870         actions which will be displayed by Nautilus in item context menu,
871         makes a full use of this new object hierarchy.
873         The nautilus-actions-config UI always uses the old one.
875         Bugfixes
877                 #580378 reported by James Campos (context menu doesn't update)
879         New and updated translations
881                 de (Mario Blättermann)
882                 mr (Sandeep Shedmake)
883                 or (Manoj Kumar Giri)
885 Version 1.10.1
886 ==============
888         Release date 2009-05-29
890         Nota:
891                 Last official release was 1.4.1 (05/2007) and is always available
892                 at http://www.grumz.net/?q=taxonomy/term/6/9 
894                 In the meantime (10/2008), some distributions have packaged and
895                 released the current state of the svn trunk (rev.510) ; they have
896                 generally called it 1.9 (sometimes 1.9b) ; this was _not_ an
897                 official release (though we can think it has been correctly
898                 tested ;-)) 
900         Profiles
901         
902                 The "profile" feature has been developed by Frederic Ruaudel
903                 (previous maintainer and original author of Nautilus-actions).
904                 It has been included in the intermediate version 1.9x without
905                 having thoroughly tested ; I have choosen to left it in this
906                 version to not create backward compatibility problems for the
907                 users of these distributions, but be warned : use with caution.
909         Bugfixes
911                 Fixes #522605 reported by Andre Klapper (i18n)
912                 Fixes #573365 reported by Sergej (i18n)
913                 Fixes #574919 by Bruce van der Kooij (gnome_vfs_init)
914                 Fixes #568366 by Stéphane Raimbault (i18n)
916         Translations
918                 ar (Djihed Afifi)
919                 ca (Sílvia Miranda)
920                 de (Mario Blättermann, Andre Klapper)
921                 dz (Pema Geyleg)
922                 el (Kostas Papadimas)
923                 en (David Lodge, Adam Weinberger, Philip Withnall)
924                 es (Jorge Gonzalez)
925                 eu (Inaki Larranaga Murgoitio)
926                 fi (Ilkka Tuohela)
927                 fr (Claude Paroz, Stéphane Raimbault)
928                 it (Milo Casagrande)
929                 ko (Changwoo Ryu)
930                 mr (Milo Casagrande)
931                 nb (Kjartan Maraas)
932                 oc (Yannig Marchegay)
933                 pa (Amanpreet Singh Alam)
934                 pl (Wadim Dziedzic)
935                 pt (Duarte Loreto, Og Maciel, Jonh Wendell)
936                 sv (Daniel Nylander)
938         Various code enhancements
939         
940                 All compilations warnings have been fixed, all code is now
941                 fully ansi-compliant, though not (yet ?) pedantic (Pierre Wieser)
943                 Introduce new intltool (Christian Persch)
945                 Double-clicking on an action now directly opens the editor
946