Subject: CVS commit: pkgsrc/emulators/bochs
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 05/13/2002 17:12:06
Module Name:	pkgsrc
Committed By:	fredb
Date:		Mon May 13 14:12:05 UTC 2002

Modified Files:
	pkgsrc/emulators/bochs: Makefile PLIST distinfo
	pkgsrc/emulators/bochs/patches: patch-aa
Removed Files:
	pkgsrc/emulators/bochs/patches: patch-ac

Log Message:
Update package to version 1.4. Many changes. Here's an abbreviated list of some
of the more visible ones.

- ROM BIOS
  - Christophe Bothamy added ability to boot from El Torito CDROM.

- VGA
  - vga memory read/write functions in text mode fixed
  - implementation of CGA mode 320*200*4 (patch from Sebastien Bechet)

- GUI changes
  - cdrom button: click this to notify Bochs when you changed the CDROM (Volker)
  - snapshot button: saves the text on the Bochs screen into a file called
    snapshot.txt (Volker)
  - copy button: on Win32 and X windows, copy the text on the Bochs screen
    to the clipboard (Volker)
  - paste button: on Win32 and X windows, paste the characters on the
    clipboard into the Bochs window.  This requires keyboard_mapping to
    be enabled. (Bryce Denney)

- keyboard
  - added an optional keyboard_mapping option that enables to use your
    country specific keyboard with Bochs.  If enabled, the keymap file must be
    specified in bochsrc.  The available keymaps are US, German, Spanish and
    French for PCs running X11.  Contributions are welcomed.  (Christophe
    Bothamy)
  - added Windows(tm) key definitions (Volker Ruppert)
  - added paste button, which causes the emulated keyboard to type characters
    from the system clipboard.  This only works when keyboard_mapping is
    enabled. (Bryce Denney)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/emulators/bochs/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/emulators/bochs/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/emulators/bochs/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/emulators/bochs/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/emulators/bochs/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.