diff --git a/ChangeLog b/ChangeLog index 362d9b5..ed6919c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Flenser project ============================================================================= +flenser-0.0.0 [Feb 28, 2025] + flenser-3.2.0 [Feb 28, 2025] +- Forked from dillo. @@ -10,6 +12,7 @@ flenser-3.2.0 [Feb 28, 2025] - The coding style and related guides are hereby "abolished". - The general architecture of modules and such will remain unchanged for now. - I'll start by moving to smart pointers and RAII anywhere I can. + - Not really version 3.2.0. I'll roll the version back to 0. ============================================================================= Dillo project diff --git a/Makefile.am b/Makefile.am index ced4a8c..b18864c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,13 @@ SUBDIRS = lout dw dlib dpip src doc dpid dpi test -dist_bin_SCRIPTS = dillo-install-hyphenation +dist_bin_SCRIPTS = flenser-install-hyphenation -EXTRA_DIST = README.md Doxyfile dillorc install-dpi-local d_size.h +EXTRA_DIST = README.md Doxyfile flenserrc install-dpi-local d_size.h -sysconf_DATA = dillorc +sysconf_DATA = flenserrc desktopdir = $(datadir)/applications -desktop_DATA = dillo.desktop +desktop_DATA = flenser.desktop appicon48dir = $(datadir)/icons/hicolor/48x48/apps/ appicon48_DATA = icons/48x48/dillo.png diff --git a/configure.ac b/configure.ac index 3b6bf18..f359704 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with aclocal, autoconf and automake. -AC_INIT([dillo], [3.2.0]) +AC_INIT([flenser], [0.0.0]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET AM_INIT_AUTOMAKE -AC_CONFIG_SRCDIR([src/dillo.cc]) +AC_CONFIG_SRCDIR([src/flenser.cc]) AC_CONFIG_HEADERS([config.h]) sysconfdir=${sysconfdir}/${PACKAGE} diff --git a/doc/user_help.in.html b/doc/user_help.in.html index e5715e0..4eaa006 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -2,7 +2,7 @@ - Dillo User Manual + Flenser User Manual