[rogueclone-cvs] rogue/doc changelog.txt,1.5.2.3,1.5.2.4
Brought to you by:
mlehotay
From: Michael L. <mle...@us...> - 2008-08-17 23:19:09
|
Update of /cvsroot/rogueclone/rogue/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9151/doc Modified Files: Tag: curses changelog.txt Log Message: fixed curses colour, now links with pdcurses Index: changelog.txt =================================================================== RCS file: /cvsroot/rogueclone/rogue/doc/changelog.txt,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -d -r1.5.2.3 -r1.5.2.4 *** changelog.txt 19 Jun 2008 04:32:11 -0000 1.5.2.3 --- changelog.txt 17 Aug 2008 23:19:05 -0000 1.5.2.4 *************** *** 1,4 **** --- 1,6 ---- Changelog --------- + 7:07 PM 2008-08-17 - fixed curses colour, now links with pdcurses + 1:35 AM 2008-06-22 - moved colorize() to message.c 12:29 AM 2008-06-19 - moved rgetchar() back to message.c 10:34 PM 2008-06-18 - ifdef'd out broken curses code |