From 3010d483748f058024c623fdfea689429e87bf5c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 24 Mar 2006 22:34:25 +0000 Subject: ChangeLog is automatically generated. git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-6 --- .arch-inventory | 1 + ChangeLog | 62 --------------------------------------------------------- autogen.sh | 3 +++ 3 files changed, 4 insertions(+), 62 deletions(-) delete mode 100644 ChangeLog diff --git a/.arch-inventory b/.arch-inventory index b340fd3..914501e 100644 --- a/.arch-inventory +++ b/.arch-inventory @@ -25,3 +25,4 @@ precious ^(config\.h)$ precious ^(Makefile\.in)$ precious ^(Makefile)$ precious ^(ylwrap)$ +precious ^(ChangeLog)$ diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 3182ec1..0000000 --- a/ChangeLog +++ /dev/null @@ -1,62 +0,0 @@ -# do not edit -- automatically generated by arch changelog -# non-id: automatic-ChangeLog--mdk@sv.gnu.org/mdk--devel--1 -# - -2006-03-21 00:36:41 GMT Jose Antonio Ortega Ruiz patch-4 - - Summary: - Arch inventory files added - Revision: - mdk--devel--1--patch-4 - - - -2006-03-20 23:01:19 GMT Jose Antonio Ortega Ruiz patch-3 - - Summary: - Bug fixes for 1.2.2 (latest CVS version) - Revision: - mdk--devel--1--patch-3 - - * mixgtk/mixgtk.glade (Module): I1 and I2 in mixvm swapped to their - correct position (closes #15746). - - * mixgtk/mixgtk_mixvm.c (init_mem_): fixed segfault when clicking Memory - title bar (closes #15910). - - * configure.in: obsolete C flags for Darwin deleted. - - * misc/mixal-mode.el (Module): sync with Emacs CVS (Pieter). - - * mixlib/mix.c: copyright year in console message updated. - - * mixgtk/mixgtk_device.c (write_char_): buffer size was insufficient. - - -2006-03-20 22:55:51 GMT Jose Antonio Ortega Ruiz patch-2 - - Summary: - Trivial changes to tag rel--1.2--patch-1 - Revision: - mdk--devel--1--patch-2 - - - -2006-03-20 22:46:46 GMT Jose Antonio Ortega Ruiz patch-1 - - Summary: - Version 1.2.1 imported - Revision: - mdk--devel--1--patch-1 - - - -2006-03-20 20:47:57 GMT Jose Antonio Ortega Ruiz base-0 - - Summary: - Archive creation - Revision: - mdk--devel--1--base-0 - - - diff --git a/autogen.sh b/autogen.sh index d76540d..0f3974b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -71,6 +71,9 @@ aclocal $ACLOCAL_FLAGS # optionally feature autoheader (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader +# changelog file +touch ChangeLog + echo "Running automake --add-missing --gnu $am_opt ..." automake -a --gnu $am_opt -- cgit v1.2.3