summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Handle error in bookmark-relocate when filename is nilGabriel do Nascimento Ribeiro2022-11-20
* Fix two typos in a doc stringKarl Fogel2022-11-16
* * lisp/bookmark.el (bookmark-rename): Improve prompt.Stefan Kangas2022-09-25
* * lisp/bookmark.el (bookmark-make-record): Fix thinko.Michael Albinus2022-09-23
* Improve don't save bookmark context from encrypted filesMichael Albinus2022-09-22
* Don't save bookmark context from encrypted filesLars Ingebrigtsen2022-09-19
* Prefer pos-bol and pos-eol in bookmark.elStefan Kangas2022-08-21
* * lisp/bookmark.el (bookmark-menu-heading): Delete face.Stefan Kangas2022-08-19
* ; * lisp/bookmark.el (fringe): Require. (Bug#57241)Eli Zaretskii2022-08-16
* Make the bookmark fringe icon look like a bookmarkJim Porter2022-08-15
* Clarify bookmark-set promptLars Ingebrigtsen2022-08-12
* Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert2022-08-01
* Make some defcustom types more restrictiveStefan Kangas2022-07-05
* Inherit instead of copying keymap in bookmark.elStefan Kangas2022-07-04
* Rename command to bookmark-edit-annotation-confirmStefan Kangas2022-06-17
* Cancel editing bookmark annotations with C-c C-kStefan Kangas2022-06-17
* Use command substitution in bookmark-edit-annotationStefan Kangas2022-06-17
* Fix last-modified meaning in bookmark.elManuel Giraud2022-06-08
* Place bookmarks without last-modified at the endManuel Giraud2022-06-01
* Add a last-modified field when a bookmark is setManuel Giraud2022-05-31
* Update bookmark sort indicator at proper timeKarl Fogel2022-04-25
* Improve sorting in the bookmark list bufferKarl Fogel2022-04-24
* Add S-SPC key sequence to bookmark-bmenu-mode-mapAugust Feng2022-04-02
* Merge from origin/emacs-28Stefan Kangas2022-03-18
|\
| * Improve documentation of bookmark default sortingKarl Fogel2022-03-17
* | Fix bookmark-bmenu-list sorting.Manuel Giraud2022-03-06
* | Add a NEWS entry for the bookmark changes (bug#54030)Lars Ingebrigtsen2022-02-17
* | Extend bookmark menu with with handler type columnMatthias Meulien2022-02-17
* | Improve the bookmark-default-handler doc stringLars Ingebrigtsen2022-02-03
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge from origin/emacs-28Stefan Kangas2022-01-01
|\|
| * Fix bug where bookmark-jump used (point), not (point-at-bol)Campbell Barton2021-12-30
* | Improve bookmark-maybe-historicize-string doc stringLars Ingebrigtsen2021-12-04
* | Make bookmark-set prompt less confusingLars Ingebrigtsen2021-11-17
* | Fix bookmark-bmenu-mode-map syntaxLars Ingebrigtsen2021-11-17
* | Convert keymaps in bookmark.el to defvar-keymapStefan Kangas2021-11-17
* | Merge from origin/emacs-28Stefan Kangas2021-11-16
|\|
| * Fix removal of fringe marks of deleted bookmarksEli Zaretskii2021-11-15
* | Remove redundant #' before lambdaStefan Kangas2021-10-21
* | Merge from origin/emacs-28Glenn Morris2021-10-16
|\|
| * Fix removal of fringe indication of bookmarksEli Zaretskii2021-10-16
* | Use format-prompt for many more promptsStefan Kangas2021-10-05
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-16
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Make bookmark fringe marks evaporateLars Ingebrigtsen2021-09-15
* Use a fringe mark in bookmark instead of a whole background lineLars Ingebrigtsen2021-09-13
* ; Fix typosStefan Kangas2021-09-03