<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-epiphany/lib/eel-gconf-extensions.c, branch Release148</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=Release148</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=Release148'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/'/>
<updated>2004-04-07T10:38:47+00:00</updated>
<entry>
<title>Remove unused variable.</title>
<updated>2004-04-07T10:38:47+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2004-04-07T10:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=19faef2caf08e026266c360fb721ec99bea68e50'/>
<id>urn:sha1:19faef2caf08e026266c360fb721ec99bea68e50</id>
<content type='text'>
2004-04-07  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* lib/eel-gconf-extensions.c: (eel_gconf_handle_error):

	Remove unused variable.
</content>
</entry>
<entry>
<title>Don't abort on errors, just display a message on console.</title>
<updated>2004-04-07T10:21:13+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2004-04-07T10:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=53003112015e30faf597ca7bc8962ce2de3874ca'/>
<id>urn:sha1:53003112015e30faf597ca7bc8962ce2de3874ca</id>
<content type='text'>
2004-04-07  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* lib/eel-gconf-extensions.c: (eel_gconf_handle_error):

	Don't abort on errors, just display a message on console.
</content>
</entry>
<entry>
<title>merging pre-gnome-2-8 branch</title>
<updated>2004-03-17T09:02:38+00:00</updated>
<author>
<name>Marco Pesenti Gritti</name>
<email>marco@src.gnome.org</email>
</author>
<published>2004-03-17T09:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=dbdcf80ba8e559236f9937aaafba1d14b1cee46e'/>
<id>urn:sha1:dbdcf80ba8e559236f9937aaafba1d14b1cee46e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#ifdef HAVE_CONFIG_H the inclusion of config.h.</title>
<updated>2004-02-20T11:52:39+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2004-02-20T11:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=6144cc5d78fc555baed63847efafd5eeff1490bf'/>
<id>urn:sha1:6144cc5d78fc555baed63847efafd5eeff1490bf</id>
<content type='text'>
2004-02-20  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* lib/eel-gconf-extensions.c:

	#ifdef HAVE_CONFIG_H the inclusion of config.h.
</content>
</entry>
<entry>
<title>Make uri canonical before passing it as launch argument to make vfs happy.</title>
<updated>2004-01-19T20:20:33+00:00</updated>
<author>
<name>Marco Pesenti Gritti</name>
<email>marco@gnome.org</email>
</author>
<published>2004-01-19T20:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=67d23452025c9cb74756a649e3fdba905f3ab892'/>
<id>urn:sha1:67d23452025c9cb74756a649e3fdba905f3ab892</id>
<content type='text'>
2004-01-19  Marco Pesenti Gritti  &lt;marco@gnome.org&gt;

        * embed/mozilla/ContentHandler.cpp:
        * embed/mozilla/MozDownload.cpp:

        Make uri canonical before passing it as
        launch argument to make vfs happy.

        * lib/eel-gconf-extensions.c: (eel_gconf_set_path):

        Do not mix utf8/locale. Thanks to chpe to notice it.
</content>
</entry>
<entry>
<title>Add a way to store paths.</title>
<updated>2004-01-19T14:06:41+00:00</updated>
<author>
<name>Marco Pesenti Gritti</name>
<email>marco@gnome.org</email>
</author>
<published>2004-01-19T14:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=dd0b02c40b5d202794d03299f2d190833b63bb22'/>
<id>urn:sha1:dd0b02c40b5d202794d03299f2d190833b63bb22</id>
<content type='text'>
2004-01-19  Marco Pesenti Gritti  &lt;marco@gnome.org&gt;

        * lib/eel-gconf-extensions.c: (tilde_compress),
        (eel_gconf_set_path):
        * lib/eel-gconf-extensions.h:

        Add a way to store paths.

        * embed/mozilla/ContentHandler.cpp:
        * embed/mozilla/ContentHandler.h:
        * embed/mozilla/MozDownload.cpp:
        * embed/mozilla/MozDownload.h:

        Actually save the file in downloads dir and then
        open it. It doesnt seem to open it but it's prolly
        a gnome-vfs bug.

        * src/prefs-dialog.c: (get_download_button_label),
        (download_path_response_cb):

        Simplify the label logic using ~.
</content>
</entry>
<entry>
<title>Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.</title>
<updated>2003-11-05T22:56:16+00:00</updated>
<author>
<name>Christian Persch</name>
<email>chpe@cvs.gnome.org</email>
</author>
<published>2003-11-05T22:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=dfd17005ee1f28b31a3e07a31e0f2fc5afc70596'/>
<id>urn:sha1:dfd17005ee1f28b31a3e07a31e0f2fc5afc70596</id>
<content type='text'>
2003-11-05  Christian Persch  &lt;chpe@cvs.gnome.org&gt;

	* embed/downloader-view.c:
	* embed/ephy-embed-popup-control.c:
	* embed/ephy-encodings.c:
	* embed/ephy-history.c:
	* embed/mozilla/ContentHandler.cpp:
	* embed/mozilla/EphyHeaderSniffer.cpp:
	* embed/mozilla/FilePicker.cpp:
	* lib/eel-gconf-extensions.c:
	* lib/egg/egg-editable-toolbar.c:
	* lib/ephy-file-helpers.c:
	* lib/ephy-gui.c:
	* lib/ephy-langs.c:
	* lib/ephy-node.c:
	* lib/ephy-zoom.h:
	* lib/widgets/ephy-cell-renderer-progress.c:
	* lib/widgets/ephy-zoom-action.c:
	* lib/widgets/ephy-zoom-control.c:
	* src/bookmarks/ephy-bookmark-action.c:
	* src/bookmarks/ephy-bookmark-properties.c:
	* src/bookmarks/ephy-bookmarks-editor.c:
	* src/bookmarks/ephy-bookmarks-import.c:
	* src/bookmarks/ephy-bookmarks-menu.c:
	* src/bookmarks/ephy-bookmarks.c:
	* src/bookmarks/ephy-new-bookmark.c:
	* src/bookmarks/ephy-topic-action.c:
	* src/ephy-encoding-dialog.c:
	* src/ephy-encoding-menu.c:
	* src/ephy-go-action.c:
	* src/ephy-history-window.c:
	* src/ephy-notebook.c:
	* src/ephy-shell.c:
	* src/ephy-tab.c:
	* src/ephy-toolbars-model.c:
	* src/ephy-window.c:
	* src/pdm-dialog.c:
	* src/popup-commands.c:
	* src/ppview-toolbar.c:
	* src/prefs-dialog.c:
	* src/session.c:
	* src/toolbar.c:
	* src/window-commands.c:

	Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.
</content>
</entry>
<entry>
<title>Resync with eel.</title>
<updated>2003-11-04T21:43:09+00:00</updated>
<author>
<name>Marco Pesenti Gritti</name>
<email>marco@gnome.org</email>
</author>
<published>2003-11-04T21:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=8180308e57e97c0c4e69331aac409e49e6a38876'/>
<id>urn:sha1:8180308e57e97c0c4e69331aac409e49e6a38876</id>
<content type='text'>
2003-11-04  Marco Pesenti Gritti  &lt;marco@gnome.org&gt;

        * lib/eel-gconf-extensions.c: (global_client_free),
        (eel_gconf_client_get_global), (eel_gconf_handle_error),
        (eel_gconf_set_string), (eel_gconf_is_default),
        (eel_gconf_key_is_writable), (eel_gconf_monitor_add),
        (eel_gconf_monitor_remove), (eel_gconf_preload_cache),
        (eel_gconf_get_default_value), (eel_strcmp), (eel_str_is_equal),
        (simple_value_is_equal), (eel_gconf_value_is_equal),
        (eel_gconf_value_get_string_list),
        (eel_gconf_value_set_string_list), (eel_gconf_set_float),
        (eel_gconf_get_float):
        * lib/eel-gconf-extensions.h:

        Resync with eel.

        * lib/ephy-prefs.h:
        * lib/widgets/ephy-spinner.c:
        * embed/ephy-embed-prefs.h:
        * embed/mozilla/mozilla-notifiers.cpp:

        Migrate old font size settings. This will screw things
        for 1.1 users, not much we can do about it now.
</content>
</entry>
<entry>
<title>Fixed many issues mentioned in #112781.</title>
<updated>2003-05-17T12:43:34+00:00</updated>
<author>
<name>Christian Neumair</name>
<email>cneumair@src.gnome.org</email>
</author>
<published>2003-05-17T12:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=da4bacb5a3de0dafe863ea82aea78d2e40731730'/>
<id>urn:sha1:da4bacb5a3de0dafe863ea82aea78d2e40731730</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix 64 bit problems. Patch from katzj@redhat.com.</title>
<updated>2003-05-09T22:47:57+00:00</updated>
<author>
<name>Christopher Blizzard</name>
<email>blizzard@redhat.com</email>
</author>
<published>2003-05-09T22:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=a6fa796d9e009463eaca187f41d3ee38f514d18d'/>
<id>urn:sha1:a6fa796d9e009463eaca187f41d3ee38f514d18d</id>
<content type='text'>
2003-05-09  Christopher Blizzard  &lt;blizzard@redhat.com&gt;

       * src/ephy-navigation-action.c (activate_up_menu_item_cb):
       * src/ephy-navigation-action.c (activate_back_or_forward_menu_item_cb):
       * lib/eel-gconf-extensions.c (ephy_notification_add):

       Fix 64 bit problems.  Patch from katzj@redhat.com.
</content>
</entry>
</feed>
