index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
xdg.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-10-15
(xdg-mime-apps): Restore corner case and simplify
Stefan Monnier
2025-10-09
* lisp/xdg.el (xdg-mime-apps): Fix recent regression.
Juri Linkov
2025-03-29
Use 'hash-table-contains-p' in a few places
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-10-24
Mark if-let and when-let obsolete
Sean Whitton
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-09-21
Add new function xdg-session-type to xdg.el
Stefan Kangas
2022-09-14
Add new function xdg-current-desktop to xdg.el
Stefan Kangas
2022-08-23
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-07-04
Remove some useless `eval-when-compile`
Mattias EngdegÄrd
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-13
Merge from origin/emacs-28
Stefan Kangas
2021-11-12
; Fix typos
Stefan Kangas
2021-11-08
* lisp/xdg.el (xdg--dir-home): Make it a function
Stefan Monnier
2021-10-27
Merge from origin/emacs-28
Glenn Morris
2021-10-26
Improve function documentation with text from XDG BDS spec
Stefan Kangas
2021-10-25
New function xdg-state-home
Stefan Kangas
2021-09-16
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-08-08
Use string-replace instead of replace-regexp-in-string
Mattias EngdegÄrd
2021-05-31
Fix error in xdg-mime-apps-files when XDG_CURRENT_DESKTOP is defined
Lars Ingebrigtsen
2021-03-11
* lisp: Remove yet more always-nil variables
Stefan Monnier
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-03-04
Fix regular-expression glitches and typos
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-09-23
file-attributes cleanup
Paul Eggert
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-02
Merge from origin/emacs-26
Paul Eggert
2017-10-22
Fix xdg timestamp error on 32-bit Emacs
Paul Eggert
2017-09-26
Add MIME apps spec utilities
Mark Oteiza
2017-09-25
Loosen strict parsing requirement for desktop files
Mark Oteiza
2017-09-25
* lisp/xdg.el (xdg-thumb-uri): Fix doc string.
Mark Oteiza
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-10
; Add to last commit
Mark Oteiza
2017-09-09
Avoid looking at localized strings
Mark Oteiza
2017-09-09
Add function to read all entries in a group
Mark Oteiza
2017-09-09
; Fix previous commit
Mark Oteiza
2017-09-06
Add XDG desktop file parsing and tests
Mark Oteiza
2017-09-06
; Try not to affect match data
Mark Oteiza
2017-02-12
Substitute leading $HOME/ in xdg-user-dirs
Mark Oteiza
2017-02-09
Fix environment variable for xdg-data-dirs
Steven Allen
2017-02-06
Add xdg library
Mark Oteiza