3 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
12 * ld-symbolic.m4: New.
16 * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
17 (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument.
21 * warnings.m4: Add second parameter with name of variable.
22 Always append to the variable if it exists.
26 * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
30 * tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking
31 if static linking doesn't even work.
35 * tls.m4 (GCC_CHECK_TLS): Fall back to a link test.
39 * multi.m4: New file, from automake version 2 branch.
43 * tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
49 * stdint.m4: Test for uintptr_t even on systems with uint64_t or uint32_t.
54 * unwind_ipinfo.m4: New.
59 * gxx-include-dir.m4: Use target_alias in path for cross build.
63 * acx.m4: Support --with-build-libsubdir and AC_SUBST
69 * gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Add optional
70 argument for where to search for NLS config file.
74 * gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
75 defines otherwise gotten from AM_GNU_GETTEXT. Remove the
76 po/ prefix from CATALOGS.
81 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Use correct program name.
82 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise, and always set $1.
86 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
88 (ACX_TOOL_DIRS): Move here from the gcc directory.
89 (ACX_CHECK_INSTALLED_TARGET_TOOL): New.
90 (GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
91 with a complete path in either $with_build_time_tools or $exec_prefix.
100 Revert Ada-related part of the previous change.
102 * mt-ppc-aix: Delete.
106 * mt-ppc-aix, mh-ppc-aix: New.
110 * acx.m4 (GCC_TARGET_TOOL): New.
114 * enable.m4: New file.
119 * config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL,
120 NCN_STRICT_CHECK_TARGET_TOOL): Remove.
121 (NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New,
122 based on the deleted macros.
126 * mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
130 * all files: Update FSF address.
135 * no-executables.m4: Call real AC_FUNC_MMAP when cache variable
140 * depstand.m4, lead-dot.m4: New files.
144 * accross.m4: Delete file.
149 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add
150 double quotes around GCC variable.
154 * acx.m4 (ACX_PROG_GNAT): Remove stray break.
158 * gcc-lib-path.m4: Remove.
162 * gxx-include-dir.m4: In all substitutions, leave $(gcc_version)
163 to be expanded by the Makefile.
167 * gcc-version.m4: Delete.
172 * acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
177 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Don't do
178 anything for non-GCC compilers.
182 * gxx-include-dir.m4: New file.
186 * gcc-version.m4: New file.
190 * warnings.m4: New file.
195 * gcc-lib-path.m4: New file.
199 * gettext-sister.m4: Renamed from gettext.m4
200 * codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4,
201 inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4,
202 lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4,
203 uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources.
207 * mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
211 * Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL,
212 which do an automatic AC_SUBST on _GCC_TOPLEV_*_NONCANONICAL.
213 The intention is that we will migrate to these bit by bit.
217 * mt-linux: Rename to ...
222 * acx.m4 (ACX_PROG_LN): From gcc, modified to
227 * acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
232 * acx.m4 (ACX_PROG_GNAT): Check if ${CC} produces object file for
234 Fix acx_cv_cc_gcc_supports_ada spelling.
239 Move language detection to the top level.
240 * acx.m4 (ACX_PROG_GNAT): New macro, moved here
241 from the gcc subdirectory.
245 * accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with
246 "-c". Properly quote parameter for AC_MSG_ERROR.
250 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
252 * aclocal.m4: Regenerate.
253 * configure: Regenerate.
257 * gettext.m4: Properly quote arguments to AC_DEFUN.
261 * acx.m4 (AC_PROG_CPP_WERROR): New.
265 * no-executables.m4: New file.
269 * gettext.m4: Delete all former contents.
270 (ZW_GNU_GETTEXT_SISTER_DIR): New macro.
271 * progtest.m4: New file.
275 * gettext.m4: New file - copy of gettext.m4 from binutils
276 CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4.
280 * acinclude.m4: Accept i[3456789]86 for machine type.
284 * acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
285 _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
294 * acx.m4: Name cache variables properly.
295 (NCN_STRICT_CHECK_TOOL): If program is not found and
296 value-if-not-found is empty, use ${ncn_tool_prefix}$2 or $2,
297 depending on whether build != host or not.
298 (NCN_STRICT_CHECK_TARGET_TOOL): Ditto, with the target prefix.
303 * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
304 mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
305 mh-riscos, mh-sysv: Delete.
306 * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
307 mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
311 * mh-cygwin: Don't build libtermcap if it doesn't exist.
323 Retire common MPW configury bits.
324 * mpw-mh-mpw: Remove.
325 * mpw: Remove directory along with all of its files.
329 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
333 * mh-apollo68: remove unused HDEFINES setting.
334 * mh-dgux: remove unused HDEFINES setting.
335 * mh-dgux386: remove unused HDEFINES setting, duplicate RANLIB=true.
339 * mh-cxux: remove dead code
340 * mh-dgux386: remove dead code
341 * mh-hp300: remove dead code
342 * mh-hpux: remove dead code
343 * mh-hpux8: remove dead code
344 * mh-irix5: remove dead code
345 * mh-irix6: remove dead code
346 * mh-ncr3000: remove dead code
347 * mh-ncrsvr43: remove dead code
348 * mh-necv4: remove dead code
349 * mh-sco: remove dead code
350 * mh-solaris: remove dead code
351 * mh-sysv: remove dead code
352 * mh-sysv4: remove dead code
353 * mh-sysv5: remove dead code
354 * mh-irix4: remove, contains only dead code
357 * mt-elfalphapic: Delete.
358 * mt-i370pic: Delete.
359 * mt-ia64pic: Delete.
360 * mt-m68kpic: Delete.
363 * mt-s390pic: Delete.
364 * mt-sparcpic: Delete.
369 * mh-a68bsd: clean out dead code
370 * mh-apollo68: clean out dead code
371 * mh-cxux: clean out dead code
372 * mh-decstation: clean out dead code
373 * mh-dgux: clean out dead code
374 * mh-dgux386: clean out dead code
375 * mh-hp300: clean out dead code
376 * mh-hpux: clean out dead code
377 * mh-hpux8: clean out dead code
378 * mh-interix: clean out dead code
379 * mh-irix4: clean out dead code
380 * mh-lynxrs6k: clean out dead code
381 * mh-mingw32: clean out dead code
382 * mh-ncr3000: clean out dead code
383 * mh-ncrsvr43: clean out dead code
384 * mh-necv4: clean out dead code
385 * mh-openedition: clean out dead code
386 * mh-riscos: clean out dead code
387 * mh-sco: clean out dead code
388 * mh-sysv4: clean out dead code
389 * mh-lynxos: removed, contained only dead code
390 * mh-vaxult2: removed, contained only dead code
391 * mh-sun3: removed, contained only dead code
395 * acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
397 (CYG_AC_PATH_TKCONFIG): Likewise.
401 * acinclude.m4: Fix spelling error of "separate" as "seperate".
405 * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
409 * mt-alphaieee: New file.
413 * mh-djgpp: do not set CFLAGS.
417 * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
418 modify 'gcc_version'.
422 * mh-ia64pic: New file.
423 * mt-ia64pic: New file.
427 * mh-s390pic: New file.
428 * mt-s390pic: New file.
432 * mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
436 * mh-irix6 (CC): Don't set it.
440 * mh-sparcpic: Use single instead of double quotes.
441 * mt-sparcpic: Likewise.
445 * acinclude.m4: Updated for Incr Tcl 3.0.
449 * mh-i370pic: New file.
450 * mt-i370pic: New file.
454 * mt-wince: new file: Makefile fragment for WinCE targets.
458 * mh-aix43: Delete, move to mt-aix43.
459 * mt-aix43: New file.
463 * mh-openedition: New file.
467 * mt-d30v: New file, pass -g -Os -Wa,-C as default options.
472 * mh-djgpp: New. Renamed from mh-go32.
480 * acinclude.m4: Added macros to find itcl files.
481 Export TCL_CFLAGS from tclConfig.sh.
482 Export TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH, ITCL_LIB_FULL_PATH,
483 ITK_LIB_FULL_PATH, and TIX_LIB_FULL_PATH
484 Replace TIX macros with better ones from snavigator.
489 * mt-armpic: Likewise.
493 * mh-interix: New file.
497 * cygwin.mh: Activate commented out dependencies for
506 * mt-cygwin: New file. libtermcap target info.
510 * cygwin.mh: Add extra libtermcap target information.
511 Add commented out dependency for gdb to libtermcap for
512 future readline requirement.
516 * mh-cygwin32: delete
517 * mh-cygwin: was mh-cygwin32
521 * acinclude.m4: TCLHDIR and TKHDIR need to be run through
522 cygpath for Microsoft builds.
526 * acinclude.m4: Re-exported TCL_LIBS and TCL_LD_SEARCH_FLAGS
527 because itcl needs them.
531 * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
535 * mh-aix43: New file.
539 * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
543 * acinclude.m4: New collection of generic autoconf macros.
547 * mt-ospace: New file, support using -Os instead of -O2 to compile
552 * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
556 * mh-svsv5: New file - support for SCO UnixWare 7 / SVR5.
560 * mh-cygwin32: stop configuring and building dosrel.
564 * mh-sparcpic (PICFLAG): Define to properly according
565 to current multilib configuration.
566 * mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly
567 according to current multilib configuration.
571 * mh-mingw32: New file.
575 * mh-elfalphapic, mt-elfalphapic: New files.
579 * mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is used.
583 * mh-cygwin32: ok to build split texinfo files
587 * mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer.
591 * mh-ppcpic: New file.
592 * mt-ppcpic: New file.
596 * mh-cygwin32: override CXXFLAGS, setting to -O2 only
601 * mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info
602 isn't included in cygwin32-hosted libgcc2.a by default
606 * mh-cygwin32: override CFLAGS so debug info isn't included
607 in cygwin32-hosted tools by default
615 * mt-ppc: Delete file, options moved to newlib configure.
619 * mh-windows: Add rules for building MSVC makefiles.
623 * mh-windows (HOST_FLAGS): Set srcroot, which is needed
624 for MSVC build procedure.
628 * mh-windows: Add support for windows host
629 (that is a build done under the Microsoft build environment).
633 * mh-dgux386: New file. x86 dgux specific flags
637 * mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.
638 (EXTRALIBS_PPC): Use shared libraries instead of xcoff.
642 * mh-cygwin32: don't -D_WIN32 here anymore
646 * mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
647 with normal Windows compilation environment.
651 * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
652 (EXTRALIBS_PPC): Add libgcc.xcoff.
656 * mt-ppc: New file, add -mrelocatable-lib and -mno-eabi to all
657 target builds for PowerPC eabi targets.
661 * mpw: New subdir, Mac MPW configuration support bits.
665 * mh-irix6: New file.
669 * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.
673 * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.
677 * mh-cygwin32: new file. Like mh-go32 without the CFLAGS entry.
681 * mh-go32 (CFLAGS): Define.
685 * mh-necv4: New file.
689 * mh-cxux (CC): New variable.
690 (CFLAGS, LDFLAGS): Remove.
691 * mh-ncrsvr43 (CC): New variable.
693 * mh-solaris (CFLAGS): Remove.
695 * mh-go32: Remove most variable settings, since they presumed a
696 Canadian Cross, which is now handled correctly by the configure
699 * mh-sparcpic (PICFLAG): Set to -fPIC, not -fpic.
703 * mh-m68kpic, mt-m68kpic: New files.
707 * mpw-mh-mpw (CC_MWC68K): Add options similar to those used
708 in CC_MWCPPC, and -mc68020 -model far.
709 (AR_MWLINK68K): Add -xm library.
711 (CC_LD_MWLINK68K): Remove -d.
712 (EXTRALIBS_MWC68K): Define.
716 * mh-ncrsvr43 (CFLAGS): Remove -Hnocopyr.
720 * mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler
721 defaults to K&R mode, but doesn't have varargs.h, so we have to
722 compile in ANSI mode.
726 * mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
727 RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
731 * mh-i386win32: add LD_FOR_TARGET.
735 * mpw-mh-mpw (CC_MWC68K, CC_MWCPPC): Remove unused include path.
736 (CC_MWCPPC): Add -mpw_chars, disable warnings, add comments
737 explaining reasons for various flags.
738 (EXTRALIBS_PPC, EXTRALIBS_MWCPPC ): Put runtime library first.
742 * mh-aix, mh-sun: Removed.
744 * mh-decstation (X11_EXTRA_CFLAGS): Define.
746 * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
748 * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
749 hardcode location of X stuff here.
753 * mpw-mh-mpw: Add definitions for various 68K and PowerMac
754 compilers, add definitions for library and link steps for
759 * mh-ncrsvr43: Removed AR_FLAGS
763 * mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
764 "too much defining" errors from the HPUX compiler.
768 * mh-hp300 (RANLIB): Use "ar ts", in case GNU ar was used and
769 didn't build a symbol table.
773 * mpw-mh-mpw (CC): Define ANSI_PROTOTYPES.
777 * m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
781 * mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
784 * mpw-mh-mpw (CC): Define ALMOST_STDC.
785 (CFLAGS): Remove ALMOST_STDC, -mc68881.
788 * mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of
791 * mpw-mh-mpw: New file, host makefile definitions for MPW.
795 * mt-netware: New file.
801 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
803 * mh-solaris: SunPRO C needs -Xs to be able to get a
804 working xmakefile for Emacs.
808 * mh-hpux8: New file.
809 * mh-hpux: Use X11R5 rather than X11R4.
813 * mh-linux (SYSV): Don't define.
814 (RANLIB): Don't define.
818 * m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
822 * m[th]-*pic: Support --enable-shared.
826 * mh-irix4 (CC): Increase maximum string length.
828 * mh-sco (CC): Define away const, it doesn't work right; elements
829 of arrays of ptr-to-const are considered const themselves.
837 * mh-ncrsvr43: New file from Tom McConnell
842 * mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
843 errors from the HPUX 8 compilers.
847 * mh-go32: New fragment.
851 * mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
852 unique in 8.3 naming schemes.
856 * mh-lynxrs6k: set SHELL to /bin/bash
860 * mh-irix4 (CC): Change -XNh1500 to -XNh2000.
862 Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
864 * mh-lynxosrs6k: Account for lack of ranlib!
872 * mh-irix5: New file for Irix 5.
876 * mh-a68bsd: Define CC to gcc.
880 * mh-linux: Don't put -static in LDFLAGS. Add comments.
884 * mh-sysv4 (AR_FLAGS): change from cq to cr
888 * mh-unixware: remove. It's the same as sysv4, and config.guess
889 can't tell the difference. So don't allow skew.
893 * mh-hp300: Revert yesterday's change, but add comment explaining.
897 * mh-hp300: Don't define CFLAGS to empty. Why should hp300 be
898 different from anything else? ("gdb doesn't understand the native
899 debug format" isn't a good enough answer because we might be using
904 * mh-alphaosf: Remove, no longer necessary now that gdb knows
905 how to handle OSF/1 shared libraries.
909 * mh-alphaosf: New file.
913 * mh-riscos: New file.
915 Mon Jun 14 12:03:18 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
917 * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
918 mh-ncr3000, mh-solaris, mh-sysv, mh-sysv4: remove INSTALL=cp line,
919 now that we're using install.sh globally
923 * mh-sysv4 (INSTALL): Use cp, not /usr/ucb/install.
925 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
927 * mh-delta88: remove extraneous GCC references
931 * mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
932 mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
933 Makefile fragment files.
937 * mh-irix4: Bump -XNh value to 1500 to match gcc requirements.
939 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
941 * mh-sun3: cc needs -J to compile cp-parse.c correctly
943 * mh-solaris: SunPRO C needs -Xs to be able to get a
944 working xmakefile for Emacs.
948 * mh-aix386: New file; old mh-aix, plus no-op RANLIB.
952 * mh-vaxult2: New file.
954 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
956 * mh-sco: define X11_LIB to the mess that SCO ODT requires
960 * mh-sco: Don't override BISON definition.
962 Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
964 * mh-sco: don't default $(CC) to gcc
966 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
968 * mh-solaris: rework standard X location to use
969 $OPENWINHOME, if defined.
971 * mh-sun: handle X11 include locations
973 * mh-decstation: define NeedFunctionPrototypes to 0, to
974 work around dain-bramaged DECwindows include files
976 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
978 * mh-hpux, mh-solaris: define the "standard" locations for
979 the vendor supplied X11 headers and libraries
981 Thu Oct 1 13:50:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
983 * mh-solaris: INSTALL is NOT /usr/ucb/install
987 * mt-ose68000, mt-ose68k: renamed from mt-OSE*.
989 Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
991 * mh-solaris: removed the -xs from CFLAGS (let the people
992 with Sun's C compiler deal with it themselved)
996 * mt-OSE68k, mt-680000: new configs.
1000 * mh-irix4: merged changes from progressive.
1002 Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
1004 * mh-solaris: Use -xs when compiling so that Sun-C puts
1005 a symbol-table into the executable.
1009 * mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
1010 it is broken on ncr 3000's.
1014 * Everywhere: Change RANLIB=echo>/dev/null (which confuses
1015 some shells - and I don't blame them) to RANLIB=true.
1016 * mh-solaris: Use /usr/ucb/install for INSTALL.
1018 Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
1020 * mh-ncr3000, mh-sysv4: Add INSTALL.
1022 Sun May 31 14:45:23 1992 Mark Eichin (eichin at cygnus.com)
1024 * mh-solaris2: Add new configuration for Solaris 2 (sysv, no ranlib)
1028 * mh-delta88, mh-ncr3000: Replace MINUS_G with
1029 CFLAGS per new configuration strategy.
1033 * mh-ncr3000: Add new configuration for NCR 3000.
1035 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
1037 * mh-irix4: Port to SGI Irix-4.x.
1039 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
1041 * mh-sco: Fix SCO configuration stuff.
1043 Tue Dec 10 00:10:55 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1045 * ChangeLog: fresh changelog.