From ceea07953d3dcff19f805a786cc9c45691a7ba99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Tue, 5 Dec 2000 21:52:44 +0000 Subject: [PATCH] * more stuff to do git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@284 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f0c717e48..833b1db52 100644 --- a/TODO +++ b/TODO @@ -22,7 +22,13 @@ GENERAL PROJECT TODO 15. Handle retransmissions (no more than n) if timeout (->backends) 16. Write .spec (rpm) and .deb (debian) package files 18. rewrite the post_write_delay. Active delay is a waste of cycles! - +19. specify how to access Reverse modes (CWR, RTTYW). through set_mode? +20. rework API include files to support C++ (__BEGIN_DECLS/__END_DECLS, etc.) +21. grab cygwin and test portability under Win32 (what about MacOS?) +22. handle nicely different versions of same rig coming for + ITU region1/region2 ham band (-> freq ranges in capabilities) +23. add support in the API for additional filters, DSP bandpass control +24. Should Hamlib (the library itself) be LGPL'ed ? DONE ----