From 131a8fecb3e2802859b5a567529c7e40f1b7158a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Jan 2003 11:51:43 +0000 Subject: *** empty log message *** --- config/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index eea64c117..f5c766d0f 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,19 @@ +2003-01-12 Jim Meyering + + Lots of syntactic clean-up, mostly from Karl Berry. + * install-sh: Use consistent indentation, two spaces per level. + (scriptversion): New variable. + Change initializations like `variable=""' to `variable='. + (usage): New variable. + Use `test', not `['. + Use `test -n "$var"', not `[ x"$var" = x ]'. + Use `test -z "$var"', not `[ x"$var" != x ]'. + Alphabetize case entries. + Accept --help and --version options. + Remove unnecessary `else :' clauses. + Add a `Local variables' eval block to help emacs users update + the time-stamp variable added above. + 2002-11-09 Jim Meyering Make it work even when names contain spaces or shell metachars. -- cgit v1.2.3-54-g00ecf