# Generated by Makefile. Do not edit.

commit c0c4c6c1dcfc410984a96193678f40b7a31c9ba1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 15:25:25 2012 +0200

    validate: Add Feed category, that can be used with Network
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20197
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html

M	src/validate.c

commit 689ec978d17769092e0dde3c79c1ce2db871737e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 15:24:56 2012 +0200

    validate: Add Network as related category for Monitor
    
    https://bugs.freedesktop.org/show_bug.cgi?id=49699
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html

M	src/validate.c

commit a0e4f097c4d5d0da91dd6112c42111c95b18fff9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 15:24:22 2012 +0200

    validate: Add Shooter category for games
    
    https://bugs.freedesktop.org/show_bug.cgi?id=38553
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html

M	src/validate.c

commit 0c2cc0855f537c8751af0bd47415193a55a903d2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 15:23:41 2012 +0200

    validate: Add Maps category, and document where to put GIS applications
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20187
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html

M	src/validate.c

commit 10c0d9e0af220d973c7a6ca80f7bb4ea3074e85f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 15:22:59 2012 +0200

    validate: Add Science as related category for more Education categories
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20186
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html

M	src/validate.c

commit dc41f7391463ed083edff89e6719949f2755d18a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 15:21:50 2012 +0200

    validate: Make Science a main category
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20186
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html

M	src/validate.c

commit 7948c96f7cf698f117d32e6e796e9073e77cc610
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 15:00:32 2012 +0200

    validate: Add Spirituality and Humanities categories
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20192
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012525.html

M	src/validate.c

commit 7a647466f4455c289549e399b20f86bd50190df3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Oct 11 14:49:13 2012 +0200

    validate: Change some related categories from "and" to "or"
    
    https://bugs.freedesktop.org/show_bug.cgi?id=35844
    
    See http://lists.freedesktop.org/archives/xdg/2012-October/012526.html

M	src/validate.c

commit 055c439fade52e30f3c3a866881f6a2890c2a331
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 15:55:52 2012 +0200

    validate: Code style fixes

M	src/validate.c

commit 38b319d92525d1b1f887b1b5f094d416b51bd74c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 15:48:35 2012 +0200

    validate: Accept and validate GNOME3/GSettings for AutostartCondition
    
    We try to validate as much as we can the content of AutostartCondition.
    This means:
    
     - for GNOME3, we check that if-session/unless-session is used with an
       additional argument
     - for GSettings, we check that two arguments are passed
    
    Additionally, we now add more validation for the GNOME condition (one
    argument needs to be passed).
    
    https://bugs.freedesktop.org/show_bug.cgi?id=55483

M	src/validate.c

commit 355b4c6f7e4203a7c8ae184a2db76ae157235003
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 13:01:11 2012 +0200

    validate: Rework multiple main categories detection
    
    AudioVideo is required if Audio or Video is present, and that would be
    two main categories. But in that case, this is okay. So we need to
    ignore the case of two main categories when one is required by the
    other.

M	src/validate.c

commit b18be61ad4957ea312efcbe65c6cffe2ef52fc6a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 11:48:19 2012 +0200

    validate: Clarify message when outputting an item of list
    
    In some messages, we don't display the key value, but one item of the
    value (which is a list). Make this clearer.

M	src/validate.c

commit 682184ed59154d68c8c333609f4cea777ac67079
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 08:44:02 2012 +0200

    validate: Add hint about suggested related categories
    
    Now that related categories are not required (in general, see below for
    an exception), we don't need to error out when they're missing. Still,
    it's nice to suggest them with a hint.
    
    Note that there are still cases where another category is required
    (AudioVideo for Audio, for instance).
    
    Part of https://bugs.freedesktop.org/show_bug.cgi?id=35844 (comment 6
    and later)

M	src/validate.c

commit 02cbbd7f90ccb4f1b7e65e32aaabaa3057c61b76
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 08:21:57 2012 +0200

    validate: Add Adult category
    
    See http://lists.freedesktop.org/archives/xdg/2011-November/012106.html

M	src/validate.c

commit 6a685a92691087eeb0325355e52b42ecf621f797
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 08:17:39 2012 +0200

    validate: Output hint if more than one main category is present

M	src/validate.c

commit c3eeb8c7b4a63233226ef76a56221a167510253e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 07:48:59 2012 +0200

    validate: Only print hint if no main category is present, not an error
    
    The requirement to have at least one main category was removed for the
    specification a few months ago. It's still useful to tell people with a
    hint about the risk of not including one, though.
    
    See http://lists.freedesktop.org/archives/xdg/2011-November/012123.html
    
    Part of https://bugs.freedesktop.org/show_bug.cgi?id=35844 (comment 6
    and later)

M	src/validate.c

commit a97707811e2669b6a52a861c41cf46838fab8eb5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 3 07:41:14 2012 +0200

    validate: Add function to print hints, and --no-hints option
    
    This is useful to suggest improvements to the user.

M	src/install.c
M	src/validate.c
M	src/validate.h
M	src/validator.c

commit fadbee1bdceffa3c6ffdbaa67563dbcb0ce059f7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri May 11 14:06:28 2012 +0200

    validate: Add TDE to to list of registered OnlyShowIn
    
    See http://lists.freedesktop.org/archives/xdg/2012-April/012374.html

M	src/validate.c

commit ff6bf3b5f8e1e2f384939db9d212b4b21c24d5f3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Apr 11 12:48:05 2012 +0200

    validate: Add XFCE to to list of registered categories
    
    See http://lists.freedesktop.org/archives/xdg/2012-March/012302.html and
    http://lists.freedesktop.org/archives/xdg/2012-April/012348.html

M	src/validate.c

commit 56eddf4ce5008dc95e2b3725684aa2b7cb053c54
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Apr 3 14:07:50 2012 +0200

    install: Do not require glib >= 2.28
    
    We still only check for an older version of glib, and requiring 2.28
    just for g_slist_free_full() can be silly. So if we don't have 2.28,
    just use the equivalent trivial code.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=48133

M	src/install.c

commit e82a75619484c8a5362787187871ae1d04cf006c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 5 11:03:49 2012 +0100

    release: post-release bump to 0.21

M	configure.ac

commit a00235a091e4d49825c62f6dbb2de43b432e052b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 5 11:02:30 2012 +0100

    release: 0.20

M	NEWS

commit 191a09f0e1bf2ebd5a4dcbb5b106a91a3b335716
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 2 18:57:24 2012 +0100

    validate: Cleanup previous commit
    
    One small fix worth mentioning is that we don't consider seeing an Exec
    key in an action group as having seen an Exec key in the main group.

M	src/validate.c

commit 2243948341589021a3d5c94ba538864bef80c180
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Mon Feb 6 16:21:37 2012 +0100

    validate: Validate Desktop Actions
    
    Destkop Actions were recently reintroduced in the specification, with
    full specification of semantics and allowed keys.
    
    Previously the validator would allow and ignore any desktop action
    description, now it requires them to be compliant.

M	src/validate.c

commit b7308e73c990f4e5b762266ed3d37af20b77809a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 22 14:40:54 2012 +0100

    build: Update git.mk and ignore generated tarballs

M	Makefile.am
M	git.mk

commit 755001303a7b58bc869034c5ba98b66b394d817e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 22 14:40:41 2012 +0100

    build: Generate ChangeLog on make dist

M	Makefile.am

commit 2792eed31f4be15f135948d131b08920aa225e63
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jan 24 16:14:47 2012 +0100

    Add MATE and Razor to list of registered environments
    
    See http://lists.freedesktop.org/archives/xdg/2012-January/012250.html

M	src/validate.c

commit c5110b3253239f80485d879e7d8a186f3a63e7c4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Jan 12 11:45:16 2012 +0100

    validate: Handle list of locale strings in fixup too
    
    https://bugs.freedesktop.org/show_bug.cgi?id=44098

M	src/validate.c

commit e8e510b58c72f314645872f440d1abcffb7bfeb2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 16:11:05 2011 +0100

    release: post-release bump to 0.20

M	configure.ac

commit 143095da3e8459d58372fb354bde11f77e4adac6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 16:10:10 2011 +0100

    release: 0.19

M	NEWS

commit 7fa48b327e9abb1fe7cc5de04f3301c865cae390
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 16:09:25 2011 +0100

    build: Fix distcheck

M	man/Makefile.am

commit 499748b93a410905e15e12216bf77d0180a15740
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 09:46:16 2011 +0100

    build: Create xz tarballs

M	configure.ac

commit 332835b24602706f71d5f5d912eac4f7a087d8ba
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Dec 19 15:55:29 2011 +0100

    validate: Add support for updated Keywords key
    
    This is not a KDE-specific key anymore, but a list of locale strings.

M	src/validate.c

commit b4beadb0efba60acfb95fb3036fe9d26b66972cf
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 15 15:02:33 2011 +0100

    update-desktop-database: Ignore desktop files with Hidden=true
    
    Those desktop files should be considered as non-existent, according to
    the spec.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=31099

M	src/update-desktop-database.c

commit c1cf441c9797135a9d185fd48441515847b349af
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 18:07:58 2011 +0100

    man: Install a desktop-file-edit man page
    
    It's actually just a symlink to the desktop-file-install one.

M	man/Makefile.am

commit 90beafc33742b9ffa9761c98737af1210e70307e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 18:03:58 2011 +0100

    man: Update manual for desktop-file-install/desktop-file-edit changes

M	man/desktop-file-install.1
M	man/desktop-file-validate.1

commit e27d737869d6ad065c12d84b10501f63595be18a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 17:36:59 2011 +0100

    install: Look at RPM_BUILD_ROOT to know where to install desktop files
    
    If the default directory to install desktop files is used, then look at
    the RPM_BUILD_ROOT environment variable in case a package is being built
    to correctly install the .desktop file.

M	src/install.c

commit 0df0ca25aab182de40ca0ca3803dafb103eb9db5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 17:02:41 2011 +0100

    install: Add hidden --edit-mode to force edit mode
    
    This helps the developer test the mode without installing :-)

M	src/install.c

commit 52293fd32e85c630a4141dde726b13ac506eec60
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 17:01:51 2011 +0100

    keyfileutils: Do not pretend we can save to URI
    
    This is just wrong, and breaks saving to relative paths in edit mode.

M	src/install.c
M	src/keyfileutils.c
M	src/keyfileutils.h

commit 9e11f3864d118a17cf5be5f7979e3510cbe26a95
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 16:51:42 2011 +0100

    install: Add an edit mode
    
    This mode is used when the program is called as desktop-file-edit.
    
    In this mode, we just allow inline editing of one .desktop file.

M	src/install.c

commit ead67d72868bdf06592303583cbecaba2dda4666
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 16:51:22 2011 +0100

    build: Create a desktop-file-edit symlink to desktop-file-install

M	configure.ac
M	src/Makefile.am

commit b0d4472c9af1d6fa008954988873c1be7104cdc2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 15:56:36 2011 +0100

    install: Use "process" instead of "install" in messages
    
    This makes the tool feel a bit less install-specific.

M	src/install.c

commit 78966bb893e619542dfb04cca226169bc4aa6290
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 15:52:24 2011 +0100

    install: Move the install command line options to an option group
    
    They're usually not needed as the default behavior is fine.

M	src/install.c

commit e6f385182a1735eea36ca1041ed53696a62c89c6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 15:41:57 2011 +0100

    keyfileutils: Also copy translations when copying a key
    
    We of course don't  do that if we're dealing with keys that are
    localized keys.

M	src/keyfileutils.c

commit 9afde296e5ef63c1908b93811f9204a01eeb130e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 15:28:19 2011 +0100

    keyfileutils: Drop unneeded check

M	src/keyfileutils.c

commit 905bf3b30bdf3206c741454cf69183b58403cd65
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 15:23:37 2011 +0100

    install: Remove localized keys when setting/removing a key
    
    If we set a key to a new value, then clearly, the translations are
    outdated and should be removed.
    
    If we remove a key, then the intention is to also remove the
    translations.

M	src/install.c
M	src/keyfileutils.c
M	src/keyfileutils.h

commit 744b422e8acbc60bc0289a0b4ff4f45d07a31e32
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 15:13:18 2011 +0100

    install: Add --set-key/--set-value options to set an arbitrary key
    
    Also move the reversal of the edit_actions list to a post-parsing hook.

M	src/install.c

commit 921e85969dc4fe20246b59887b093da838ca3f5a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 14:07:50 2011 +0100

    install: Move options around
    
    The new order in --help-edit makes more sense.

M	src/install.c

commit a64187fc8a82bc8dda824bdf5046e6455377425a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 14:04:13 2011 +0100

    install: Add options to set Name, GenericName, Comment, Icon keys

M	src/install.c

commit aa770a3b41d14c0ac27fed18dd7024de9e5b8d77
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 12:37:45 2011 +0100

    install: Add --add-not-show-in/--remove-not-show-in options

M	src/install.c

commit e09e297506ce5c84b2ad7924ac94391a2437ed61
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 12:28:46 2011 +0100

    install: Also handle --copy-generic-name-to-name & friends ordered
    
    This is important for this to work correctly:
      --remove-key GenericName --copy-generic-name-to-name

M	src/install.c

commit d1f16cef6f3a9124cb7ea5d42afdde32f56a2a79
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 11:42:10 2011 +0100

    install: Respect order of edit options
    
    We want to support cases like:
      --remove-key Categories --add-category AudioVideo
    
    Until now, we were not keeping the order of edit options and this
    resulted in removing keys before editing lists (which is wrong for the
    case above).
    
    In general, people expect the order of their edit options to be
    respected.

M	src/install.c

commit cd00549a7f5ca0486560cab47eb88498a2128ea8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 11:16:47 2011 +0100

    install: Split parsing of install & edit options

M	src/install.c

commit dcda28585a376497b97826d3090bdb498f9858a2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 14 11:15:42 2011 +0100

    Fix build by adding forgotten ','

M	src/mimeutils.c

commit 858a1244a12e30b6bd5e92fffc05838d3e3d4969
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Oct 19 09:49:36 2011 +0200

    Mark all zz-application/* MIME types as aliases
    
    Even popular zz-application/* MIME types (like
    zz-application/zz-winassoc-doc) should actually just be used as aliases
    to the real valid MIME types.
    
    This needs some fixes to shared-mime-info so that it knows about the
    aliases, but it's the right thing to do.

M	src/mimeutils.c

commit 987dd40f9633d517a3894d48ef2fd909a96d93f4
Author: Hans de Goede <hdegoede@redhat.com>
Date:   Fri Sep 30 16:27:36 2011 +0200

    Deal with various zz-application/zz-winassoc-XXX mime types
    
    zz-application is not a valid media type, but unfortunately there are
    quite a few mime types out there in the form of
    zz-application/zz-winassoc-XXX
    
    This patch makes mimeutils deal with these in 2 different ways:
    1) For the "popular" ones (doc and xls) simply accept them
    2) For the others, advice the standard mime type for these files
    
    https://bugs.freedesktop.org/show_bug.cgi?id=41286

M	src/mimeutils.c

commit 7867a669ffb7d6f50f59b4c9e16b062c6883ce26
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 14 14:58:56 2011 +0200

    build: Modernize build system a bit
    
    Do not use libtool as there's nothing needing it.
    Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs.
    Correctly use ACLOCAL_FLAGS in Makefile.am instead of configure.ac.
    Do not use AM_MAINTAINER_MODE as it is not recommended by automake
    developers.
    Do not use AC_ISC_POSIX nor AC_HEADER_STDC as they shouldn't be needed
    on modern systems.

M	Makefile.am
M	autogen.sh
M	configure.ac

commit 47322e554cc5388a3e6325f36b7d07a13f124594
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Mar 31 21:58:44 2011 +0530

    Add Unity to list of registered environments
    
    See http://lists.freedesktop.org/archives/xdg/2011-March/011856.html

M	src/validate.c

commit 4bd92be521ad76b0bdd81cc18e33fc313fe41ff0
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jan 13 11:05:29 2011 +0100

    release: post-release bump to 0.19

M	configure.ac

commit 4fca4f2f474c6bf7fa0895599265543739499029
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jan 13 11:04:13 2011 +0100

    release: 0.18

M	NEWS

commit b123a26be1caac35860a8d7085566a8fba14e67b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Oct 9 11:49:09 2010 +0200

    build: Update git.mk from pango

M	git.mk

commit 465abba0ff50b660fd7e90f048daf4af279a790c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Oct 5 11:54:06 2010 +0200

    Accept x-scheme-handler/* mime types
    
    This will be used by desktops to know which applications can handle a
    URI scheme.

M	src/mimeutils.c

commit cef7a35679278174298e0e82cc2582a26a3e8e28
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 20 17:46:09 2010 +0200

    man: Fix title of update-desktop-database man page

M	man/update-desktop-database.1

commit 2224bf1b5e191c9caddb7dd3e7ba72c1e2850734
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 20 17:45:58 2010 +0200

    build: Update all Makefile.am to more recent standards

M	Makefile.am
M	src/Makefile.am

commit 2227d19f65ec398d84ac47c539250c2b6d67f907
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 20 17:38:43 2010 +0200

    misc: Update instructions for commit messages
    
    We're switching to "tag:" instead of "[tag]".

M	ChangeLog

commit 7a16049bfbf3f9c63d15a4f62e25d222db121fb2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 05:02:20 2010 +0200

    Sort mime types alphabetically in update-desktop-database cache
    
    This makes the cache easier to read, in case some people want to take a
    look.

M	src/update-desktop-database.c

commit f3c5a0da2e3d57871c7fdcb716e8e1274357a449
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 04:46:37 2010 +0200

    Update README to stop saying there's no doc

M	README

commit a658aaa1ab966e14e92b9dbd721f3bbd3fa53035
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 04:37:50 2010 +0200

    [release] post-release bump to 0.18

M	configure.ac

commit a96375ffb1bc7b948417d598b296b1cbf1094907
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 04:36:14 2010 +0200

    [release] 0.17

M	NEWS

commit a8c9483a393da214dc47b3a2a7c571a3a0b6e3b9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 04:24:58 2010 +0200

    Add man pages

M	Makefile.am
M	configure.ac
A	man/Makefile.am
A	man/desktop-file-install.1
A	man/desktop-file-validate.1
A	man/update-desktop-database.1

commit 90938d0623031b682734646040fcbd655b3a9652
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 04:22:41 2010 +0200

    Rework help of all tools
    
    Some text was reworded, and the options were re-ordered.

M	src/install.c
M	src/update-desktop-database.c
M	src/validator.c

commit d6e42384c85fe45b8ac058a1606039046213655d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 04:20:16 2010 +0200

    Always output values as lists in the cache from update-desktop-database
    
    When there was only one desktop file for a mime type, we were not adding
    the trailing ;.

M	src/update-desktop-database.c

commit 2291687ae20368c303f2ca30e50f48d100984f3f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Sep 10 03:32:02 2010 +0200

    If -q and -v are passed to update-desktop-database, ignore -v

M	src/update-desktop-database.c

commit 7e435f066472891981b826c5bb8f4c7b02319b28
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 19:30:17 2010 +0200

    Add HACKING, update README

A	HACKING
M	Makefile.am
M	README

commit 674786e1bab7d5a50f9f36786cdae4afa6232986
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 17:52:45 2010 +0200

    Update license files to latest text
    
    Note that this doesn't change the license. The license text was updated
    for the latest FSF address, for example.

M	COPYING

commit 0770dc126c528aace2b7471eebed61e346986444
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 17:51:59 2010 +0200

    Rename configure.in to configure.ac

R100	configure.in	configure.ac

commit 16bf494848cb4dd63abd66f556f39aa702f40bd3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 17:50:56 2010 +0200

    Remove empty INSTALL

D	INSTALL

commit 1cb81f449ade2635f06a0c15e0c57aceba6b2429
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 17:50:27 2010 +0200

    Update git.mk from pango

M	git.mk

commit d6b2465f06951dc26e88122281665e8a4cfd938b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 19 19:26:32 2010 +0100

    Fix typo in comment

M	src/mimeutils.c

commit b145a2c99d21f26809d9e6140bf7e2aa062b6b02
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 19 19:21:28 2010 +0100

    Make icon names with an extension for Icon key a non-fatal error
    
    We made this a warning to not annoy everybody, but this is really an
    error. Since we now have a mechanism to handle non-fatal error, use it
    here.

M	src/validate.c

commit 35cfa21227e77a80d8ccf1759ce23565fac3960e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Mar 19 12:09:43 2010 +0100

    Accept chemical/* mime types as valid types
    
    While those mime types are not strictly valid since they were never
    accepted by the IANA, they are used by real applications. It's also
    well-defined (http://www.ch.ic.ac.uk/chemime/), and used by
    real-world applications.
    
    Thanks to Pascal Terjan <pterjan@mandriva.com> for noticing this.
    
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420795

M	src/mimeutils.c

commit 47c06813dcf46f6dad4ba06d9e435ae6f1a649bf
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Mar 10 04:11:44 2010 +0100

    [release] post-release bump to 0.17

M	configure.in

commit aa03ad7936b43a1341828acefc63b4bed9ec7e02
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Mar 10 04:11:16 2010 +0100

    [release] 0.16

M	NEWS

commit 347947381fe6ff56c18415223205aa0b52a02230
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 05:08:05 2010 +0100

    Handle some exceptions to be a bit more flexible
    
    There are known exceptions like misc/ultravox that we should support.
    
    We should also recommend to use a valid alias instead of an invalid mime
    type (for example, flv-application/octet-stream should be replaced with
    video/x-flv).

M	src/mimeutils.c

commit be3aec1ebb3a335bc757bb4588609ca2c2722e7c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 04:46:44 2010 +0100

    Make the invalid mime type error non-fatal for now

M	src/validate.c

commit 847c557baf630adaa03ebb8fbb179bc3dbbeb492
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 04:34:59 2010 +0100

    Fix wrong return value in case of error
    
    FALSE was used instead of MU_INVALID.

M	src/mimeutils.c

commit 377e919087cf2711f31cee7c06b40401e4a70fde
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 04:34:10 2010 +0100

    Fix warning for X- media types not showing

M	src/mimeutils.c

commit 520a9e3bb976b6877ee697ae6f6d0cc5a23b1ba5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 04:32:30 2010 +0100

    Handle some fdo media types correctly
    
    inode, x-content and x-directory are used already, and should be
    considered as special case (even though they haven't be registered with
    IANA).
    
    Note that x-directory is discouraged, though, since inode/directory
    replaces it.

M	src/mimeutils.c

commit 0a2a429ca2943f7b329d9a90f4950588a56f9f15
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 04:07:40 2010 +0100

    Make some of the new errors non-fatal for now
    
    Making errors introduced in a release fatal will annoy many people.
    They're still marked as errors and will be visible (so fixable), but
    they won't make the program return 1, so people can still work.
    
    They should be marked as fatal after the release.

M	src/validate.c

commit baf763143043b9be48ef8dc8bf7050f418aa0bb2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 03:38:45 2010 +0100

    Accept empty Categories key as valid
    
    It's really like not having the Categories key at all, which is valid.

M	src/validate.c

commit 06c29d6e1246cc63c9c0296c96ea7885f982f868
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 03:35:33 2010 +0100

    Mark the AutostartCondition key as an Application key

M	src/validate.c

commit ca41044f3d2311ad4300cdfc864a670e7f772626
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 03:29:06 2010 +0100

    Use g_utf8_strchr instead of strchr to be on the safe side
    
    Since the string can be UTF-8, it's better to make sure we look for a
    character in a UTF-8-compatible way.

M	src/validate.c

commit 2b51e462ce272dd829dc8f7bb4339b47243ee1c5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 17 03:28:13 2010 +0100

    Use G_DIR_SEPARATOR instead of '/'

M	src/validate.c
[--snip--]
