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