diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f58d68a525..5f5b083cdb 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2005-04-07 Matthias Clasen + * gtk/tmpl/gtkfilechooser.sgml: Add a paragraph about + shortcut terminology. (#166906, Sebastien Bacher) + * gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them more vague. (#167088, Ken Siersma) diff --git a/docs/reference/gtk/tmpl/gtkfilechooser.sgml b/docs/reference/gtk/tmpl/gtkfilechooser.sgml index 1602106a30..1be33e7e04 100644 --- a/docs/reference/gtk/tmpl/gtkfilechooser.sgml +++ b/docs/reference/gtk/tmpl/gtkfilechooser.sgml @@ -15,6 +15,39 @@ File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog interface. + + #GtkFileChooser allows for shortcuts to various places in the filesystem. + In the default implementation these are displayed in the left pane. It + may be a bit confusing at first taht these shortcuts come from various + sources and in various flavours, so lets explain the terminology here: + + + + Bookmarks + + are created by the user, by dragging folders from the + right pane to the left pane, or by using the "Add". Bookmarks + can be renamed and deleted by the user. + + + + Shortcuts + + can be provided by the application or by the underlying filesystem + abstraction (e.g. both the gnome-vfs and the Windows filesystems + provide "Desktop" shortcuts). Shortcuts cannot be modified by the + user. + + + + Volumes + + are provided by the underlying filesystem abstraction. They are + the "roots" of the filesystem. + + + + File Names and Encodings