2008-02-27  Steven Schubiger  <schubiger@gmail.com>

	Move the range parsing logic to its own function.
	* src/linecut.c: (parse_range_sets): New function.
	(main): Use it.

	Correct some manpage wording errors.
	* man/linecut.1: Few corrections by Marco ???.
	* THANKS: Add Marco ??? to the list of contributors.

	Version 0.2.

2008-02-23  Steven Schubiger  <schubiger@gmail.com>

	* configure.ac: Rename within AC_INIT "GNU linecut" to "linecut".

2008-02-17  Steven Schubiger  <schubiger@gmail.com>

	* tests/pipe: Comment the purpose of the test.

2008-02-15  Steven Schubiger  <schubiger@gmail.com>

	* src/linecut.c: Move the exit_on_zero_read() call further down
	(after the call to buffer_stdin_to_tmpfile()), because otherwise
	the stream doesn't get rewinded if input is read from a pipe and
	thus reading from a pipe breaks.
	* tests/pipe: Add according test.

2008-02-14  Steven Schubiger  <schubiger@gmail.com>

	* src/linecut.c: Make the zero bytes read code more general
	by moving it to exit_on_zero_read().

2008-02-13  Steven Schubiger  <schubiger@gmail.com>

	* tests/: Add tests (shell scripts).
	* tests/Makefile.am: Add basic automake template.
	* configure.ac: Add "tests/Makefile.am" to AC_CONFIG_FILES.
	* Makefile.am: Add "tests" to SUBDIRS.
	* aclocal.m4: Update by autotools 1.10a.
	* configure: Likewise.
	* Makefile.in: Likewise.
	* lib/Makefile.in: Likewise.
	* src/Makefile.in: Likewise.

2008-02-12  Steven Schubiger  <schubiger@gmail.com>

	* src/linecut.c: Bail out when zero bytes are read from the input pipe.
	* src/linecut.c: Extend maximum of allowed ranges to 16.
	* src/linecut.c: Comment macros _ and STREQ.
	* src/linecut.c: Visually reformat the 'input' struct.
	* src/linecut.c: Update copyright notice.
	* src/linecut.c: Add comma to --help output.
	* man/linecut.1: Update manpage.
	* Makefile.in: Add THANKS to list.

2007-10-28  gettextize  <bug-gnu-gettext@gnu.org>

	* m4/gettext.m4: Upgrade to gettext-0.16.1.
	* m4/lib-link.m4: Upgrade to gettext-0.16.1.

