2005-08-28 KOSEKI Yoshinori * Meadow-2.10 (ASAGAO) Release. 2005-03-22 KOSEKI Yoshinori * Meadow-2.10 (ASAGAO) Release. (not Released) 2005-03-18 MIYOSHI Masanori * makefile.nt (lisp): Undo the last change. 2005-03-13 Shuichi KITAGUCHI * makefile.nt (lisp): Sync up with Emacs 21.4. 2005-02-09 MIYOSHI Masanori * movemail.c: Sync up with Emacs-21.4. 2004-11-28 Shuichi KITAGUCHI * makefile.nt (SRC): remove INCLUDE from RC. * makefile.meadow.w32-in (SRC): Ditto. 2004-07-07 KOSEKI Yoshinori * Meadow 2.00 (KIKYOU) Release. 2003-12-29 MIYOSHI Masanori * Sync up with Emacs-21.3. 2003-12-28 MIYOSHI Masanori * Sync up with Emacs-21.2. 2003-12-23 MIYOSHI Masanori * makefile.nt (ETAGS_CFLAGS): Don't define ETAGS_REGEXPS. 2003-11-28 MIYOSHI Masanori * makefile.meadow.w32-in (lisp): Don't depend on invalid compiled files. * makefile.nt (lisp): Ditto. 2003-11-27 KOSEKI Yoshinori * makefile.nt ($(DOC)): Fix dependency. (obj): Fix entry files. * makefile.meadow.w32-in ($(DOC)): Fix dependency. (obj): Fix entry files. 2003-10-18 MIYOSHI Masanori * ntlib.h (fileno): Undefine for Mingw-3.2 or any later version. 2003-03-01 MIYOSHI Masanori * makefile.nt (WINNT_SUPPORT): Add mw32mci.elc. * makefile.meadow.w32-in (WINNT_SUPPORT): Ditto. 2003-01-22 MIYOSHI Masanori * makefile.meadow.w32-in: Suppress compilation warnings. 2002-10-20 MIYOSHI Masanori * makefile.meadow.w32-in (obj): Follow the change of makefile.nt. Thanks to Masayuki FUJII (boochang@m4.kcn.ne.jp). 2002-10-12 Koichiro Ohba * makefile.nt (obj): Add mw32fns.c. 2002-09-29 MIYOSHI Masanori * makefile.meadow.w32-in: Change install directory in Meadow's way. 2002-09-28 Shun-ichi GOTO * progdlg.c (resume_window_pos): Change to ANSI style argument declaration to eliminate warning. (save_window_pos): Likewise. (DlgProc): Likewise. (progress_open): Likewise. * pop.c (pop_open): Removed unused variable. (TOP:[PROGRESS_DIALOG]): Add function prototype for progress dialog. * movemail.c: Fix for compiling with VC7. (main): Removed unused variable. * make-docfile.c: Fix for compiling with VC7. 2002-09-28 MIYOSHI Masanori * movemail.c: Apply Cygwin/Mingw support patch from Masayuki FUJII (boochang@m4.kcn.ne.jp). * makefile.meadow.w32-in: New file. Apply Cygwin/Mingw support patch from Masayuki FUJII (boochang@m4.kcn.ne.jp). 2002-01-20 Shuichi KITAGUCHI * makefile.nt: Sync up with 21.1. 2002-01-15 MIYASHITA Hisashi * emacs.csh: Removed. (Sync up with 21.0.104.) * qsort.c: Removed. (Sync up with 21.0.104.) * pop.c: Sync up with 21.0.104. * makefile.nt: Sync up with 21.0.104. 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.