summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-04-02 20:46:32 +0000
committersabetts <sabetts>2006-04-02 20:46:32 +0000
commit94fc5477ef6d05eebcdd920719ec214e39754750 (patch)
tree61190b74316aa11da5a05ec96628e53d7c40e10f
parent6b5a0862a4114246c082cd0755283c9ceb2ed677 (diff)
downloadratpoison-94fc5477ef6d05eebcdd920719ec214e39754750.zip
*** empty log message ***
-rw-r--r--ChangeLog7
-rw-r--r--configure.in4
-rw-r--r--contrib/Makefile.am4
3 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 54617ae..8006ae5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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