* src/buffer.c (Foverlays_at): Add argument `sorted'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Apr 2014 13:21:18 +0000 (09:21 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Apr 2014 13:21:18 +0000 (09:21 -0400)
commit20fa59a004fff136c8fe8d4cd160c12d208c5cde
treeca419d8f8bfd86149ee28c3b1aad2d961bc33695
parentf596f897c6681236092a47cabf51d07abff2286b
* 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