rdesktop/doc/TODO
Peter Åstrand ac166d9439 Updated with reality; many RDP5 features already implemented.
Added many other things that needs to be done.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@671 423420c4-83ab-492f-b58f-81f9feb106b5
2004-04-18 19:59:22 +00:00

48 lines
881 B
Plaintext

* Clipboard:
* Support other data types than plain text.
* Conversion between different character sets.
* Drive Redirection:
* Real support for file locking
* Handle reconnections correctly.
* Various deficiencies; see FIXMEs in source code.
* Serial Port Redirection:
* More testing needed.
* Printer Redirection:
* More testing needed.
* Keymapping:
* Support non-dead versions of some dead keys, like
"acute". It seems like RDP4 only supports the dead versions, but
the non-dead ones can be simulated by sending a space after the
dead key.
* Autodetect which keymap to use.
* Miscellaneous
* Clean up header files. The current "proto.h" and "xproto.h" is far
from optimal.
* Go through the many trackers (bugs/patches/RFEs) at SourceForge.
* More fancy homepage.
* Enhance documentation. Write a FAQ.