# # patch "ChangeLog" # from [6493dc3c287ce52628b5bb92d13e053bf1e3a83d] # to [8a625b063b1098911327a62a4d9764d59292d1bc] # # patch "monotone.texi" # from [8c87d78f0fd385725bd9cec646ddbddae29b9a34] # to [6af8010a77694d7c0f63a0a457c805cdc3729754] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,11 @@ +2005-07-05 Richard Levitte + + * monotone.texi (Hooks): Add space after periods where there's + a lack of space. + + * NEWS: Correct the blurb about + get_netsync_{read,anonymous_read,write}_permitted + 2005-07-05 Nathaniel Smith * NEWS: Add more explicit note on how to upgrade. --- monotone.texi +++ monotone.texi @@ -5338,7 +5338,7 @@ netsync. @var{certs} is a lua table containing one subtable for each cert attached to the revision @var{new_id}. These subtables have fields named "key", "name", and "value", containing the signing key for the cert, -the name of the cert, and the value of the cert.There is no default +the name of the cert, and the value of the cert. There is no default definition for this hook. @item note_netsync_cert_received (@var{rev_id}, @var{key}, @@ -5348,13 +5348,13 @@ that the cert is attached to was not also received in the same netsync operation. @var{rev_id} is the revision id that the cert is attached to, @var{key} is the key that the cert is signed with, @var{name} is the name -of the cert, and @var{value} is the cert value.There is no default +of the cert, and @var{value} is the cert value. There is no default definition for this hook. @item note_netsync_pubkey_received (@var{keyname}) Called by monotone after a pubkey is received through netsync. @var{keyname} -is the name of the key received.There is no default definition for this hook. +is the name of the key received. There is no default definition for this hook. @item get_branch_key (@var{branchname})