~iank/visible-mark

a584db9b — Ian Kelling 8 years ago master
minor doc update
c1852e13 — Ian Kelling 9 years ago
Add documentation link to pragmatic emacs blog

Thanks to Ben Maughan
912c11d5 — Ian Kelling 9 years ago
Fix example documentation

This patch is from Ben Maughan
80a3159b — Ian Kelling 10 years ago
add mailing list
da37adea — Ian Kelling 10 years ago
add README.md
261db674 — Ian Kelling 10 years ago
removed old changelog. its in git now
fd0accc1 — Ian Kelling 10 years ago
Added old emacswiki author.
3127e22b — Ian Kelling 10 years ago
Added autloads to define mode functions
56b5dbcf — Ian Kelling 10 years ago
Added headers
84b45212 — Ian Kelling 10 years ago
Improved documentation
8f01d2f1 — Ian Kelling 10 years ago
Several improvements and bug fixes.

* Fixed a few bugs around edge cases like having 2 marks on top of each other.
* Added ability to show marks in the forward direction of the mark ring.
* Improved documentation and customize interface.
* Previously the only licensing was a public domain dedication on
   emacswiki.  I've updated it to gplv3.
da960bad — John Foerch 14 years ago
more thorough job of deleting old overlays on startup

Before this patch, revert-buffer caused stale overlays to not get cleaned
up because it depended on visible-mark-overlays being valid.  However,
reverting the buffer wipes out local variables.
03c4e729 — John Foerch 14 years ago
.gitignore
35c4acf6 — John Foerch 14 years ago
use mapc instead of mapcar where appropriate
4f496806 — John Foerch 14 years ago
visible-mark-move-overlays: rewrite

still not perfect.  has problems with reverting buffer, and with faces
being shown in margin text.
2fb1930f — John Foerch 14 years ago
visible-mark-initialize-faces: remove

user should provide the faces
fa4ab636 — John Foerch 14 years ago
visible-mark-face: better colors
a96ee786 — John Foerch 15 years ago
visible-mark-mode-maybe: explicitly enable the mode

..instead of toggling it and assuming it's off to begin with.
db9fe8fc — John Foerch 15 years ago
initial checkin