From 9c4e8e366b49d557ea6c13fe8890295d3a7434c2 Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Wed, 21 Nov 2001 23:38:43 +0000 Subject: [PATCH] Removed reference to no longer practiced * in ChangeLog convention. --- HACKING | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/HACKING b/HACKING index 23e01b956..88b70bd6f 100644 --- a/HACKING +++ b/HACKING @@ -416,18 +416,6 @@ When deprecating a definition, always follow this procedure: to do at each release. Add a reminder about the removal of the deprecated defintion at the appropriate release. -- When you make a user-visible change (i.e. one that should be -documented, and appear in NEWS, put an asterisk in column zero of the -start of the ChangeLog entry, like so: - -Sat Aug 3 01:27:14 1996 Gary Houston - -* * fports.c (scm_open_file): don't return #f, throw error. - -When you've written a NEWS entry and updated the documentation, go -ahead and remove the asterisk. The asterisks are used to find and -document changes that haven't been dealt with before a release. - - Please write log entries for functions written in C under the functions' C names, and write log entries for functions written in Scheme under the functions' Scheme names. Please don't do this: