<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp, branch scratch/native-comp-cl</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>Have cl-declare set function speed prop</title>
<updated>2020-09-01T20:51:32+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-09-01T20:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=612df640cbcc800c14768f0722e5cd7001faa5f0'/>
<id>612df640cbcc800c14768f0722e5cd7001faa5f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/emacs-lisp/cl-macs.el (cl-the): Emit compiler hints when native.</title>
<updated>2020-09-01T19:28:22+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-09-01T19:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c3ddcf739f0406d4897bf6e1339f5514f36649b3'/>
<id>c3ddcf739f0406d4897bf6e1339f5514f36649b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework native compiled lisp/d lambda list accessor</title>
<updated>2020-09-01T08:42:58+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-09-01T08:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=78e8f991542160239049a50386ced50e456dc5c4'/>
<id>78e8f991542160239049a50386ced50e456dc5c4</id>
<content type='text'>
	* lisp/help.el (help-function-arglist): Logic update for new
	'Fsubr_native_lambda_list'.
	* src/data.c (Fsubr_native_dyn_p): Remove.
	(Fsubr_native_lambda_list): Return t when the input is not a
	compiled lisp/d subr.
	(syms_of_data): Update for 'Fsubr_native_dyn_p' removal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* lisp/help.el (help-function-arglist): Logic update for new
	'Fsubr_native_lambda_list'.
	* src/data.c (Fsubr_native_dyn_p): Remove.
	(Fsubr_native_lambda_list): Return t when the input is not a
	compiled lisp/d subr.
	(syms_of_data): Update for 'Fsubr_native_dyn_p' removal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix describe function arglist for native compiled lisp/d (bug#42572)</title>
<updated>2020-08-31T20:36:58+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-31T20:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c6f42387e32a4e99cd9ddd203ab51f3c5694054e'/>
<id>c6f42387e32a4e99cd9ddd203ab51f3c5694054e</id>
<content type='text'>
	* lisp/help.el (help-function-arglist): Handle the case of native
	compiled lisp/d.

	* src/data.c (syms_of_data): Register new subrs.
	(Fsubr_native_dyn_p, Fsubr_native_lambda_list): New primitives.

	* test/src/comp-tests.el (comp-tests-dynamic-help-arglist): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* lisp/help.el (help-function-arglist): Handle the case of native
	compiled lisp/d.

	* src/data.c (syms_of_data): Register new subrs.
	(Fsubr_native_dyn_p, Fsubr_native_lambda_list): New primitives.

	* test/src/comp-tests.el (comp-tests-dynamic-help-arglist): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>* Store raw documentation during native compilation (bug#42974)</title>
<updated>2020-08-30T08:23:49+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-30T08:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bce9cad4213f9af8be08311ac2b93add5c93a997'/>
<id>bce9cad4213f9af8be08311ac2b93add5c93a997</id>
<content type='text'>
	* lisp/emacs-lisp/comp.el (comp-spill-lap-function)
	(comp-intern-func-in-ctxt): Use raw documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* lisp/emacs-lisp/comp.el (comp-spill-lap-function)
	(comp-intern-func-in-ctxt): Use raw documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/startup.el (command-line): Clean-up logic for new .eln disposition.</title>
<updated>2020-08-29T14:08:03+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-29T13:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=59a40b0d75526c973b5bdd25c41824879aafa515'/>
<id>59a40b0d75526c973b5bdd25c41824879aafa515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Have .elc files in `load-history' when loading native code (bug#43089)</title>
<updated>2020-08-29T14:08:03+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-29T09:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=87b9c3e71840f480c2ce05eb51d71156790a5434'/>
<id>87b9c3e71840f480c2ce05eb51d71156790a5434</id>
<content type='text'>
	* src/lread.c (Fload): Add the corresponding .elc file to
	`load-history' when loading native code.

	* lisp/subr.el (eval-after-load): Use `load-file-name' instead of
	`load-true-file-name'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* src/lread.c (Fload): Add the corresponding .elc file to
	`load-history' when loading native code.

	* lisp/subr.el (eval-after-load): Use `load-file-name' instead of
	`load-true-file-name'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'savannah/master' into HEAD</title>
<updated>2020-08-29T09:33:37+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-29T09:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c3514a6274cd6c6ddf2c133ccc708b7875aab90e'/>
<id>c3514a6274cd6c6ddf2c133ccc708b7875aab90e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow direct choice of smtp authentication method</title>
<updated>2020-08-29T04:22:40+00:00</updated>
<author>
<name>Andrew G Cohen</name>
</author>
<published>2020-08-29T04:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=726b758005ead50e9c98ef50a59304646652b994'/>
<id>726b758005ead50e9c98ef50a59304646652b994</id>
<content type='text'>
* lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Let the
authorization credentials have an entry with key :smtp-auth containing
a preferred authentication mechanism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Let the
authorization credentials have an entry with key :smtp-auth containing
a preferred authentication mechanism.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Bump seq version to 2.22</title>
<updated>2020-08-28T22:42:36+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-28T22:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a811a618e0ef1f0018c1f98ec5096b4df48656fa'/>
<id>a811a618e0ef1f0018c1f98ec5096b4df48656fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
