<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc/tutorials/TUTORIAL.he, branch scratch/editorconfig</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>; Add 2024 to copyright years</title>
<updated>2024-01-02T01:47:10+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-01-02T01:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8e1c56ae46754dd7baedff49a464f078f0e9912d'/>
<id>8e1c56ae46754dd7baedff49a464f078f0e9912d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-28</title>
<updated>2022-01-01T13:38:36+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-01T13:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1d3020908b4e4ff398c3faed9321aa4932fbaad1'/>
<id>1d3020908b4e4ff398c3faed9321aa4932fbaad1</id>
<content type='text'>
58b0ada20b Update more copyright years
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
58b0ada20b Update more copyright years
</pre>
</div>
</content>
</entry>
<entry>
<title>Update more copyright years</title>
<updated>2022-01-01T12:20:37+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-01T12:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=58b0ada20b60c4600a036fdb27e1aae738c32cc2'/>
<id>58b0ada20b60c4600a036fdb27e1aae738c32cc2</id>
<content type='text'>
* etc/tutorials/TUTORIAL.he (זכויות שימוש):
* config.bat: Update Copyright years.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/tutorials/TUTORIAL.he (זכויות שימוש):
* config.bat: Update Copyright years.
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/tutorials/TUTORIAL.he: Add section about package management.</title>
<updated>2021-12-07T18:17:11+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-12-07T18:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9168abd7f52a0bdc42fd09617a9e1cecb7aaee89'/>
<id>9168abd7f52a0bdc42fd09617a9e1cecb7aaee89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.he: Adjust to latest change in TUTORIAL.</title>
<updated>2021-05-02T15:17:16+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-05-02T15:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=013aee1ad30f3392203ca03ed996a27b934a31bf'/>
<id>013aee1ad30f3392203ca03ed996a27b934a31bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2021-01-01T09:28:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-01-01T09:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=50f3949119cd5bb2f058b90d14b2940a3a8a7a0e'/>
<id>50f3949119cd5bb2f058b90d14b2940a3a8a7a0e</id>
<content type='text'>
33d159c36f Fix copyright years by hand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
33d159c36f Fix copyright years by hand
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copyright years by hand</title>
<updated>2021-01-01T08:33:28+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-01-01T08:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=33d159c36f42cadccb02d95099bafac26458d3e8'/>
<id>33d159c36f42cadccb02d95099bafac26458d3e8</id>
<content type='text'>
These are dates that admin/update-copyright did not update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are dates that admin/update-copyright did not update.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TUTORIAL.he</title>
<updated>2020-11-27T08:50:15+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-11-27T08:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2dd1c2d4ba4ecbb7ac6d6e3f5de8ccb8d1d11c4f'/>
<id>2dd1c2d4ba4ecbb7ac6d6e3f5de8ccb8d1d11c4f</id>
<content type='text'>
* etc/tutorials/TUTORIAL.he: A followup to recent changes in
TUTORIAL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/tutorials/TUTORIAL.he: A followup to recent changes in
TUTORIAL.
</pre>
</div>
</content>
</entry>
</feed>
