texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Tue, 15 Aug 2023 06:12:47 -0400 (EDT)

branch: master
commit 4143858d26e698551d281c11ef5922fd932aaf40
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 15 10:54:54 2023 +0100

    * ChangeLog, texindex/ChangeLog: Move texindex ChangeLog entries
    into top-level file.
---
 ChangeLog            | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++
 texindex/ChangeLog   | 230 ------------------------------------------------
 texindex/Makefile.am |   2 +-
 3 files changed, 241 insertions(+), 231 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3e3266b580..66a89b9691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-15  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * ChangeLog, texindex/ChangeLog: Move texindex ChangeLog entries
+       into top-level file.
+
 2023-08-15  Gavin Smith <gavinsmith0123@gmail.com>
 
        * tp/maintain/regenerate_cmd_tests.sh,
@@ -10245,3 +10250,238 @@ Copyright 2022-2023 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
+
+
+texindex originally had its own ChangeLog, the contents whereof are moved here:
+
+2019-05-19         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Prose updates.
+
+2019-05-14         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Typo fixes in main menu.
+
+2019-05-12         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Add escape function and call, fixes things when
+       backslash is the command character.  Remove @code around the
+       names of the nodes for the helper functions.
+       * jrweave: Merge with latest version in TexiWeb Jr. (This
+       version use @subentry.)
+
+2019-04-11         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Update about testing - works on 5 different awks!
+
+2019-04-10         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Simplify comparison algorithm.
+
+2019-04-09         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Final polish.
+
+2019-04-08         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Lots of polish.
+
+2019-04-07         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Improve commentary on sorting. Index TRUE and FALSE.
+       Make fatal() function more portable.
+
+2019-04-05         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * jrweave: Use @sortas for chunk index entries to avoid < and >.
+       Use @subentry also.
+       * ti.twjr: Print see also after page numbers. Adjust logic and
+       sorting.
+
+2019-04-03         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Revise sorting to use the subkeys.
+       Add `@set txiindexlessthanignore'.
+
+2019-04-01         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Finish adding indexing of program variables etc.
+       * jrweave: Fix 'do not edit' banner.
+       * ti.twjr: Bug fixes in page numbers, seealso mixed with multilevel
+       entries.
+
+2019-03-28         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Lots of polish to code and doc. Almost done.
+       * ti.twjr: Make sure all chunk names start with an upper case
+       letter.
+
+2019-03-27         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Finish up new code. Some initial testing.
+       * jrweave, jrtangle: Update to latest versions.
+
+2019-03-25         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Rearrange, start on line parsing.
+
+2019-03-18         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Finish up printing code.
+
+2019-03-17         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Reformat code.
+
+2019-03-15         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Outline algorithm for printing entries.
+
+2019-03-14         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Very initial start at printing entries.
+
+2019-03-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Pretty much finish off the requirements chapter.
+
+2019-03-12         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Started expansion of requirements chapter.
+
+2019-03-08         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Fix "the the", http --> https, remove unnecessary
+       semicolons, add History section. Remove references to unimplemented
+       -o option.
+
+2019-03-06         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Add Command_char to list of special characters.
+
+2015-02-27         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * jrweave, jrtangle: Updated to current version. In particular,
+       jrtangle should work out of the box on Windows, thanks to
+       Eli Zaretskii.
+
+2015-01-08  Karl Berry  <karl@gnu.org>
+
+       * version.texi: remove, no easy way to automatically update it.
+       * ti.twjr,
+       * Makefile.am (do_subst, texindex.awk, ti.texi): use substitutions
+       for @VERSION@ and @UPDATED@ instead.
+
+       * texindex.in: also look for ../share/texinfo/texindex.awk,
+       relative to dirname $0.
+
+       * ti.twjr (Invocation_name): new global, renamed from Prgname.
+       (usage): use it, a la coreutils.
+       * texindex.in: pass it (value $0), with -v.
+       
+       * Makefile.am (EXTRA_DIST): dek_idx.png rename.
+
+2015-01-06  Karl Berry  <karl@gnu.org>
+
+       first merge into automake:
+       * texindex/Makefile.am: new file.
+       * texindex/texindex.in: new file.
+       * texindex/README: update.
+       (see also ../ChangeLog.)
+
+2014-12-30         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Remove `@xrefautomaticsectiontitle on'. It's now
+       supplied by jrweave.
+       * jrweave: Updated.
+
+2014-12-26         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Restore use of `@xrefautomaticsectiontitle on'.
+       And restore support for vim editing.
+
+2014-12-15  Karl Berry  <karl@gnu.org>
+
+       * ti.twjr: convert to minimal Texinfo conventions
+       instead of Arnold's published-book conventions.
+
+2014-12-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * jrtangle, jrweave: Updated with versions that include
+       github location.
+
+2014-08-07         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Typo fix in an index entry. Change the update month
+       and increase version to 0.95.
+
+2014-05-30         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * README: New file.
+       * tests: New directory with some regression tests.
+       * jrtangle, jrweave: Copied from TexiWebJr to have standalone.
+
+       *****
+
+       * All: Pushed to https://github.com/arnoldrobbins/texindex.
+
+2014-04-26         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Remove summaries appendix. Not needed with better
+       formatting from jrweave.  Bump version to 0.94.
+
+2014-04-16         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Bug fix. Multiple files had junk in second and
+       subsequent output files. Needed to clear out more data between
+       files. Bump version to 0.93.
+
+2014-03-21         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: General cleanup and finalizatio of the text. Bump
+       version to 0.92.
+
+2014-03-17         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Fix case in chunk names.
+
+2014-03-14         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Add a few commands to make the PDF nicer.
+
+2014-03-04         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Polished up. Add an XKCD cartoon. Bump version to 0.9.
+       * donald_knuth.jpg: New file.
+
+2014-03-03         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Rework where initial extraction is done. Set up to
+       produce \{ and \}. Works when used with itself to sort the
+       index!  Woo hoo!
+
+2014-02-27         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Revise extraction of the initial as per Karl.
+       Still needs more documentation but I think we've hit
+       functionally complete.
+
+2014-02-26         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Sorting in and seems to work well. Still need to add
+       more descriptive prose.  Did some cleanup and added menus.
+
+2014-02-25         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr: Just about done, except for sorting.
+
+2014-02-24         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * ti.twjr, texinfo.tex, Makefile: Initial check-in.
+
+Copyright 2014, 2015 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
+
diff --git a/texindex/ChangeLog b/texindex/ChangeLog
deleted file mode 100644
index e36debd2c5..0000000000
--- a/texindex/ChangeLog
+++ /dev/null
@@ -1,230 +0,0 @@
-2019-05-19         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Prose updates.
-
-2019-05-14         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Typo fixes in main menu.
-
-2019-05-12         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Add escape function and call, fixes things when
-       backslash is the command character.  Remove @code around the
-       names of the nodes for the helper functions.
-       * jrweave: Merge with latest version in TexiWeb Jr. (This
-       version use @subentry.)
-
-2019-04-11         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Update about testing - works on 5 different awks!
-
-2019-04-10         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Simplify comparison algorithm.
-
-2019-04-09         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Final polish.
-
-2019-04-08         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Lots of polish.
-
-2019-04-07         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Improve commentary on sorting. Index TRUE and FALSE.
-       Make fatal() function more portable.
-
-2019-04-05         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * jrweave: Use @sortas for chunk index entries to avoid < and >.
-       Use @subentry also.
-       * ti.twjr: Print see also after page numbers. Adjust logic and
-       sorting.
-
-2019-04-03         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Revise sorting to use the subkeys.
-       Add `@set txiindexlessthanignore'.
-
-2019-04-01         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Finish adding indexing of program variables etc.
-       * jrweave: Fix 'do not edit' banner.
-       * ti.twjr: Bug fixes in page numbers, seealso mixed with multilevel
-       entries.
-
-2019-03-28         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Lots of polish to code and doc. Almost done.
-       * ti.twjr: Make sure all chunk names start with an upper case
-       letter.
-
-2019-03-27         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Finish up new code. Some initial testing.
-       * jrweave, jrtangle: Update to latest versions.
-
-2019-03-25         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Rearrange, start on line parsing.
-
-2019-03-18         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Finish up printing code.
-
-2019-03-17         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Reformat code.
-
-2019-03-15         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Outline algorithm for printing entries.
-
-2019-03-14         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Very initial start at printing entries.
-
-2019-03-13         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Pretty much finish off the requirements chapter.
-
-2019-03-12         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Started expansion of requirements chapter.
-
-2019-03-08         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Fix "the the", http --> https, remove unnecessary
-       semicolons, add History section. Remove references to unimplemented
-       -o option.
-
-2019-03-06         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Add Command_char to list of special characters.
-
-2015-02-27         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * jrweave, jrtangle: Updated to current version. In particular,
-       jrtangle should work out of the box on Windows, thanks to
-       Eli Zaretskii.
-
-2015-01-08  Karl Berry  <karl@gnu.org>
-
-       * version.texi: remove, no easy way to automatically update it.
-       * ti.twjr,
-       * Makefile.am (do_subst, texindex.awk, ti.texi): use substitutions
-       for @VERSION@ and @UPDATED@ instead.
-
-       * texindex.in: also look for ../share/texinfo/texindex.awk,
-       relative to dirname $0.
-
-       * ti.twjr (Invocation_name): new global, renamed from Prgname.
-       (usage): use it, a la coreutils.
-       * texindex.in: pass it (value $0), with -v.
-       
-       * Makefile.am (EXTRA_DIST): dek_idx.png rename.
-
-2015-01-06  Karl Berry  <karl@gnu.org>
-
-       first merge into automake:
-       * texindex/Makefile.am: new file.
-       * texindex/texindex.in: new file.
-       * texindex/README: update.
-       (see also ../ChangeLog.)
-
-2014-12-30         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Remove `@xrefautomaticsectiontitle on'. It's now
-       supplied by jrweave.
-       * jrweave: Updated.
-
-2014-12-26         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Restore use of `@xrefautomaticsectiontitle on'.
-       And restore support for vim editing.
-
-2014-12-15  Karl Berry  <karl@gnu.org>
-
-       * ti.twjr: convert to minimal Texinfo conventions
-       instead of Arnold's published-book conventions.
-
-2014-12-13         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * jrtangle, jrweave: Updated with versions that include
-       github location.
-
-2014-08-07         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Typo fix in an index entry. Change the update month
-       and increase version to 0.95.
-
-2014-05-30         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * README: New file.
-       * tests: New directory with some regression tests.
-       * jrtangle, jrweave: Copied from TexiWebJr to have standalone.
-
-       *****
-
-       * All: Pushed to https://github.com/arnoldrobbins/texindex.
-
-2014-04-26         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Remove summaries appendix. Not needed with better
-       formatting from jrweave.  Bump version to 0.94.
-
-2014-04-16         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Bug fix. Multiple files had junk in second and
-       subsequent output files. Needed to clear out more data between
-       files. Bump version to 0.93.
-
-2014-03-21         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: General cleanup and finalizatio of the text. Bump
-       version to 0.92.
-
-2014-03-17         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Fix case in chunk names.
-
-2014-03-14         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Add a few commands to make the PDF nicer.
-
-2014-03-04         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Polished up. Add an XKCD cartoon. Bump version to 0.9.
-       * donald_knuth.jpg: New file.
-
-2014-03-03         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Rework where initial extraction is done. Set up to
-       produce \{ and \}. Works when used with itself to sort the
-       index!  Woo hoo!
-
-2014-02-27         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Revise extraction of the initial as per Karl.
-       Still needs more documentation but I think we've hit
-       functionally complete.
-
-2014-02-26         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Sorting in and seems to work well. Still need to add
-       more descriptive prose.  Did some cleanup and added menus.
-
-2014-02-25         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr: Just about done, except for sorting.
-
-2014-02-24         Arnold D. Robbins     <arnold@skeeve.com>
-
-       * ti.twjr, texinfo.tex, Makefile: Initial check-in.
-
-Copyright 2014, 2015 Free Software Foundation, Inc.
-
-Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.
diff --git a/texindex/Makefile.am b/texindex/Makefile.am
index 038916e781..9fec5f2247 100644
--- a/texindex/Makefile.am
+++ b/texindex/Makefile.am
@@ -1,7 +1,7 @@
 # Makefile.am for texinfo/texindex.
 # Run automake in .. to produce Makefile.in from this.
 #
-# Copyright 2015-2019 Free Software Foundation, Inc.
+# Copyright 2015-2023 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without



reply via email to

[Prev in Thread] Current Thread [Next in Thread]