summaryrefslogtreecommitdiff
path: root/devdocs.el
AgeCommit message (Collapse)Author
2025-10-22Version 0.7externals/devdocsAugusto Stoffel
2025-10-12Make bookmark handler an autoloaded functionAugusto Stoffel
It might be called before loading devdocs.el if the user tries to jump to a bookmark.
2025-10-12Simplify definition of bookmarks entriesAugusto Stoffel
Also, make handler a named function due to Emacs bug#79618.
2025-10-12Add formatting workarounds for some document typesAugusto Stoffel
Closes #40.
2025-10-12Allow devdocs buffers to be bookmarkedziggy
Closes #36. Co-authored-by: Augusto Stoffel <arstoffel@gmail.com> Copyright-paperwork-exempt: yes
2025-10-12Make mathjax dependency optionalAugusto Stoffel
Closes #43.
2025-06-08Use star version of the now deprecated if-let and when-letnverno
Closes #46. Above the usual 15 line limit for changes without copyright assignment but mostly due to whitespace additions. Copyright-paperwork-exempt: yes
2024-11-13Use the new mathjax packageAugusto Stoffel
2024-10-06Fix Package-Requires headerAugusto Stoffel
2024-10-05Add math rendering via MathJaxAugusto Stoffel
2024-10-03More flexible mechanism to customize HTML tag renderingAugusto Stoffel
2024-10-03Add a menu for the DevDocs major modeAugusto Stoffel
2024-04-28Add customization for extra rendering functions (#38)Thomas Fini Hansen
Closes #37 Copyright-paperwork-exempt: yes
2024-03-29Version 0.6.1Augusto Stoffel
2024-03-25Fix bug introduced in d9e295a8Augusto Stoffel
2024-03-23Version 0.6Augusto Stoffel
2024-03-23Get rid of compilation warningAugusto Stoffel
2024-03-23Let-bind shr-target-id instead of setting it as a buffer-local varAugusto Stoffel
2024-03-01fix: URL decodes path fragements, if neededTobias Heinlein
Fixes #33. Co-authored-by: Tobias Heinlein <niontrix@mailbox.org> Copyright-paperwork-exempt: yes
2023-11-27Fix devdocs-install (change from a433fab9)Augusto Stoffel
2023-11-27Use libjansson JSON parser if availableAugusto Stoffel
2023-11-27Use string-remove-prefix instead of seq-rest hackAugusto Stoffel
2023-11-27Allow calling devdocs-install with a document slug as argumentAugusto Stoffel
2023-11-27Fix call to ignore-errorAugusto Stoffel
2023-02-20Use the new browse-url-handlers mechanism of Emacs 28Augusto Stoffel
Closes #26.
2022-12-18devdocs--read-entry: Issue user error on null inputAugusto Stoffel
See discussion in #25.
2022-08-11New user option devdocs-window-selectAugusto Stoffel
Closes #21.
2022-07-29Bump versionAugusto Stoffel
2022-06-06Use progress reporter while installing documentsAugusto Stoffel
As suggested in #19.
2022-04-10Mark devdocs-mode as non-interactiveAugusto Stoffel
2022-04-10Assign list-buffers-directory to the entry nameDaniel Nagy
This displays the entry name in `M-x list-buffers` instead of showing an empty path column.
2022-04-01Don't show devdocs-mode specific commands in M-xAugusto Stoffel
Closes #16.
2022-03-26Don't use insert-into-buffer, which is new in Emacs 28Augusto Stoffel
2022-03-20Remove org dependency to fontify code blocksAugusto Stoffel
2022-02-26Bump versionAugusto Stoffel
2022-02-24Additional page navigation commands (with keybindings)Augusto Stoffel
2022-02-23Use cache for document indexesAugusto Stoffel
2022-02-23Display page name (rather than number) in header lineAugusto Stoffel
2022-02-23RefactoringAugusto Stoffel
2022-02-20RefactoringAugusto Stoffel
2022-02-17Use a visible marking for entry disambiguationAugusto Stoffel
The marking style is specified by `devdocs-disambiguated-entry-format'. In particular, it can be made invisible, as it used to be.
2022-02-16Rework disambiguation cookiesAugusto Stoffel
Previously, the cookies contained text that could be matched by the user input. We now use character beyond the Unicode range.
2022-01-28Fix devdocs-goto-target in Emacs 29Augusto Stoffel
The `shr-target-id` property is now a list, see Emacs commit 7904cae492. Fixes #13
2022-01-07Bump versionAugusto Stoffel
2021-10-02Add devdocs-copy-url commandAugusto Stoffel
Closes #5
2021-09-19Add devdocs-peruse and previous/next page commandsAugusto Stoffel
2021-09-04Store document indexes in sexp format instead of JSONAugusto Stoffel
2021-08-18Support revert-buffer function in devdocs-modeÉtienne Deparis
Copyright-paperwork-exempt: yes
2021-06-25Add INITIAL-INPUT argument to devdocs-lookupMichael
Copyright-paperwork-exempt: yes
2021-06-18Bump versionAugusto Stoffel