summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-24Use "Protesilaos" instead of "Protesilaos Stavrou"externals/substituteProtesilaos
2026-03-24Add command substitute-target-on-lineProtesilaos Stavrou
2026-02-23Autoload command aliasesMorgan Willcock
2026-02-23Acknowledge Morgan Willcock for commits bd43364, 197ba97Protesilaos Stavrou
2026-02-23Fix narrowing to the current pageMorgan Willcock
2026-02-23Make command autoloads interactiveMorgan Willcock
2026-01-05Upgrade substitute to version 0.5.0Protesilaos Stavrou
2025-12-18Add user option to control if narrowing is respected while substitutingProtesilaos Stavrou
2025-11-29Update the backronym and the README.mdProtesilaos Stavrou
2025-11-29Update to substitute version 0.4.0Protesilaos Stavrou
2025-11-29Update substitute--scope-description doc string to include the new scopes I a...Protesilaos Stavrou
2025-11-29Implement command to perform substitution in the current paragraphProtesilaos Stavrou
2025-11-29Tweak how substitute--get-bounds decides on the ^ prefixProtesilaos Stavrou
2025-11-29Update the manual to mention the three new commands and make some stylistic r...Protesilaos Stavrou
2025-11-29Define three new commands for outline, page, defun+belowProtesilaos Stavrou
2025-11-29Make stylistic change to the nil value of substitute--historyProtesilaos Stavrou
2025-07-10Use the underscore when let binding for side effects onlyProtesilaos Stavrou
2025-01-24Update the copyright yearsProtesilaos Stavrou
2025-01-24Rewrite substitute--replace-targetsProtesilaos Stavrou
2025-01-24Clarify the doc string of substitute--last-matchesProtesilaos Stavrou
2025-01-24Add an extra pair of parentheses in an if-let* just for clarityProtesilaos Stavrou
2025-01-24Make stylistic change to substitute--highlight-targetsProtesilaos Stavrou
2024-10-25Use if-let* and friends because the others are deprecated in Emacs 31Protesilaos Stavrou
2024-09-13Update source link to point to GitHubProtesilaos Stavrou
2024-05-22Add missing autoload cookie for the substitute-prefix-mapProtesilaos Stavrou
2024-05-20Update Substitute to version 0.3.0Protesilaos Stavrou
2024-05-20Define substitute-prefix-mapProtesilaos Stavrou
2024-05-20Remove needless spacing from the manual's front matterProtesilaos Stavrou
2024-01-17Update development linksProtesilaos Stavrou
2024-01-12Update copyright yearsProtesilaos Stavrou
2023-07-04Fix typo in substitute-target-to-beginning-of-buffer defaliasProtesilaos Stavrou
2023-07-01Update to version 0.2.0Protesilaos Stavrou
2023-04-09Bump version to trigger package rebuildProtesilaos Stavrou
2023-04-09Remove empty lineProtesilaos Stavrou
2023-03-21Do not try to perform substitution in read-only buffersProtesilaos Stavrou
2023-02-13Use correct markup in some places in the manualProtesilaos Stavrou
2023-02-11Clarify comment in sample configurationProtesilaos Stavrou
2023-02-11Make it possible to have fixed-case substitutionsProtesilaos Stavrou
2023-01-31Document correct symbol for hook in sample configurationProtesilaos Stavrou
2023-01-31Bump version to trigger GNU ELPA rebuildProtesilaos Stavrou
2023-01-31Enable empty string substitutionProtesilaos Stavrou
2023-01-31Make substitute-highlight non-nil by defaultProtesilaos Stavrou
2023-01-31Specify :package-version for the hook variableProtesilaos Stavrou
2023-01-31Obsolete substitute-post-replace-hook; use substitute-post-replace-functionsProtesilaos Stavrou
2023-01-31Add README.org which will GNU ELPA turns into an Info manualProtesilaos Stavrou
2023-01-26Merge pull request #3 from kandread/fix/special-stringsProtesilaos Stavrou
2023-01-25Handle strings with escape sequencesKostas Andreadis
2023-01-23Bump version to trigger package rebuildProtesilaos Stavrou
2023-01-22Wrap require for subr-x in 'eval-when-compile'Protesilaos Stavrou
2023-01-22Merge pull request #1 from wcy123/fix-compilation-warningProtesilaos Stavrou