aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-04-15 09:21:18 -0400
committerStefan Monnier2014-04-15 09:21:18 -0400
commit20fa59a004fff136c8fe8d4cd160c12d208c5cde (patch)
treeca419d8f8bfd86149ee28c3b1aad2d961bc33695 /lisp/ChangeLog
parentf596f897c6681236092a47cabf51d07abff2286b (diff)
downloademacs-20fa59a004fff136c8fe8d4cd160c12d208c5cde.tar.gz
emacs-20fa59a004fff136c8fe8d4cd160c12d208c5cde.zip
* 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'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 40690692e88..d8e66425d75 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
4 arg of overlays-at. Use `invisible-p'.
5
6 * obsolete/lucid.el (extent-at):
7 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
8 overlays-at.
9 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
10
12014-04-14 João Távora <joaotavora@gmail.com> 112014-04-14 João Távora <joaotavora@gmail.com>
2 12
3 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative 13 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative