2000-04-15 Shun-ichi GOTO * makefile.nt ($(BLD)\progdlg.res): Allow spaces within include path. 1999-10-16 Miyashita Hisashi * makefile.nt ($(BLD)\pop.obj): define PROGRESS_DIALOG. 1999-09-16 Miyashita Hisashi * progdlg.c: Modify source styles. (resume_window_pos): (save_window_pos): New functions. (DlgProc:[WM_INITDIALOG]): call resume_window_pos() to resume dialog position. (DlgProc:[WM_DESTROY]): call save_window_pos() to save dialog position. Merge these changes from K.Ohba. 1999-09-03 Miyashita Hisashi * progdlg.rc: Write messages in English. (thanks K.Ohba.) 1999-08-31 Miyashita Hisashi * pop.c (pop_getline): Call do_events() to deal with messsages from Windows in the case of PROGRESS_DIALOG. (thanks K.Ohba.) 1999-08-11 Miyashita Hisashi * movemail.c: * pop.c: * pop.h: sync up with movemail-990810 from Shun-ichi GOTO. 1999-08-09 Miyashita Hisashi * makefile.nt ($(BLD)\md5.obj): New dependency. (MOVEMAILOBJS): Add md5.obj. (MOVEMAIL_PROGDLG): New macro. (MOVEMAIL_PROGDLG_LIB): New macro. ($(BLD)\movemail.exe): Rewrite source list and command line. * pop.c: APOP support. * md5.c: * md5.h: MD5 modules for pop.c. * movemail.c: Sync up with new version. New features are as follows. - APOP support. - dialog location persistency. Thanks to Koichiro Ohba and Shun-ichi GOTO. 1999-07-17 Miyashita Hisashi * makefile.nt (.c{$(BLD)}.obj): Enable `::' target option only on NMAKE above version 4 and on i386 architecture.