2012-12-11  Daiki Ueno  <ueno@unixuser.org>

	Force include config.h when building gtk-doc
	This is needed to load some header files from gnulib.

	Use AM_CPPFLAGS instead of obsoleted INCLUDES

	libfep: make sure to include <libfep/private.h>

	Modernize vala binding generation
	Basically following:
	https://live.gnome.org/Vala/UpstreamGuide#Autotools_Integration
	Adjusted configure.ac as vapigen.m4 needs AM_SILENT_RULES.

2012-12-10  Daiki Ueno  <ueno@unixuser.org>

	Merge branch 'master' of github.com:ueno/libfep

	Avoid type-punning

2012-08-09  Daiki Ueno  <ueno@unixuser.org>

	Check errors of gitlog-to-changelog.

	Use gitlog-to-changelog from gnulib.

2012-05-15  Daiki Ueno  <ueno@unixuser.org>

	Merge branch 'master' of github.com:ueno/libfep

	Bump version to 0.0.9.

	Add Fep.GClient#filter_event.

2012-05-01  Daiki Ueno  <ueno@unixuser.org>

	Merge pull request #10 from tamo/patch-4
	Option -e is not implemented.

2012-04-28  TAKAHASHI Tamotsu  <ttakah+github@gmail.com>

	Option -e is not implemented.

2012-04-25  Daiki Ueno  <ueno@unixuser.org>

	Fix FEP_SHIFT_MASK handling when converting key to string (Issue#15).

2012-04-23  Daiki Ueno  <ueno@unixuser.org>

	Add FORWARD_KEY_EVENT command for (ibus-fep Issue#14).

2012-04-16  Daiki Ueno  <ueno@unixuser.org>

	Let clients send back the original input of key events (ibus-fep Issue#14).

2012-03-29  Daiki Ueno  <ueno@unixuser.org>

	Bump version to 0.0.8.

	Fix vapi generation.

	Rename struct FepGAttribute to _FepGAttribute to make gtk-doc happy.

	Merge pull request #9 from tamo/patch-5
	Create fepgenumtypes.h before building .c

2012-03-28  Daiki Ueno  <ueno@unixuser.org>

	Merge pull request #8 from tamo/patch-4
	Add _fep_output_restore_cursor to private.h.

	Merge pull request #7 from tamo/patch-3
	Include sys/wait.h for waitpid and WEXITSTATUS

2012-03-28  TAKAHASHI Tamotsu  <ttakah+github@gmail.com>

	Create fepgenumtypes.h before building .c

	Add _fep_output_restore_cursor to private.h. fep.c uses _fep_output_restore_cursor

	Include sys/wait.h for waitpid and WEXITSTATUS

2012-03-26  Daiki Ueno  <ueno@unixuser.org>

	Bump version to 0.0.7.

	Avoid the last error message being overwritten by the shell output.

2012-03-23  Daiki Ueno  <ueno@unixuser.org>

	Exit with child's exit code if no error.

2012-03-20  Daiki Ueno  <ueno@unixuser.org>

	Merge pull request #6 from tamo/patch-2
	Support xterm Home/End keys.

2012-03-19  TAKAHASHI Tamotsu  <ttakah+github@gmail.com>

	Support xterm Home/End keys. http://invisible-island.net/xterm/xterm.faq.html#xterm_pc_style

2012-03-16  Daiki Ueno  <ueno@unixuser.org>

	Handle "Esc O [ABCD]" as cursor keys (Issue#4).

2012-03-15  Daiki Ueno  <ueno@unixuser.org>

	Restore cursor text after pty string output (ibus-fep Issue#8).

2012-03-09  Daiki Ueno  <ueno@unixuser.org>

	Queue received messages during transceive, in server side (ibus-fep Issue#2).

2012-03-06  Daiki Ueno  <ueno@unixuser.org>

	Bump version to 0.0.6.
	Also fix some memleaks.

	Simplify _fep_sgr_params_from_attr using xasprintf from gnulib.

2012-03-05  Daiki Ueno  <ueno@unixuser.org>

	Track SGR changes made by child process properly (Issue#2).

2012-02-22  Daiki Ueno  <ueno@unixuser.org>

	Another fix for d7482365d2bfc48317860adbefeeee44d229d696.

	Mark "signals" as static so not to conflict with glib (ibus-fep Issue#1).
	gio/gdbusproxy.c has non-static signals variable.

	Fix typo.

2012-02-21  Daiki Ueno  <ueno@unixuser.org>

	Fix header file install location.

2012-02-20  Daiki Ueno  <ueno@unixuser.org>

	Define program_name for non-glibc platform.

	Don't look for libfep-glib.pc when generating GIR.

	Use xalloc in fep and libfep.

	Import more modules from gnulib.

	Merge branch 'master' of github.com:ueno/libfep

	Merge pull request #2 from tamo/patch-1
	Correct options in the section "Test"

2012-02-19  TAKAHASHI Tamotsu  <ttakah+github@gmail.com>

	Correct options in the section "Test"

2012-02-18  Daiki Ueno  <ueno@unixuser.org>

	Import memmem and pselect from gnulib (Issue#1).

2012-02-16  Daiki Ueno  <ueno@unixuser.org>

	Escape '-' with '\' in fepcli.1.

2012-02-15  Daiki Ueno  <ueno@unixuser.org>

	Bump version to 0.0.5.

	Fix C-SPC handling.

2012-02-14  Daiki Ueno  <ueno@unixuser.org>

	Use abstract Unix domain socket on Linux.

2012-02-12  Daiki Ueno  <ueno@unixuser.org>

	Export only symbols whose names begin with "^_fep|fep".

2012-02-11  Daiki Ueno  <ueno@unixuser.org>

	Update README.

2012-02-10  Daiki Ueno  <ueno@unixuser.org>

	Bump version to 0.0.4.

	Minor code clean up.

	Fix crash on window resize.

	Refactor control message handling.

2012-02-09  Daiki Ueno  <ueno@unixuser.org>

	Fix make distcheck.

	Bump version to 0.0.3.

	Fix mistakes.

	Extend client API to pass SGR attribute to server.

2012-02-08  Daiki Ueno  <ueno@unixuser.org>

	Simplify reading key input from tty.
	Don't fallback to char_to_key if CSI is found; don't expect partial CSI.

	Clear attr before parsing SGR.

2012-02-07  Daiki Ueno  <ueno@unixuser.org>

	Fix modifier and backspace handling.

	Fix scanning CSI with given final code.

	Handle cursor key modifiers.

	Convert output string according to LC_CTYPE.

	Report terminal size change to clients.

	Generalize event filter.

2012-02-06  Daiki Ueno  <ueno@unixuser.org>

	Abolish fep -e option and supply rest of args to exec.

	Check if gclient->client is null before closing.

	Unify key event filter and handler using a queue.

	Add missing tools/fepcli.1 to git repo.

2012-02-04  Daiki Ueno  <ueno@unixuser.org>

	Bump version to 0.0.2.

	Move fepcli.1 to tools.

	Don't try to run vapigen if it is not found.
	Add missing libfep/logger.h to git repo.

	Add man pages.

2012-02-03  Daiki Ueno  <ueno@unixuser.org>

	Add missing fepgmarshalers.list to EXTRA_DIST.

	Fix typo in README.

	Minor fixes to buildsys.

	Fix typo in README; bump version to 0.0.1.

	Renovate control message internal API and add logging interface.
	Disable DSR-CPR for now until proper key sequence handling is implemented.

2012-01-30  Daiki Ueno  <ueno@unixuser.org>

	Fix glib binding.

	Add missing files

	Add --enable-vala to configure; add more documentation.

	Add libfep-glib documentation.

2012-01-29  Daiki Ueno  <ueno@unixuser.org>

	Add glib binding.

2012-01-27  Daiki Ueno  <ueno@unixuser.org>

	Add fep_client_forward_text.

	Fix -c behavior.

	Update git.mk.

2012-01-24  Daiki Ueno  <ueno@unixuser.org>

	Unify commands into fepcli.

	Add license header to some files.

	Adopt gtk-doc.

	Merge remote-tracking branch 'origin/master'

	Fix multibyte status line rendering.
	Also remove control socket on exit.

	Fix multibyte status line rendering.

	Add monitor command.

	Move some functions to libfep.
	Also don't exit with -1 when pty read error.

	Simplify _fep_strsplit_full.

	Fix the last commit.

	Fix build and add option handling to fep.

2012-01-23  Daiki Ueno  <ueno@unixuser.org>

	Initial import.
