<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src, branch emacs-23.2</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>Bump version to 23.2.</title>
<updated>2010-05-08T03:28:26+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2010-05-08T03:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=61a808e8197bb47dad1a78d7b032268482c45a9c'/>
<id>61a808e8197bb47dad1a78d7b032268482c45a9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Bug#5984.</title>
<updated>2010-04-30T16:00:48+00:00</updated>
<author>
<name>Andreas Schwab</name>
</author>
<published>2010-04-30T16:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5dcde606e32d1794f8268ea51cd2d1746e45a311'/>
<id>5dcde606e32d1794f8268ea51cd2d1746e45a311</id>
<content type='text'>
* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.

* lisp.h (restore_point_unwind): Add prototype.

* fileio.c (restore_point_unwind): Remove static attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.

* lisp.h (restore_point_unwind): Add prototype.

* fileio.c (restore_point_unwind): Remove static attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new features of libotf and m17n-lib if available.</title>
<updated>2010-04-23T12:29:11+00:00</updated>
<author>
<name>Kenichi Handa</name>
</author>
<published>2010-04-23T12:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c4170e32d184c0e3d7b81045b74d2fe5a3e2fe7b'/>
<id>c4170e32d184c0e3d7b81045b74d2fe5a3e2fe7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* dired.c (Ffile_attributes): Fix typo in docstring.</title>
<updated>2010-04-19T03:06:29+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2010-04-19T03:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e42cd1a757d9279644ea6b2dd33927df1eac99f2'/>
<id>e42cd1a757d9279644ea6b2dd33927df1eac99f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).</title>
<updated>2010-04-13T08:56:08+00:00</updated>
<author>
<name>Adrian Robert</name>
</author>
<published>2010-04-13T08:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=79353a53a004be686d7358fde4f1c2dbb25406ab'/>
<id>79353a53a004be686d7358fde4f1c2dbb25406ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).</title>
<updated>2010-04-13T06:01:46+00:00</updated>
<author>
<name>Adrian Robert</name>
</author>
<published>2010-04-13T06:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b2e40a75ce42cb8441c60fc250a91ef2d6b7702a'/>
<id>b2e40a75ce42cb8441c60fc250a91ef2d6b7702a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use openpty for allocating pty on Darwin.  Fix Bug#726 and Bug#5819.</title>
<updated>2010-04-10T10:31:01+00:00</updated>
<author>
<name>YAMAMOTO Mitsuharu</name>
</author>
<published>2010-04-10T10:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=658b9b9347fdb9cdf5763990c22e63a0d617c40e'/>
<id>658b9b9347fdb9cdf5763990c22e63a0d617c40e</id>
<content type='text'>
* s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
(PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
(PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
</pre>
</div>
</content>
</entry>
<entry>
<title>frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.</title>
<updated>2010-04-08T00:43:57+00:00</updated>
<author>
<name>YAMAMOTO Mitsuharu</name>
</author>
<published>2010-04-08T00:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=16009a0ec314b71fda9f41fb0d79b588d784c0f9'/>
<id>16009a0ec314b71fda9f41fb0d79b588d784c0f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix resizing for X and non-Gtk+ build.  Bug #5848.</title>
<updated>2010-04-07T16:34:31+00:00</updated>
<author>
<name>Jan Djärv</name>
</author>
<published>2010-04-07T16:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f016f225d26e074eba8b7720a1f76574bee21d30'/>
<id>f016f225d26e074eba8b7720a1f76574bee21d30</id>
<content type='text'>
    
* frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
FRAME_LINE_TO_PIXEL_Y.

* xterm.c (x_set_window_size_1): Don't add border_width/height to
pixelwidth/height.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    
* frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
FRAME_LINE_TO_PIXEL_Y.

* xterm.c (x_set_window_size_1): Don't add border_width/height to
pixelwidth/height.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash on NextStep terminal (Bug#5837)</title>
<updated>2010-04-05T15:46:29+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2010-04-05T15:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=84257d9314ac231a44eaa5f93b0247bedead1171'/>
<id>84257d9314ac231a44eaa5f93b0247bedead1171</id>
<content type='text'>
* xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
terminal frames (Bug#5837).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
terminal frames (Bug#5837).
</pre>
</div>
</content>
</entry>
</feed>
