From cd56b9f3ae8cc840e44593830b954bbda88c6af8 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 7 Apr 2003 20:35:49 +0000 Subject: [PATCH] add missing changelog entry git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6730 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 4fa2a97ac9..9107b98f8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,6 +5,9 @@ * text.C: remove troublesome depth-fiddling code in leftMargin() and rightMargin() (bug 1017) + * text.C: fix breaking of rows in nested lists + (bug 1004) + * text2.C (updateCounters): fix up depth values (bug 1013)