# # ChangeLog for Makefile.am # # Generated by Trac 1.0.2 # Mar 28, 2024, 6:55:48 AM Sat, 09 Jan 2010 21:01:53 GMT Anders Kaseorg [10557e6] * Makefile.am (modified) * configure.ac (modified) * perl/Makefile.am (added) Makefile.am: Use only direct children in SUBDIRS, to appease automake ... Fri, 25 Dec 2009 03:35:46 GMT Nelson Elhage [89982ec] * Makefile.am (modified) Makefile.am: Fall back gracefully if we can’t compute a GIT_VERSION. ... Sun, 08 Nov 2009 02:14:36 GMT Nelson Elhage [8df704f] * Makefile.am (modified) * owl.h (modified) Take the version number from git if we're building in a git tree. Thu, 15 Oct 2009 17:17:58 GMT Alex Vandiver [76f0e19] * Makefile.am (modified) Sort files before feeding them to programs which grovel through them, ... Mon, 12 Oct 2009 00:05:25 GMT Nelson Elhage [5b376388] * Makefile.am (modified) Don't pass -typemap to xsupbb twice. Apparently perl 5.8's xsubpp ... Sun, 11 Oct 2009 01:24:18 GMT Nelson Elhage [e1e59a7] * Makefile.am (modified) * aim.c (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perlglue.xs (modified) * t/unicode.t (added) * typemap (added) * .gitignore (modified) * commands.c (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl_tester.c (modified) * zephyr.c (modified) Merge branch 'unicode-fixes' Fri, 09 Oct 2009 23:58:06 GMT David Benjamin [b373d44] * Makefile.am (modified) Remove libzcrypt.a from perl_tester See ... Sun, 04 Oct 2009 00:45:52 GMT Nelson Elhage [39e81f7] * Makefile.am (modified) * perlglue.xs (modified) * typemap (added) Return unicode strings to perl. Define a new typedef, 'utf8', in ... Sat, 03 Oct 2009 14:15:11 GMT Nelson Elhage [8830f79f] * .gitignore (modified) * Makefile.am (modified) * perl/lib/BarnOwl/Complete/Client.pm (modified) * perl/lib/BarnOwl/Complete/Filter.pm (added) * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Completion/Util.pm (modified) * perl_tester.c (added) * perlglue.xs (modified) * runtests.sh (modified) * t/completion.t (modified) * t/mock.pl (modified) * aim.c (modified) * commands.c (modified) * configure.ac (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * global.c (modified) * help.c (modified) * keys.c (modified) * libfaim/Makefile.am (modified) * logging.c (modified) * m4/ax_c_check_flag.m4 (added) * m4/ax_cflags_strict_prototypes.m4 (added) * m4/ax_cflags_warn_all.m4 (added) * m4/pkg.m4 (added) * mainwin.c (modified) * message.c (modified) * owl.c (modified) * owl.h (modified) * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Complete/AIM.pm (added) * perl/lib/BarnOwl/Complete/Zephyr.pm (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm (modified) * perlconfig.c (modified) * popwin.c (modified) * scripts/do-release (modified) * select.c (modified) * text.c (modified) * util.c (modified) * variable.c (modified) * viewwin.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merge branch 'davidben/context-slice' Conflicts: perlglue.xs Sat, 03 Oct 2009 05:52:56 GMT David Benjamin [42ad917] * .gitignore (modified) * Makefile.am (modified) * perl_tester.c (added) * runtests.sh (modified) * t/mock.pl (modified) Add perl_tester to run perl in barnowl environment Main function ... Mon, 28 Sep 2009 17:14:22 GMT Anders Kaseorg [eddee7e] * Makefile.am (modified) Remove --install from ACLOCAL_AMFLAGS (for automake < 1.10). ... Tue, 22 Sep 2009 00:18:37 GMT Anders Kaseorg [8073852] * Makefile.am (modified) * configure.ac (modified) * m4/ax_c_check_flag.m4 (added) * m4/ax_cflags_warn_all.m4 (added) * m4/pkg.m4 (added) Use an aclocal macro directory m4/, and add the macros we use. ... Tue, 15 Sep 2009 20:22:46 GMT Nelson Elhage [191d5e7] * Makefile.am (modified) Makefile.am: Add zcrypt.c back to BASE_SRCS and kill off libzcrypt.a. ... Tue, 15 Sep 2009 20:22:39 GMT Nelson Elhage [3daca13] * Makefile.am (modified) * zcrypt.c (modified) zcrypt.c: Clean up warnings. Signed-off-by: Anders Kaseorg ... Tue, 15 Sep 2009 00:59:37 GMT Anders Kaseorg [3d9f4d3] * Makefile.am (modified) * codelist.pl (modified) Avoid passing owl.c to codelist.pl, instead of excluding it later. ... Tue, 08 Sep 2009 00:53:28 GMT Anders Kaseorg [636de2a] * Makefile.am (modified) * configure.ac (modified) * perl/modules/Makefile.am (modified) Use automake’s silent-rules mode if available, for quieter build ... Tue, 18 Aug 2009 01:52:16 GMT Nelson Elhage [8bce750] * Makefile.am (modified) * dict.c (modified) * filter.c (modified) * obarray.c (modified) * owl.h (modified) * test.h (deleted) * tester.c (modified) * util.c (modified) * variable.c (modified) Move all regression tests into tester.c. Sat, 01 Aug 2009 20:43:47 GMT Nelson Elhage [2fa9a1a0] * Makefile.am (modified) * runtests.sh (added) Make 'make check' work. Fri, 24 Jul 2009 06:38:48 GMT Anders Kaseorg [d851bbc] * Makefile.am (modified) Makefile.am: tester needs to link libfaim.a and libzcrypt.a. ... Wed, 22 Jul 2009 04:18:10 GMT Anders Kaseorg [1ad4a4a] * Makefile.am (modified) Makefile.am: Generalize the *.new mechanism for suppressing no-op ... Wed, 22 Jul 2009 04:16:59 GMT Anders Kaseorg [df49ff6] * Makefile.am (modified) Makefile.am: Explicitly list the inputs to stubgen.pl and ... Sat, 18 Jul 2009 01:44:44 GMT Nelson Elhage [0b65bd7] * Makefile.am (modified) Makefile.am: Add rules to build the tester. Sat, 18 Jul 2009 01:44:44 GMT Nelson Elhage [39586c8] * Makefile.am (modified) Makefile: Display what changed in owl_prototypes.h. This is a ... Sat, 18 Jul 2009 01:44:39 GMT Nelson Elhage [37f27bc] * .gitignore (modified) * Makefile.am (added) * Makefile.in (deleted) * autogen.sh (modified) * configure.ac (modified) * install.sh (deleted) * libfaim/Makefile.am (added) * libfaim/Makefile.in (deleted) * libfaim/configure.ac (deleted) * mkinstalldirs (deleted) * owl.h (modified) * perl/modules/Makefile.in (added) Switch the build system to using automake. Use automake for the ...