diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3710328afc7..cbedeed2af2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-02-21 Giorgos Keramidas + + * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to + `horizontal-bar'. + (fringe-cursor-alist): Use `horizontal-bar'. + 2006-02-20 Kim F. Storm * fringe.el (fringe-bitmaps): Update to new bitmap names. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0bfb9425832..eec398d74fe 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,9 @@ +2006-02-21 Giorgos Keramidas + + * display.texi (Fringe Indicators, Fringe Cursors): Fix typos. + + * windows.texi (Window Tree): Fix typo. + 2006-02-20 Kim F. Storm * display.texi (Fringe Indicators): New section.