pull up r17752 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 21 Jul 2006 23:09:00 +0000 (23:09 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 21 Jul 2006 23:09:00 +0000 (23:09 +0000)
commit4977018b7ed056c3e0c7a7ac4e272b7b0563570c
tree732976a4139c29b1def3d53115b0d5f1eb419567
parentc830258a5b6bfa2b33e7053ecc23ecef62524a67
pull up r17752 from trunk

 r17752@cathode-dark-space:  jaltman | 2006-03-20 18:23:33 -0500
 ticket: new

 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: 3542
version_fixed: 1.4.4

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@18353 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