ChangeLog:

nxcompext-1.3.2-6

- Fixed problem with icons in KDE and Mozilla on SPARC Solaris. The
  problem was related to cleaning of one-bit XYPixmaps on big-endian
  hosts, where shift of the cleaning mask executed in the wrong di-
  rection.

nxcompext-1.3.2-5

- Changes in Clean.c to compile on Solaris.

nxcompext-1.3.2-4

- Fixed a bug in clean image procedures for 1bit XYPixmaps. The bug
  caused Mozilla to trash some transparent icons in web pages and
  the toolbar.

- Added cleaning of the padding bytes at the end of the data chunk
  inside XImage structure

- Implemented handling of SIGSEGV during cleanup in case of static
  data.

- Moved image cleanup and masking code in new Clean.c and Mask.c
  sources.

- Corrected few typos in NXCollectImage code.

nxcompext-1.3.2-2

- Imported 1.4.0-1 changes from the 1.4.0 development branch.

- Modified NXAllocColors to handle errors generated allocating
  each requested color. A per-color result code is now returned 
  to the caller.

- Code cleanup in Png.h and Png.c.

nxcompext-1.3.2-1

- Opened the 1.3.2 branch.

nxcompext-1.3.1-2

- Removed the underline characters and added a colon in the
  title of this ChangeLog to fully comply with format used in
  the release notices.

nxcompext-1.3.1-1

- Opened the 1.3.1 branch.

nxcompext-1.3.0-18

- Added the _NXLostSequenceHandler function to let NX agents
  suppress the error message and modify the default Xlib
  behaviour when out-of-order sequence numbers are received.
  Pointer to function is assigned to _NXLostSequenceFunction
  in XlibInt.c.

- Original output buffer size in stock XFree86 is 2048. We try
  to reduce context switches and help stream compression by
  increasing the maximum size of the buffer 8192. _NXFlushSize
  determines when the display buffer is actually flushed. It is
  set by default to 4096 in XlibInt.c and set to 0 to use the
  maximum available size at the time NXGetControlParameters()
  is called.

nxcompext-1.3.0-17

- In handling of asynchronous GetProperty replies a warning
  message was printed in session log when a null property was
  stored in the state structure. This message is now printed
  only if TEST is defined.

nxcompext-1.3.0-16

- Added asynchronous handling of GetProperty request and reply
  by means of the NXCollectProperty and NXGetCollectedProperty
  requests and the NXCollectPropertyNotify event.

nxcompext-1.3.0-15

- Added 4 new fields to the X_NXGetControlParameters reply.

nxcompext-1.3.0-14

- Added request X_NXFreeUnpack to free the resources allocated
  by the remote proxy to unpack images for the given agent's
  client

nxcompext-1.3.0-13

- Modified the following requests to carry the id of the
  agent's client in the field resource:

  - X_NXSetUnpackGeometry
  - X_NXSetUnpackColormap
  - X_NXSetUnpackAlpha
  - X_NXPutPackedImage

nxcompext-1.3.0-11

- Modified the MIT-SHM initialization procedure to always send
  all the 3 protocol requests also in the case of early failures.

nxcompext-1.3.0-10

- Added handling of X_NXSetUnpackAlpha request.

- It has been made possible to send both X_NXSetUnpackColormap
  and X_NXSetUnpackAlpha messages with 0 entries to temporarily
  disable use of the colormap or the alpha channel and free the
  resources allocated by the remote proxy.

nxcompext-1.3.0-9

- Solved a compatibility problem when mixing proxy versions
  1.2.2 and 1.3.0 due to the missing X_NXGetShmemParameters
  request.

nxcompext-1.3.0-7

- Reduced the number of requests needed to setup the shared
  segment at X server proxy from 4 to 3.

- Small changes to the shared memory interface to support
  path X agent to X client proxy.

nxcompext-1.3.0-6

- Implemented initial support for MIT-SHM extension in the
  network path between the X server proxy and the real X
  server.

- Configure script now checks for the FreeBSD environment.

- New configure script generated using autoconf-2.57-3.

- Removed the XFree86 CCDEFINES from Makefile.in.

nxcompext-1.3.0-5

- Cosmetic changes.

- Started to convert configure.in to the new layout adopted
  for nxcomp.

- Created file CHANGELOG.

nxcompext-1.3.0-4

- More fixes in image clean-up.

nxcompext-1.3.0-3

- Many fixes in image clean-up functions to handle differences
  in endianess between client and X server.

nxcompext-1.3.0-2

- Modified configure.in to compile under Solaris.

nxcompext-1.3.0-1

- First 1.3.0 version based on nxcompext-1.2.2-12.

