* fixed a problem of SpinButton.get_value_as_int for the case of
the value is minus' src/gtkEdit.ml (Jun Furuse)
* ocamllex is abstracted by CAMLLEX in Makefiles (Jun Furuse)
* more parametrizations in config.make.nt (Jun)
* added the selection method to clist. (Jun)
* Glib.Io.add_watch returns event source, so that we can remove it later (J)
* added Glib.Io.read (J)
* added a new module Gdk.Input (J)
* various improvements to GtkText (Antoine Mine)
* fix Glib.IO (Henri Dubois-Ferriere)
* fixes in ml_gdk.c: win32 and ClientData
* GtkThread.main switches GtkMain.Main.main to call GtkThread.thread_main
* added GList.clist#get_row_state and GWindow.file_selection#file_list
(by Francois Pessaux)
* added META (by Stefano Zacchiroli)
* fixed applications/camlirc (Tim Freeman)
* add gdk_property_*
* fix GdkPixbuf.create_pixmap
* add GdkEventClient (requested by Didier le Botlan)
* add Gdk.Window.get_pointer_location (Tim Freeman)
Changes from previous version are:
+ Avoid null-pointer dereference if getpwuid(getuid()) fails.
+ Fix a single byte buffer overflow. Can only be a NUL byte that
overflows, not believed (at this stage!) to be exploitable in any
way.
Changes include:
* bug and portability fixes
* -c option in bmore (clear before displaying)
* -n num option in bmore (display the indicated number of lines in each
screenful
* -w num option in bmore (display the indicated number of bytes in each
line)
* autoconf 2.52
* bmore: nicer last line
o Added a new flag (-v) to show more informational messages.
o Don't try to mount/umount pkgsrc directory every time the
`chroot' target is invoked.
o Added a new option to the config file: `CDRECORD_ARGS'.
Changes:
* use new ALSA PCM API if available (Lukasz Mach and Eddy Mylyono)
* fix build on AIX and OSF (Albert Chin-A-Young)
* don't try to close audio device if not opened (Debian)
* fix build with latest automake (Stanislav Bradec)
* no longer required automake 1.4 (Thomas Cataldo)
* Fix Darwin build (Jerry Talkington)
* fix typo in manpage (Kjartan Maraas)
While here use subst.mk instead of patching configure script.