1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431
|
0.6.2
=====
- Fix preferred applications handling (bug #7140).
- Translation updates: Dutch.
0.6.1
=====
- Improve exo-open url and email match regexes (bug #7281).
- Create relative symlinks to doc images (bug #7379).
- Remove mime-types from the exo helper desktop files (bug #7257).
- Drop unused variable.
- Make exo-compose-mail-1 case-insensitive (bug #7472).
- Use portable abicheck.sh from xfconf.
- Add missing linker flag.
- Add Greek manual screenshots.
- Only compile demo application in make check (bug #7267).
- Allow installation of the helpers in a custom location.
- Fix gio-unix 2.27 detection (bug #7124).
- Translation updates: nl, pt_BR, ru, sk, sv.
0.6.0
=====
- Add main category to exo-open desktop files.
- Translation updates: Greek, Croatian, Polish, Turkish, Romanian,
French, Arabic.
0.5.6
=====
- Set application name for Thunar loop detection.
- Fix ABI check on ppc (bug #7008).
- Quote filenames with a space in the desktop editor (bug #6951).
- Translation updates (zh_CN, pt_BR, de, hu, pt, de, cs, en_GB,
nb, sv, ar).
0.5.5
=====
- Fix opening of URIs with spaces in claws-mail and sylpheed.
- Fix two @libexecdir@ -> @HELPERDIR@ replacements.
- Add Icedove helper.
- Fix Opera helper with Opera >= 10.60.
- Add mime types to the exo-open desktop files (bug #6800).
- Store preferred application in mimeapps.list (bug #6800).
- Don't build the GIO module after glib 2.27 (bug #6800).
- Make exo-open more standalone (bug #6573).
- Translation updates (ug, gl, zh_TW, ru, sk, ja, el, sv, es, eu,
hu, pt, kk, it, ja, he, uk, ca, da, id).
0.5.4
=====
- Abort dist if xml is not valid.
- Move files from $libexecdir to $libdir.
- Remove deprecated encoding key from desktop files.
- Translation updates (fi, fr, he, kk, it, uk, de, zh_TW).
0.5.3
=====
- Drop all HAL related code. Exo-hal is not used by thunar-volman
anymore now it is ported to udev, udisks is a non-hal replacement
for exo-mount.
- Add working directory support to exo-desktop-item-edit (bug #5692).
- Generate documentation with --enable-gen-doc.
- Make the treeview work again with gtk 2.20 (bug #6230).
- Fix compilation error (bug #6421).
- Some compiler warnings and identation fixes.
- Translation updates (de, ru, kk, si, zh_CN, es, hr, eu, bn, pa,
is, gl, el, tr, ug, fr, id, it, pt, pr_BR, da).
0.5.2
=====
- Some fixes in the python bindings (bug #6186, #6187 and #6188).
- Increase exo module priority.
- Add support for editing .directory files in exo-desktop-item-edit.
- Add filter entry in the icon chooser dialog.
- Add desktop files for the exo-open types.
- Fix link problem with --no-add-needed (bug #5951).
- Translation updates (es, kk, ca, it, sv, ru, uk, hu, bn, fi, gl,
ja, cs, fr, pt, pt_BR, da, eu, lv, sk, zh_CN, fr).
0.5.1
=====
- Remove exo-mount-point API.
- Only add sync mount option to devices with no volume.
- Add missing function in the symbols file.
- Use the GIO code for reading mount points in exo-mount.
- Make GIO-Unix an optional dependency.
- Use .desktop filename when creating a new desktop item with
exo-desktop-item-edit.
0.5.0
=====
The API version of exo has been changed from 0.3 to 1, to make it easier
to bump minor and major version numbers in future releases. To compile
against this version of exo, you have to change exo-0.3 to exo-1 in your
configure file. This backwards-incompatible change has also been used to
remove deprecated APIs or APIs that are now provided by Gtk 2.14 or Glib
2.18.
Removed or incompatibly changed classes/enums/functions:
- Renamed exo_url_about_dialog_hook() to exo_gtk_url_about_dialog_hook().
- Exo(Mutual)Binding structures are now private.
- Removed exo_icon_view_{set,get}_{text,markup,pixbuf}_column().
- Removed ExoPangoEllipsizeMode and related functions.
- Removed exo_md5_*() functions and ExoMd5Digest.
- Removed exo_intern_string() and exo_intern_static_string().
- Removed ExoEllipsizedLabel has been entirely removed.
- Removed exo_gtk_object_ref_sink() and
exo_gtk_radio_action_set_current_value().
- Removed exo_url_show() and exo_url_show_on_screen().
New classes/functions:
- ExoJob and ExoSimpleJob for handling threaded/asynchronous jobs.
- exo_str_is_empty(), exo_str_looks_like_an_uri().
Other changes:
- GIO module for handling URIs that are known by the preferred
applications framework.
- API documentation has been inlined in the code.
- Various other fixes, cleanups and translation updates.
0.3.105
=======
- Read mount options from a rc file (bug #2891).
- Version the API docs.
- Fix notes when generating the man pages.
0.3.104
=======
- Make unmount work for devices that have a parent that is a volume (bug #2968).
0.3.103
=======
- Use the update-preview signal for updating the preview (bug #5133)
- Add support for iocharset in exo-mount (bug #4294).
- Make mounting NTFS drives work in exo-mount (bug #4532).
- Open trash:// uris with the file manager (bug #5777).
- Fix some small compiler warnings.
- Switch the build files to use GIT.
- Updated translation: ca (Carles Muñoz Gorriz)
0.3.102
=======
- Allow all arguments in the terminal parameters (part of bug #5301).
- Fix some issues in exo-open with spaces in arguments.
- Properly handle NULL pixbufs in the toolbars code.
- Make sure the ui-manager is up2date when creating the exo toolbar.
- Fix possible segfault in exo_icon_view_get_item_at_pos (bug #5633).
- Do not escape commas in urls (bug #5654).
- Lookup the hardcoded paths for (u)mount during configure (bug #3717).
- Fix missing include for strftime (bug #3751).
- Prefer getvfsstat over getfsstat (bug #3718).
- Don't abort if python is not found (bug #3751).
0.3.101
=======
- Quote arguments passed to exo-open (bug #5132).
- Add gettext() call around two strings which are already as translatable with
N_() (bug #5203).
- Fix broken build due to incomplete integration of the Danish and Galician
manual translations.
0.3.100
=======
- Updated translations: ro (Mișu Moldovan), el (Stavros Giannouris),
es (Abel Martín), gl (Leandro Requeiro), zh_CN (Chris K. Zhang),
pl (Piotr Sokół), en_GB (Jeff Bailes), fr (Mike Massonnet),
tr (Eren Türkay)
0.3.99.1
========
- Updated translations: da (Lars Chrisitan Jensen, Per Kongstad),
es (Abel Martín), fr (Maximilian Schleiss, Mike Massonnet),
id (Andhika Padmawan), pt_BR (Og Maciel, tr (Gökmen Görgen).
0.3.93
======
- Don't setup bindings for <Shift>n and <Shift>p in ExoIconView so that
type-ahead search works as expected (bug #4633).
- Remove GenericName and "Xfce 4" prefix from
exo-preferred-applications.desktop.
- Stop startup notification once the plug is created and the helper
settings dialog content has been moved into the plug.
- Use -V instead of -v as short parameter for --version.
- Improve handling of URIs in exo-open (bug #4627).
- Updated translations: ca (Carles Muños Gorriz), cs (Michal Varady),
de (Fabian Nowak, Jannis Pohlmann), es (Abel Martín), eu (Piarres
Beobide), fi (Jari Rahkonen), fr (Maximilian Schleiss), hu (Szervác
Attila), id (Andhika Padmawan), ja (Nobuhiro Iwamatsu), nb_NO (Terje
Uriansrud), pt_BR (Og Maciel), sq (Besnik Bleta), sv (Daniel
Nylander), tr (Eren Turkay).
0.3.92
======
- Make Preferred Applications dialog pluggable into the new settings
manager.
- Draw the background for text renderers inside the icon view. This is
just a workaround inspired by GtkIconView and should be removed later.
- Get rid of external MD5 functions (Bug #4595).
- Fix compile against GLib < 2.14.
- Fix directory names with "@" being treated as URLs (Bug #4330).
- Updated translations: Michal Varady (cs), Piarres Beobide (eu),
Abel Martín (es), Jari Rahkonen (fi), Terje Uriansrud (nb_NO),
Gökmen Görgen (tr).
0.3.91
======
- Add midori helper (bug #4446)
- Updated translations: Carles Muñoz Gorriz (ca), Fabian Nowak (de),
Stavros Giannouris (el), Abel Martín (es), Kristjan Siimson (et),
Leandro Regueiro (gl), Andhika Padmawan (id), Nobuhiro Iwamatsu (ja),
Erdal Ronahi (ku), Rihards Priedītis (lv), Piotr Maliński (pl),
Og Maciel (pt_BR), Nuno Miguel (pt_PT), NIkitaBelobrov (ru),
Chao Sye (zh_CN)
0.3.80
======
- Include preferred apps dialog in the new settings manager.
- Add support for mounting and unmounting encrypted volumes. (Bug #3349)
- Don't strip text between nodes with --strip-content, this will make stripping
work on glade files.
0.3.4
=====
- Add option to exo-csource to strip comments from XML prior to embedding
them into binaries (Bug #3094).
- Fix compilation on Solaris 2.8 (Bug #2798).
- Fix compilation on NetBSD (Bug #2808).
- Properly quote URLs prior to passing them to external programs (Bug #2791).
- Bump required HAL version to 0.5.7 (Bug #2828).
- Updated translations: Alexander Nyakhaychyk (be), Pau Rul-lan Ferragut (ca),
Benedikt Meurer and Nico Schümann (de), Jeff Bailes
(en_GB), Piarres Beobide (eu), Jari Rahkonen (fi), Mike
Massonnet (fr), Daichi Kawahata (ja), Peter Maassen and
Stephan Arts (nl), Pablo Lerina and Og Maciel (pt_BR),
Mişu Moldovan (ro)
- New translations: Mohamed Magdy (ar), Terje Uriansrud (nb_NO), Rihards
Priedītis (lv), Nuno Miguel (pt_PT), ﻢﺤﻣﺩ ﻊﻠﻳ ﺎﻠﻤﻜﻳ (ur),
Hydonsingore Cia (zh_TW), Besnik Bleta (sq)
0.3.2
=====
- Further clean up the ExoIconView code and add several small optimization.
- Import exo-mount utility to drop the dependency on other mount utilities,
like pmount and gnome-mount, that don't work reliably, and were often the
cause of trouble when mounting in Thunar.
- Add optional mount notify tool, which notifies the user that a device/media
is begin unmounted by the system and gives a hint when the device/media can
be disconnected/removed.
- Add exo-hal library, which provides several HAL related utility functions
that have been deprecated in libhal-storage, but are required by several
modules.
- Import ExoMountPoint module, which provides platform independent access to
the configured and currently active mount points. This is required by other
modules like exo-mount and thunar-vfs (for the trash implementation).
- Fix crash with certain kinds of discs (Bug #2723).
- Detect complex mailto:-URIs properly (Bug #2530).
- Fix compilation on amd64 (Bug #2758).
- Fix a few memory leaks.
- Updated translations: Pau Rul-lan Ferragut (ca), Michal Várady (cs), Benedikt
Meurer (de), Stavros Giannouris (el), Piarres Beobide
(eu), Piotr Maliński and Szymon Kałasz (pl), Andrey
Fedoseev (ru), Alexander Toresson (sv).
- New translations: Alexander Nyakhaychyk (be), Geraint Rowlands (cy), Pavle
Jonoski (mk), Stephan Arts (nl), Amanpreet Singh Alam (pa).
0.3.1.12rc2
===========
- Added a --working-directory command line switch to exo-open, which primarily
useful to start the TerminalEmulator's in a specific directory.
- Import french translations of the user manual (#2478).
- Fix double click somethimes requiring a third click (#2259).
- Fix crash in the icon chooser with internal icons (#2488).
- Fix installation on Win32 variants (#2463).
- Fix detection of email addresses with underscores in the username (#2453).
- Escape commata in URLs prior to passing the URLs to the web browser or the
mail reader, as some helper applications, namely Firefox and Thunderbird,
cannot handle URLs with commata (#2454).
- Updated translations: Pau Rul-lan Ferragut (ca), Michal Várady (cs), Benedikt
Meurer (de), Piarres Beobide (eu), Jari Rahkonen (fi),
Maximilian Schleiss (fr), Piotr Maliński (pl), Adriano
Winter Bess (pt_BR), Andrey Fedoseev (ru)
- New translations: Sonam Pelden (dz), Dario DOE (it)
0.3.1.10rc1
===========
- Added a new ExoIconChooserDialog widget to pick an icon from either the
current icon theme or an image file.
- Added exo_gtk_file_chooser_add_thumbnail_preview() which adds a thumbnail
preview widget to a GtkFileChooser.
- Added exo_gdk_pixbuf_new_from_at_max_size() to scale down image files while
loading them, but never scale up.
- Added ExoCellRendererIcon as default icon renderer for the ExoIconView.
- Added support for the rxvt-unicode terminal emulator (Bug #2158).
- Updated ExoCellRendererEllipsizedText to be used as default text renderer
for the ExoIconView.
- Updated ExoTreeView to add support for rubberband selection (Bug #1996).
- Updated exo-desktop-item-edit to offer a completion of possible applications
from the desktop database in the Name entry field when creating or modifying
launchers.
- Fix a layout problem in ExoIconView where the appearance of a scrollbar
causes the icons to be laid out again and again (Bug #2219, Matt McClinch).
- Fix build with compilers other than gcc (Bug #2252).
- Use the GSlice allocator where possible to further reduce memory overhead.
- Update the API documentation, adding a visual index for the available widgets.
- Updated translations: Michal Varady (cs), Benedikt Meurer and Fabian Nowak
(de), Stavros Giannouris (el), Piarres Beobide (eu),
Jari Rahkonen (fi), Maximilian Schleiss (fr), Piotr
Maliński and Szymon Kałasz (pl), Tomás Acauan Schertel
(pt_BR)
- New translations: Leandro Regueiro (gl), Dimitri Gogelia (ka)
0.3.1.8beta2
============
- Imported the "Xfce Preferred Applications" framework, which allows users to
select their preferred applications (i.e. web browser, mail reader, terminal
emulator) using a nice graphical interface, rather than having to figure out
where to add which environment variable to make Xfce use Firefox as default
web browser. The "Xfce Preferred Applications" framework can also pass
additional information when composing emails using the preferred mail reader,
for example, you can use the extended mailto:-syntax to open the composer
with a predefined subject and automatically attached files.
- Updated the ExoIconView class to support an API compatible to the GtkIconView
in Gtk+ 2.8, and improve the performance of the icon view.
- Added single click navigation support to ExoIconView.
- Added hover-selection support to ExoIconView in single-click mode, which
automatically selects an item when the mouse is paused over it for a
certain amount of time.
- Added "Right Arrow Keyboard Navigation" to ExoIconView, as suggested in
http://chabada.sk/better-desktop/#nautilus-improvements.
- Added a compact layout mode to ExoIconView, similar to the list view found
in Windows Explorer.
- Added a new widget ExoTreeView, which extends GtkTreeView with single click
navigation.
- Added a new widget ExoWrapTable, which layouts its child widgets in an
automatically wrapped table. For example, this is used for the emblem
chooser in Thunar.
- Added a new utility exo-csource, which can generate C source code from
arbitrary data.
- Added a new utility exo-desktop-item-edit, which is used to create new
launchers/links on the desktop and when dropping URLs to the file manager.
- Added various new convenience functions to make dealing with strings,
pixbufs and other data structures easier for C programmers.
- The number of relocations in the library and the number of linked dependencies
were reduced to improve the startup time of applications using this library.
- Updated class structures to make sure constant static strings aren't
unnecessarily duplicated at runtime, and provide other packages with
the same functionality by exporting the functions and macros in
question.
- Updated the python bindings to include the new functionality.
- Support three different levels of debugging support (yes/minimum/no).
- New translations: Pau Rul·lan Ferragut (ca), Michal Várady (cs), Stavros
Giannouris (el), Dwayne Bailey (en_GB), Patricio Carr (es),
Peeter Vois (et), Piarres Beobide (eu), Jari Rahkonen
(fi), Stephane Roy (fr), Dotan Kamber (he), Szervác Attila
(hu), Daichi Kawahata (ja), Piotr Maliński (pl), Adriano
Winter Bess (pt_BR), Joao Pedrosa (pt_BR), Mişu Moldovan
(ro), Andrey Fedoseev (ru), Maxim Zenin (ru), Alexander
Toresson (sv)
0.3.0
=====
- The icon bar is now sized and rendered properly with all Gtk+ theme engines.
- The following obsolete components have been removed: ExoIce, ExoFileWatch,
ExoUri and ExoPropertyProxy.
- A bug in ExoCellRendererEllipsizedText was fixed, which caused Xfmedia to
crash under certain circumstances.
- The dependency on D-BUS is gone.
- Python bindings have been added.
- Updated API documentation.
- New translations: Dwayne Bailey (en_GB)
0.2.0
=====
- The ellipsizing functions now use the Pango 1.6 builtin functionality
if available.
- Added lightweight session management support with the ExoXsessionClient
class.
- The API of ExoEllipsizedLabel was changed to be compatible with GtkLabel
in Gtk+ 2.5 and above.
- Added an ellipsizing cell renderer ExoCellRendererEllipsizedText, compatible
with GtkCellRendererText in Gtk+ 2.6.
- ExoIconBar has an "orientation" property now. The "selection-changed" signal
has been renamed to "changed". The ExoIconBar background is updated when
the Gtk style changes.
- libexo is fully internationalized now. German translations are already
available.
- The ExoToolbarsView class has been changed to provide a "Customize
Toolbars..." menu item together with the other items and to emit a
signal "customize".
- ExoPropertyProxy has been replaced by ExoBinding, which is based on
the GObject Binding Properties implementation available from
http://ex-code.com/glib-bind/. ExoBinding is way more powerful and
easier to handle than ExoPropertyProxy. ExoBinding contains some
improvements over GBinding; for example, GBinding can run into an
endless loop, when you bind properties of type GBoxed, whereas
ExoBinding doesn't suffer from this problem.
- The MD5 functions have been changed to be compatible with the MD5 API
found in libegg.
- The API documentation is nearly complete now.
0.1.3
=====
- Added a framework for editable toolbars (ExoToolbarsModel, ExoToolbarsView,
ExoToolbarsEditor and ExoToolbarsEditorDialog).
- Added initial API reference documentation.
- Added version information variables and macros similar to whats used
in Xfce and Gtk+.
0.1.2
=====
- Fixed a style problem with the iconbar.
- Fixed a bug in the md5 module, that caused the libexo compile to fail
on some GNU/Linux systems.
- The configure option --enable-final now enables linker optimizations for
plattforms that support it (recent GNU binutils required).
0.1.1
=====
- An ICE module was added, based upon the ice-layer from xfce4-session and
the gnome-ice module of libgnomeui.
- libexo no longer requires SSL on non-BSD systems, since a MD5 fallback
implementation was added, which will be used if the system doesn't
provide MD5_* functions.
|