2009-10-11 Krzesimir Nowak Update for 0.22.1. * NEWS: * README: Updated for new release. * configure.ac: Bumped version to 0.22.1 - this should be done earlier. 2009-10-11 Krzesimir Nowak Fix distribution of examples. * examples/Makefile.am: Each example is now placed in its own subdirectory, so main.ccs won't conflict during install. 2009-10-10 Krzesimir Nowak Mostly updates of copyright blurbs. * Makefile.am: * codegen/Makefile.am: * codegen/m4/filelist.am: * docs/Makefile.am: * examples/Makefile.am: * libvte/libvtemm.h: * libvte/libvtemm/Makefile.am: * libvte/libvtemm/filelist.am: * libvte/src/Makefile.am: * libvte/src/filelist.am: Update copyright blurbs - add dates, remove `libgdamm development team' mentions and such. * libvte/libvtemm/ptymaster.cc: * libvte/libvtemm/ptymaster.h: Fix name of file in license comment - it is ptymaster, not pty. 2009-10-10 Krzesimir Nowak Distribute example codes. * examples/Makefile.am: Distribute example source codes - that will make them more useful. 2009-10-10 Krzesimir Nowak Move documentation overrides into source file. * libvte/src/filelist.am: Remove libvte_docs_override.xml. * libvte/src/libvte_docs_override.xml: Delete obsolete file. * libvte/src/terminal.hg: Use plain Doxygen documentation comments to override the inherited method documentation, as gmmproc is now able to recognize a Doxygen comment preceding a method declaration. 2009-10-07 Krzesimir Nowak Revert a too hasty typo fix. * libvte/libvtemm.pc.in: Change a part of path in docdir back to doc/. 2009-10-06 Krzesimir Nowak Fix a typo in .pc.in files. * libvte/libvtemm-uninstalled.pc.in: * libvte/libvtemm.pc.in: doxytagfile should mention docs/ directory, not doc/. Found by Daniel Elstner in revenge for my finding a bug in .pc.in files in his project. :P