Commit Graph

24 Commits

Author SHA1 Message Date
Christophe Bothamy 5d84b38abd - added tha 1.4.1 release informations 2002-06-25 22:55:58 +00:00
Bryce Denney 715becded5 - upgrade version number to 1.4 2002-03-28 01:20:31 +00:00
Bryce Denney 70588cb12e - moved compile instructions for SDL into the docbook 2002-03-27 18:42:20 +00:00
Bryce Denney 7f84fff9b9 - add note about fixing the hard disk BIOS bug 2002-03-25 15:38:04 +00:00
Jeroen Janssen e4c2647fda - VBE banked mode only, LFB in patches/ 2002-03-24 12:55:00 +00:00
Bryce Denney 257989fcad - updated CHANGES file for 1.4. I have now looked through all the CVS
logs since 1.3 so I think it's done!!!
2002-03-24 09:09:43 +00:00
Christophe Bothamy 96ef24df80 - added keyboard specific information. 2002-03-22 08:40:30 +00:00
Christophe Bothamy 2c8e663c9c - fix rombios comment
- added Jeroen as author of VBE
2002-03-21 19:11:43 +00:00
Jeroen Janssen a7dbb3cadc - small update to changes file about vgabios 2002-03-21 07:16:40 +00:00
Bryce Denney baa70c351e *** empty log message *** 2002-03-07 16:00:40 +00:00
Bryce Denney 556a8fa8f8 - commit patch.check-platform. For full details, pull up the patch itself
and look at the description at the top.  Here's an intro.

  This patch makes significant changes to the configure script.  It adds the
  lines AC_CANONICAL_HOST and AC_CANONICAL_TARGET which detect the OS and
  processor type.  The configure script, knowing the OS and processor type, can
  then make intelligent decisions about which CFLAGS are needed and what is the
  default GUI for that platform.  One of the goals of this patch is to make it
  so that on all supported platforms, "configure;make" will compile cleanly.
  Configure detects the target platform, but it can be overridden by using
  --target=___.  This is important when using one platform to generate
  Makefiles and header files for another platform.  See config.guess script for
  the exact details of platform naming.

  The defaults that are currently implemented in the modified configure script
  include:
    If platform is windows* or winnt*, use win32 gui.
    If platform is cygwin*, use win32 gui and compile with
       "-mno-cygwin -DWIN32".
    If platform is macosx* or darwin*, use carbon gui and compile
       with "-fpascal-strings -fno-common -arch ppc -Wno-four-char-constants
       -Wno-unknown-pragmas -Dmacintosh"
    If platform is macos, use macos gui.
    If platform is beos, use beos gui.
    If platform is amigaos, use amigaos gui.
    Otherwise, use X windows gui.
2002-03-07 16:00:39 +00:00
Bryce Denney df1b810f24 *** empty log message *** 2002-03-06 19:42:29 +00:00
Bryce Denney 4439fe5dc7 *** empty log message *** 2002-03-06 16:48:10 +00:00
Bryce Denney 170080c067 *** empty log message *** 2002-03-06 15:58:32 +00:00
Bryce Denney 2c392212fc - added more SDL details, minor tweaks 2002-03-06 15:45:09 +00:00
Bryce Denney 85dfa222b6 - begin to write changes for version 1.4. Still needs a lot of work. 2002-03-06 15:14:11 +00:00
Bryce Denney 8685e9f001 - update for 1.3 2001-12-10 21:53:21 +00:00
Bryce Denney d31eacc1f3 - mention raw cdrom on macosx, which was just added 2001-12-07 22:28:25 +00:00
Bryce Denney 37256e9614 - touch up, move things around 2001-12-06 03:51:55 +00:00
Bryce Denney b0a578eaf4 - made it through the whole cvs log, whew! 2001-12-05 22:12:59 +00:00
Bryce Denney c9740ebb21 - I'm working on change log for version 1.3. Not complete yet. 2001-12-05 17:37:08 +00:00
Bryce Denney d25ef37769 - copy CHANGES and README from the 1.2.1 final version 2001-06-12 21:56:59 +00:00
Bryce Denney 4fd165131b - sync up with 1.2 final 2001-06-04 04:23:39 +00:00
Bryce Denney 81c433cb03 - move to CHANGES, to be consistent with README, COPYING 2001-06-02 08:20:55 +00:00