From 7a61fe49795002a604094c4f7f9612cabbb30d4a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 29 Jul 2015 06:07:00 -0700 Subject: * stream.c: Rearranging definitions and declarations so that code for each stream type is together. Moving catenated streams above utility functions, so they are together with other stream definitions. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bea91235..dd39ac58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-07-29 Kaz Kylheku + + * stream.c: Rearranging definitions and declarations so that + code for each stream type is together. Moving catenated + streams above utility functions, so they are together with + other stream definitions. + 2015-07-28 Kaz Kylheku Centered fields in format. -- cgit v1.2.3