<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src/xgselect.c, branch pending</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Add 2012 to FSF copyright years for Emacs files</title>
<updated>2012-01-05T09:46:05+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-01-05T09:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=acaf905b1130aae80fa59d2c861ffd4c8eb75486'/>
<id>acaf905b1130aae80fa59d2c861ffd4c8eb75486</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust in response to jan.h.d's comments.</title>
<updated>2011-08-05T02:15:35+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-08-05T02:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0065d05491ce5981ea20896bb26d21dcd31e6769'/>
<id>0065d05491ce5981ea20896bb26d21dcd31e6769</id>
<content type='text'>
See, for example &lt;http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#26&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See, for example &lt;http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#26&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>* xgselect.c (xg_select): Check for size calculation overflow.</title>
<updated>2011-07-29T01:56:54+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-07-29T01:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c26f25213a70687820290a58189e58e687ef498c'/>
<id>c26f25213a70687820290a58189e58e687ef498c</id>
<content type='text'>
Don't update size until alloc done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't update size until alloc done.
</pre>
</div>
</content>
</entry>
<entry>
<title>* process.c: Add defined (HAVE_GSETTINGS) for xgselect.h</title>
<updated>2011-07-01T09:18:46+00:00</updated>
<author>
<name>Jan Djärv</name>
</author>
<published>2011-07-01T09:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0949d2b6ba1027bce991b2f3f7a4ce92b7adf620'/>
<id>0949d2b6ba1027bce991b2f3f7a4ce92b7adf620</id>
<content type='text'>
(wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
xg_select.

* xgselect.c: Add defined (HAVE_GSETTINGS).
(xgselect_initialize): Ditto.

* xsettings.c (store_monospaced_changed): Take new font as arg and
check for change against current_mono_font.
(EMACS_TYPE_SETTINGS): Remove this and related defines.
(emacs_settings_constructor, emacs_settings_get_property)
(emacs_settings_set_property, emacs_settings_class_init)
(emacs_settings_init, gsettings_obj): Remove.
(something_changedCB): New function for HAVE_GSETTINGS.
(something_changedCB): HAVE_GCONF: Call store_monospaced_changed
with value as argument.
(init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
g_settings_new.  Do not create gsettings_obj.
Remove calls to g_settings_bind. Connect something_changedCB to
"changed".

Fixes: debbugs:8967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
xg_select.

* xgselect.c: Add defined (HAVE_GSETTINGS).
(xgselect_initialize): Ditto.

* xsettings.c (store_monospaced_changed): Take new font as arg and
check for change against current_mono_font.
(EMACS_TYPE_SETTINGS): Remove this and related defines.
(emacs_settings_constructor, emacs_settings_get_property)
(emacs_settings_set_property, emacs_settings_class_init)
(emacs_settings_init, gsettings_obj): Remove.
(something_changedCB): New function for HAVE_GSETTINGS.
(something_changedCB): HAVE_GCONF: Call store_monospaced_changed
with value as argument.
(init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
g_settings_new.  Do not create gsettings_obj.
Remove calls to g_settings_bind. Connect something_changedCB to
"changed".

Fixes: debbugs:8967
</pre>
</div>
</content>
</entry>
<entry>
<title>* xgselect.c (xgselect_initialize): Check vs interface</title>
<updated>2011-04-16T07:57:31+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-04-16T07:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=aefd87e148d11777492fc068f3eddf2945cfbfc5'/>
<id>aefd87e148d11777492fc068f3eddf2945cfbfc5</id>
<content type='text'>
even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
</pre>
</div>
</content>
</entry>
<entry>
<title>* xgselect.c (xg_select): Remove unused var.</title>
<updated>2011-03-13T08:05:40+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-03-13T08:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=41729b81ac6a60b482aafe7ddc48a43225874818'/>
<id>41729b81ac6a60b482aafe7ddc48a43225874818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refill some long/short copyright headers.</title>
<updated>2011-01-26T08:36:39+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2011-01-26T08:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=95df8112a0cbdb06addbac5fbea03b37d4440418'/>
<id>95df8112a0cbdb06addbac5fbea03b37d4440418</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert consecutive FSF copyright years to ranges.</title>
<updated>2011-01-25T04:08:28+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2011-01-25T04:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=73b0cd50031a714347109169ceb8bacae338612a'/>
<id>73b0cd50031a714347109169ceb8bacae338612a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nuke arch-tags.</title>
<updated>2011-01-15T23:16:57+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2011-01-15T23:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0d9f702fd085bc8ad560a3e1f08d5e93054a5d33'/>
<id>0d9f702fd085bc8ad560a3e1f08d5e93054a5d33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from emacs-23</title>
<updated>2011-01-14T17:18:41+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2011-01-14T17:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=77ab81d0545e980c57c0a35510ade29a9e43b4cd'/>
<id>77ab81d0545e980c57c0a35510ade29a9e43b4cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
