summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* When bookmark is overwritten, unfontify its previous positionChristopher League2021-07-251-4/+8
* Make `bookmark--unfontify' more robustLars Ingebrigtsen2021-07-051-11/+11
* Improve some doc strings in bookmark.elKarl Fogel2021-05-261-2/+17
* Revert "* lisp/bookmark.el: make bookmark-fontify nil default value"Eli Zaretskii2021-05-181-1/+1
* * lisp/bookmark.el: make bookmark-fontify nil default valuePaul W. Rankin2021-05-181-1/+1
* New option to confirm deletion in bookmark menuKarl Fogel2021-05-051-23/+41
* ; Fix and simplify last change in bookmark.el.Basil L. Contovounesios2021-05-041-12/+11
* Fontify lines when setting a bookmarkBoruch Baum2021-05-041-1/+59
* Avoid asking repeatedly about reloading bookmarks fileStefan Kangas2021-02-151-7/+17
* Mark up bookmark.el for correct modesStefan Kangas2021-02-141-28/+28
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-7/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/bookmark.el: Doc fix.Stefan Kangas2020-12-141-1/+2
* Merge from origin/emacs-27Glenn Morris2020-12-011-1/+26
|\
| * Save bookmarks by using `write-file' (bug#12507)Karl Fogel2020-11-281-1/+26