summaryrefslogtreecommitdiff
path: root/lisp/ansi-osc.el
Commit message (Collapse)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
|
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-09
|
* ; typosMattias EngdegÄrd2022-11-28
| | | | (cherry picked from commit 7939184f8e0370e7a3397d492812c6d202c2a193)
* ; Fix typosStefan Kangas2022-11-11
|
* Prefer defvar-keymap in ansi-osc.elStefan Kangas2022-10-16
| | | | * lisp/ansi-osc.el (ansi-osc-hyperlink-map): Prefer defvar-keymap.
* Define ansi-osc customization groupMatthias Meulien2022-10-01
| | | | | * lisp/ansi-osc.el (ansi-osc): Define ansi-osc customization group (ansi-osc-for-compilation-buffer): Fix wrong group
* Rename osc.el to ansi-osc.el (bug#58200)Matthias Meulien2022-10-01
* lisp/osc.el: Move from here... * lisp/ansi-osc.el: ...to here. * test/lisp/osc-tests.el: Move from here... * test/lisp/ansi-osc-tests.el: ...to here.