summaryrefslogtreecommitdiff
path: root/greader-dict.el
AgeCommit message (Expand)Author
2026-04-10Apply patches from Stefan Monnierexternals/greaderMichelangelo Rodriguez
2026-03-25fix(dict): Fix and complete dictionary merging implementationMichelangelo Rodriguez
2026-03-25feat(dict): Implement non-destructive dictionary mergingMichelangelo Rodriguez
2026-03-21greader-dict: avoid rebuilding match list on every word lookupMichelangelo Rodriguez
2026-03-21greader-dict: avoid reloading dictionary during readingMichelangelo Rodriguez
2026-03-21greader-dict: add autoload cookie to obsolete aliasMichelangelo Rodriguez
2026-03-21Merge branch 'master' into personalMichelangelo Rodriguez
2026-03-21greader-dict: remove redundant obsolete variable aliasMichelangelo Rodriguez
2026-03-21greader-dict: rename greader-dict-toggle-filters to greader-dict-filters-modeMichelangelo Rodriguez
2026-03-06greader-dict: ignore errors when adding a newline to temp bufferMichelangelo Rodriguez
2025-12-13Fix(greader-dict): Correctly reference the reading bufferMichelangelo Rodriguez
2025-12-13Fix: Remove unnecessary escape character from filter indicatorMichelangelo Rodriguez
2025-12-12Fix regexp escaping in greader-dict.elMichelangelo Rodriguez
2025-11-25Refactor: Improve greader-dict and greader interactionMichelangelo Rodriguez
2025-11-23Fix: Ensure dictionary commands use the correct bufferMichelangelo Rodriguez
2025-11-22Fix(greader-dict): Correctly identify the reading bufferMichelangelo Rodriguez
2025-11-06Refactor: Update dictionary on stop and simplify filter logicMichelangelo Rodriguez
2025-10-28Merge branch '5-greader-dict-mode-with-a-linux-to-gnu-plus-linux-rule-makes-g...Michelangelo Rodriguez
2025-10-27Refactor: Make keymap prefix customizableMichelangelo Rodriguez
2025-10-22greader-dict.el (greader-dict-add-entry): Prohibit punctuation in replacementsMichelangelo Rodriguez
2025-10-21Fix/Refactor: Improve dictionary functions' robustness and docsMichelangelo Rodriguez
2025-10-17Remove a duplicate `(defvar-local greader-dictionary nil)` declaration.Yuval Langer
2025-07-22Fixed Docstring Warning.Michelangelo Rodriguez
2025-07-21Fix Guix build issue.Yuval Langer
2025-06-14Some checkdoc notes fixed.Michelangelo Rodriguez
2025-06-10Fixes and update.Michelangelo Rodriguez
2025-03-04Macro `with-greader-dict-temp-buffer' calls now behaves as expected, indentin...Michelangelo Rodriguez
2025-01-06Macro `with-greader-dict-temp-buffer' added.Michelangelo Rodriguez
2024-10-25greader-dict.el: now use if and when-let* to as if and when-let are obsolete.Michelangelo Rodriguez
2024-09-21greader-dict.el: `greader-dict--get-key-from-word' fixed.Michelangelo Rodriguez
2024-07-29greader-dict.el: Added user option `greader-dict-transform-match-to-word' to ...Michelangelo Rodriguez
2024-07-26greader-dict.el: now changing the dictionary works as expected.Michelangelo Rodriguez
2024-07-25greader-dict.el: Now the function greader-dict--add-match-as-word' works only...Michelangelo Rodriguez
2024-07-23greader-dict.el: more work for function `greader-dict--add-match-as-word.Michelangelo Rodriguez
2024-07-23greader-dict.el: Now when a match is found, it will be converted in a word an...Michelangelo Rodriguez
2024-07-23Fixed functions `greader-dict-add-entry' and `greader-dict--get-matches' to h...Michelangelo Rodriguez
2024-07-20Function `greader-dict--word-alternatives fixed.Michelangelo Rodriguez
2024-07-20Function `greader-dict-substitute-word' fixed.Michelangelo Rodriguez
2024-07-19dict filters fixed.Michelangelo Rodriguez
2024-07-16greader-dict-add-entry: Modified the prompt to reflect last changes.Michelangelo Rodriguez
2024-07-16greader-dict.el: pp-buffer applied.Michelangelo Rodriguez
2024-07-16Function `greader-dict-modify-key' fixedMichelangelo Rodriguez
2024-07-16Fixed docstring of `greader-dict-modify-key'Michelangelo Rodriguez
2024-07-16Added entry to `greader-dict-modify-key' in `greader-dict-mode-map'Michelangelo Rodriguez
2024-07-15greader-dict.el: modifiedMichelangelo Rodriguez
2024-07-15greader.el: modifiedMichelangelo Rodriguez
2024-07-15greader-dict-add-entry now deactivates the Mark after adding a match.Michelangelo Rodriguez
2024-07-01greader version 0.11.11Michelangelo Rodriguez
2024-06-24greader: "Package-lint" pacified.Michelangelo Rodriguez
2024-06-09greader-dict.el: rehorganized better in term of variables, grouped alltogeter.Michelangelo Rodriguez