BUGS:
=====
- bad internationalisation of KDE dialogs, locale() always give en_US
- :gui redisplay bug

FIXED:
======

- search help dialog does not work : 
	->20020725 : bad handling of done(),reject() and accept()
- selecting in the commandline (it's a TODO)
 ->problem with state() and button() from QMouseEvent fixed
- at startup: one pixel space between right scrollbar and border of window displayed in black, from where does this space come ? (KDE themes ?)
	=>added a constant value in gui_kde.cc , may not be the right fix for this ...
- loading more than 3 files through DND => crash : Vim Bug, gvim crashes too, problem in alloc() apparently
  =>missing initialisation of urls (i'm really stupid sometimes)
  - fixed in gvim too (patch sent to vim-dev)
- 20020708
	set guifont in ~/.gvimrc does not work, don't know why yet 
	=> not really a bug, just need to replace " " by "\ " in font names ;)
- FIXED : strange bug, unknown cause : the component loads (g/k)vim, embeds it, then the vim window simply disaspears (less than a half second to see the embedded vim) but the process is still running in background. Unloading the part correctly closes the process and any file opened. Probably XEMBED related stuff... Occurs on rare occasion... if you occur the same bug please report it, i wonder if it does not come from my config ...
- focus bug for KVim, fixed by using updated QXEmbed from kdelibs/khtml/java and adding a setFocus on X EnterNotify Event, we'll see if it's good enough ;)
- resizing bug
    Investigate more
        -> use setSizeIncrement() and don't worry ? YES
        -> set gui.border and gui.offset correctly ? should be
        -> use our own resizing ? NO 
  ->status: mikmak 20010923, better but far from perfect (text is always showed entirely)
	mikmak 05042002: resize is quite good, but still not perfect (look at the bottom of kvim, probably linked to gui.border and offset ...)
	->considered Fixed now, this is good enough for me (TM) ;)
- initial size of kvim is bad when used inside a component. Gvim doesn't have 
  this problem.
	--> resize and it is ok.
	->FIXED : using updated QXEmbed
- kvim sometimes starts out of the component. The X server registration seem
  to be done too late.
	->mikmak:05042002, seems okay now
- the title of vim with a --servername argument is not correct (see gvim).
	mikmak : kvim does not handle title names AFAIK (dont know why)
	mikmak : 05042002 fixed, added hack in os_unix.c (mch_settitle), looks like setting the title with X calls does not work in KDE ...
- mikmak: a servername bug when using vim --servername kvim followed by :gui and a vim --servername kvim --remote afile (which caused a crash of KVim), bug was caused by a memory leak(i think) in passing gui.dpy instead of qt_xdisplay().
- resizing windows dirties the text in both windows: investigation shows that only courier,10 font has this problem !
- kde generates a X-Error sometimes. Make vim ignore it instead of quitting
  ->status : mikmak 20010923, seems corrected, removed unnecessary call to KMainWindow::close() 
- add/remove tear-off for gui_mch_toggle_tearoffs()
    ->status : done, mikmak 20010923
- tear-off bug : strange...
    the first separator is turned into a tear-off and gets suppress when the 
    menu is shown in tear-off.
    ->status : fixed , mikmak 20010922 : bad index references in menubar
    ->NB: detach buffers menu has no close button (KDE Bug, doing bug report)
- destroying menu items does not work, so if you load and unload a buffer, the
  'Buffers' menu is not correct 
  ->status : fixed mikmak 20010919 : was a missing removeItem for parent widget
- setIcon() does not work (anymore ?) so KVim has no icon
  ->status : fixed mikmak 20010920 : adding .desktop files and installing .xpm at the right place solved the pbl (see Makefile and KVim.desktop)
- remove references to aquila (dead site), replace by klotski.berlios.de/kvim
  ->done, mikmak 20010919
