summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-24Use "Protesilaos" instead of "Protesilaos Stavrou"externals/beframeProtesilaos
2026-04-13Replace "doc string" with "docstring"Protesilaos Stavrou
2026-02-04Update beframe to version 1.5.0Protesilaos Stavrou
2026-02-04Update the copyright years in beframe-transient.elProtesilaos Stavrou
2026-01-31Reword the text message for assume/unassume operationsProtesilaos Stavrou
2026-01-31Use an annotation function to set how a frame is marked as "current"Protesilaos Stavrou
2026-01-31Change the predicate for buffer selection to only get the list onceProtesilaos Stavrou
2026-01-11Update the copyright yearsProtesilaos Stavrou
2025-12-12Use a completion table instead of let binding completion-extra-propertiesProtesilaos Stavrou
2025-12-11Set the completion category in beframe-read-bufferProtesilaos Stavrou
2025-11-27Make stylistic change to beframe-buffer-listProtesilaos Stavrou
2025-08-08Merge pull request #16 from minad/consult-updatesProtesilaos Stavrou
2025-08-07Update README for ConsultDaniel Mendler
2025-08-03Clarify that setting the consult-buffer-list still allows for all buffersProtesilaos Stavrou
2025-08-02Update the integration with Consult to include 'consult-buffer-list'Protesilaos Stavrou
2025-06-28Update to Beframe version 1.4.0Protesilaos Stavrou
2025-06-28Define the beframe-prompt-prefix instead of hardcoding it in the promptProtesilaos Stavrou
2025-06-27Make new frames initialise their xref historyProtesilaos Stavrou
2025-06-16Make beframe-xref-frame-history return "(nil)" instead of "nil" when no xref-...Protesilaos Stavrou
2025-06-01Guard against void xref-history-storageProtesilaos Stavrou
2025-05-31Make stylistic changes to beframe--global-buffersProtesilaos Stavrou
2025-05-30Make Xref history specific to the current frameProtesilaos Stavrou
2025-05-30Remove needless commentProtesilaos Stavrou
2025-04-10Make stylistic changes to beframe--read-buffer-pProtesilaos Stavrou
2025-01-24Update to Beframe version 1.3.0Protesilaos Stavrou
2025-01-24Autoload all our transient prefixesProtesilaos Stavrou
2025-01-24Make the beframe-transient autoload more explicitProtesilaos Stavrou
2025-01-23Fix broken link in the manualProtesilaos Stavrou
2025-01-23Document the beframe-transient in the manualProtesilaos Stavrou
2025-01-23Add missing autoload for the beframe-transientProtesilaos Stavrou
2025-01-23Add optional extension beframe-transient.elProtesilaos Stavrou
2025-01-23Bind beframe-switch-buffer-in-frame to the beframe-prefix-mapProtesilaos Stavrou
2025-01-23Reword the beframe-switch-buffer-in-frame doc stringProtesilaos Stavrou
2025-01-23Update copyright yearsProtesilaos Stavrou
2025-01-23Fix two aliases that broke the commands by pointing to nothingProtesilaos Stavrou
2025-01-23Add minor explanation to the beframe--get-frame-names doc stringProtesilaos Stavrou
2025-01-21Change how we uniquify frame names to do it only when necessaryProtesilaos Stavrou
2025-01-21Remove the indentation of two vindex entries in the manualProtesilaos Stavrou
2025-01-21Bind the renaming commands in the beframe-prefix-mapProtesilaos Stavrou
2025-01-21Define beframe-rename-current-frame commandProtesilaos Stavrou
2025-01-20Tweak how the scratch buffer of a frame is calledProtesilaos Stavrou
2025-01-20Make beframe-infer-frame-name always uniquify namesProtesilaos Stavrou
2025-01-15Placate the compiler about two spaces after the dotProtesilaos Stavrou
2025-01-14Acknowledge Vedang Manerikar for commit d2f1973Protesilaos Stavrou
2025-01-14Merge pull request #12 from vedang/generate-unique-frame-nameProtesilaos Stavrou
2025-01-13Generate a unique name when creating a new frameVedang Manerikar
2025-01-12Tweak how the buffer list of a frame is namedProtesilaos Stavrou
2025-01-12Add "[Beframed]" prefix to beframe-read-buffer promptProtesilaos Stavrou
2025-01-12Prepend the scratch buffer instead of appending it to the buffer listProtesilaos Stavrou
2024-11-17Use if-let* everywhere because Emacs 31 prefers itProtesilaos Stavrou