status update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15730 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2006-11-04 11:09:39 +00:00
parent 4015732fb1
commit 8e5a1c0075

View File

@ -15,6 +15,9 @@ BUGS:
* In the TOC dialog, switching between the different TOC types (TOC,
Table, Float, etc.) is broken
* In the TOC dialog, the slider for altering the display level is
non-functional (not implemented).
* TOC crashes (simply make a few sections, subsections, sections; then
add TOC before all sections and click on the left button)
@ -66,8 +69,6 @@ resize it the window jumps to the right size.
* Polishing:
- No icon for "note-next" in the "review" toolbar
- In TOC, the buttons "Up", "Down", "Promote", and
"Demote" are not self-explaining. Why don't we group
them in two pairs: Section Up/Down, Level Up/Down?
@ -206,3 +207,7 @@ updated.
FIXED (Abdel 04/10/06): This was due my singlePar optimization. With my
last commit, the optimization is enabled only if the WorkArea has the
focus.
* No icon for "note-next" in the "review" toolbar
ADDED (JSpitzm 2006-11-04).