  Do something about pageup/down, Pos1/End because of windows.

V Insert tabbings.
	in format.c loadtext.c savetext.c
V FormatLine: Modify MergeNextLine[P] to delete last LineP of merging line
V FormatLine: In multiple par's there is a fault in rewriting page. Not nec.
		Try 'so mir nichts,' and Space.

V !! FormatLine broken!!! Doesn't have the right lp to write to. (CleanLine
	should be it. But why do the Decs do it?) Go to NextTpos, not this
	bullshit of counting up and down. (Faster in LineP, but not needed
	at inserting new LinePs.)

V Use TextMenu
V Use SelFile
  Write Fontsel(or steal it from xpaint)

V Write Reselect: Boundaries of selection is to be redone.
	shouldn't be nec. is done by bookmarks moving.
V InsertChar shoudn't overwrite specials.
V LineHeight shouldn't be touched by empty LinePs

V !! Inserting with new fonts confuses with CalcLine
V !! Bookmarks moving not only forward (at deleting)
V !! Inserting with new fonts segfaults
V !! Selection of whole lines should give whole lines.

V !! Font Selection doesn't work
V !! Selection at linebreaking doesn't work
V !! Floating Point error at pagebreak.

V InsertString
V CursorUp/Down
V Boolean LaterLineP(LineP*,LineP*)
V scaleX
V CalcLine
V space_num in struct LineP,Line
V formatLine (format-types right,left,center,justify)
V Adjust Tpos2Pos  to format-types. (type 0: justify)

V GcFore, GcBack, GcCursor
V Redrawing optimization!

V Selection via keyboard
V Selection via mouse
  Selection X Interface

V Adapt CalcLine to linep->height
V Adapt format to CalcLine

V Doesn't rewrite Page when breaking line.
V Make window scrolling, if Cursor moves out of window.
V Add Status field.
V Add PrintStatus(char*) /* is WriteStatus(char*) */

V Font selection
V Height & Depth adaption for changed font in font selection and ReadText
V Adapt format to not MergeNextLine, if the new lineheight would produce
V         another top pos or a narrower width
V Look into the f.ps for restore and save and find out wherefore they are.
  Adapt Page creation to copy columns, but not Windows.
V Adapt GetLinePos and GetLineWidth to Columns and Windows.
  Adapt GetLinePos to stretchable-Flag in Page-type
  
V Simple Prompt-interface
V Simple Yes/No-Dialog-interface

  Put height and depth information in X-Resources.

V CorrectHeights of lines /* is Flag GetLineHeight(Line*) now */
V Adapt bitmap-Height&Width to Page-Width and depth.
V Add width and height to Text-type.
V Add width and height to LineP-type.
  
V FindFont
V Loading Text
V Add \lineskip et al. to output format.
V Print Text to PS
  Graphics
  Tabulars

V Correct '-' hyphenation for length
  Correct Hyphenation

V Menus!
V Nice menus! TextMenu-Widget (fwf) 
V    (FileComp-Widget (fwf) too big!)
V    try some viewport-operations (actions to place scrollbars)
V    better take the xv-selector.
V    not xv-selector (no widget), but SelFile.
