From: | jaltman@mit.edu |
Subject: | CVS Commit |
This commit updates:
+ the HTMLHelp formatted documentation
+ the build system to produce separate binaries for Windows 2000
and Windows XP and beyond. Separate binaries are required
because we make heavy use of some of the UI features found in
XP that don't exist in 2000. If we build only for XP then the
binaries won't run on 2000 and if we build for 2000, then the
functionality we desire for balloon text and the tracker
windows does not work properly on XP or above. (Note for Vista
we will need to build three sets of binaries if we want to take
advantage of the new functionality that is available only there.)
+ Add more debugging to the krb4 plug-in and ensure that all
checkboxes are initialized.
+ remove plugins/krb5/krb5util.c which is an unused file
+ Use mixed case for Alt, Ctrl and Shift text designators
+ Increment the build number to 1.1.0.1
+ Plug a memory leak when dialogs are closed
+ Add a new Options->Appearance configuration page that can be
used to allow user customized font selection. This page will
also be used for custom color selection in a future release.
Commit By: jaltman
Revision: 17752
Changed Files:
U trunk/src/windows/identity/Makefile
U trunk/src/windows/identity/config/Makefile
A trunk/src/windows/identity/config/Makefile.w2k
U trunk/src/windows/identity/config/Makefile.w32
U trunk/src/windows/identity/doc/netidmgr.doc
U trunk/src/windows/identity/help/Makefile
U trunk/src/windows/identity/help/html/act_new_creds.htm
U trunk/src/windows/identity/help/html/act_renew_creds.htm
U trunk/src/windows/identity/help/html/act_set_default.htm
U trunk/src/windows/identity/help/html/concept_cred_pro.htm
U trunk/src/windows/identity/help/html/concept_ident_pro.htm
U trunk/src/windows/identity/help/html/concept_identity.htm
U trunk/src/windows/identity/help/html/concepts.htm
U trunk/src/windows/identity/help/html/copyright.htm
U trunk/src/windows/identity/help/html/howdoi.htm
U trunk/src/windows/identity/help/html/images/screen_menu_bar.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_credential.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_file.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_help.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_options.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_view.bmp
U trunk/src/windows/identity/help/html/menu_all.htm
U trunk/src/windows/identity/help/html/menu_credential.htm
U trunk/src/windows/identity/help/html/menu_file.htm
U trunk/src/windows/identity/help/html/menu_help.htm
U trunk/src/windows/identity/help/html/menu_options.htm
U trunk/src/windows/identity/help/html/menu_view.htm
U trunk/src/windows/identity/help/html/use_start.htm
U trunk/src/windows/identity/help/html/using.htm
U trunk/src/windows/identity/help/toc.hhc
A trunk/src/windows/identity/nidmgrdll/Makefile.w2k
U trunk/src/windows/identity/plugins/krb4/krb4newcreds.c
D trunk/src/windows/identity/plugins/krb5/krb5util.c
U trunk/src/windows/identity/ui/Makefile
A trunk/src/windows/identity/ui/Makefile.w2k
A trunk/src/windows/identity/ui/cfg_appear_wnd.c
U trunk/src/windows/identity/ui/cfg_general_wnd.c
U trunk/src/windows/identity/ui/configwnd.c
U trunk/src/windows/identity/ui/configwnd.h
U trunk/src/windows/identity/ui/credwnd.c
U trunk/src/windows/identity/ui/credwnd.h
U trunk/src/windows/identity/ui/lang/en_us/khapp.rc
U trunk/src/windows/identity/ui/mainwnd.c
U trunk/src/windows/identity/ui/notifier.c
U trunk/src/windows/identity/ui/resource.h
A trunk/src/windows/identity/uilib/Makefile.w2k
U trunk/src/windows/identity/uilib/action.c
U trunk/src/windows/identity/uilib/actions.csv
U trunk/src/windows/identity/uilib/khactiondef.h
+ the HTMLHelp formatted documentation
+ the build system to produce separate binaries for Windows 2000
and Windows XP and beyond. Separate binaries are required
because we make heavy use of some of the UI features found in
XP that don't exist in 2000. If we build only for XP then the
binaries won't run on 2000 and if we build for 2000, then the
functionality we desire for balloon text and the tracker
windows does not work properly on XP or above. (Note for Vista
we will need to build three sets of binaries if we want to take
advantage of the new functionality that is available only there.)
+ Add more debugging to the krb4 plug-in and ensure that all
checkboxes are initialized.
+ remove plugins/krb5/krb5util.c which is an unused file
+ Use mixed case for Alt, Ctrl and Shift text designators
+ Increment the build number to 1.1.0.1
+ Plug a memory leak when dialogs are closed
+ Add a new Options->Appearance configuration page that can be
used to allow user customized font selection. This page will
also be used for custom color selection in a future release.
Commit By: jaltman
Revision: 17752
Changed Files:
U trunk/src/windows/identity/Makefile
U trunk/src/windows/identity/config/Makefile
A trunk/src/windows/identity/config/Makefile.w2k
U trunk/src/windows/identity/config/Makefile.w32
U trunk/src/windows/identity/doc/netidmgr.doc
U trunk/src/windows/identity/help/Makefile
U trunk/src/windows/identity/help/html/act_new_creds.htm
U trunk/src/windows/identity/help/html/act_renew_creds.htm
U trunk/src/windows/identity/help/html/act_set_default.htm
U trunk/src/windows/identity/help/html/concept_cred_pro.htm
U trunk/src/windows/identity/help/html/concept_ident_pro.htm
U trunk/src/windows/identity/help/html/concept_identity.htm
U trunk/src/windows/identity/help/html/concepts.htm
U trunk/src/windows/identity/help/html/copyright.htm
U trunk/src/windows/identity/help/html/howdoi.htm
U trunk/src/windows/identity/help/html/images/screen_menu_bar.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_credential.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_file.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_help.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_options.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_view.bmp
U trunk/src/windows/identity/help/html/menu_all.htm
U trunk/src/windows/identity/help/html/menu_credential.htm
U trunk/src/windows/identity/help/html/menu_file.htm
U trunk/src/windows/identity/help/html/menu_help.htm
U trunk/src/windows/identity/help/html/menu_options.htm
U trunk/src/windows/identity/help/html/menu_view.htm
U trunk/src/windows/identity/help/html/use_start.htm
U trunk/src/windows/identity/help/html/using.htm
U trunk/src/windows/identity/help/toc.hhc
A trunk/src/windows/identity/nidmgrdll/Makefile.w2k
U trunk/src/windows/identity/plugins/krb4/krb4newcreds.c
D trunk/src/windows/identity/plugins/krb5/krb5util.c
U trunk/src/windows/identity/ui/Makefile
A trunk/src/windows/identity/ui/Makefile.w2k
A trunk/src/windows/identity/ui/cfg_appear_wnd.c
U trunk/src/windows/identity/ui/cfg_general_wnd.c
U trunk/src/windows/identity/ui/configwnd.c
U trunk/src/windows/identity/ui/configwnd.h
U trunk/src/windows/identity/ui/credwnd.c
U trunk/src/windows/identity/ui/credwnd.h
U trunk/src/windows/identity/ui/lang/en_us/khapp.rc
U trunk/src/windows/identity/ui/mainwnd.c
U trunk/src/windows/identity/ui/notifier.c
U trunk/src/windows/identity/ui/resource.h
A trunk/src/windows/identity/uilib/Makefile.w2k
U trunk/src/windows/identity/uilib/action.c
U trunk/src/windows/identity/uilib/actions.csv
U trunk/src/windows/identity/uilib/khactiondef.h