summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
AgeCommit message (Expand)Author
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-17; * lisp/bookmark.el (bookmark-after-load-file-hook): Fix quotation.Sean Whitton
2025-12-17New bookmark-after-load-file-hook (bug#80003)Stéphane Marks
2025-10-18Fix an error when bookmark handler is a lambdaAugusto Stoffel
2025-03-25bookmark.el: Cosmetic changesStefan Monnier
2025-03-19Promote bookmark-handler prop 'bookmark-inhibit to list (bug#65039)shipmints
2025-03-09Use .eld for some relevant cache and data filesStefan Kangas
2025-03-06; Fix last commitMichael Albinus
2025-03-06Add shell-mode bookmark support for local and remote shells (bug#65039)shipmints
2025-02-11Eliminate bookmark-maybe-historicize-string duplicatesshipmints
2025-02-01Merge from origin/emacs-30Eli Zaretskii
2025-02-01Add new user option bookmark-bmenu-type-column-widthshipmints
2025-02-01Remove bookmark fringe marks when deleting all bookmarksEli Zaretskii
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-25Merge from origin/emacs-30Eli Zaretskii
2025-01-25Restore the old behavior of `bookmark-write-file'Zhengyi Fu
2025-01-16Handle correctly DISPLAY-FUNCTION arg in 'bookmark--jump-via'Thierry Volpiatto
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-16Use `completion-table-with-metadata' (bug#74865)Daniel Mendler
2024-12-12Make bindings--define-key obsoleteStefan Kangas
2024-09-27Bind "J" to bookmark-jump in bookmark-bmenu-modeStefan Kangas
2024-06-17(bookmark--jump-via): Ensure 'window-point' is set correctlyEshel Yaron
2024-04-22Fix two bugs in removing bookmark fringe marksKarl Fogel
2024-03-25Fix removal of bookmark's fringe mark in Info and DiredEli Zaretskii
2024-01-04Avoid `defconst` for vars which we modifyStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-10Don't expand file names for non-existing remote connectionsMichael Albinus
2023-07-22; Fix customization form of 'bookmark-watch-bookmark-file'Eli Zaretskii
2023-07-01; * lisp/bookmark.el (bookmark-bmenu-locate): Doc fix (bug#64370).Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-20Handle error in bookmark-relocate when filename is nilGabriel do Nascimento Ribeiro
2022-11-16Fix two typos in a doc stringKarl Fogel
2022-09-25* lisp/bookmark.el (bookmark-rename): Improve prompt.Stefan Kangas
2022-09-23* lisp/bookmark.el (bookmark-make-record): Fix thinko.Michael Albinus
2022-09-22Improve don't save bookmark context from encrypted filesMichael Albinus
2022-09-19Don't save bookmark context from encrypted filesLars Ingebrigtsen
2022-08-21Prefer pos-bol and pos-eol in bookmark.elStefan Kangas
2022-08-19* lisp/bookmark.el (bookmark-menu-heading): Delete face.Stefan Kangas
2022-08-16; * lisp/bookmark.el (fringe): Require. (Bug#57241)Eli Zaretskii
2022-08-15Make the bookmark fringe icon look like a bookmarkJim Porter
2022-08-12Clarify bookmark-set promptLars Ingebrigtsen
2022-08-01Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert
2022-07-05Make some defcustom types more restrictiveStefan Kangas
2022-07-04Inherit instead of copying keymap in bookmark.elStefan Kangas
2022-06-17Rename command to bookmark-edit-annotation-confirmStefan Kangas
2022-06-17Cancel editing bookmark annotations with C-c C-kStefan Kangas
2022-06-17Use command substitution in bookmark-edit-annotationStefan Kangas