This commit updates:
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 20 Mar 2006 23:23:33 +0000 (23:23 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 20 Mar 2006 23:23:33 +0000 (23:23 +0000)
commitb9feb10aac946bfe7d6dc7e0ef877e32f38f7ea3
treedb553aeaaf231c296a19ec37bdc6dc228a8842f7
parent4b0eadb78af87eb93ab227cd73e361fc5e497a65
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.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17752 dc483132-0cff-0310-8789-dd5450dbe970
49 files changed:
src/windows/identity/Makefile
src/windows/identity/config/Makefile
src/windows/identity/config/Makefile.w2k [new file with mode: 0644]
src/windows/identity/config/Makefile.w32
src/windows/identity/doc/netidmgr.doc
src/windows/identity/help/Makefile
src/windows/identity/help/html/act_new_creds.htm
src/windows/identity/help/html/act_renew_creds.htm
src/windows/identity/help/html/act_set_default.htm
src/windows/identity/help/html/concept_cred_pro.htm
src/windows/identity/help/html/concept_ident_pro.htm
src/windows/identity/help/html/concept_identity.htm
src/windows/identity/help/html/concepts.htm
src/windows/identity/help/html/copyright.htm
src/windows/identity/help/html/howdoi.htm
src/windows/identity/help/html/images/screen_menu_bar.bmp
src/windows/identity/help/html/images/screen_menu_credential.bmp
src/windows/identity/help/html/images/screen_menu_file.bmp
src/windows/identity/help/html/images/screen_menu_help.bmp
src/windows/identity/help/html/images/screen_menu_options.bmp
src/windows/identity/help/html/images/screen_menu_view.bmp
src/windows/identity/help/html/menu_all.htm
src/windows/identity/help/html/menu_credential.htm
src/windows/identity/help/html/menu_file.htm
src/windows/identity/help/html/menu_help.htm
src/windows/identity/help/html/menu_options.htm
src/windows/identity/help/html/menu_view.htm
src/windows/identity/help/html/use_start.htm
src/windows/identity/help/html/using.htm
src/windows/identity/help/toc.hhc
src/windows/identity/nidmgrdll/Makefile.w2k [new file with mode: 0644]
src/windows/identity/plugins/krb4/krb4newcreds.c
src/windows/identity/plugins/krb5/krb5util.c [deleted file]
src/windows/identity/ui/Makefile
src/windows/identity/ui/Makefile.w2k [new file with mode: 0644]
src/windows/identity/ui/cfg_appear_wnd.c [new file with mode: 0644]
src/windows/identity/ui/cfg_general_wnd.c
src/windows/identity/ui/configwnd.c
src/windows/identity/ui/configwnd.h
src/windows/identity/ui/credwnd.c
src/windows/identity/ui/credwnd.h
src/windows/identity/ui/lang/en_us/khapp.rc
src/windows/identity/ui/mainwnd.c
src/windows/identity/ui/notifier.c
src/windows/identity/ui/resource.h
src/windows/identity/uilib/Makefile.w2k [new file with mode: 0644]
src/windows/identity/uilib/action.c
src/windows/identity/uilib/actions.csv
src/windows/identity/uilib/khactiondef.h