Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: third_party/xdg-utils/ChangeLog

Issue 6737007: Update xdg-utils to the latest version available in git. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/xdg-utils/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 === xdg-utils 1.x.x === 1 === xdg-utils 1.1.x ===
2 2
3 2010-11-18 Rex Dieter <rdieter@fedoraproject.org> 3 2011-03-28 Rex Dieter <rdieter@fedoraproject.org>
4 * fixup kfmclient_fix_exit_code() for newer kde-config output 4 * xdg-open cannot detect xfce 4.8 correctly (BR33321)
5 * fix typo in xdg-mime manpage 5 * xdg-mime's info_generic doesn't normalize symlinks (BR33097)
6 * mimetype support for xdg-mime (generic) (BR33094)
7 * open_generic_xdg_mime is broken when a .desktop file
8 Exec has arguments (BR30453)
9
10 2011-02-01 Rex Dieter <rdieter@fedoraproject.org>
11 * add support for GNOME 3.x
12
13 2011-01-09 Fathi Boudra <fabo@freedesktop.org>
14 * xdg-email: call kfmclient_fix_exit_code() under KDE 3 only.
15 Thanks to Luc Menut. (BR32924)
16 * xdg-utils-common: set C.UTF-8 locale to make sure the version parsing is
17 done as expected. Under some locales the KDE version string doesn't start
18 with "KDE".
19 * xdg-terminal: Fix failure because the which std output is wrongly
20 redirected to /dev/null in terminal_kde(). Thanks to Luc Menut.
21 (BR32927)
22
23 === xdg-utils 1.1.0-rc1 ===
24
25 2010-12-31 Fathi Boudra <fabo@freedesktop.org>
26 * xdg-mime: correct install text to use type/subtype.
27 Thanks to Christopher Yeleighton. (BR31441)
28 * xdg-open: declare file variable as local. (BR32487)
29 * xdg-open: decode file:// urls. Thanks to Henning Garus.
30 * xdg-screensaver: support X server blanking. Thanks to Ben Hutchings.
31
32 2010-11-18 Rex Dieter <rdieter@fedoraproject.org>
33 * xdg-utils-common: fixup kfmclient_fix_exit_code() for newer kde-config
34 output
35 * xdg-mime: fix typo in manpage
6 * xdg-email: Thunderbird is not detected with localized (BR31740) 36 * xdg-email: Thunderbird is not detected with localized (BR31740)
7 37
8 2010-10-28 Rex Dieter <rdieter@fedoraproject.org> 38 2010-10-28 Rex Dieter <rdieter@fedoraproject.org>
9 * add lxde support (BR26058) 39 * add lxde support (BR26058)
10 40
11 2010-09-25 Fathi Boudra <fabo@freedesktop.org> 41 2010-09-25 Fathi Boudra <fabo@freedesktop.org>
12 * xdg-settings: Only run KDE browser fallback when necessary. Otherwise, 42 * xdg-settings: Only run KDE browser fallback when necessary. Otherwise,
13 in some circumstances, read_kde_browser incorrectly prints the result 43 in some circumstances, read_kde_browser incorrectly prints the result
14 twice. Thanks to David Benjamin. 44 twice. Thanks to David Benjamin.
15 45
16 2010-09-24 Fathi Boudra <fabo@freedesktop.org> 46 2010-09-24 Fathi Boudra <fabo@freedesktop.org>
17 * xdg-email: Fix e-mail attachements support with Thunderbird3 (BR13435) 47 * xdg-email: Fix e-mail attachements support with Thunderbird3 (BR13435)
18 48
19 2010-09-24 Fathi Boudra <fabo@freedesktop.org> 49 2010-09-24 Fathi Boudra <fabo@freedesktop.org>
20 * xdg-mime: update the required section "[Added Associations]" 50 * xdg-mime: update the required section "[Added Associations]"
21 Thanks to Mike Mammarella: 51 Thanks to Mike Mammarella:
22 52
23 2010-09-24 Fathi Boudra <fabo@freedesktop.org> 53 2010-09-24 Fathi Boudra <fabo@freedesktop.org>
24 * xdg-email: Fix missing backslash in awk script so that it works with 54 * xdg-email: Fix missing backslash in awk script so that it works with
25 mawk. 55 mawk.
26 56
27 2010-09-24 Fathi Boudra <fabo@freedesktop.org> 57 2010-09-24 Fathi Boudra <fabo@freedesktop.org>
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 * Included licence text in scripts 290 * Included licence text in scripts
261 * Added xdg-desktop script 291 * Added xdg-desktop script
262 * Added documentation (DocBook, HTML, manpages) 292 * Added documentation (DocBook, HTML, manpages)
263 * Have Makefile generate manpages 293 * Have Makefile generate manpages
264 * Included fix for xdg-su provided by Jeremy White <jwhite@codeweavers.com> 294 * Included fix for xdg-su provided by Jeremy White <jwhite@codeweavers.com>
265 * Added "release" target to Makefile for generating releases 295 * Added "release" target to Makefile for generating releases
266 * Added support for .directory and .menu files to xdg-menu 296 * Added support for .directory and .menu files to xdg-menu
267 297
268 2006-03-21 Kevin Krammer <kevin.krammer@gmx.at> 298 2006-03-21 Kevin Krammer <kevin.krammer@gmx.at>
269 * Imported the current state into freedesktop.org CVS for easier shared deve lopment 299 * Imported the current state into freedesktop.org CVS for easier shared deve lopment
OLDNEW
« no previous file with comments | « no previous file | third_party/xdg-utils/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698