From: <pa...@us...> - 2003-10-06 17:46:03
|
Update of /cvsroot/fuse-emulator/fuse/hacking In directory sc8-pr-cvs1:/tmp/cvs-serv15828/hacking Modified Files: ChangeLog Log Message: Add option to disable the 'confirm' dialogs. Index: ChangeLog =================================================================== RCS file: /cvsroot/fuse-emulator/fuse/hacking/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** ChangeLog 6 Oct 2003 15:30:26 -0000 1.34 --- ChangeLog 6 Oct 2003 17:45:53 -0000 1.35 *************** *** 241,242 **** --- 241,244 ---- 20031006 machine.c: remove duplicated code from machine_select_machine() 20031006 settings.pl: change config file name to 'fuse.cfg' on Win32 + 20031006 settings.dat, ui/options.dat, ui/gtk/confirm.c: add option to + disable the 'confirm' dialogs. |