<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/nt, branch scratch/multi-level-test-makefile</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>addpm.c: Silence some warnings.</title>
<updated>2015-10-24T22:58:08+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2015-10-24T22:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b6c6629ebe570baac53ed2a737f54711f29f79ca'/>
<id>b6c6629ebe570baac53ed2a737f54711f29f79ca</id>
<content type='text'>
* nt/addpm.c (DdeCommand): Cast pData argument of DdeClientTransaction
to LPBYTE.
(add_registry): Pass NULL to optional lpClass argument of
RegCreateKeyEx, not an empty string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/addpm.c (DdeCommand): Cast pData argument of DdeClientTransaction
to LPBYTE.
(add_registry): Pass NULL to optional lpClass argument of
RegCreateKeyEx, not an empty string.
</pre>
</div>
</content>
</entry>
<entry>
<title>addpm.c: Do not add obsolete GTK libraries to the path.</title>
<updated>2015-10-24T22:35:35+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2015-10-24T22:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=87a30649e791392656606422383e1683f6b5781e'/>
<id>87a30649e791392656606422383e1683f6b5781e</id>
<content type='text'>
* nt/addpm.c (REG_GTK, REG_RUNEMACS_PATH): Delete.
(add_registry): Remove variables `size' and `gtk_key'.
Do not add the GTK DLL directory to the library search path; it is
confusing behavior (in particular, the same Emacs version with and
without invoking addpm will use a different path), and the GTK image
libraries are obsolete anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/addpm.c (REG_GTK, REG_RUNEMACS_PATH): Delete.
(add_registry): Remove variables `size' and `gtk_key'.
Do not add the GTK DLL directory to the library search path; it is
confusing behavior (in particular, the same Emacs version with and
without invoking addpm will use a different path), and the GTK image
libraries are obsolete anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>addpm.c: Replace existing entries, but do not create new ones</title>
<updated>2015-10-24T22:34:52+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2015-10-24T02:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cbbea701c6956961b55ed754fbfe2ae6329f940b'/>
<id>cbbea701c6956961b55ed754fbfe2ae6329f940b</id>
<content type='text'>
* nt/addpm.c (add_registry): If the Emacs registry key exists, replace
existing values from previous versions, but do not add new ones; the
key could exist for other reasons unrelated to old Emacsen, like X-style
resources, or to set some environment variables like HOME or LANG, and
in that case we don't want to populate it with obsolete values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/addpm.c (add_registry): If the Emacs registry key exists, replace
existing values from previous versions, but do not add new ones; the
key could exist for other reasons unrelated to old Emacsen, like X-style
resources, or to set some environment variables like HOME or LANG, and
in that case we don't want to populate it with obsolete values.
</pre>
</div>
</content>
</entry>
<entry>
<title>* nt/addpm.c (add_registry): Do not compute unused return value.</title>
<updated>2015-10-24T22:33:00+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2015-10-24T02:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8c5747ea98e82b3f2112abf0b62a509649101903'/>
<id>8c5747ea98e82b3f2112abf0b62a509649101903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>addpm.c: Don't pass REG_OPTION_NON_VOLATILE to RegOpenKeyEx</title>
<updated>2015-10-24T22:32:21+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2015-10-24T01:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8a48f16de01eaa9f2c65baf43ab3168f68e0ad39'/>
<id>8a48f16de01eaa9f2c65baf43ab3168f68e0ad39</id>
<content type='text'>
* nt/addpm.c (add_registry): Pass 0 to ulOptions argument of
RegOpenKeyEx, not REG_OPTION_NON_VOLATILE.  This doesn't change
current behavior because REG_OPTION_NON_VOLATILE is defined to
be 0L anyway, but that option is actually documented only for
RegCreateKeyEx.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/addpm.c (add_registry): Pass 0 to ulOptions argument of
RegOpenKeyEx, not REG_OPTION_NON_VOLATILE.  This doesn't change
current behavior because REG_OPTION_NON_VOLATILE is defined to
be 0L anyway, but that option is actually documented only for
RegCreateKeyEx.</pre>
</div>
</content>
</entry>
<entry>
<title>Update the new icon</title>
<updated>2015-10-24T11:37:45+00:00</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2015-10-24T11:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ab10d8825427714a2a7acd36adcc5b0b066ed6ca'/>
<id>ab10d8825427714a2a7acd36adcc5b0b066ed6ca</id>
<content type='text'>
Move the E slightly to the right in the circle.

* etc/images/icons/hicolor/128x128/apps/emacs.png:
* etc/images/icons/hicolor/16x16/apps/emacs.png:
* etc/images/icons/hicolor/24x24/apps/emacs.png:
* etc/images/icons/hicolor/32x32/apps/emacs.png:
* etc/images/icons/hicolor/48x48/apps/emacs.png:
* etc/images/icons/hicolor/scalable/apps/emacs.svg:
* nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns:
* nt/icons/emacs.ico: New icom update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the E slightly to the right in the circle.

* etc/images/icons/hicolor/128x128/apps/emacs.png:
* etc/images/icons/hicolor/16x16/apps/emacs.png:
* etc/images/icons/hicolor/24x24/apps/emacs.png:
* etc/images/icons/hicolor/32x32/apps/emacs.png:
* etc/images/icons/hicolor/48x48/apps/emacs.png:
* etc/images/icons/hicolor/scalable/apps/emacs.svg:
* nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns:
* nt/icons/emacs.ico: New icom update.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the old icon for Windows and Mac OSX</title>
<updated>2015-10-23T14:24:51+00:00</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2015-10-23T14:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8408f4e38cb4108f8dde971bbc5d5220c66e0f67'/>
<id>8408f4e38cb4108f8dde971bbc5d5220c66e0f67</id>
<content type='text'>
* nt/icons/emacs.ico:
* nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns: Use the new
icons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/icons/emacs.ico:
* nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns: Use the new
icons.
</pre>
</div>
</content>
</entry>
<entry>
<title>* nt/INSTALL: Recommend MSYS Automake/Autoconf from ezwinports.</title>
<updated>2015-10-12T17:09:54+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-10-12T17:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=402ef224dc68d1ff09ee9bd9d44ce920bfa6ce1f'/>
<id>402ef224dc68d1ff09ee9bd9d44ce920bfa6ce1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* nt/INSTALL: Minor spelling and quote fixes.</title>
<updated>2015-10-04T00:37:59+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-10-04T00:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=42d0000cf38f74b559e0ed049ec820661b104b2a'/>
<id>42d0000cf38f74b559e0ed049ec820661b104b2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* nt/INSTALL: Update instructions for running autogen.sh</title>
<updated>2015-10-02T08:55:55+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-10-02T08:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=da4ce83c621f31c4b6690ab7fcb77c1104ed2295'/>
<id>da4ce83c621f31c4b6690ab7fcb77c1104ed2295</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
