index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
bookmark.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/bookmark.el (bookmark-alist): Doc fix. (Bug#29551)
Eli Zaretskii
2017-12-09
1
-3
/
+3
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Convert more uses of `looking-at' to `following-char'
Karl Fogel
2017-02-12
1
-2
/
+2
*
Nix some useless uses of looking-at, looking-back
Mark Oteiza
2017-02-12
1
-2
/
+2
*
Don't use unsafe encoding for the bookmark file
Eli Zaretskii
2017-01-10
1
-1
/
+8
*
Specify encoding of the bookmark file
Eli Zaretskii
2017-01-07
1
-8
/
+18
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
; Spelling fixes
Paul Eggert
2016-12-22
1
-1
/
+1
|
/
*
Don't mention ~/.emacs.bmk literally in doc strings
Eli Zaretskii
2016-04-25
1
-4
/
+4
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix some recently-perturbed bookmark autoloads
Karl Fogel
2015-11-09
1
-1
/
+2
*
Offer non-overwrite bookmark setter (Bug#15746)
Karl Fogel
2015-11-08
1
-26
/
+89
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-2
/
+2
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-6
/
+9
*
* lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop.
Boruch Baum
2015-04-09
1
-1
/
+2
*
* lisp/bookmark.el (bookmark-show-all-annotations): Sort them
Boruch Baum
2015-03-25
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
Glenn Morris
2014-06-08
1
-2
/
+1
|
\
|
*
Doc edits re uniquify
Glenn Morris
2014-06-08
1
-2
/
+1
*
|
Include interactive-only information in describe-function output
Glenn Morris
2014-03-22
1
-2
/
+2
|
/
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Add missing custom :versions, plus small fixes
Glenn Morris
2013-12-27
1
-2
/
+3
*
Use define-derived-mode (and derived-mode-p).
Stefan Monnier
2013-09-10
1
-17
/
+14
*
* lisp/subr.el (define-error): New function.
Stefan Monnier
2013-08-09
1
-6
/
+3
*
* bookmark.el (bookmark-make-record): Restore NAME as a default
Leo Liu
2013-07-23
1
-8
/
+7
*
Fix a bunch of custom types (thank you cus-test.el)
Glenn Morris
2013-05-08
1
-1
/
+1
*
* lisp/bookmark.el (bookmark-completing-read): Improve handling of empty
Thierry Volpiatto
2013-04-19
1
-16
/
+11
*
* lisp/bookmark.el: Fix deletion of bookmarks.
Thierry Volpiatto
2013-04-03
1
-5
/
+5
*
* bookmark.el: Define a face to highlight bookmark names in
Karl Fogel
2013-03-07
1
-15
/
+10
*
* bookmark.el: Display the bookmark list header similarly to the
Karl Fogel
2013-03-07
1
-10
/
+43
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
* bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding same-window...
Chong Yidong
2012-11-04
1
-4
/
+2
|
/
*
* lisp/bookmark.el (bookmark-completing-read): Set the completion category
Stefan Monnier
2012-10-26
1
-1
/
+5
*
* lisp/bookmark.el (bookmark-search-pattern): Remove var.
Stefan Monnier
2012-10-01
1
-38
/
+16
*
* lisp/bookmark.el (bookmark-version-control): Use Drew's slightly
Karl Fogel
2012-09-30
1
-2
/
+2
*
* lisp/bookmark.el (bookmark-write-file): Bind `print-circle' to `t'
Karl Fogel
2012-09-30
1
-1
/
+6
*
Fix indentation TAB accidentally introduced in 2012-10-01T03:32:06Z!kfogel@re...
Karl Fogel
2012-09-30
1
-1
/
+1
*
* lisp/bookmark.el (bookmark-version-control): Give tags in the
Karl Fogel
2012-09-30
1
-5
/
+7
*
Use declare forms, where possible, to mark obsolete functions.
Chong Yidong
2012-09-25
1
-2
/
+1
*
Update docstrings and comments to use "init file" terminology.
Chong Yidong
2012-09-17
1
-4
/
+1
*
* lisp/bookmark.el: Add `defaults' property to the bookmark record.
Juri Linkov
2012-08-08
1
-20
/
+22
*
Reduce use of (require 'cl).
Stefan Monnier
2012-07-10
1
-7
/
+7
*
Get rid of all the manual purecopy calls in menu-bar definitions.
Stefan Monnier
2012-06-27
1
-30
/
+30
*
Move define-obsolete-variable-alias before the var's definition.
Stefan Monnier
2012-05-12
1
-4
/
+4
*
Standardize possessive apostrophe usage in manuals, docs, and comments
Glenn Morris
2012-02-28
1
-2
/
+2
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-26
1
-1
/
+1
[next]