Skip to content

Commit aea2784

Browse files
committed
Bump to release 1.4.0
1 parent 5488f48 commit aea2784

File tree

9 files changed

+942
-686
lines changed

9 files changed

+942
-686
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Version 1.4.0
12
* Fixes:
23
* Make sure certain variables are initialized before using them.
34
* Fixed cursor attribute on search failure.

Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
203203
$(top_srcdir)/build-aux/config.sub \
204204
$(top_srcdir)/build-aux/depcomp \
205205
$(top_srcdir)/build-aux/install-sh \
206-
$(top_srcdir)/build-aux/missing ChangeLog build-aux/compile \
207-
build-aux/config.guess build-aux/config.sub build-aux/depcomp \
208-
build-aux/install-sh build-aux/missing
206+
$(top_srcdir)/build-aux/missing ChangeLog TODO \
207+
build-aux/compile build-aux/config.guess build-aux/config.sub \
208+
build-aux/depcomp build-aux/install-sh build-aux/missing
209209
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210210
distdir = $(PACKAGE)-$(VERSION)
211211
top_distdir = $(distdir)

aclocal.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1515
m4_ifndef([AC_AUTOCONF_VERSION],
1616
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17-
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
18-
[m4_warning([this file was generated for autoconf 2.71.
17+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],,
18+
[m4_warning([this file was generated for autoconf 2.72.
1919
You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically 'autoreconf'.])])

0 commit comments

Comments
 (0)