<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src/ChangeLog, branch scratch/handler-bind</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>Rename ChangeLogs for gitlog-to-changelog</title>
<updated>2015-04-07T07:00:06+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-07T07:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dd1404cca3cf6bc459bc53f9aa9528170e30efd4'/>
<id>dd1404cca3cf6bc459bc53f9aa9528170e30efd4</id>
<content type='text'>
This patch was implemented via the following shell commands:
find * -name ChangeLog |
sed 's,.*,git mv &amp; &amp;.1,
s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
s, src/ChangeLog\.1$, src/ChangeLog.13,' |
sh
git commit -am"[this commit message]"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch was implemented via the following shell commands:
find * -name ChangeLog |
sed 's,.*,git mv &amp; &amp;.1,
s, lisp/ChangeLog\.1$, lisp/ChangeLog.17,
s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09,
s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3,
s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2,
s, src/ChangeLog\.1$, src/ChangeLog.13,' |
sh
git commit -am"[this commit message]"
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid segfaults on MS-Windows when invoking subprocesses  (Bug#20264)</title>
<updated>2015-04-06T10:26:54+00:00</updated>
<author>
<name>Koichi Arakawa</name>
</author>
<published>2015-04-06T10:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=eedff18424041188c843fb8e183b686df6c217f2'/>
<id>eedff18424041188c843fb8e183b686df6c217f2</id>
<content type='text'>
 src/w32proc.c (w32_executable_type): Look for the DLL name in the
 correct section.  This avoids segfaults with some executables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 src/w32proc.c (w32_executable_type): Look for the DLL name in the
 correct section.  This avoids segfaults with some executables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close a timing hole in selections.</title>
<updated>2015-04-04T14:10:06+00:00</updated>
<author>
<name>Jan D</name>
</author>
<published>2015-04-04T14:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0115aceb584b007a6faba3de701a972659025fd7'/>
<id>0115aceb584b007a6faba3de701a972659025fd7</id>
<content type='text'>
Fixes: debbugs:16737

* src/xselect.c (x_reply_selection_request)
(receive_incremental_selection): Call set_property_change_object
inside block_input.
(wait_for_property_change): Move set property_change_reply(_object)
outside of this function.
(set_property_change_object): New function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: debbugs:16737

* src/xselect.c (x_reply_selection_request)
(receive_incremental_selection): Call set_property_change_object
inside block_input.
(wait_for_property_change): Move set property_change_reply(_object)
outside of this function.
(set_property_change_object): New function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't optimized away tool tip redraw, may lead to corrupted text.</title>
<updated>2015-04-03T11:59:18+00:00</updated>
<author>
<name>Jan D</name>
</author>
<published>2015-04-03T11:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c775195c62843deed10e7967e488b3b04b84c412'/>
<id>c775195c62843deed10e7967e488b3b04b84c412</id>
<content type='text'>
* src/xterm.c (handle_one_xevent): Always redraw tool tips on
MapNotify.  Update tool tip frame sizes on ConfigureNotify.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xterm.c (handle_one_xevent): Always redraw tool tips on
MapNotify.  Update tool tip frame sizes on ConfigureNotify.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid crashing with key-chord  (Bug#20223)</title>
<updated>2015-03-31T14:18:17+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-03-31T14:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f20a2cd9dcd9f6a62496dc2df7fe5dfc20124bd3'/>
<id>f20a2cd9dcd9f6a62496dc2df7fe5dfc20124bd3</id>
<content type='text'>
 src/keyboard.c (read_key_sequence): Don't let
 this_single_command_key_start become negative.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 src/keyboard.c (read_key_sequence): Don't let
 this_single_command_key_start become negative.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-24</title>
<updated>2015-03-29T21:24:19+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-03-29T21:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d16fb740912bf4874e7087f6f419427516047977'/>
<id>d16fb740912bf4874e7087f6f419427516047977</id>
<content type='text'>
4d2e7e1 Fixes: debbugs:19175
2e0cfcc Fix the preamble text of the DIR file we install  (Bug#20213)
22ece83 src/w32proc.c: Describe in a comment w32 subprocess implementation.

Conflicts:
	ChangeLog
	src/ChangeLog
	src/xterm.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4d2e7e1 Fixes: debbugs:19175
2e0cfcc Fix the preamble text of the DIR file we install  (Bug#20213)
22ece83 src/w32proc.c: Describe in a comment w32 subprocess implementation.

Conflicts:
	ChangeLog
	src/ChangeLog
	src/xterm.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-24</title>
<updated>2015-03-29T21:14:15+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-03-29T21:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0479a1b62ceeb9586168146e2c8f49f2a5ebaf2f'/>
<id>0479a1b62ceeb9586168146e2c8f49f2a5ebaf2f</id>
<content type='text'>
5e0314f * smie.el (smie*ward-sexp-command): Don't pretend the arg is optional
13cf575 Don't round up scroll bar width with GTK3 (Bug#20182).
921dd0d * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.

Conflicts:
	doc/lispref/ChangeLog
	lisp/ChangeLog
	src/ChangeLog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5e0314f * smie.el (smie*ward-sexp-command): Don't pretend the arg is optional
13cf575 Don't round up scroll bar width with GTK3 (Bug#20182).
921dd0d * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.

Conflicts:
	doc/lispref/ChangeLog
	lisp/ChangeLog
	src/ChangeLog
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes: debbugs:19175</title>
<updated>2015-03-29T19:16:23+00:00</updated>
<author>
<name>Jan D</name>
</author>
<published>2015-03-29T19:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4d2e7e17547edda414129aeee910cd0334b4e85e'/>
<id>4d2e7e17547edda414129aeee910cd0334b4e85e</id>
<content type='text'>
* gtkutil.c (xg_display_open):
* xterm.c (x_display_ok, x_term_init): Block SIGIO when opening
a display.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gtkutil.c (xg_display_open):
* xterm.c (x_display_ok, x_term_init): Block SIGIO when opening
a display.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't send bad SM messages.</title>
<updated>2015-03-28T11:33:25+00:00</updated>
<author>
<name>Jan D</name>
</author>
<published>2015-03-28T11:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=be5e9348dc137d06655676e686f153cf33de4f28'/>
<id>be5e9348dc137d06655676e686f153cf33de4f28</id>
<content type='text'>
* xsmfns.c (smc_save_yourself_CB): Return if Vinvocation_name or
user_login_name are not strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* xsmfns.c (smc_save_yourself_CB): Return if Vinvocation_name or
user_login_name are not strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix blocking connections on MS-Windows  (Bug#20159)</title>
<updated>2015-03-28T07:36:01+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-03-28T07:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7dc565a2cffeda8e7f5cf2806c056298e7907aba'/>
<id>7dc565a2cffeda8e7f5cf2806c056298e7907aba</id>
<content type='text'>
 src/w32.c (sys_connect): Fix a mistake in previous commit that broke
 blocking connections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 src/w32.c (sys_connect): Fix a mistake in previous commit that broke
 blocking connections.
</pre>
</div>
</content>
</entry>
</feed>
