<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch feature/native-comp-macos-fixes</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 branch 'feature/native-comp' into feature/native-comp-macos-fixes</title>
<updated>2020-08-21T08:34:35+00:00</updated>
<author>
<name>Vibhav Pant</name>
</author>
<published>2020-08-21T08:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f0f8d7b82492e741950c363a03b886965c91b1b0'/>
<id>f0f8d7b82492e741950c363a03b886965c91b1b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix native code uneffective loads after recompilation" (bug#42944)</title>
<updated>2020-08-20T10:46:52+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-20T10:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c818c29771d3cb51875643b2f6c894073e429dd2'/>
<id>c818c29771d3cb51875643b2f6c894073e429dd2</id>
<content type='text'>
This reverts commit 8a931a97b8dd19a38d6f719f810280a07ba76438.

This introduced bug#42944.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8a931a97b8dd19a38d6f719f810280a07ba76438.

This introduced bug#42944.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix native code uneffective loads after recompilation</title>
<updated>2020-08-19T14:29:56+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-19T13:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8a931a97b8dd19a38d6f719f810280a07ba76438'/>
<id>8a931a97b8dd19a38d6f719f810280a07ba76438</id>
<content type='text'>
'dlopen' can return the same handle if two shared with the same
filename are loaded in two different times (even if the first was
deleted!).  To prevent this scenario the last modification time of the
source file is included in the hashing algorithm.

	* src/comp.c (Fcomp_el_to_eln_filename): Update hashing algo to
	include the source last modification date.
	* src/lread.c (maybe_swap_for_eln): Do not check for eln newer
	then elc as this is now unnecessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'dlopen' can return the same handle if two shared with the same
filename are loaded in two different times (even if the first was
deleted!).  To prevent this scenario the last modification time of the
source file is included in the hashing algorithm.

	* src/comp.c (Fcomp_el_to_eln_filename): Update hashing algo to
	include the source last modification date.
	* src/lread.c (maybe_swap_for_eln): Do not check for eln newer
	then elc as this is now unnecessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'savannah/master' into HEAD</title>
<updated>2020-08-19T14:11:00+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2020-08-19T14:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=886377fefd03a7b893afad28746e69615a300994'/>
<id>886377fefd03a7b893afad28746e69615a300994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Minor simplification of two recent changes</title>
<updated>2020-08-19T14:02:43+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2020-08-19T13:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8d3d18168a742691d095a3f0c83512f19621725'/>
<id>f8d3d18168a742691d095a3f0c83512f19621725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make shell-resync-dirs handle whitespace in directory names</title>
<updated>2020-08-19T13:59:59+00:00</updated>
<author>
<name>Noah Friedman</name>
</author>
<published>2020-08-19T13:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90e65c826fab2092ad2099d7763538194c93e021'/>
<id>90e65c826fab2092ad2099d7763538194c93e021</id>
<content type='text'>
* lisp/shell.el (shell-resync-dirs): Correctly handle
whitespace in directory names (bug#23324).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/shell.el (shell-resync-dirs): Correctly handle
whitespace in directory names (bug#23324).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow searching interactively over completions in `M-x'</title>
<updated>2020-08-19T13:52:08+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2020-08-19T13:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=33a72465b53fd1dc71856ea4ad3376a05da35c73'/>
<id>33a72465b53fd1dc71856ea4ad3376a05da35c73</id>
<content type='text'>
* lisp/simple.el (read-extended-command): Allow doing interactive
searches over the completions (bug#12490).  This restores the
behaviour from Emacs 23 that was lost in Emacs 24.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/simple.el (read-extended-command): Allow doing interactive
searches over the completions (bug#12490).  This restores the
behaviour from Emacs 23 that was lost in Emacs 24.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure `bibtex-set-dialect' is executed in bibtex buffers</title>
<updated>2020-08-19T13:36:08+00:00</updated>
<author>
<name>Grégoire Jadi</name>
</author>
<published>2020-08-19T13:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bdc5d38c7cdff3e5a66ca6369f1027d550afc7a7'/>
<id>bdc5d38c7cdff3e5a66ca6369f1027d550afc7a7</id>
<content type='text'>
* lisp/textmodes/bibtex.el (bibtex-mode): Call `bibtex-set-dialect'.
* test/automated/bibtex-tests.el: Add regression tests (bug#21764).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/bibtex.el (bibtex-mode): Call `bibtex-set-dialect'.
* test/automated/bibtex-tests.el: Add regression tests (bug#21764).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make etags-list-tags work with Exuberant ctags</title>
<updated>2020-08-19T13:28:32+00:00</updated>
<author>
<name>Robert Weiner</name>
</author>
<published>2020-08-19T13:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3d0e0d9e77ac59725cffe89fdef9388bde39888c'/>
<id>3d0e0d9e77ac59725cffe89fdef9388bde39888c</id>
<content type='text'>
* lisp/progmodes/etags.el (etags-list-tags): Make the function
work with Exuberant ctags (bug#23400).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/etags.el (etags-list-tags): Make the function
work with Exuberant ctags (bug#23400).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #'(lambda ...) font locking</title>
<updated>2020-08-19T12:19:12+00:00</updated>
<author>
<name>Anders Lindgren</name>
</author>
<published>2020-08-19T12:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dd6fa00fa3108ffd9d9848310a51575aae85e25d'/>
<id>dd6fa00fa3108ffd9d9848310a51575aae85e25d</id>
<content type='text'>
* lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p):
Fontize #'(lambda ...) better (bug#23465).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p):
Fontize #'(lambda ...) better (bug#23465).
</pre>
</div>
</content>
</entry>
</feed>
