summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
Commit message (Expand)AuthorAgeFilesLines
* Remove pop-to-buffer-same-window.Chong Yidong2011-09-021-1/+1
* Adapt 2011-07-05 switch-to-buffer changes to new switch-to-bufferChong Yidong2011-07-131-2/+1
* Fix some uses of switch-to-buffer.Stefan Monnier2011-07-051-4/+3
* Bind bookmark-bmenu-search to `/'Leo Liu2011-05-111-3/+1
* * lisp/bookmark.el:Juanma Barranquero2011-03-061-1/+2
* Move keymap initialization into declaration.Stefan Monnier2011-02-101-33/+37
* * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-48/+37
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* Merge from emacs-23Stefan Monnier2011-01-141-3/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Remove unnecessary let-bindings in bookmark.el (Bug#6515)Chong Yidong2010-06-271-6/+3
* | * lisp/bookmark.el (bookmark-name-from-full-record): Rename back toKarl Fogel2010-12-121-6/+6
* | Adjust parameter names and doc strings to resolve confusion overKarl Fogel2010-12-081-177/+154
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-5/+5
* | * lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggestedKarl Fogel2010-07-141-1/+1
* | Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).Thierry Volpiatto2010-07-141-21/+28
* | Preparation for setting bookmarks in Gnus article buffers (Bug#5975).Karl Fogel2010-07-141-19/+29
* | * lisp/bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.Karl Fogel2010-07-131-9/+9
* | [[[Karl Fogel2010-07-131-1/+1
* | * lisp/bookmark.el (bookmark-bmenu-switch-other-window,Karl Fogel2010-07-041-6/+3
* | Add a new field `location' to bookmarks for non-file bookmarks.Stefan Monnier2010-04-141-5/+9
* | * bookmark.el (bookmark-insert-location): Handle a nil filename.Stefan Monnier2010-04-121-1/+3
* | Clean up last bookmark changes for man/woman/gnus-summary.Stefan Monnier2010-04-121-1/+1
|/
* Use abbreviated file names in bookmarks (bug#5591).Stefan Monnier2010-02-181-11/+13
* (bookmark-handle-bookmark): Catch the right error.Stefan Monnier2010-02-101-16/+20
* * lisp/bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).Karl Fogel2010-01-131-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * lisp/bookmark.el: Consistently put the text property on the bookmark name.Karl Fogel2010-01-021-7/+8
* * lisp/bookmark.el: Ahh, remove silly debugging cruft, sorry for the noise.Karl Fogel2010-01-021-1/+0
* * lisp/bookmark.el (bookmark-bmenu-save): Just depend on the new logicKarl Fogel2010-01-021-14/+2
* * lisp/bookmark.el: Show modified state of bookmark buffer more accurately.Karl Fogel2010-01-021-68/+78
* * lisp/bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window,Karl Fogel2010-01-021-14/+2
* * lisp/bookmark.el: Remove gratuitous gratitude.Karl Fogel2010-01-021-45/+0
* * lisp/bookmark.el (bookmark-bmenu-any-marks): New functionKarl Fogel2010-01-021-1/+28
* * lisp/bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.Karl Fogel2010-01-021-4/+9
* * lisp/bookmark.el: Improvements suggested by Drew Adams:Karl Fogel2010-01-011-121/+113
* lisp/*: Fix typos in docstrings and messages.Juanma Barranquero2010-01-021-26/+26
* (bookmark-bmenu-hide-filenames): Remove assignment to deleted variableGlenn Morris2009-11-241-1/+1
* (bookmark-bmenu-search): Clear echo area when exiting.Stefan Monnier2009-11-241-0/+1
* (bookmark-bmenu-bookmark-column): Remove var.Stefan Monnier2009-11-211-90/+54
* (bookmark-search-prompt, bookmark-search-timer): Remove.Stefan Monnier2009-11-211-75/+44
* * lisp/bookmark.el: Formatting and doc fixes only:Karl Fogel2009-11-201-11/+18
* * bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.Stefan Monnier2009-11-201-0/+98
* * bookmark.el (bookmark-completing-read): Sort bookmark names ifChong Yidong2009-11-081-1/+5
* (bookmark-insert-location, bookmark-bmenu-list)Stefan Monnier2009-10-281-101/+83
* (bookmark-bmenu-list): Don't use switch-to-buffer ifStefan Monnier2009-10-251-3/+6
* * bookmark.el: Update documentation, especially documentationKarl Fogel2009-10-251-82/+111
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-10/+30