<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin, 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>Update data files from just-released Unicode 8.0</title>
<updated>2015-06-18T08:14:13+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-06-18T08:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c09f1d9c62de3f3ae98938c33cb37090a4390009'/>
<id>c09f1d9c62de3f3ae98938c33cb37090a4390009</id>
<content type='text'>
* etc/NEWS: Update wording since Unicode 8.0 is no longer in draft
status.
* test/BidiCharacterTest.txt: Update from Unicode 8.0.
* admin/unidata/BidiMirroring.txt:
* admin/unidata/BidiBrackets.txt:
* admin/unidata/UnicodeData.txt: Update from Unicode 8.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Update wording since Unicode 8.0 is no longer in draft
status.
* test/BidiCharacterTest.txt: Update from Unicode 8.0.
* admin/unidata/BidiMirroring.txt:
* admin/unidata/BidiBrackets.txt:
* admin/unidata/UnicodeData.txt: Update from Unicode 8.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate char-script-table from Unicode source.  (Bug#20789)</title>
<updated>2015-06-17T06:43:03+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-06-17T06:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d67d49ceb31777cb731a56b9518bf1a1f2a94d25'/>
<id>d67d49ceb31777cb731a56b9518bf1a1f2a94d25</id>
<content type='text'>
* admin/unidata/Makefile.in (AWK): New, set by configure.
(all): Add charscript.el.
(blocks): New variable.
(charscript.el, ${unidir}/charscript.el): New targets.
(extraclean): Also remove generated charscript.el.

* admin/unidata/blocks.awk: New script.

* admin/unidata/Blocks.txt: New data file, from unicode.org.

* lisp/international/characters.el: Load charscript.

* src/Makefile.in (charscript): New variable.
(${charscript}): New target.
(${lispintdir}/characters.elc): Depend on charscript.elc.
(temacs$(EXEEXT)): Depend on charscript.

; * admin/unidata/README: Mention Blocks.txt.

; * .gitignore: Add lisp/international/charscript.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/unidata/Makefile.in (AWK): New, set by configure.
(all): Add charscript.el.
(blocks): New variable.
(charscript.el, ${unidir}/charscript.el): New targets.
(extraclean): Also remove generated charscript.el.

* admin/unidata/blocks.awk: New script.

* admin/unidata/Blocks.txt: New data file, from unicode.org.

* lisp/international/characters.el: Load charscript.

* src/Makefile.in (charscript): New variable.
(${charscript}): New target.
(${lispintdir}/characters.elc): Depend on charscript.elc.
(temacs$(EXEEXT)): Depend on charscript.

; * admin/unidata/README: Mention Blocks.txt.

; * .gitignore: Add lisp/international/charscript.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for cp51932.el, eucjp-ms.el to not be compiled any more.</title>
<updated>2015-06-16T06:02:58+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-06-16T06:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7ca145d3f991db69d31177f6b0ff51dadef13bf1'/>
<id>7ca145d3f991db69d31177f6b0ff51dadef13bf1</id>
<content type='text'>
* admin/charsets/cp51932.awk, admin/charsets/eucjp-ms.awk:
Don't set no-byte-compile in the outputs.

* lisp/loadup.el: Don't specify uncompiled cp51932, eucjp-ms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/charsets/cp51932.awk, admin/charsets/eucjp-ms.awk:
Don't set no-byte-compile in the outputs.

* lisp/loadup.el: Don't specify uncompiled cp51932, eucjp-ms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve generated ChangeLog for gitmerge.el commits.  (Bug#20717)</title>
<updated>2015-06-11T01:13:51+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-06-11T01:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=62afb85efbaaa1e8f4c2015486e7453614027141'/>
<id>62afb85efbaaa1e8f4c2015486e7453614027141</id>
<content type='text'>
* build-aux/gitlog-to-changelog: Handle gitmerge.el skipped commits.

* admin/gitmerge.el (gitmerge-commit-message):
Exclude "skipped" messages from ChangeLog once again.

; * ChangLog.2: Related fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* build-aux/gitlog-to-changelog: Handle gitmerge.el skipped commits.

* admin/gitmerge.el (gitmerge-commit-message):
Exclude "skipped" messages from ChangeLog once again.

; * ChangLog.2: Related fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/update_autogen (changelog_files): Remove gitlog-to-emacslog.</title>
<updated>2015-06-07T23:51:44+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-06-07T23:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=182cb35ebd53bcb7dff5495aaec119bb5c934f17'/>
<id>182cb35ebd53bcb7dff5495aaec119bb5c934f17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/gitmerge.el (gitmerge-commit-message):</title>
<updated>2015-06-05T22:10:07+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-06-05T22:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5977a07d949a60b66d0f2310fbd4dbd06cd0b9ea'/>
<id>5977a07d949a60b66d0f2310fbd4dbd06cd0b9ea</id>
<content type='text'>
Revert to including "skipped" messages in ChangeLog once again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert to including "skipped" messages in ChangeLog once again.
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/gitmerge.el (gitmerge-commit-message):</title>
<updated>2015-06-02T06:16:03+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-06-02T06:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9b97b0402cd42334b8b2ed98df58b83b0fd41221'/>
<id>9b97b0402cd42334b8b2ed98df58b83b0fd41221</id>
<content type='text'>
Exclude "skipped" messages from ChangeLog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exclude "skipped" messages from ChangeLog.
</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>Remove charset map files from repository, generate in first bootstrap</title>
<updated>2015-05-23T23:38:13+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-05-23T23:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9f89ea1f84dbf708228ced0202774b36f30f2b01'/>
<id>9f89ea1f84dbf708228ced0202774b36f30f2b01</id>
<content type='text'>
* admin/charsets/Makefile.in (${srcdir}/charsets.stamp): New.
(all): Create the stamp file.
(extraclean): Delete the stamp file.
* src/Makefile.in (lispintdir, charsets): New variables.
(${lispintdir}/cp51932.el, ${lispintdir}/eucjp-ms.el, ${charsets}):
New rules.
(emacs$(EXEEXT), temacs$(EXEEXT)): Depend on $charsets.
* lisp/international/cp51932.el, lisp/international/eucjp-ms.el:
* etc/charsets/*.map: Remove from repository.
; * admin/charsets/mapconv: Fix typo in output comment.
; * etc/charsets/README: Small update.
; * .gitignore: Update for charset changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/charsets/Makefile.in (${srcdir}/charsets.stamp): New.
(all): Create the stamp file.
(extraclean): Delete the stamp file.
* src/Makefile.in (lispintdir, charsets): New variables.
(${lispintdir}/cp51932.el, ${lispintdir}/eucjp-ms.el, ${charsets}):
New rules.
(emacs$(EXEEXT), temacs$(EXEEXT)): Depend on $charsets.
* lisp/international/cp51932.el, lisp/international/eucjp-ms.el:
* etc/charsets/*.map: Remove from repository.
; * admin/charsets/mapconv: Fix typo in output comment.
; * etc/charsets/README: Small update.
; * .gitignore: Update for charset changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/charsets/glibc/: New directory, imported from glibc 2.21.</title>
<updated>2015-05-23T18:07:40+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2015-05-23T18:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=49fa1919e9be863f22ec8042704bf3436d0ec26d'/>
<id>49fa1919e9be863f22ec8042704bf3436d0ec26d</id>
<content type='text'>
* admin/charsets/Makefile.in (GLIBC_CHARMAPS):
Change to included version.
(LOCAL, local, totalclean): Remove.
(extraclean): Delete all generated files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/charsets/Makefile.in (GLIBC_CHARMAPS):
Change to included version.
(LOCAL, local, totalclean): Remove.
(extraclean): Delete all generated files.
</pre>
</div>
</content>
</entry>
</feed>
