Check-in Number:
|
4121 | |
Date: |
2003-May-16 20:52:55 (local)
2003-May-16 18:52:55 (UTC) |
User: | ms |
Branch: | |
Comment: |
Remember to vimize (!), and substitute some comment symbols. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/TODO 1.99 -> 1.100
--- TODO 2003/03/06 17:16:31 1.99
+++ TODO 2003/05/16 18:52:55 1.100
@@ -85,6 +85,7 @@
Make consistent when version is shown in titlebar of all dialogs
Runtime help system should not depend on installtime documentation
App should start even if no accounts file is found
+Fully vimize all input widgets by subclassing them (w - back word)
Screwey user notes ;-)
----------------------
|
|
ossp-pkg/as/as-gui/configure.in 1.20 -> 1.21
--- configure.in 2003/01/23 17:48:44 1.20
+++ configure.in 2003/05/16 18:52:55 1.21
@@ -67,11 +67,11 @@
AC_CHECK_DEBUGGING
dnl Check low level network device necessities
-dnl AC_CHECK_SIOCGIFHWADDR
-dnl AC_CHECK_SIOGHWADDR
-dnl AC_CHECK_SIOCGIFCONF
-dnl AC_CHECK_SIOCGENADDR
-dnl AC_STRUCT_SA_LEN
+# AC_CHECK_SIOCGIFHWADDR
+# AC_CHECK_SIOGHWADDR
+# AC_CHECK_SIOCGIFCONF
+# AC_CHECK_SIOCGENADDR
+# AC_STRUCT_SA_LEN
dnl Check for Dmalloc library
AC_CHECK_EXTLIB([Dmalloc],
|
|