koffice/kword autoformat.cc,1.47,1.48 border.cc,1.13,1.14 border.h,1.12,1.13 contents.cc,1.31,1.32 counter.cc,1.14,1.15 counter.h,1.2,1.3 docstruct.cc,1.47,1.48 kwcanvas.cc,1.255,1.256 kwcommand.cc,1.94,1.95 kwcommand.h,1.39,1.40 kwdoc.cc,1.237,1.238 kwdoc.h,1.109,1.110 kwframe.h,1.112,1.113 kwtextdocument.cc,1.7,1.8 kwtextdocument.h,1.12,1.13 kwtextframeset.cc,1.337,1.338 kwtextframeset.h,1.115,1.116 kwtextparag.cc,1.139,1.140 kwtextparag.h,1.45,1.46 kwview.cc,1.322,1.323 kwview.h,1.90,1.91 kwviewmode.cc,1.11,1.12 kwviewmode.h,1.8,1.9 kwzoomhandler.cc,1.2,1.3 kwzoomhandler.h,1.2,1.3 paragdia.cc,1.113,1.114 paragdia.h,1.54,1.55 paragdia_p.h,1.6,1.7 stylist.cc,1.74,1.75 stylist.h,1.37,1.38 variable.cc,1.67,1.68 Author: faure Sat Jun 30 22:50:53 UTC 2001 Modified Files: autoformat.cc border.cc border.h contents.cc counter.cc counter.h docstruct.cc kwcanvas.cc kwcommand.cc kwcommand.h kwdoc.cc kwdoc.h kwframe.h kwtextdocument.cc kwtextdocument.h kwtextframeset.cc kwtextframeset.h kwtextparag.cc kwtextparag.h kwview.cc kwview.h kwviewmode.cc kwviewmode.h kwzoomhandler.cc kwzoomhandler.h paragdia.cc paragdia.h paragdia_p.h stylist.cc stylist.h variable.cc Log Message: Create and store empty undo/redo macro-command from the first keypress and update it when finishing the current operation (insert text or delete text). This fixes very nicely the bug "undo is disabled [or doesn't have the right name] after typing some text". Fixed preview in stylist (prevent big fonts from going out of the window, wrap instead, and fixed parag alignment). Fixed line-level paragraph breaking again. Started to implement a "text view mode", to edit the main text-frameset only. Not finished, not part of the UI (action created but not in the XML file). Don't expect much yet. Started to split the KWord basic classes into a Ko* version and a Kw* version, for future sharing with kpresenter. See the mail I'll send tomorrow (no time for mails today :)