diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | contrib/Makefile.am | 4 |
3 files changed, 11 insertions, 4 deletions
@@ -1,5 +1,12 @@ 2006-04-02 Shawn Betts <sabetts@vcn.bc.ca> + * 1.4.0 release + +2006-04-02 Shawn Betts <sabetts@vcn.bc.ca> + + * contrib/Makefile.am (pkgdata_DATA): add sloppy.c + (EXTRA_DIST): likewise + * src/events.c (handle_key): call XAllowEvents 2006-04-01 Shawn Betts <sabetts@vcn.bc.ca> diff --git a/configure.in b/configure.in index ab35764..f1ba770 100644 --- a/configure.in +++ b/configure.in @@ -17,10 +17,10 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.52 2006/03/16 00:33:34 sabetts Exp $ +dnl $Id: configure.in,v 1.53 2006/04/02 20:46:32 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.4.0-CVS) +AM_INIT_AUTOMAKE(ratpoison, 1.4.1-CVS) AM_MAINTAINER_MODE diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 70c0385..b73d4eb 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -19,5 +19,5 @@ bin_SCRIPTS = rpws -pkgdata_DATA = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c -EXTRA_DIST = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c +pkgdata_DATA = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c +EXTRA_DIST = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh unrat.c sloppy.c |