summaryrefslogtreecommitdiff
path: root/lisp/term
AgeCommit message (Expand)Author
2026-05-09; * lisp/term/pgtk-win.el (icon-map-list): Fix :type.Eli Zaretskii
2026-05-07; * lisp/term/x-win.el (icon-map-list): Fix :type (bug#80982)Eli Zaretskii
2026-04-08; * lisp/term/w32console.el (set-screen-color): Fix signature.Eli Zaretskii
2026-04-08Support 24-bit TrueColor on MS-Windows consoleewantown
2026-02-28New function rxvt-colorfgbg-background-modePeter Oliver
2026-02-24Fix "End" key in PuTTY and older GNU screenSean Whitton
2026-01-20(xterm--init): Fix probem in async mode (bug#80163)Jared Finder
2026-01-14Reset Xterm cursor color to default when face is unspecifiedJared Finder
2026-01-10; Spelling fix.Sean Whitton
2026-01-10; Fixes to last change.Sean Whitton
2026-01-10Update cursor display using Xterm escape sequencesJared Finder
2026-01-03Automatically enable xterm-mouse-mode in the foot terminalDaniel Eklöf
2026-01-03Use Primary Device Attributes to detect OSC-52 supportDaniel Eklöf
2026-01-03Use tty reported background and foreground colors (Bug#79765)Jared Finder
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-14Extend Tree-sitter support on MS-Windows to v0.26.xEli Zaretskii
2025-10-02* lisp/term/w32-nt.el (dynamic-library-alist): Add libxml2-16.dll.Eli Zaretskii
2025-09-07; Fix x-gtk-stock-mapElijah Gabe Pérez
2025-08-09; * lisp/term/rxvt.el (terminal-init-rxvt): Improve commentary.Eli Zaretskii
2025-08-09Variable to control overshoot and backup for TTY cursor motionManuel Giraud
2025-07-19Add "Send to..." context menu item to mouse.elAlvaro Ramirez
2025-06-28Add tool bar icons to package menu. (Bug#78601)Elías Gabriel Pérez
2025-03-20Improve 'gui-get-selection' on MS-WindowsEli Zaretskii
2025-03-15Recommend using 'keymap-global-set' in CommentariesStefan Kangas
2025-03-06Avoid defining unneeded variables on Cygw32Kazuhiro Ito
2025-02-16Add gtk-redo icon to x-gtk-stock-map to x-win.elElías Gabriel Pérez
2025-02-16Add gtk-redo icon to x-gtk-stock-mapElías Gabriel Pérez
2025-02-14lisp/term/xterm.el (xterm--query-name-and-version): Don't quote lambdaStefan Monnier
2025-02-12; Update :version tag of x-gtk-stock-mapStefan Kangas
2025-02-12Add icons used by 'mpc.el' to 'x-gtk-stock-map'john muhl
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-25; Clean up 'xterm-mouse-mode' auto-enabling varsJared Finder
2025-01-05; Fix warnings in a tty-only build on MS-WindowsEli Zaretskii
2025-01-04Don't always enable xterm-mouse-mode (bug#74833)Jared Finder
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Delete remaining calls to purecopyStefan Kangas
2024-12-12Don't call purecopy in common-win.elStefan Kangas
2024-12-12Make bindings--define-key obsoleteStefan Kangas
2024-12-12Enable xterm-mouse-mode by default in xtermJared Finder
2024-12-10Move ns-specific event setup to term/ns-win.el (Bug#74619)Robert Pluim
2024-11-23Merge from origin/emacs-30Eli Zaretskii
2024-11-21; * lisp/term/w32-win.el (tree-sitter--library-abi): Declare to rm warning.Andrea Corallo
2024-11-21Future-proof loading tree-sitter library on MS-WindowsEli Zaretskii
2024-11-06* lisp/term/w32-win.el (w32--textual-mime-types): Escape literal `+`Mattias Engdegård
2024-11-03* Remove warning introduced by 8e7f5f97db6Andrea Corallo
2024-11-03Add support for 'yank-media' on MS-WindowsCecilio Pardo
2024-10-25Improve drag and drop on MS-Windows (bug#3468)Cecilio Pardo
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-08Implement drag-n-drop for w32 with support for files and textCecilio Pardo
2024-09-22Fix multi-file drag-and-drop on MS-WindowsCecilio Pardo