This is the version 0.6 of xcgview, a xclass port of ghostview 1.5

Status of the port  or  Current implemented features:

- It can already read a file using the File/Open dialog box.

- It can also print the whole document or a range of pages. To select a
  range of pages, just drag the mouse pointer over the page index listbox,
  then select "Page/Mark" from the menu. Ctrl/click and Shift/click can
  also be used. The behaviour should be similar to Windows-95 multiple-
  selection listboxes.

- Selected pages can be saved to a PS file.

- Page size and orientation is now correct for EPS files. The default
  value can be changed with the "View/Orientation" menu.

- If the file contains information about page numbers (as it should be),
  a "Page Index" listbox is displayed and can be used to go to specific
  page numbers. Also, you can navigate through the document by using
  the toolbar buttons "Next Page" and "Previous Page".

- If the file does not contain information about page numbers, then only
  the "Next Page" option can be used. If the end of the document is reached,
  it will wrap around to the beginning.

- It supports zooming and unzooming of the whole page, but not of
  a region of the document.

- The page media menu is dynamically constructed. It consists of two parts:
  the document defined page medias and the standard page media from Adobe's
  PDD. When a document is first opened, the program will use the page
  sizes defined in the document (if any). But once the user selects a
  different media, it will override any document settings for all pages.

- Ghostscript output and error messages are automatically displayed.

- The filename can be specified in the command line, so now you can have
  the following in your ~/.mime.types file:

    [application/postscript]
    description = Postscript files
    pattern = *.e?ps
    icon = ps.xpm
    action = xcgview %s


In order to compile the program, copy the files to the xclass/clients
tree, edit the Makefile if necessary, then do a 'make'.

Next release will come soon ;-)
Hector.
