<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/term, branch master-android-1</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>; * lisp/term/rxvt.el (terminal-init-rxvt): Improve commentary.</title>
<updated>2025-08-09T12:29:18+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-08-09T12:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=723ed76a9cf372c7cf49582f5adac9e91474f21f'/>
<id>723ed76a9cf372c7cf49582f5adac9e91474f21f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Variable to control overshoot and backup for TTY cursor  motion</title>
<updated>2025-08-09T12:27:00+00:00</updated>
<author>
<name>Manuel Giraud</name>
</author>
<published>2025-07-22T13:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4c9ac95cb05e80142b2ab251061d67ac39dac7df'/>
<id>4c9ac95cb05e80142b2ab251061d67ac39dac7df</id>
<content type='text'>
* src/term.c (syms_of_term): New variable.
* src/cm.c (calccost): Control overshooting with new variable.
* etc/NEWS: Document new variable.
* lisp/term/rxvt.el (terminal-init-rxvt): Force no TAB+BS for
rxvt.  (Bug#78474)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/term.c (syms_of_term): New variable.
* src/cm.c (calccost): Control overshooting with new variable.
* etc/NEWS: Document new variable.
* lisp/term/rxvt.el (terminal-init-rxvt): Force no TAB+BS for
rxvt.  (Bug#78474)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Send to..." context menu item to mouse.el</title>
<updated>2025-07-19T12:15:55+00:00</updated>
<author>
<name>Alvaro Ramirez</name>
</author>
<published>2025-07-19T12:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=813013691a9997cbdd483e1e5cef39453ac07d6d'/>
<id>813013691a9997cbdd483e1e5cef39453ac07d6d</id>
<content type='text'>
* lisp/send-to.el: New package implements sending files/region.

* lisp/mouse.el (context-menu-send-to): Add "Send to..." context menu.

* lisp/term/ns-win.el (ns-send-items): Expose native macOS send API.

* src/nsfns.m (ns-send-items): Implement native macOS sending.

* etc/NEWS: Announce the new feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/send-to.el: New package implements sending files/region.

* lisp/mouse.el (context-menu-send-to): Add "Send to..." context menu.

* lisp/term/ns-win.el (ns-send-items): Expose native macOS send API.

* src/nsfns.m (ns-send-items): Implement native macOS sending.

* etc/NEWS: Announce the new feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tool bar icons to package menu. (Bug#78601)</title>
<updated>2025-06-28T08:34:41+00:00</updated>
<author>
<name>Elías Gabriel Pérez</name>
</author>
<published>2025-05-25T15:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=eda47cd2a8753ec74a816e62aba3fa63543e5526'/>
<id>eda47cd2a8753ec74a816e62aba3fa63543e5526</id>
<content type='text'>
* etc/images/package-menu/README:
* etc/images/package-menu/delete.xpm:
* etc/images/package-menu/execute.xpm:
* etc/images/package-menu/info.xpm:
* etc/images/package-menu/install.xpm:
* etc/images/package-menu/unmark.xpm:
* etc/images/package-menu/upgrade.xpm:
* etc/images/package-menu/url.xpm:
* etc/images/package-menu/delete.pbm:
* etc/images/package-menu/execute.pbm:
* etc/images/package-menu/info.pbm:
* etc/images/package-menu/install.pbm:
* etc/images/package-menu/unmark.pbm:
* etc/images/package-menu/upgrade.pbm:
* etc/images/package-menu/url.pbm: New files.
* lisp/emacs-lisp/package.el (package-menu--tool-bar-map): New
variable.
(package-menu-mode): Set tool bar.
* lisp/term/pgtk-win.el (x-gtk-stock-map):
* lisp/term/x-win.el (x-gtk-stock-map): Add new icons to alist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/images/package-menu/README:
* etc/images/package-menu/delete.xpm:
* etc/images/package-menu/execute.xpm:
* etc/images/package-menu/info.xpm:
* etc/images/package-menu/install.xpm:
* etc/images/package-menu/unmark.xpm:
* etc/images/package-menu/upgrade.xpm:
* etc/images/package-menu/url.xpm:
* etc/images/package-menu/delete.pbm:
* etc/images/package-menu/execute.pbm:
* etc/images/package-menu/info.pbm:
* etc/images/package-menu/install.pbm:
* etc/images/package-menu/unmark.pbm:
* etc/images/package-menu/upgrade.pbm:
* etc/images/package-menu/url.pbm: New files.
* lisp/emacs-lisp/package.el (package-menu--tool-bar-map): New
variable.
(package-menu-mode): Set tool bar.
* lisp/term/pgtk-win.el (x-gtk-stock-map):
* lisp/term/x-win.el (x-gtk-stock-map): Add new icons to alist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve 'gui-get-selection' on MS-Windows</title>
<updated>2025-03-20T09:03:32+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-03-20T09:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e53b90a5ce21feeb0290fbe035e9a2d6aae34bc3'/>
<id>e53b90a5ce21feeb0290fbe035e9a2d6aae34bc3</id>
<content type='text'>
* lisp/term/w32-win.el (w32--get-selection): Allow UTF8_STRING and
TEXT data types as well, since w32select.c handles that correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/term/w32-win.el (w32--get-selection): Allow UTF8_STRING and
TEXT data types as well, since w32select.c handles that correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recommend using 'keymap-global-set' in Commentaries</title>
<updated>2025-03-15T03:06:31+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2025-03-14T23:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=679ad95a67fbecafd203c9e7f55547a312b3833b'/>
<id>679ad95a67fbecafd203c9e7f55547a312b3833b</id>
<content type='text'>
* lisp/bs.el, lisp/calculator.el, lisp/cedet/data-debug.el:
* lisp/help-at-pt.el, lisp/hilit-chg.el, lisp/mail/mspools.el:
* lisp/mh-e/mh-e.el, lisp/mouse-copy.el, lisp/mouse-drag.el:
* lisp/net/browse-url.el, lisp/net/webjump.el, lisp/printing.el:
* lisp/progmodes/cfengine.el, lisp/progmodes/ebnf2ps.el:
* lisp/ps-print.el, lisp/repeat.el, lisp/term/wyse50.el:
* lisp/term/x-win.el, lisp/vcursor.el, lisp/woman.el:
Recommend using 'keymap-global-set' instead of 'global-set-key'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/bs.el, lisp/calculator.el, lisp/cedet/data-debug.el:
* lisp/help-at-pt.el, lisp/hilit-chg.el, lisp/mail/mspools.el:
* lisp/mh-e/mh-e.el, lisp/mouse-copy.el, lisp/mouse-drag.el:
* lisp/net/browse-url.el, lisp/net/webjump.el, lisp/printing.el:
* lisp/progmodes/cfengine.el, lisp/progmodes/ebnf2ps.el:
* lisp/ps-print.el, lisp/repeat.el, lisp/term/wyse50.el:
* lisp/term/x-win.el, lisp/vcursor.el, lisp/woman.el:
Recommend using 'keymap-global-set' instead of 'global-set-key'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid defining unneeded variables on Cygw32</title>
<updated>2025-03-06T14:04:51+00:00</updated>
<author>
<name>Kazuhiro Ito</name>
</author>
<published>2025-02-23T13:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=64b3ad5c763ed3d2a9978fce06c0ccbdd085fe35'/>
<id>64b3ad5c763ed3d2a9978fce06c0ccbdd085fe35</id>
<content type='text'>
lisp/term/w32-win.el contained definitions of variables which
were not used on Cygw32.  It is now to split into two files,
common part and Windows native build specific part. The latter
is a new file, lisp/term/w32-nt.el.
* src/image.c (Qlibpng_version, Qlibgif_version)
(Qlibjpeg_version): Don't define on Cygw32 build.
* src/treesit.c (Qtree_sitter__library_abi): Ditto.

* lisp/term/w32-win.el (dynamic-library-alist, libpng-version)
(libgif-version, libjpeg-version, libgnutls-version)
(tree-sitter--library-abi, gui-backend-set-selection)
(gui-backend-get-selection, gui-backend-selection-owner-p)
(gui-selection-exists-p): Moved to lisp/term/w32-nt.el.
* lisp/term/w32-nt.el: New file, separated Windows native build
specific part from lisp/term/w32-win.el.
* lisp/loadup.el: Load term/w32-nt.el on Windows native build.
(Bug#75926)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lisp/term/w32-win.el contained definitions of variables which
were not used on Cygw32.  It is now to split into two files,
common part and Windows native build specific part. The latter
is a new file, lisp/term/w32-nt.el.
* src/image.c (Qlibpng_version, Qlibgif_version)
(Qlibjpeg_version): Don't define on Cygw32 build.
* src/treesit.c (Qtree_sitter__library_abi): Ditto.

* lisp/term/w32-win.el (dynamic-library-alist, libpng-version)
(libgif-version, libjpeg-version, libgnutls-version)
(tree-sitter--library-abi, gui-backend-set-selection)
(gui-backend-get-selection, gui-backend-selection-owner-p)
(gui-selection-exists-p): Moved to lisp/term/w32-nt.el.
* lisp/term/w32-nt.el: New file, separated Windows native build
specific part from lisp/term/w32-win.el.
* lisp/loadup.el: Load term/w32-nt.el on Windows native build.
(Bug#75926)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gtk-redo icon to x-gtk-stock-map to x-win.el</title>
<updated>2025-02-16T22:47:52+00:00</updated>
<author>
<name>Elías Gabriel Pérez</name>
</author>
<published>2025-02-16T19:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=35d4316101752fc45bfd2301d891fb7b64060500'/>
<id>35d4316101752fc45bfd2301d891fb7b64060500</id>
<content type='text'>
* lisp/term/x-win.el (x-gtk-stock-map): Add gtk-redo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/term/x-win.el (x-gtk-stock-map): Add gtk-redo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gtk-redo icon to x-gtk-stock-map</title>
<updated>2025-02-16T19:50:06+00:00</updated>
<author>
<name>Elías Gabriel Pérez</name>
</author>
<published>2025-02-16T19:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fc189cb83cf7284344a737e75b3ee56487b1c386'/>
<id>fc189cb83cf7284344a737e75b3ee56487b1c386</id>
<content type='text'>
* lisp/term/pgtk-win.el (x-gtk-stock-map): Add gtk-redo.  (Bug#76349)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/term/pgtk-win.el (x-gtk-stock-map): Add gtk-redo.  (Bug#76349)
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/term/xterm.el (xterm--query-name-and-version): Don't quote lambda</title>
<updated>2025-02-15T04:05:29+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-02-15T04:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8d968c0f22347c9a4b65fdd142c0f050db918745'/>
<id>8d968c0f22347c9a4b65fdd142c0f050db918745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
