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

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

Issue 3273010: Update our copy of xdg-utils to 2010-08-30, and include a patched xdg-mime. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 10 years, 3 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.x.x ===
2 2
3 2009-07-27 Fathi Boudra <fabo@debian.org> 3 2010-07-09 Rex Dieter <rdieter@fedoraproject.org>
4 * xdg-screensaver: consider gnome-screensaver a separate DE (BR20027)
5
6 2010-07-09 Rex Dieter <rdieter@fedoraproject.org>
7 * xdg-mime : use 'gnomevfs-info --slow-mime' (BR 13939)
8
9 2010-07-09 Rex Dieter <rdieter@fedoraproject.org>
10 * xdg-desktop-icon : use localized desktop folder name (BR19011)
11
12 2010-07-09 Rex Dieter <rdieter@fedoraproject.org>
13 * xdg-open : use mimeopen -L (follow symlinks)
14
15 2010-07-09 Rex Dieter <rdieter@fedoraproject.org>
16 * xdg-open.1 : add FILES, SEE ALSO sections
17
18 2010-05-16 Rex Dieter <rdieter@fedoraproject.org>
19 * xdg-open: Spaces in filename (BR27959)
20
21 2010-04-22 Fathi Boudra <fabo@freedesktop.org>
22 * xdg-email and xdg-open: perform BROWSER check in any case.
23 Thanks to Andrea Florio. (BR27551)
24
25 2010-04-22 Fathi Boudra <fabo@freedesktop.org>
26 * xdg-email: try console mode browsers and update the browser list.
27
28 2010-02-28 Fathi Boudra <fabo@freedesktop.org>
29 * xdg-utils-common: fix the comment of exit_failure_file_permission_write
30 function. (BR12821)
31
32 2010-02-28 Fathi Boudra <fabo@freedesktop.org>
33 * xdg-open: fix regression in open_generic as xdg-mime doesn't handle
34 URLs (mimeopen and run-mailcap as well). Move xdg-mime call into
35 a new function (open_generic_xdg_mime). Check input file before
36 trying to open them with non-browsers.
37
38 2010-02-28 Fathi Boudra <fabo@freedesktop.org>
39 * xdg-open: fix failure if $BROWSER has arguments. (BR14374)
40 Thanks to Johannes Wegener.
41
42 2010-02-28 Fathi Boudra <fabo@freedesktop.org>
43 * xdg-open: try console mode browsers and update the browser list.
44 Thanks to Ville Skyttä and Pablo Castellano. (BR14361)
45
46 2010-02-24 Fathi Boudra <fabo@freedesktop.org>
47 * xdg-screensaver: use dbus-send instead of qdbus for freedesktop
48 screensaver.
49
50 2010-02-23 Fathi Boudra <fabo@freedesktop.org>
51 * xdg-mime: improve MIME string check when using gnomevfs-info. (BR12818)
52
53 2010-02-23 Fathi Boudra <fabo@freedesktop.org>
54 * xdg-mime: report error on failure.
55
56 2010-02-21 Fathi Boudra <fabo@freedesktop.org>
57 * xdg-open: in open_generic, use xdg-mime to lookup mime type and
58 association before the alternatives methods (mimeopen and run-mailcap).
59 (BR23280)
60
61 2010-02-20 Fathi Boudra <fabo@freedesktop.org>
62 * Add gvfs-copy and gvfs-info support. (BR15828)
63
64 2010-01-27 Rex Dieter <rdieter@fedoraproject.org>
65 * xdg-settings: Add %s to the command in the Gnome url handlers (BR26284)
66
67 2010-01-18 Rex Dieter <rdieter@fedoraproject.org>
68 * xdg-screensaver resume activates the screensaver on KDE4 (BR26085)
69
70 2009-10-16 Rex Dieter <rdieter@fedoraproject.org>
71 * prefer gvfs-open over gnome-open
72 * DE=gnome, if org.gnome.SessionManager exists on dbus
73
74 2009-10-12 Fathi Boudra <fabo@freedesktop.org>
75 * Fix xdg-email --attach failure with Evolution. (BR23007)
76 Thanks to Dwayne Bailey <dwayne@translate.org.za>
77
78 2009-10-12 Fathi Boudra <fabo@freedesktop.org>
79 * Add an extra check in xdg-open and call kfmclient openURL as a fallback
80 » on KDE 4. Thanks to Nicolas Lécureil <neoclust@mandriva.org>
81
82 2009-10-12 Fathi Boudra <fabo@freedesktop.org>
83 * Add email attachments support to Thunderbird from xdg-email. (BR13435)
84 Thanks to Lei Zhang <thestig@google.com>
85
86 2009-10-12 Fathi Boudra <fabo@freedesktop.org>
87 * Fix xdg-open to handle URL with '#' symbol. (BR23319, BR24375)
88
89 2009-10-12 Fathi Boudra <fabo@freedesktop.org>
90 * Remove bash requirement to xdg-open and xdg-email. (BR20015)
91
92 2009-10-12 Fathi Boudra <fabo@freedesktop.org>
93 * Update xdg-settings - Thanks to Mike Mammarella:
94 This fixes some issues where user-generated icons would be detected as
95 the official .desktop file for a binary, rather than the actual version.
96 (It resolves forward and compares binaries rather than resolving backward
97 to a .desktop file from a binary)
98
99 2009-09-28 Rex Dieter <rdieter@fedoraproject.org>
100 * Use kde-open, if available (ie, KDE 4)
101
102 2009-09-13 Rex Dieter <rdieter@fedoraproject.org>
103 * detect_de: suppress xprop stderr.
104
105 2009-08-25 Rex Dieter <rdieter@fedoraproject.org>
106 * fix build for missing manpages (eg. xdg-settings)
107
108 2009-08-25 Fathi Boudra <fabo@freedesktop.org>
109 * Fix hardcoded KDE home directory. Use kde(4)-config to get path.
110
111 2009-08-25 Fathi Boudra <fabo@freedesktop.org>
112 * Apply patch from Mike Mammarella <mdm@chromium.org> to fix 2 issues:
113 - skip invisible desktop files when looking up the default web browser in
114 GNOME. (http://codereview.chromium.org/159738)
115 - check for localized settings by hand in xdg-settings if kreadconfig
116 fails. (http://codereview.chromium.org/160376)
117
118 2009-08-10 Fathi Boudra <fabo@freedesktop.org>
119 * Replace kfmclient by kioclient usage under KDE 4.
120 Thanks to Nicolas Lécureil <neoclust@mandriva.org>
121
122 2009-08-03 Fathi Boudra <fabo@freedesktop.org>
123 * Remove fixup_mandriva_categories() function. It is not needed anymore
124 since a year. Thanks to Nicolas Lécureil <neoclust@mandriva.org>
125
126 2009-07-29 Fathi Boudra <fabo@freedesktop.org>
127 * Merge xdg-settings utility: a script to get various settings from
128 the desktop environment. Thanks to Dan Kegel and Google Inc.
129
130 2009-07-29 Fathi Boudra <fabo@freedesktop.org>
131 * Fix hardcoded path in make_default_kde() in xdg-mime unde KDE 3.
132 Add initial KDE 4 support to the function.
133
134 2009-07-28 Fathi Boudra <fabo@freedesktop.org>
135 * Use kbuildsycoca4 under KDE 4 and kbuildsycoca under KDE 3.
136
137 2009-07-28 Fathi Boudra <fabo@freedesktop.org>
138 * Use kmimetypefinder under KDE 4 and kfile under KDE 3.
139
140 2009-07-28 Fathi Boudra <fabo@freedesktop.org>
141 * Add KDE 4 support to xdg-mime. kdetradertest was replaced by
142 ktraderclient under KDE 4. (BR22975)
143
144 2009-07-27 Fathi Boudra <fabo@freedesktop.org>
4 * Remove -u option from su. It doesn't have it. 145 * Remove -u option from su. It doesn't have it.
5 146
6 2009-07-27 Fathi Boudra <fabo@debian.org> 147 2009-07-27 Fathi Boudra <fabo@freedesktop.org>
7 * Add KDE 4 support to xdg-email (BR17268) 148 * Add KDE 4 support to xdg-email (BR17268)
8 149
9 2009-07-26 Fathi Boudra <fabo@debian.org> 150 2009-07-26 Fathi Boudra <fabo@freedesktop.org>
10 * Sleep for 50s instead of 59s to avoid to froze the seesion (BR19414) 151 * Sleep for 50s instead of 59s to avoid to froze the seesion (BR19414)
11 152
12 2009-07-26 Fathi Boudra <fabo@debian.org> 153 2009-07-26 Fathi Boudra <fabo@freedesktop.org>
13 * Fix a race condition in xdg-screensaver (BR19382) 154 * Fix a race condition in xdg-screensaver (BR19382)
14 155
15 2009-07-26 Fathi Boudra <fabo@debian.org> 156 2009-07-26 Fathi Boudra <fabo@freedesktop.org>
16 * Fix basename usage when filename contains spaces (BR18567) 157 * Fix basename usage when filename contains spaces (BR18567)
17 158
18 2009-07-26 Fathi Boudra <fabo@debian.org> 159 2009-07-26 Fathi Boudra <fabo@freedesktop.org>
19 * Fix bashisms used in xdg-mime and xdg-screensaver (BR15827) 160 * Fix bashisms used in xdg-mime and xdg-screensaver (BR15827)
20 161
21 2008-08-11 Rex Dieter <rdieter@fedoraproject.org> 162 2008-08-11 Rex Dieter <rdieter@fedoraproject.org>
22 * initial support for KDE 4 163 * initial support for KDE 4
23 * Add dbus commands to xdg-screensaver for KDE 4 (BR17537) 164 * Add dbus commands to xdg-screensaver for KDE 4 (BR17537)
24 165
25 2008-01-24 Kevin Krammer <kevin.krammer@gmx.at> 166 2008-01-24 Kevin Krammer <kevin.krammer@gmx.at>
26 * Fixing security issue in xdg-email and xdg-open at replacing 167 * Fixing security issue in xdg-email and xdg-open at replacing
27 parameter in $BROWSER 168 parameter in $BROWSER
28 169
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 * Included licence text in scripts 232 * Included licence text in scripts
92 * Added xdg-desktop script 233 * Added xdg-desktop script
93 * Added documentation (DocBook, HTML, manpages) 234 * Added documentation (DocBook, HTML, manpages)
94 * Have Makefile generate manpages 235 * Have Makefile generate manpages
95 * Included fix for xdg-su provided by Jeremy White <jwhite@codeweavers.com> 236 * Included fix for xdg-su provided by Jeremy White <jwhite@codeweavers.com>
96 * Added "release" target to Makefile for generating releases 237 * Added "release" target to Makefile for generating releases
97 * Added support for .directory and .menu files to xdg-menu 238 * Added support for .directory and .menu files to xdg-menu
98 239
99 2006-03-21 Kevin Krammer <kevin.krammer@gmx.at> 240 2006-03-21 Kevin Krammer <kevin.krammer@gmx.at>
100 * Imported the current state into freedesktop.org CVS for easier shared deve lopment 241 * 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