<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc/NEWS, branch old-branches/python</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-06-15T02:05:43+00:00</updated>
<author>
<name>Fabián Ezequiel Gallina</name>
</author>
<published>2012-06-15T02:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=315f675857250c2204d024748e9eafa57c68410f'/>
<id>315f675857250c2204d024748e9eafa57c68410f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added python.el NEWS entry</title>
<updated>2012-06-15T01:39:03+00:00</updated>
<author>
<name>Fabián Ezequiel Gallina</name>
</author>
<published>2012-06-15T01:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c6a506fefd22cb1efde1935154e79b471b943c45'/>
<id>c6a506fefd22cb1efde1935154e79b471b943c45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a simple struct to implement compile time checks for the Lisp_Object type</title>
<updated>2012-06-13T13:40:48+00:00</updated>
<author>
<name>Andreas Schwab</name>
</author>
<published>2012-06-13T13:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=646b5f55dfc28ea37a6605b060f67017cdb1aea8'/>
<id>646b5f55dfc28ea37a6605b060f67017cdb1aea8</id>
<content type='text'>
* configure.in: Rename --enable-use-lisp-union-type to
--enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
instead of USE_LISP_UNION_TYPE.

* admin/make-emacs: Rename --union-type to --check-lisp-type.  Define
CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
* admin/CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Renamed from
USE_LISP_UNION_TYPE.

* src/lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
instead of union.
(XLI, XIL): Define.
(XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG): Use
them.
* src/emacs.c (gdb_use_struct): Renamed from gdb_use_union.
* src/.gdbinit: Check gdb_use_struct instead of gdb_use_union.
* src/alloc.c (widen_to_Lisp_Object): Removed.
(mark_memory): Use XIL instead of widen_to_Lisp_Object.
* src/frame.c (delete_frame): Remove outdated comment.
* src/w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
USE_LISP_UNION_TYPE.
(Fw32_unregister_hot_key): Likewise.
(Fw32_toggle_lock_key): Likewise.
* src/w32menu.c (add_menu_item): Likewise.
(w32_menu_display_help): Use XIL instead of checking
USE_LISP_UNION_TYPE.
* src/w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
(init_heap): Likewise.
* src/w32term.c (w32_read_socket): Update comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.in: Rename --enable-use-lisp-union-type to
--enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
instead of USE_LISP_UNION_TYPE.

* admin/make-emacs: Rename --union-type to --check-lisp-type.  Define
CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
* admin/CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Renamed from
USE_LISP_UNION_TYPE.

* src/lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
instead of union.
(XLI, XIL): Define.
(XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG): Use
them.
* src/emacs.c (gdb_use_struct): Renamed from gdb_use_union.
* src/.gdbinit: Check gdb_use_struct instead of gdb_use_union.
* src/alloc.c (widen_to_Lisp_Object): Removed.
(mark_memory): Use XIL instead of widen_to_Lisp_Object.
* src/frame.c (delete_frame): Remove outdated comment.
* src/w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
USE_LISP_UNION_TYPE.
(Fw32_unregister_hot_key): Likewise.
(Fw32_toggle_lock_key): Likewise.
* src/w32menu.c (add_menu_item): Likewise.
(w32_menu_display_help): Use XIL instead of checking
USE_LISP_UNION_TYPE.
* src/w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
(init_heap): Likewise.
* src/w32term.c (w32_read_socket): Update comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>In the Package Menu, indicate packages that are newly-available.</title>
<updated>2012-06-13T07:33:38+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2012-06-13T07:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6005792624e11ee6e4a3b60bc0186b5ef26aaf97'/>
<id>6005792624e11ee6e4a3b60bc0186b5ef26aaf97</id>
<content type='text'>
* lisp/emacs-lisp/package.el (list-packages): Compute a list of
packages that are newly-available since the last list-packages
invocation.
(package-menu--new-package-list): New var.
(package-menu--generate, package-menu--print-info)
(package-menu--status-predicate, package-menu-mark-install):
Handle new status label "new".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/package.el (list-packages): Compute a list of
packages that are newly-available since the last list-packages
invocation.
(package-menu--new-package-list): New var.
(package-menu--generate, package-menu--print-info)
(package-menu--status-predicate, package-menu-mark-install):
Handle new status label "new".
</pre>
</div>
</content>
</entry>
<entry>
<title>New input method vietnamese-vni.</title>
<updated>2012-06-12T04:35:14+00:00</updated>
<author>
<name>Nguyen Thai Ngoc Duy</name>
</author>
<published>2012-06-12T04:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b79ce7e18b0a5a2cedbe646932f9fcb38838765'/>
<id>6b79ce7e18b0a5a2cedbe646932f9fcb38838765</id>
<content type='text'>
* leim/quail/vnvi.el: New file.

Fixes: debbugs:11660
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* leim/quail/vnvi.el: New file.

Fixes: debbugs:11660
</pre>
</div>
</content>
</entry>
<entry>
<title>Support transparency for ImageMagick images.</title>
<updated>2012-06-11T14:42:55+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2012-06-11T14:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1b9b4cf4c1152f06153ac9c141fb9f724b984884'/>
<id>1b9b4cf4c1152f06153ac9c141fb9f724b984884</id>
<content type='text'>
* src/image.c (imagemagick_load_image): Implement transparency.

* doc/lispref/display.texi (ImageMagick Images): ImageMagick now supports the
:background property.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/image.c (imagemagick_load_image): Implement transparency.

* doc/lispref/display.texi (ImageMagick Images): ImageMagick now supports the
:background property.
</pre>
</div>
</content>
</entry>
<entry>
<title>New Tramp features.</title>
<updated>2012-06-11T13:22:53+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2012-06-11T13:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=05ecb497393551e8bb65fb07fbdc4bbb5f61765a'/>
<id>05ecb497393551e8bb65fb07fbdc4bbb5f61765a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NEWS item about Buffer Menu rewrite.</title>
<updated>2012-06-07T14:39:28+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2012-06-07T14:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8b0823d6096739c30e518e2c9a57b77fe627234c'/>
<id>8b0823d6096739c30e518e2c9a57b77fe627234c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add enable-remote-dir-locals.</title>
<updated>2012-06-06T15:13:15+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2012-06-06T15:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=21ffb35a9782dcdb2032ad69f2cf515d9cc51862'/>
<id>21ffb35a9782dcdb2032ad69f2cf515d9cc51862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove lib-src/vcdiff</title>
<updated>2012-06-06T01:06:54+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-06-06T01:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=276d5f5de52a2226e818e3b2361e0858bda9cec6'/>
<id>276d5f5de52a2226e818e3b2361e0858bda9cec6</id>
<content type='text'>
* lib-src/vcdiff: Remove file.
* lib-src/Makefile.in (SCRIPTS, STAMP_SCRIPTS): Remove vcdiff.
(stamp-vcdiff): Remove.

* INSTALL, make-dist: Remove vcdiff.

* lisp/emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/vcdiff: Remove file.
* lib-src/Makefile.in (SCRIPTS, STAMP_SCRIPTS): Remove vcdiff.
(stamp-vcdiff): Remove.

* INSTALL, make-dist: Remove vcdiff.

* lisp/emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
</pre>
</div>
</content>
</entry>
</feed>
