<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src, branch features/user-directory</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 from origin/emacs-28</title>
<updated>2021-11-07T17:06:24+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-11-07T17:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e'/>
<id>54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e</id>
<content type='text'>
7fdb2ae412 Add some unit tests for 'abbreviate-file-name'
21de5e7b2e Fix compilation MinGW warnings
54b726c815 ; * etc/PROBLEMS: More specific recipe for WebKit-related ...
d85cf33e49 Escape '%' in filenames to fix flymake warnings
6243a43ac2 Fix search string generation in nnimap-make-thread-query
f05b8a939b Update to Org 9.5-68-g77e2ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7fdb2ae412 Add some unit tests for 'abbreviate-file-name'
21de5e7b2e Fix compilation MinGW warnings
54b726c815 ; * etc/PROBLEMS: More specific recipe for WebKit-related ...
d85cf33e49 Escape '%' in filenames to fix flymake warnings
6243a43ac2 Fix search string generation in nnimap-make-thread-query
f05b8a939b Update to Org 9.5-68-g77e2ec
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation MinGW warnings</title>
<updated>2021-11-07T15:02:46+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-11-07T15:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=21de5e7b2e55d98aab9750abac6f70243fd1b61d'/>
<id>21de5e7b2e55d98aab9750abac6f70243fd1b61d</id>
<content type='text'>
* src/w32.h (prepare_standard_handles, reset_standard_handles):
Fix prototypes.  Reported by Andy Moreton
&lt;andrewjmoreton@gmail.com&gt; in
https://lists.gnu.org/archive/html/emacs-devel/2021-11/msg00597.html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/w32.h (prepare_standard_handles, reset_standard_handles):
Fix prototypes.  Reported by Andy Moreton
&lt;andrewjmoreton@gmail.com&gt; in
https://lists.gnu.org/archive/html/emacs-devel/2021-11/msg00597.html.
</pre>
</div>
</content>
</entry>
<entry>
<title>Free find text in correct procedure</title>
<updated>2021-11-07T14:16:53+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2021-11-07T06:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=73d17fd4b7877c893f0ca09c9f8f93ce66c7643a'/>
<id>73d17fd4b7877c893f0ca09c9f8f93ce66c7643a</id>
<content type='text'>
* src/xwidget.c (Fxwidget_webkit_previous_result): Don't free find
text.
(Fxwidget_webkit_finish_search): Free find text here instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xwidget.c (Fxwidget_webkit_previous_result): Don't free find
text.
(Fxwidget_webkit_finish_search): Free find text here instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix xwidget-webkit-goto-history</title>
<updated>2021-11-07T13:41:43+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2021-11-07T13:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=48a9621db7922a7da19ce401b40955fd9871e85e'/>
<id>48a9621db7922a7da19ce401b40955fd9871e85e</id>
<content type='text'>
* src/xwidget.c (xwidget-webkit-goto-history): Use
WebKitBackForwardList and XFIXNUM instead of XFIXNAT (bug#51651).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xwidget.c (xwidget-webkit-goto-history): Use
WebKitBackForwardList and XFIXNUM instead of XFIXNAT (bug#51651).
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle WEBKIT_POLICY_DECISION_TYPE_NEW_WINDOW_ACTION appropriately</title>
<updated>2021-11-07T13:14:43+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2021-11-07T11:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cbc14f9b4eb95268417d5baebd18b55fc70da7f1'/>
<id>cbc14f9b4eb95268417d5baebd18b55fc70da7f1</id>
<content type='text'>
* src/xwidget.c (webkit_decide_policy_cb): Send an xwidget display
event when a webpage asks to create a new window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xwidget.c (webkit_decide_policy_cb): Send an xwidget display
event when a webpage asks to create a new window.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve detection of suspiciously reordered text segments</title>
<updated>2021-11-07T12:22:15+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-11-07T12:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=75f4af0b303418f7bf107741684ea50b8c52b7f7'/>
<id>75f4af0b303418f7bf107741684ea50b8c52b7f7</id>
<content type='text'>
* src/bidi.c (bidi_find_first_overridden): Detect reordered weak
and neutral characters as well.

* lisp/international/mule-cmds.el
(highlight-confusing-reorderings): Count and announce how many
instances were found.

* test/src/xdisp-tests.el
(xdisp-tests--find-directional-overrides-case-3): New test.
(xdisp-tests--find-directional-overrides-case-2): Adjust expected
result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/bidi.c (bidi_find_first_overridden): Detect reordered weak
and neutral characters as well.

* lisp/international/mule-cmds.el
(highlight-confusing-reorderings): Count and announce how many
instances were found.

* test/src/xdisp-tests.el
(xdisp-tests--find-directional-overrides-case-3): New test.
(xdisp-tests--find-directional-overrides-case-2): Adjust expected
result.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation and coding style in recent xwidget commits</title>
<updated>2021-11-07T09:50:06+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-11-07T09:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d5bb053809bfe2f2605ada15a7ccd25d772b0102'/>
<id>d5bb053809bfe2f2605ada15a7ccd25d772b0102</id>
<content type='text'>
* src/xwidget.c (Fmake_xwidget, find_widget)
(xwidget_motion_or_crossing, xwidget_button_1, xwidget_button):
Fix style in comments.
(Fxwidget_perform_lispy_event): Doc fix.
* src/xwidget.c (set_widget_if_text_view, kill_frame_xwidget_views):
* src/keyboard.c (make_lispy_event): Fix style of braces.

* lisp/xwidget.el (xwidget-webkit-isearch-mode): Fix keys in doc
string.

* doc/lispref/commands.texi (Xwidget Events): Fix markup and
wording.
* doc/lispref/display.texi (Xwidgets): Fix wording and markup.
* doc/emacs/misc.texi (Embedded WebKit Widgets): Fix wording.

* etc/NEWS: Fix wording and punctuation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xwidget.c (Fmake_xwidget, find_widget)
(xwidget_motion_or_crossing, xwidget_button_1, xwidget_button):
Fix style in comments.
(Fxwidget_perform_lispy_event): Doc fix.
* src/xwidget.c (set_widget_if_text_view, kill_frame_xwidget_views):
* src/keyboard.c (make_lispy_event): Fix style of braces.

* lisp/xwidget.el (xwidget-webkit-isearch-mode): Fix keys in doc
string.

* doc/lispref/commands.texi (Xwidget Events): Fix markup and
wording.
* doc/lispref/display.texi (Xwidgets): Fix wording and markup.
* doc/emacs/misc.texi (Embedded WebKit Widgets): Fix wording.

* etc/NEWS: Fix wording and punctuation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that the x_show_hourglass is seen</title>
<updated>2021-11-07T04:12:00+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-07T04:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c5767603ae4dfa3c024c5faa60ef3d5fd44178b3'/>
<id>c5767603ae4dfa3c024c5faa60ef3d5fd44178b3</id>
<content type='text'>
* src/xterm.c (x_show_hourglass): Ensure that the hourglass is
seen (bug#51649).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xterm.c (x_show_hourglass): Ensure that the hourglass is
seen (bug#51649).
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually start the alarms in atimer</title>
<updated>2021-11-07T03:55:02+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-07T03:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=858868e36dbb8fe30fb5ae6a59ebb2fd123e307d'/>
<id>858868e36dbb8fe30fb5ae6a59ebb2fd123e307d</id>
<content type='text'>
* src/atimer.c (set_alarm): Actually start both timerfd and
alarms (attempted in 4107549a).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/atimer.c (set_alarm): Actually start both timerfd and
alarms (attempted in 4107549a).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove too-agressive window refresh in the hourglass code</title>
<updated>2021-11-07T03:10:56+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-07T03:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b42a4884d82b60c8e1cb47f18f43628819966da7'/>
<id>b42a4884d82b60c8e1cb47f18f43628819966da7</id>
<content type='text'>
* src/xterm.c (x_show_hourglass): Don't force a spurious refresh
(bug#51649).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xterm.c (x_show_hourglass): Don't force a spurious refresh
(bug#51649).
</pre>
</div>
</content>
</entry>
</feed>
