<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/nt, branch scratch/faster-loaddefs</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 origin/emacs-28</title>
<updated>2022-01-01T12:03:03+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-01T12:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dcd76bd48df678d8234b904d7b13c997228519a3'/>
<id>dcd76bd48df678d8234b904d7b13c997228519a3</id>
<content type='text'>
836be7a112 ; * etc/refcards/ru-refcard.tex: Update Copyright year.
86cbc6ee4a * lisp/net/tramp-sh.el: Adapt copyright year
ebe8772f65 ; Minor fixes related to copyright years
23c1ee6989 ; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye...
8d3fc7ec89 * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
19dcb237b5 ; Add 2022 to copyright years.

# Conflicts:
#	etc/NEWS
#	etc/refcards/ru-refcard.tex
#	lib/cdefs.h
#	lisp/erc/erc-dcc.el
#	lisp/erc/erc-imenu.el
#	lisp/erc/erc-replace.el
#	lisp/image-dired.el
#	lisp/progmodes/xref.el
#	m4/alloca.m4
#	m4/byteswap.m4
#	m4/errno_h.m4
#	m4/getopt.m4
#	m4/gnulib-common.m4
#	m4/inttypes.m4
#	m4/stddef_h.m4
#	m4/stdint.m4
#	m4/sys_socket_h.m4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
836be7a112 ; * etc/refcards/ru-refcard.tex: Update Copyright year.
86cbc6ee4a * lisp/net/tramp-sh.el: Adapt copyright year
ebe8772f65 ; Minor fixes related to copyright years
23c1ee6989 ; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye...
8d3fc7ec89 * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
19dcb237b5 ; Add 2022 to copyright years.

# Conflicts:
#	etc/NEWS
#	etc/refcards/ru-refcard.tex
#	lib/cdefs.h
#	lisp/erc/erc-dcc.el
#	lisp/erc/erc-imenu.el
#	lisp/erc/erc-replace.el
#	lisp/image-dired.el
#	lisp/progmodes/xref.el
#	m4/alloca.m4
#	m4/byteswap.m4
#	m4/errno_h.m4
#	m4/getopt.m4
#	m4/gnulib-common.m4
#	m4/inttypes.m4
#	m4/stddef_h.m4
#	m4/stdint.m4
#	m4/sys_socket_h.m4
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2022 to copyright years.</title>
<updated>2022-01-01T07:45:51+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-01T07:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=19dcb237b5b02b36580294ab309124f346a66024'/>
<id>19dcb237b5b02b36580294ab309124f346a66024</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust build-dep-zips.py download link</title>
<updated>2021-11-14T01:06:26+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-14T01:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5beed9dfed64fe72ab8678d2706eddbbee3c157b'/>
<id>5beed9dfed64fe72ab8678d2706eddbbee3c157b</id>
<content type='text'>
* admin/nt/dist-build/build-dep-zips.py (download_source): Adjust
the download link (bug#40628).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-dep-zips.py (download_source): Adjust
the download link (bug#40628).
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize admin/nt dependency computation</title>
<updated>2021-11-12T09:21:45+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2021-11-12T09:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=00e3baf6e32d39c8434f50e1f0b0a83ad2ad3aeb'/>
<id>00e3baf6e32d39c8434f50e1f0b0a83ad2ad3aeb</id>
<content type='text'>
admin/nt/dist-build/build-dep-zips.py (immediate_deps)
(extract_deps): Gather package dependency info in batches, rather than
one at a time.  This reduces the number of invocations of 'pacman -Si
...' to the depth of the dependency tree, rather than the number of
dependent packages.
(top-level): Don't call 'extract_deps' when given the '-l' option (bug#40628).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
admin/nt/dist-build/build-dep-zips.py (immediate_deps)
(extract_deps): Gather package dependency info in batches, rather than
one at a time.  This reduces the number of invocations of 'pacman -Si
...' to the depth of the dependency tree, rather than the number of
dependent packages.
(top-level): Don't call 'extract_deps' when given the '-l' option (bug#40628).
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify build environment</title>
<updated>2021-11-03T11:03:00+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-11-03T11:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a16e66c68138801ea6d0de49d6889db1ce17c6fb'/>
<id>a16e66c68138801ea6d0de49d6889db1ce17c6fb</id>
<content type='text'>
* admin/nt/dist-build/README-scripts:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/README-scripts:
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify build directory structure</title>
<updated>2021-11-03T10:30:02+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-11-03T10:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6ab6b2f1c81148f4c77e2bac8d81ae7d6b6090c0'/>
<id>6ab6b2f1c81148f4c77e2bac8d81ae7d6b6090c0</id>
<content type='text'>
* admin/nt/dist-build/README-scripts: Clarify build directory structure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/README-scripts: Clarify build directory structure
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2021-09-03T11:05:32+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-09-03T09:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0cabf8bc363cdeace84523b251752c0aac32b31b'/>
<id>0cabf8bc363cdeace84523b251752c0aac32b31b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for 32 bit build</title>
<updated>2021-01-15T21:37:25+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-01-14T22:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=667f2e097cdfdb057de0696867c83ebfd1a3e816'/>
<id>667f2e097cdfdb057de0696867c83ebfd1a3e816</id>
<content type='text'>
* admin/nt/dist-build/README-scripts: Update
* admin/nt/dist-build/README-windows-binaries: Update
* admin/nt/dist-build/build-zips.sh: Remove 32 bit and fix paths
* admin/nt/dist-build/build-dep-zips.py: Remove 32 bit and update
  paths
* admin/nt/dist-build/emacs.nsi: Remove 32 bit and fix paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/README-scripts: Update
* admin/nt/dist-build/README-windows-binaries: Update
* admin/nt/dist-build/build-zips.sh: Remove 32 bit and fix paths
* admin/nt/dist-build/build-dep-zips.py: Remove 32 bit and update
  paths
* admin/nt/dist-build/emacs.nsi: Remove 32 bit and fix paths
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependency capture</title>
<updated>2021-01-15T21:37:25+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-01-07T22:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f95c1b32300fbdef7b8e2b36b330a1d81db949ed'/>
<id>f95c1b32300fbdef7b8e2b36b330a1d81db949ed</id>
<content type='text'>
* admin/nt/dist-build/build-dep-zips.py: Use ntldd to directly
  determine DLL dependencies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-dep-zips.py: Use ntldd to directly
  determine DLL dependencies
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove relative paths for consistency</title>
<updated>2021-01-03T21:05:45+00:00</updated>
<author>
<name>Phillip Lord</name>
</author>
<published>2021-01-03T18:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1fa1354964aa3a0e5e649df6c963b6c11333a350'/>
<id>1fa1354964aa3a0e5e649df6c963b6c11333a350</id>
<content type='text'>
* admin/nt/dist-build/build-zips.sh: Remove Paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/nt/dist-build/build-zips.sh: Remove Paths
</pre>
</div>
</content>
</entry>
</feed>
