diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-06 22:15:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-06 22:15:07 +0800 |
commit | 8f8805588ab31f3646fe8fb6e27191a962bc1eb8 (patch) | |
tree | f7f37db0103a242a7ccbede4cb4ddac3311f83b2 /ChangeLog | |
parent | 2d2e6db37dcb70a1bbded7b7abf1e5c722f61f4a (diff) | |
download | gsoc2013-epiphany-8f8805588ab31f3646fe8fb6e27191a962bc1eb8.tar gsoc2013-epiphany-8f8805588ab31f3646fe8fb6e27191a962bc1eb8.tar.gz gsoc2013-epiphany-8f8805588ab31f3646fe8fb6e27191a962bc1eb8.tar.bz2 gsoc2013-epiphany-8f8805588ab31f3646fe8fb6e27191a962bc1eb8.tar.lz gsoc2013-epiphany-8f8805588ab31f3646fe8fb6e27191a962bc1eb8.tar.xz gsoc2013-epiphany-8f8805588ab31f3646fe8fb6e27191a962bc1eb8.tar.zst gsoc2013-epiphany-8f8805588ab31f3646fe8fb6e27191a962bc1eb8.zip |
Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin"
2005-10-06 Christian Persch <chpe@cvs.gnome.org>
* Makefile.am:
* configure.ac:
* plugins/.cvsignore:
* plugins/Makefile.am:
* plugins/desktop-file/.cvsignore:
* plugins/desktop-file/Makefile.am:
* plugins/desktop-file/plugin.cpp:
* po/POTFILES.in:
Add "desktop-file" plugin, adapted from the
"mozilla-desktop-file-plugin" written by Jorn Baayen <jbaayen@gnome.org>.
For now only handle .desktop files from file:/// URIs, for security
reasons.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2005-10-06 Christian Persch <chpe@cvs.gnome.org> + + * Makefile.am: + * configure.ac: + * plugins/.cvsignore: + * plugins/Makefile.am: + * plugins/desktop-file/.cvsignore: + * plugins/desktop-file/Makefile.am: + * plugins/desktop-file/plugin.cpp: + * po/POTFILES.in: + + Add "desktop-file" plugin, adapted from the + "mozilla-desktop-file-plugin" written by Jorn Baayen <jbaayen@gnome.org>. + For now only handle .desktop files from file:/// URIs, for security + reasons. + 2005-10-03 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-state.c: (paned_sync_position_cb), |