<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch x-window-xwidget</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 remote-tracking branch 'origin/master' into x-window-xwidget</title>
<updated>2022-05-27T08:34:28+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-05-27T08:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=01e3345b7bac8f8e79433360e3f2a6fa089c8ff7'/>
<id>01e3345b7bac8f8e79433360e3f2a6fa089c8ff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement some drag and drop functions on NS</title>
<updated>2022-05-27T08:33:12+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-05-27T08:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=27de58af8b3a7617868408886f94bb12f7785800'/>
<id>27de58af8b3a7617868408886f94bb12f7785800</id>
<content type='text'>
* lisp/term/ns-win.el (ns-selection-exists-p):
(gui-backend-set-selection):
(x-begin-drag): New functions and selection types.
* src/nsfns.m (Fns_get_resource):
(Fns_set_resource):
(Fx_server_max_request_size): Fix coding style.
* src/nsselect.m (ns_decode_data_to_pasteboard):
(ns_lisp_to_pasteboard):
(ns_dnd_action_to_operation):
(ns_dnd_action_from_operation):
(Fns_begin_drag): New functions.
(syms_of_nsselect): New subrs.
* src/nsterm.h (EmacsWindow): New fields and messages.
(NSPasteboardNameGeneral): New define.
* src/nsterm.m ([EmacsView mouseDown:]): Store last mouse event.
([EmacsWindow initWithEmacsFrame:fullscreen:screen:]): Clear that event.
([EmacsWindow dealloc]): Free last mouse event.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/term/ns-win.el (ns-selection-exists-p):
(gui-backend-set-selection):
(x-begin-drag): New functions and selection types.
* src/nsfns.m (Fns_get_resource):
(Fns_set_resource):
(Fx_server_max_request_size): Fix coding style.
* src/nsselect.m (ns_decode_data_to_pasteboard):
(ns_lisp_to_pasteboard):
(ns_dnd_action_to_operation):
(ns_dnd_action_from_operation):
(Fns_begin_drag): New functions.
(syms_of_nsselect): New subrs.
* src/nsterm.h (EmacsWindow): New fields and messages.
(NSPasteboardNameGeneral): New define.
* src/nsterm.m ([EmacsView mouseDown:]): Store last mouse event.
([EmacsWindow initWithEmacsFrame:fullscreen:screen:]): Clear that event.
([EmacsWindow dealloc]): Free last mouse event.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/progmodes/asm-mode.el: Minor doc fixes.</title>
<updated>2022-05-27T08:04:16+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-05-27T08:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=758fed537b7780807bf00705f6441d1550e7a945'/>
<id>758fed537b7780807bf00705f6441d1550e7a945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer defvar-keymap in some progmodes</title>
<updated>2022-05-27T08:00:14+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-05-17T15:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7d74b8f632b1af75b837f5b5259cd1758aab1489'/>
<id>7d74b8f632b1af75b837f5b5259cd1758aab1489</id>
<content type='text'>
* lisp/progmodes/asm-mode.el (asm-mode-map):
* lisp/progmodes/bug-reference.el (bug-reference-map):
* lisp/progmodes/erts-mode.el (erts-mode-map):
* lisp/progmodes/flymake.el (flymake-mode-map)
(flymake-diagnostics-buffer-mode-map):
* lisp/progmodes/icon.el (icon-mode-map):
* lisp/progmodes/js.el (js-mode-map):
* lisp/progmodes/m4-mode.el (m4-mode-map):
* lisp/progmodes/mixal-mode.el (mixal-mode-map):
* lisp/progmodes/scheme.el (scheme-mode-map): Prefer defvar-keymap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/asm-mode.el (asm-mode-map):
* lisp/progmodes/bug-reference.el (bug-reference-map):
* lisp/progmodes/erts-mode.el (erts-mode-map):
* lisp/progmodes/flymake.el (flymake-mode-map)
(flymake-diagnostics-buffer-mode-map):
* lisp/progmodes/icon.el (icon-mode-map):
* lisp/progmodes/js.el (js-mode-map):
* lisp/progmodes/m4-mode.el (m4-mode-map):
* lisp/progmodes/mixal-mode.el (mixal-mode-map):
* lisp/progmodes/scheme.el (scheme-mode-map): Prefer defvar-keymap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence byte-compiler warning about x-pointer-invisible</title>
<updated>2022-05-27T07:42:12+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-05-27T07:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4ed0f6e9658279c25f66072c2ddef96aa6f7a93c'/>
<id>4ed0f6e9658279c25f66072c2ddef96aa6f7a93c</id>
<content type='text'>
* lisp/avoid.el (x-pointer-invisible): Declare to silence
byte-compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/avoid.el (x-pointer-invisible): Declare to silence
byte-compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs</title>
<updated>2022-05-27T06:42:39+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-05-27T06:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a2f7b7c803494deb112acc0222e9454c5268de1f'/>
<id>a2f7b7c803494deb112acc0222e9454c5268de1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the Javanese script (bug#55667)</title>
<updated>2022-05-27T06:41:24+00:00</updated>
<author>
<name>समीर सिंह Sameer Singh</name>
</author>
<published>2022-05-26T06:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=77bfc5ed7af2ba0f05c53415f7d63107c372a29f'/>
<id>77bfc5ed7af2ba0f05c53415f7d63107c372a29f</id>
<content type='text'>
* lisp/language/indonesian.el ("Javanese"): New language environment.
Add composition rules for Javanese.  Add sample text and input
method.
* lisp/international/fontset.el (script-representative-chars):
Support Javanese.
* lisp/leim/quail/indonesian.el ("javanese"): New input method.

* etc/NEWS: Announce the new language environment and its
input method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/language/indonesian.el ("Javanese"): New language environment.
Add composition rules for Javanese.  Add sample text and input
method.
* lisp/international/fontset.el (script-representative-chars):
Support Javanese.
* lisp/leim/quail/indonesian.el ("javanese"): New input method.

* etc/NEWS: Announce the new language environment and its
input method.
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/PROBLEMS: Document problems with PGTK input methods.</title>
<updated>2022-05-27T06:40:43+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-05-27T06:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=34e4eba07ed491d3c01902023df6f15c968117cf'/>
<id>34e4eba07ed491d3c01902023df6f15c968117cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comments in some X code</title>
<updated>2022-05-27T06:40:43+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-05-27T06:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=edd11a2c6e4ea37fe8030ca310b1c009d42ed35e'/>
<id>edd11a2c6e4ea37fe8030ca310b1c009d42ed35e</id>
<content type='text'>
* src/xterm.c (x_parse_color): Update comment.
(syms_of_xterm): Add new debugging option too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xterm.c (x_parse_color): Update comment.
(syms_of_xterm): Add new debugging option too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-28</title>
<updated>2022-05-27T04:30:20+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-05-27T04:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7da754015f15642b884e11a9b9abeaec838b0c4a'/>
<id>7da754015f15642b884e11a9b9abeaec838b0c4a</id>
<content type='text'>
9283508fb2 Fix format specifiers in tramp-adb.el
a9f17ccce3 ; Fix some doc typos and minor language issues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
9283508fb2 Fix format specifiers in tramp-adb.el
a9f17ccce3 ; Fix some doc typos and minor language issues
</pre>
</div>
</content>
</entry>
</feed>
