summaryrefslogtreecommitdiff
path: root/lisp/xdg.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Add new function xdg-session-type to xdg.elStefan Kangas2022-09-211-0/+13
* Add new function xdg-current-desktop to xdg.elStefan Kangas2022-09-141-0/+12
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-2/+2
* Remove some useless `eval-when-compile`Mattias EngdegÄrd2022-07-041-7/+6
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-11-131-2/+2
|\ \ | |/
| * ; Fix typosStefan Kangas2021-11-121-2/+2
* | * lisp/xdg.el (xdg--dir-home): Make it a functionStefan Monnier2021-11-081-7/+5
* | Merge from origin/emacs-28Glenn Morris2021-10-271-6/+60
|\ \ | |/
| * Improve function documentation with text from XDG BDS specStefan Kangas2021-10-261-6/+60
* | New function xdg-state-homeStefan Kangas2021-10-251-0/+17
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-2/+2
* Fix error in xdg-mime-apps-files when XDG_CURRENT_DESKTOP is definedLars Ingebrigtsen2021-05-311-1/+1
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-2/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-1/+3
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-2/+2
|\ \ | |/
| * Fix xdg timestamp error on 32-bit EmacsPaul Eggert2017-10-221-2/+2
* | Add MIME apps spec utilitiesMark Oteiza2017-09-261-0/+103
|/
* Loosen strict parsing requirement for desktop filesMark Oteiza2017-09-251-2/+0
* * lisp/xdg.el (xdg-thumb-uri): Fix doc string.Mark Oteiza2017-09-251-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Add to last commitMark Oteiza2017-09-101-0/+1
* Avoid looking at localized stringsMark Oteiza2017-09-091-0/+2
* Add function to read all entries in a groupMark Oteiza2017-09-091-25/+33
* ; Fix previous commitMark Oteiza2017-09-091-21/+18
* Add XDG desktop file parsing and testsMark Oteiza2017-09-061-7/+66
* ; Try not to affect match dataMark Oteiza2017-09-061-3/+4
* Substitute leading $HOME/ in xdg-user-dirsMark Oteiza2017-02-121-2/+9
* Fix environment variable for xdg-data-dirsSteven Allen2017-02-091-1/+1
* Add xdg libraryMark Oteiza2017-02-061-0/+144