<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin, branch scratch/image-dired</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>Allow not deleting the config.cache file with "make FAST=true bootstrap"</title>
<updated>2022-08-25T12:18:45+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-08-25T12:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0ce30e92958538bb16bbefa1460580853fe82371'/>
<id>0ce30e92958538bb16bbefa1460580853fe82371</id>
<content type='text'>
* Makefile.in: Add some commentary about make bootstrap,
./configure -C and FASTo
(top_bootclean): Don't delete config.cache here.
(top_distclean): Delete it here instead.
(bootstrap-clean): Allow not deleting the cache file.

* admin/emake (cores): Adjust.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in: Add some commentary about make bootstrap,
./configure -C and FASTo
(top_bootclean): Don't delete config.cache here.
(top_distclean): Delete it here instead.
(bootstrap-clean): Allow not deleting the cache file.

* admin/emake (cores): Adjust.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make point-at-eol and point-at-bol obsolete</title>
<updated>2022-08-23T02:54:57+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-23T02:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b7e867b841f47dcff3aeaef9b5608a237386ce70'/>
<id>b7e867b841f47dcff3aeaef9b5608a237386ce70</id>
<content type='text'>
* lisp/subr.el (point-at-eol, point-at-bol): Make XEmacs compat
aliases obsolete in favor of `pos-bol'/'line-beginning-position' or
'pos-eol'/'line-end-position'.  Update callers.
Ref: https://lists.gnu.org/r/emacs-devel/2022-08/msg00853.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/subr.el (point-at-eol, point-at-bol): Make XEmacs compat
aliases obsolete in favor of `pos-bol'/'line-beginning-position' or
'pos-eol'/'line-end-position'.  Update callers.
Ref: https://lists.gnu.org/r/emacs-devel/2022-08/msg00853.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak admin/emacs output</title>
<updated>2022-08-20T09:12:16+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-08-20T09:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=84082a0e8401ca5ed415d7e11eb8b899b649a866'/>
<id>84082a0e8401ca5ed415d7e11eb8b899b649a866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark only VS-16 as emoji</title>
<updated>2022-08-19T14:05:40+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-08-17T13:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ddbab830709933d33179b1dbbc0b03c856d00806'/>
<id>ddbab830709933d33179b1dbbc0b03c856d00806</id>
<content type='text'>
* admin/unidata/blocks.awk: Only mark U+FE0F as belonging to the
'emoji' script.  (Bug#57072)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/unidata/blocks.awk: Only mark U+FE0F as belonging to the
'emoji' script.  (Bug#57072)
</pre>
</div>
</content>
</entry>
<entry>
<title>; Normalize my email</title>
<updated>2022-08-16T11:41:08+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-16T11:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5e5c56f1487c3c23476ac87d9a779cc387a0fb8a'/>
<id>5e5c56f1487c3c23476ac87d9a779cc387a0fb8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(compiled-function-p): New function (bug#56648)</title>
<updated>2022-08-14T16:30:05+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2022-08-14T16:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1faeef7924c535e9003b617b723b85567a821f5c'/>
<id>1faeef7924c535e9003b617b723b85567a821f5c</id>
<content type='text'>
* lisp/subr.el (compiled-function-p): New function.

* test/lisp/international/ucs-normalize-tests.el (ucs-normalize-part1):
* lisp/gnus/gnus.el (gnus):
* lisp/mh-e/mh-e.el (mh-version):
* lisp/emacs-lisp/macroexp.el (emacs-startup-hook):
* lisp/emacs-lisp/cl-macs.el (compiled-function):
* lisp/emacs-lisp/bytecomp.el (byte-compile-fdefinition)
(byte-compile, display-call-tree):
* lisp/emacs-lisp/byte-opt.el (&lt;toplevel-end&gt;):
* lisp/emacs-lisp/advice.el (ad-compiled-p):
* lisp/cedet/semantic/bovine.el (semantic-bovinate-stream):
* lisp/loadup.el (macroexpand-all):
* admin/unidata/unidata-gen.el (unidata--ensure-compiled): Use it.

* lisp/emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
Add entries for it.
(pcase--split-pred): Use it.

* lisp/help-fns.el (help-fns-function-description-header): Use `functionp`.
(help-fns--var-safe-local): Use `compiled-function-p`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/subr.el (compiled-function-p): New function.

* test/lisp/international/ucs-normalize-tests.el (ucs-normalize-part1):
* lisp/gnus/gnus.el (gnus):
* lisp/mh-e/mh-e.el (mh-version):
* lisp/emacs-lisp/macroexp.el (emacs-startup-hook):
* lisp/emacs-lisp/cl-macs.el (compiled-function):
* lisp/emacs-lisp/bytecomp.el (byte-compile-fdefinition)
(byte-compile, display-call-tree):
* lisp/emacs-lisp/byte-opt.el (&lt;toplevel-end&gt;):
* lisp/emacs-lisp/advice.el (ad-compiled-p):
* lisp/cedet/semantic/bovine.el (semantic-bovinate-stream):
* lisp/loadup.el (macroexpand-all):
* admin/unidata/unidata-gen.el (unidata--ensure-compiled): Use it.

* lisp/emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
Add entries for it.
(pcase--split-pred): Use it.

* lisp/help-fns.el (help-fns-function-description-header): Use `functionp`.
(help-fns--var-safe-local): Use `compiled-function-p`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't hide final dump in admin/emake</title>
<updated>2022-08-13T11:37:00+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-08-12T20:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1c7910ea6ecdc104fe024b879c7db9ea6dc3bf19'/>
<id>1c7910ea6ecdc104fe024b879c7db9ea6dc3bf19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename etc-authors-mode to emacs-authors-mode</title>
<updated>2022-08-12T16:21:12+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-11T11:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=779d920c9a09f1c75067d092571f4172a8b5c570'/>
<id>779d920c9a09f1c75067d092571f4172a8b5c570</id>
<content type='text'>
* emacs-authors-mode.el: Rename all symbols from 'etc-authors-*' to
'emacs-authors-*'.  Make most old names into obsolete compat aliases.
* admin/authors.el:  (Bug#57105)
* etc/AUTHORS: Use 'emacs-authors' instead of 'etc-authors'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* emacs-authors-mode.el: Rename all symbols from 'etc-authors-*' to
'emacs-authors-*'.  Make most old names into obsolete compat aliases.
* admin/authors.el:  (Bug#57105)
* etc/AUTHORS: Use 'emacs-authors' instead of 'etc-authors'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-28</title>
<updated>2022-08-07T10:57:53+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-07T10:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=91f4ea2fa455ad2458e727217d83a177f333c637'/>
<id>91f4ea2fa455ad2458e727217d83a177f333c637</id>
<content type='text'>
7ffcba4213 * etc/PROBLEMS: Problems with Alacritty and Emoji.  (Bug#5...
df95118e83 Link from (emacs)Init Syntax to (elisp)Introduction
7793cf0c3d Don't mention removed XEmacs support in reftex manual
3d1cf1b47a Don't mention removed XEmacs support in idlwave manual
7ff60c62a9 ; * admin/make-tarball.txt: Fix last change.
2fd5590d0c ; * lisp/play/fortune.el (fortune-ask-file): Doc fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7ffcba4213 * etc/PROBLEMS: Problems with Alacritty and Emoji.  (Bug#5...
df95118e83 Link from (emacs)Init Syntax to (elisp)Introduction
7793cf0c3d Don't mention removed XEmacs support in reftex manual
3d1cf1b47a Don't mention removed XEmacs support in idlwave manual
7ff60c62a9 ; * admin/make-tarball.txt: Fix last change.
2fd5590d0c ; * lisp/play/fortune.el (fortune-ask-file): Doc fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/check-doc-strings: Remove XEmacs support.</title>
<updated>2022-08-06T12:30:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-06T12:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a1e07057c416132b3125436010adb876886c6677'/>
<id>a1e07057c416132b3125436010adb876886c6677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
