aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/composite.el2
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7e02e5fc73a..49c158fa4bb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2
3 * composite.el (reference-point-alist): Doc fix.
4
12001-04-05 Sam Steingold <sds@gnu.org> 52001-04-05 Sam Steingold <sds@gnu.org>
2 6
3 * font-lock.el (font-lock-keywords-case-fold-search): Make 7 * font-lock.el (font-lock-keywords-case-fold-search):
4 buffer-local. This fixes a very annoying bug when loading a Lisp 8 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5 file made font-lock case-insensitive. 9 file made font-lock case-insensitive.
6 10
72001-04-05 Gerd Moellmann <gerd@gnu.org> 112001-04-05 Gerd Moellmann <gerd@gnu.org>
diff --git a/lisp/composite.el b/lisp/composite.el
index 1119295fa53..42dcf1bb600 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -61,7 +61,7 @@ composed, and NEW-REF-POINT is a reference point in the new glyph to
61be added. 61be added.
62 62
63For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and 63For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and
64NEW-REF-POINT is `tl' (top-left), the overall glyph is updated as 64NEW-REF-POINT is `tc' (top-center), the overall glyph is updated as
65follows (the point `*' corresponds to both reference points): 65follows (the point `*' corresponds to both reference points):
66 66
67 +-------+--+ <--- new ascent 67 +-------+--+ <--- new ascent