summaryrefslogtreecommitdiff
path: root/lisp/xdg.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-15(xdg-mime-apps): Restore corner case and simplifyStefan Monnier
2025-10-09* lisp/xdg.el (xdg-mime-apps): Fix recent regression.Juri Linkov
2025-03-29Use 'hash-table-contains-p' in a few placesStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-21Add new function xdg-session-type to xdg.elStefan Kangas
2022-09-14Add new function xdg-current-desktop to xdg.elStefan Kangas
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-07-04Remove some useless `eval-when-compile`Mattias EngdegÄrd
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-13Merge from origin/emacs-28Stefan Kangas
2021-11-12; Fix typosStefan Kangas
2021-11-08* lisp/xdg.el (xdg--dir-home): Make it a functionStefan Monnier
2021-10-27Merge from origin/emacs-28Glenn Morris
2021-10-26Improve function documentation with text from XDG BDS specStefan Kangas
2021-10-25New function xdg-state-homeStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd
2021-05-31Fix error in xdg-mime-apps-files when XDG_CURRENT_DESKTOP is definedLars Ingebrigtsen
2021-03-11* lisp: Remove yet more always-nil variablesStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-23file-attributes cleanupPaul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-02Merge from origin/emacs-26Paul Eggert
2017-10-22Fix xdg timestamp error on 32-bit EmacsPaul Eggert
2017-09-26Add MIME apps spec utilitiesMark Oteiza
2017-09-25Loosen strict parsing requirement for desktop filesMark Oteiza
2017-09-25* lisp/xdg.el (xdg-thumb-uri): Fix doc string.Mark Oteiza
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-10; Add to last commitMark Oteiza
2017-09-09Avoid looking at localized stringsMark Oteiza
2017-09-09Add function to read all entries in a groupMark Oteiza
2017-09-09; Fix previous commitMark Oteiza
2017-09-06Add XDG desktop file parsing and testsMark Oteiza
2017-09-06; Try not to affect match dataMark Oteiza
2017-02-12Substitute leading $HOME/ in xdg-user-dirsMark Oteiza
2017-02-09Fix environment variable for xdg-data-dirsSteven Allen
2017-02-06Add xdg libraryMark Oteiza