summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* ; bookmark-jump: Add comment about last change.Noam Postavsky2018-07-241-0/+3
* Let bookmark-jump override window-point (Bug#31751)Noam Postavsky2018-07-231-2/+2
* Fix prompt in bookmark.el (Bug#24726)Allen Li2018-06-051-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/bookmark.el (bookmark-alist): Doc fix. (Bug#29551)Eli Zaretskii2017-12-091-3/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Convert more uses of `looking-at' to `following-char'Karl Fogel2017-02-121-2/+2
* Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-121-2/+2
* Don't use unsafe encoding for the bookmark fileEli Zaretskii2017-01-101-1/+8
* Specify encoding of the bookmark fileEli Zaretskii2017-01-071-8/+18
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | ; Spelling fixesPaul Eggert2016-12-221-1/+1
|/
* Don't mention ~/.emacs.bmk literally in doc stringsEli Zaretskii2016-04-251-4/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix some recently-perturbed bookmark autoloadsKarl Fogel2015-11-091-1/+2
* Offer non-overwrite bookmark setter (Bug#15746)Karl Fogel2015-11-081-26/+89
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-6/+9
* * lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop.Boruch Baum2015-04-091-1/+2
* * lisp/bookmark.el (bookmark-show-all-annotations): Sort themBoruch Baum2015-03-251-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-081-2/+1
|\
| * Doc edits re uniquifyGlenn Morris2014-06-081-2/+1
* | Include interactive-only information in describe-function outputGlenn Morris2014-03-221-2/+2
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add missing custom :versions, plus small fixesGlenn Morris2013-12-271-2/+3
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-17/+14
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-6/+3
* * bookmark.el (bookmark-make-record): Restore NAME as a defaultLeo Liu2013-07-231-8/+7
* Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-081-1/+1
* * lisp/bookmark.el (bookmark-completing-read): Improve handling of emptyThierry Volpiatto2013-04-191-16/+11
* * lisp/bookmark.el: Fix deletion of bookmarks.Thierry Volpiatto2013-04-031-5/+5
* * bookmark.el: Define a face to highlight bookmark names inKarl Fogel2013-03-071-15/+10
* * bookmark.el: Display the bookmark list header similarly to theKarl Fogel2013-03-071-10/+43
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding same-window...Chong Yidong2012-11-041-4/+2
|/
* * lisp/bookmark.el (bookmark-completing-read): Set the completion categoryStefan Monnier2012-10-261-1/+5
* * lisp/bookmark.el (bookmark-search-pattern): Remove var.Stefan Monnier2012-10-011-38/+16
* * lisp/bookmark.el (bookmark-version-control): Use Drew's slightlyKarl Fogel2012-09-301-2/+2
* * lisp/bookmark.el (bookmark-write-file): Bind `print-circle' to `t'Karl Fogel2012-09-301-1/+6
* Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@re...Karl Fogel2012-09-301-1/+1
* * lisp/bookmark.el (bookmark-version-control): Give tags in theKarl Fogel2012-09-301-5/+7
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-2/+1
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-4/+1
* * lisp/bookmark.el: Add `defaults' property to the bookmark record.Juri Linkov2012-08-081-20/+22
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-7/+7