<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/nt, branch stream</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>Support "maximized" property of runemacs's shortcut</title>
<updated>2015-07-08T16:16:49+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-07-08T16:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cd2e23e06f503ec6d7240ddd5e8ff8e315cd1536'/>
<id>cd2e23e06f503ec6d7240ddd5e8ff8e315cd1536</id>
<content type='text'>
* nt/runemacs.c (WinMain): If runemacs is invoked "maximized", pass
the '--maximized' switch to Emacs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/runemacs.c (WinMain): If runemacs is invoked "maximized", pass
the '--maximized' switch to Emacs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support "minimized" property of runemacs's shortcut</title>
<updated>2015-07-08T14:22:15+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-07-08T14:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b953882a75068e079a99cfc86a5c0e9796d604bd'/>
<id>b953882a75068e079a99cfc86a5c0e9796d604bd</id>
<content type='text'>
* nt/runemacs.c (WinMain): If runemacs is invoked "minimized",
pass the '--iconic' switch to Emacs.  (Bug#20991)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/runemacs.c (WinMain): If runemacs is invoked "minimized",
pass the '--iconic' switch to Emacs.  (Bug#20991)
</pre>
</div>
</content>
</entry>
<entry>
<title>* nt/README: Don't advertise the (obsolescent) w32 FAQ.</title>
<updated>2015-06-13T09:34:09+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-06-13T09:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2f6956a0383f56c55d308d8ba8f10c052cd89c3e'/>
<id>2f6956a0383f56c55d308d8ba8f10c052cd89c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* nt/README.W32: Don't advertise the (obsolescent) w32 FAQ.</title>
<updated>2015-06-13T08:41:08+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-06-13T08:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6f9d21333152f864e62353af78622f6e2abe0c02'/>
<id>6f9d21333152f864e62353af78622f6e2abe0c02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt 'struct timespec' to next release of MinGW runtime</title>
<updated>2015-06-07T15:36:25+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-06-07T15:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=aa83b5ecb049ebf7491f63d30eac27c983d9bc34'/>
<id>aa83b5ecb049ebf7491f63d30eac27c983d9bc34</id>
<content type='text'>
* nt/inc/ms-w32.h (struct timespec): Don't declare if
__struct_timespec_defined is defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/inc/ms-w32.h (struct timespec): Don't declare if
__struct_timespec_defined is defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Declare Emacs on MS-Windows to be DPI-aware</title>
<updated>2015-05-30T10:28:53+00:00</updated>
<author>
<name>Vitaly Takmazov</name>
</author>
<published>2015-05-30T10:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=71f1139cf97e805f8e610dc477f2b90f0d8d4bee'/>
<id>71f1139cf97e805f8e610dc477f2b90f0d8d4bee</id>
<content type='text'>
* nt/emacs-x86.manifest (asmv3:windowsSettings): Add dpiAware.
* nt/emacs-x64.manifest (asmv3:windowsSettings): Add dpiAware.
This avoids Windows entering compatibility mode for Emacs,
which causes fonts to look less nice.

Copyright-paperwork-exempt: yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/emacs-x86.manifest (asmv3:windowsSettings): Add dpiAware.
* nt/emacs-x64.manifest (asmv3:windowsSettings): Add dpiAware.
This avoids Windows entering compatibility mode for Emacs,
which causes fonts to look less nice.

Copyright-paperwork-exempt: yes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix last commit</title>
<updated>2015-05-28T18:44:23+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-05-28T18:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5d75612ffa0c8de74100c4c13e041ec31512383d'/>
<id>5d75612ffa0c8de74100c4c13e041ec31512383d</id>
<content type='text'>
* nt/gnulib.mk (libgnu_a_SOURCES): Add get-permissions.c back.
(gnulib module qcopy-acl): Add back, as it is harmless.  This
minimizes differences wrt lib/gnulib.mk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/gnulib.mk (libgnu_a_SOURCES): Add get-permissions.c back.
(gnulib module qcopy-acl): Add back, as it is harmless.  This
minimizes differences wrt lib/gnulib.mk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the MS-Windows build as followup to gnulib update</title>
<updated>2015-05-28T17:40:51+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-05-28T17:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=108314730848123233cbe97a60d5e770fdb0f447'/>
<id>108314730848123233cbe97a60d5e770fdb0f447</id>
<content type='text'>
* nt/gnulib.mk (libgnu_a_SOURCES): Remove get-permissions.c and
set-permissions.c, as they don't compile on MinGW.
(gnulib module qcopy-acl): Remove, as it needs set-permissions.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/gnulib.mk (libgnu_a_SOURCES): Remove get-permissions.c and
set-permissions.c, as they don't compile on MinGW.
(gnulib module qcopy-acl): Remove, as it needs set-permissions.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from gnulib</title>
<updated>2015-05-28T00:55:06+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-05-28T00:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6c52e9b93b68795d1876718d8f3c1d57bf7f6d91'/>
<id>6c52e9b93b68795d1876718d8f3c1d57bf7f6d91</id>
<content type='text'>
This incorporates:
2015-05-27 qacl: Reimplement qset_acl and qcopy_acl (Bug#20666)
2015-05-27 file-has-acl: Split feature tests again (Bug#20667)
2015-05-27 string: fix build failure on BSD/OSX with FORTIFY_SOURCE
2015-05-26 stdio: limit __gnu_printf__ witness to gcc 4.4+
2015-05-26 inttypes: force correct mingw PRIdMAX even without &lt;stdio.h&gt;
2015-05-26 stdio: fix probe on mingw under gcc 5.1
* admin/merge-gnulib (GNULIB_MODULES):
Replace qacl with qcopy-acl, since we don't need the rest of qacl.
* doc/misc/texinfo.tex, lib/acl-internal.c, lib/acl-internal.h:
* lib/inttypes.in.h, lib/qcopy-acl.c, lib/qset-acl.c:
* lib/string.in.h, m4/acl.m4, m4/stdio_h.m4:
Get latest versions from gnulib.
* lib/get-permissions.c, lib/set-permissions.c: New files.
* lib/gnulib.mk, m4/gnulib-comp.m4:
Regenerate.
* nt/gnulib.mk: Merge lib/gnulib.mk changes by hand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This incorporates:
2015-05-27 qacl: Reimplement qset_acl and qcopy_acl (Bug#20666)
2015-05-27 file-has-acl: Split feature tests again (Bug#20667)
2015-05-27 string: fix build failure on BSD/OSX with FORTIFY_SOURCE
2015-05-26 stdio: limit __gnu_printf__ witness to gcc 4.4+
2015-05-26 inttypes: force correct mingw PRIdMAX even without &lt;stdio.h&gt;
2015-05-26 stdio: fix probe on mingw under gcc 5.1
* admin/merge-gnulib (GNULIB_MODULES):
Replace qacl with qcopy-acl, since we don't need the rest of qacl.
* doc/misc/texinfo.tex, lib/acl-internal.c, lib/acl-internal.h:
* lib/inttypes.in.h, lib/qcopy-acl.c, lib/qset-acl.c:
* lib/string.in.h, m4/acl.m4, m4/stdio_h.m4:
Get latest versions from gnulib.
* lib/get-permissions.c, lib/set-permissions.c: New files.
* lib/gnulib.mk, m4/gnulib-comp.m4:
Regenerate.
* nt/gnulib.mk: Merge lib/gnulib.mk changes by hand.
</pre>
</div>
</content>
</entry>
<entry>
<title>MS-Windows followup for the recent gnulib update</title>
<updated>2015-04-25T07:29:40+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-04-25T07:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=474519c96d7d819439ffac08cf270a2247eabf98'/>
<id>474519c96d7d819439ffac08cf270a2247eabf98</id>
<content type='text'>
* nt/gnulib.mk (libgnu_a_SOURCES): Replace file-has-acl.c with
acl-internal.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nt/gnulib.mk (libgnu_a_SOURCES): Replace file-has-acl.c with
acl-internal.c.
</pre>
</div>
</content>
</entry>
</feed>
