<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, 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>Merge from trunk</title>
<updated>2012-03-25T20:37:21+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2012-03-25T20:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=699c782b7668c44d0fa4446331b0590a6d5dac82'/>
<id>699c782b7668c44d0fa4446331b0590a6d5dac82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/newcomment.el (comment-inline-offset): Don't autoload.</title>
<updated>2012-03-25T18:41:06+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2012-03-25T18:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=98fb480ee31bf74cf554044f60f21df16566dd7f'/>
<id>98fb480ee31bf74cf554044f60f21df16566dd7f</id>
<content type='text'>
(comment-choose-indent): Obey comment-inline-offset.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(comment-choose-indent): Obey comment-inline-offset.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/newcomment.el (comment-inline-offset): New custom var.</title>
<updated>2012-03-25T18:37:24+00:00</updated>
<author>
<name>Philipp Haselwarter</name>
</author>
<published>2012-03-25T18:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8eb5d48f36bbb758d46a867c52fbc23d7ad7d71f'/>
<id>8eb5d48f36bbb758d46a867c52fbc23d7ad7d71f</id>
<content type='text'>
(comment-indent): Use it.

Fixes: debbugs:11090
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(comment-indent): Use it.

Fixes: debbugs:11090
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #11073 with bidi-related crashes displaying some byte sequences.</title>
<updated>2012-03-23T12:32:23+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2012-03-23T12:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf'/>
<id>e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf</id>
<content type='text'>
 src/bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES.  Prevents crashes
 when fetching a multibyte character consumes more bytes than
 CHAR_BYTES returns, due to unification of CJK characters in
 string_char.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 src/bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES.  Prevents crashes
 when fetching a multibyte character consumes more bytes than
 CHAR_BYTES returns, due to unification of CJK characters in
 string_char.
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/process.c (wait_reading_process_output): Handle pty disconnect</title>
<updated>2012-03-23T12:23:14+00:00</updated>
<author>
<name>Troels Nielsen</name>
</author>
<published>2012-03-23T12:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5063c0e1a29078fb72ef5e48e1eeed6a863128ac'/>
<id>5063c0e1a29078fb72ef5e48e1eeed6a863128ac</id>
<content type='text'>
by refraining from sending oneself a SIGCHLD.

Fixes: debbugs:10933
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by refraining from sending oneself a SIGCHLD.

Fixes: debbugs:10933
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge changes made in No Gnus</title>
<updated>2012-03-23T11:22:21+00:00</updated>
<author>
<name>Gnus developers</name>
</author>
<published>2012-03-23T11:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=005a89ffd3550983ca3c85334d79c7fad633c9c0'/>
<id>005a89ffd3550983ca3c85334d79c7fad633c9c0</id>
<content type='text'>
2012-03-22  Lars Magne Ingebrigtsen  &lt;larsi@gnus.org&gt;
 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
 "#" to avoid having them interpreted as comments.
2012-03-22  Peder O. Klingenberg  &lt;peder@klingenberg.no&gt;  (tiny change)
 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
 reflect the new default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2012-03-22  Lars Magne Ingebrigtsen  &lt;larsi@gnus.org&gt;
 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
 "#" to avoid having them interpreted as comments.
2012-03-22  Peder O. Klingenberg  &lt;peder@klingenberg.no&gt;  (tiny change)
 * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
 reflect the new default.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/newcomment.el (comment-choose-indent): No space after BOL.</title>
<updated>2012-03-23T02:46:31+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2012-03-23T02:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b9d0879b49887a1db7630be9cab7fb60cf09cfd3'/>
<id>b9d0879b49887a1db7630be9cab7fb60cf09cfd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/window.el (switch-to-prev-buffer): Revert last patch because the</title>
<updated>2012-03-22T20:49:04+00:00</updated>
<author>
<name>Sam Steingold</name>
</author>
<published>2012-03-22T20:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e71cebb3c3a3b2f7eb5a28178d9c4763a1a3edb0'/>
<id>e71cebb3c3a3b2f7eb5a28178d9c4763a1a3edb0</id>
<content type='text'>
bug turned out to be an advertised feature (Elisp manual 28.14).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug turned out to be an advertised feature (Elisp manual 28.14).
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak previous vz-bzr change yet again</title>
<updated>2012-03-22T19:57:43+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-03-22T19:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9e1a1109f7ba74795897cbcb4cb9bbc5d4046bf6'/>
<id>9e1a1109f7ba74795897cbcb4cb9bbc5d4046bf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak previous vc-bzr change</title>
<updated>2012-03-22T19:17:43+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-03-22T19:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b4715d2a084182032d1c7de5527818bf0a2d4a41'/>
<id>b4715d2a084182032d1c7de5527818bf0a2d4a41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
