Browse Source

[master] formatting cleanup

On line 32 use two tabs before the committer username.
234.    [func]      jerry
On line 37 use two tabs before the committer username.
233.    [func]      stephen
On line 41 use two tabs before the committer username.
232.    [func]      stephen
Line 43 is too long ( 72 )
        altered the message file format.  The message is now flagged with a "%"
On line 48 use two tabs before the committer username.
231.    [func]*     vorner
Line 50 is too long ( 73 )
        logger.foo(MESSAGE_ID).arg(bar); instead of logger.foo(MESSAGE_ID, bar);
Line 51 is too long ( 72 )
        internally. The message definitions use '%1,%2,...' instead of '%s,%d',
See http://bind10.isc.org/wiki/ChangeLogDetails
Jeremy C. Reed 14 years ago
parent
commit
1ce058332d
1 changed files with 14 additions and 12 deletions
  1. 14 12
      ChangeLog

+ 14 - 12
ChangeLog

@@ -29,28 +29,30 @@
 	(Trac #813, git ffa2f0672084c1f16e5784cdcdd55822f119feaa)
 	(Trac #893, git 5aaa6c0f628ed7c2093ecdbac93a2c8cf6c94349)
 
-234.	[func]      jerry
+234.	[func]		jerry
 	src/bin/xfrin: update xfrin to use TSIG. Currently it only supports
 	sending a signed TSIG request or SOA request.
 	(Trac #815, git a892818fb13a1839c82104523cb6cb359c970e88)
 
-233.	[func]      stephen
+233.	[func]		stephen
 	Added new-style logging statements to the NSAS code.
 	(Trac #745, git ceef68cd1223ae14d8412adbe18af2812ade8c2d)
 
-232.	[func]      stephen
-	To facilitate the writing of extended descriptions in message files,
-	altered the message file format.  The message is now flagged with a "%"
-	as the first non-blank character in the line and the lines in the
-	extended description are no longer preceded by a "+".
+232.	[func]		stephen
+	To facilitate the writing of extended descriptions in
+	message files, altered the message file format.  The message
+	is now flagged with a "%" as the first non-blank character
+	in the line and the lines in the extended description are
+	no longer preceded by a "+".
 	(Trac #900, git b395258c708b49a5da8d0cffcb48d83294354ba3)
 
-231.	[func]*     vorner
+231.	[func]*		vorner
 	The logging interface changed slightly. We use
-	logger.foo(MESSAGE_ID).arg(bar); instead of logger.foo(MESSAGE_ID, bar);
-	internally. The message definitions use '%1,%2,...' instead of '%s,%d',
-	which allows us to cope better with mismatched placeholders and allows
-	reordering of them in case of translation.
+	logger.foo(MESSAGE_ID).arg(bar); instead of logger.foo(MESSAGE_ID,
+	bar); internally. The message definitions use '%1,%2,...'
+	instead of '%s,%d', which allows us to cope better with
+	mismatched placeholders and allows reordering of them in
+	case of translation.
 	(Trac901, git 4903410e45670b30d7283f5d69dc28c2069237d6)
 
 230.	[bug]		naokikambe