<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc/tutorials, branch scratch/sqlite</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>; * etc/tutorials/TUTORIAL.sv: Re-adjust to latest change in TUTORIAL.</title>
<updated>2021-12-06T15:11:46+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-12-06T15:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a12de96455f8dc9b9a64c2d00a351cb81ffdb5bb'/>
<id>a12de96455f8dc9b9a64c2d00a351cb81ffdb5bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * etc/tutorials/TUTORIAL: Minor wording change in recent addition.</title>
<updated>2021-12-06T14:56:30+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-12-06T14:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2bd9d7bd0a5638cc1a5ca74cedc44ef059013f37'/>
<id>2bd9d7bd0a5638cc1a5ca74cedc44ef059013f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/tutorials/TUTORIAL.sv: Adjust to latest change in TUTORIAL.</title>
<updated>2021-12-06T14:09:51+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-12-06T14:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=283db0d703f984bbfcbc1bde9c78fa399af36c50'/>
<id>283db0d703f984bbfcbc1bde9c78fa399af36c50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * etc/tutorials/TUTORIAL: Fix typo in last commit.</title>
<updated>2021-12-06T14:08:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-12-06T14:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3384efb903dc67008ca2569c9eab7b60151523cd'/>
<id>3384efb903dc67008ca2569c9eab7b60151523cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add package management to tutorial and startup screen</title>
<updated>2021-12-06T13:59:35+00:00</updated>
<author>
<name>Daniel Fleischer</name>
</author>
<published>2021-12-01T17:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=63c8a6066a203d872df89338c86a9fea34c36141'/>
<id>63c8a6066a203d872df89338c86a9fea34c36141</id>
<content type='text'>
* etc/tutorials/TUTORIAL: Add section about package installation.
* lisp/startup.el (fancy-startup-tail): Add button for
package-list-packages.

This was discussed in:
https://lists.gnu.org/r/emacs-devel/2021-12/msg00079.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/tutorials/TUTORIAL: Add section about package installation.
* lisp/startup.el (fancy-startup-tail): Add button for
package-list-packages.

This was discussed in:
https://lists.gnu.org/r/emacs-devel/2021-12/msg00079.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Better detection of potentially malicious bidi text</title>
<updated>2021-11-04T18:33:26+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-11-04T18:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b96855310efed13e0db1403759b686b9bc3e7490'/>
<id>b96855310efed13e0db1403759b686b9bc3e7490</id>
<content type='text'>
* src/bidi.c (bidi_find_first_overridden): Extend to detect more
subtle effects of directional formatting controls, to include
embeddings and isolates.
* src/xdisp.c (Fbidi_find_overridden_directionality): Accept an
additional argument BASE-DIR to specify the base direction of the
paragraphs.

* lisp/international/mule-cmds.el (confusingly-reordered): New
face.
(reorder-starters, reorder-enders): New variables.
(highlight-confusing-reorderings): New command to detect and
highlight suspiciously reordered text.

* test/src/xdisp-tests.el
(xdisp-tests--find-directional-overrides): New test.

* etc/NEWS: Announce the new and improved features.
* etc/tutorials/TUTORIAL.he: Fix embeddings with incorrect
directions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/bidi.c (bidi_find_first_overridden): Extend to detect more
subtle effects of directional formatting controls, to include
embeddings and isolates.
* src/xdisp.c (Fbidi_find_overridden_directionality): Accept an
additional argument BASE-DIR to specify the base direction of the
paragraphs.

* lisp/international/mule-cmds.el (confusingly-reordered): New
face.
(reorder-starters, reorder-enders): New variables.
(highlight-confusing-reorderings): New command to detect and
highlight suspiciously reordered text.

* test/src/xdisp-tests.el
(xdisp-tests--find-directional-overrides): New test.

* etc/NEWS: Announce the new and improved features.
* etc/tutorials/TUTORIAL.he: Fix embeddings with incorrect
directions.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * etc/tutorials/TUTORIAL.sv: Fix typo in last change.</title>
<updated>2021-05-27T12:36:33+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2021-05-27T12:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=00f5c2fa3834d1beb780cae22921126a1f9ddb1d'/>
<id>00f5c2fa3834d1beb780cae22921126a1f9ddb1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * etc/tutorials/TUTORIAL.es: Fix grammar in recent change</title>
<updated>2021-05-03T13:57:00+00:00</updated>
<author>
<name>Mauro Aranda</name>
</author>
<published>2021-05-03T13:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=46b7ce0e9c77da436a139a2a44fab3cb2bcc7649'/>
<id>46b7ce0e9c77da436a139a2a44fab3cb2bcc7649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Align TUTORIAL.it to the English version</title>
<updated>2021-05-03T07:38:06+00:00</updated>
<author>
<name>Lele Gaifax</name>
</author>
<published>2021-05-03T07:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=73513c36a93d19d802e9adf01f1383fc23dd49f5'/>
<id>73513c36a93d19d802e9adf01f1383fc23dd49f5</id>
<content type='text'>
* etc/tutorials/TUTORIAL.it: Reference 'describe-command' to replicate
recent change.  Add also a space before '&lt;Invio&gt;' in several places,
mimicking the usage of &lt;Return&gt; in the English version (bug#48183).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/tutorials/TUTORIAL.it: Reference 'describe-command' to replicate
recent change.  Add also a space before '&lt;Invio&gt;' in several places,
mimicking the usage of &lt;Return&gt; in the English version (bug#48183).
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/tutorials/TUTORIAL.sv: Adjust to latest change in TUTORIAL.</title>
<updated>2021-05-02T15:37:45+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-05-02T15:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=21f2fbb648a3af543d4cb23d6e7573588cc7ecb2'/>
<id>21f2fbb648a3af543d4cb23d6e7573588cc7ecb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
