svn rev #18353: branches/krb5-1-4/ src/windows/identity/ src/windows/identity/config/ ...

tlyu@MIT.EDU tlyu at MIT.EDU
Fri Jul 21 19:09:04 EDT 2006


Commit By: tlyu
Log Message: 
ticket: 3542
version_fixed: 1.4.4

pull up r17752 from trunk

 r17752 at 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.
 
 




Changed Files:
_U  branches/krb5-1-4/
U   branches/krb5-1-4/src/windows/identity/Makefile
U   branches/krb5-1-4/src/windows/identity/config/Makefile
A   branches/krb5-1-4/src/windows/identity/config/Makefile.w2k
U   branches/krb5-1-4/src/windows/identity/config/Makefile.w32
U   branches/krb5-1-4/src/windows/identity/doc/netidmgr.doc
U   branches/krb5-1-4/src/windows/identity/help/Makefile
U   branches/krb5-1-4/src/windows/identity/help/html/act_new_creds.htm
U   branches/krb5-1-4/src/windows/identity/help/html/act_renew_creds.htm
U   branches/krb5-1-4/src/windows/identity/help/html/act_set_default.htm
U   branches/krb5-1-4/src/windows/identity/help/html/concept_cred_pro.htm
U   branches/krb5-1-4/src/windows/identity/help/html/concept_ident_pro.htm
U   branches/krb5-1-4/src/windows/identity/help/html/concept_identity.htm
U   branches/krb5-1-4/src/windows/identity/help/html/concepts.htm
U   branches/krb5-1-4/src/windows/identity/help/html/copyright.htm
U   branches/krb5-1-4/src/windows/identity/help/html/howdoi.htm
U   branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_bar.bmp
U   branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_credential.bmp
U   branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_file.bmp
U   branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_help.bmp
U   branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_options.bmp
U   branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_view.bmp
U   branches/krb5-1-4/src/windows/identity/help/html/menu_all.htm
U   branches/krb5-1-4/src/windows/identity/help/html/menu_credential.htm
U   branches/krb5-1-4/src/windows/identity/help/html/menu_file.htm
U   branches/krb5-1-4/src/windows/identity/help/html/menu_help.htm
U   branches/krb5-1-4/src/windows/identity/help/html/menu_options.htm
U   branches/krb5-1-4/src/windows/identity/help/html/menu_view.htm
U   branches/krb5-1-4/src/windows/identity/help/html/use_start.htm
U   branches/krb5-1-4/src/windows/identity/help/html/using.htm
U   branches/krb5-1-4/src/windows/identity/help/toc.hhc
A   branches/krb5-1-4/src/windows/identity/nidmgrdll/Makefile.w2k
U   branches/krb5-1-4/src/windows/identity/plugins/krb4/krb4newcreds.c
D   branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5util.c
U   branches/krb5-1-4/src/windows/identity/ui/Makefile
A   branches/krb5-1-4/src/windows/identity/ui/Makefile.w2k
A   branches/krb5-1-4/src/windows/identity/ui/cfg_appear_wnd.c
U   branches/krb5-1-4/src/windows/identity/ui/cfg_general_wnd.c
U   branches/krb5-1-4/src/windows/identity/ui/configwnd.c
U   branches/krb5-1-4/src/windows/identity/ui/configwnd.h
U   branches/krb5-1-4/src/windows/identity/ui/credwnd.c
U   branches/krb5-1-4/src/windows/identity/ui/credwnd.h
U   branches/krb5-1-4/src/windows/identity/ui/lang/en_us/khapp.rc
U   branches/krb5-1-4/src/windows/identity/ui/mainwnd.c
U   branches/krb5-1-4/src/windows/identity/ui/notifier.c
U   branches/krb5-1-4/src/windows/identity/ui/resource.h
A   branches/krb5-1-4/src/windows/identity/uilib/Makefile.w2k
U   branches/krb5-1-4/src/windows/identity/uilib/action.c
U   branches/krb5-1-4/src/windows/identity/uilib/actions.csv
U   branches/krb5-1-4/src/windows/identity/uilib/khactiondef.h



More information about the cvs-krb5 mailing list