* src/buffer.c (Foverlays_at): Add argument `sorted'.
commita019de041b837fe23372078870a6eca8a08fbdf9
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Apr 2014 13:21:18 +0000 (15 09:21 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Apr 2014 13:21:18 +0000 (15 09:21 -0400)
treebaacda7dd4e21f0bf9f6c8d3c7d733bd63ee59d5
parentef5b917d6448f4a2983746d3b43541defa3cb9d2
* src/buffer.c (Foverlays_at): Add argument `sorted'.
* doc/lispref/display.texi (Overlay Properties): Reword the doc of `priority'.
(Finding Overlays): Document new arg of `overlays-at'.
* lisp/obsolete/lucid.el (extent-at):
* lisp/htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
overlays-at.
(hfy-fontify-buffer): Remove unused var `orig-ovls'.
* lisp/ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
arg of overlays-at.  Use `invisible-p'.
doc/lispref/display.texi
etc/NEWS
lisp/ChangeLog
lisp/htmlfontify.el
lisp/obsolete/lucid.el
lisp/ps-def.el
src/ChangeLog
src/buffer.c