NEWS: misc spelling, grammar and wording fixes
Win32: kill warnings about strict-aliasing rules in ioctl.c
Mention support of Windows versions in NEWS
msvc: Update PACKAGE_VERSION string in manually-created config.h
Win32: use directly SHGetFolderPath
build: Remove stray extra '=' from Makefile.am.
Drop deprecated and undocumented APIs.
README: Improve descriptions of libdvdcss environment variables
INSTALL: Fix instructions for Linux to Windows crosscompilation
misc small wording and spelling fixes for the documentation
INSTALL: updates from Diego Biurrun.
build: properly handle --disable-doc
Simplify INSTALL document
build: use an alternative method for making O_BINARY use conditional.
build: set the libtool version info in configure.ac
build: proper dependencies for ChangeLog generation target
INSTALL: Bootstrap with autoreconf now that ./bootstrap is gone
Next release will be 1.2.13
Update some comments now that Windows 95 is no longer supported
doxygen: Fix typo and drop wrong EXCLUDE
gitignore: Use directory-specific patterns; use wildcard for config.foo
src: mark tables static and constant.
csstables: mark static constant.
build: include the msvc directory in the distribution.
libdvdcss: use a static constant array instead of a variable to hold the cache sig.
ioctl: rename DVD_INVALIDATE_AGID to DVDCSS_INVALIDATE_AGID
doxygen: update configuration file to avoid warnings.
pkg-config: fix include path, it was always wrong.
build: allow opt-out from maintainer mode.
build: use dnl for comments in configure.ac.
build: fix apidoc generation and install it as well.
build: generate ChangeLog from git, if git is present.
build: do not build the .tar.gz archive
build: install the documentation files (but not INSTALL)
Replace memset(0) by zero initializations
build: Use silent build rules by default
build: Add -mwin32 to CFLAGS on Cygwin instead of globally defining WIN32
Fix a number of spelling and grammar errors
gitignore: Add config.cache
AUTHORS: Add Diego#1 and Diego#2
AUTHORS: Drop obsolete CVS/SVN login and snail-mail fields
Drop ChangeLog file; it is no longer necessary with Git.
Drop BSDI support code.
AUTHORS: Convert to UTF-8
Remove leftover Subversion $Id$ markers
dvd_region: Drop unused-but-set variable
build: Refactor an instance of system-specific O_BINARY-related ifdeffery
git: ignore the libtool m4 files.
build: get rid of recursion within doc/ for Doxygen API doc.
Win32: use the correct HAVE_BROKEN_MKDIR define
build: check for POSIX mkdir() function.
build: don't use tiered header checks.
build: use m4/attributes.m4 from xine/feng to check for cflags and visibility.
build: add support for macros in m4/ directory
build: fix make dist now that the bootstrap script is gone
build: remove obsolete bootstrap script.
Win32: define and use _WIN32_IE for shell api
dvd_region: move ioctl_SendRPC in dvd_region.c; mark functions static.
build: allow once again building of dvd_region binary
src: mark _dvdcss_titlekey static as it's never used outside of the unit
build: fix messed up rule in building latex documentation.
build: get rid of recursion for building the library and the csstest program.
build: update to libtool 2
build: update autotools to modern format.
Win32: fix signedness warning
Fix compilation with MSVC
Win32: correct include for lseeki64
build: Refactor system-specific ifdeffery around raw device access
configure.ac: Remove unused global DVDCSSDIST preprocessor flag
build: Replace system-specific ifdeffery by proper sys/uio.h check
device: Eliminate some unnecessary ifdefs
build: win32: Surround Windows-specific code by appropriate ifdef
build: Drop unnecessary local SYS_BEOS config.h #define
build: Drop unnecessary local SYS_OS2 config.h #define
build: Drop unnecessary local SYS_CYGWIN config.h #define
Win32: Fix broken mkdir() invocations that need to be mapped to _mkdir()
cygwin: Drop some obsolete POSIX int types fallbacks
ioctl.h Drop some pointless ifdefs around a set of harmless #defines
Use calloc instead of malloc+memset.
Support ELF visibility attribute
If unsure, assume the drive is of RPC-I type
Bumping version to 1.2.11
Update README and INSTALL to be a bit less out-of-date
Fix "doc" Makefile target
Win32: Drop #define of snprintf() to _snprintf() if the former is undefined.
Win32: consistently use snprintf() instead of _snprintf()
Fix typos in README and INSTALL
Remove excessive whitespace
Fix a small memleak
Update documentation version
Ensure dvdcss->css.p_disc_key is always initialized
Make libdvdcss headers self-sufficient
Add multiple inclusion guards to header files
Use filename as multiple inclusion guard