summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-12-13 10:56:03 +0000
committerMark Wielaard <mark@klomp.org>2005-12-13 10:56:03 +0000
commit1e9ea6cfbaad3451dcb7824487bc252bc5c53968 (patch)
treec4375dd407eef15f0ed825a4503a44a9d370c1e2
parent1f8b74c638a8bc81cfedfab28c66d9e81ab20707 (diff)
downloadclasspath-1e9ea6cfbaad3451dcb7824487bc252bc5c53968.tar.gz
* doc/hacking.texinfo: Add @bullet to all @itemize lists.
-rw-r--r--ChangeLog4
-rw-r--r--doc/hacking.texinfo8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 587c78335..2f7bd7235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-12-13 Mark Wielaard <mark@klomp.org>
+ * doc/hacking.texinfo: Add @bullet to all @itemize lists.
+
+2005-12-13 Mark Wielaard <mark@klomp.org>
+
* doc/hacking.texinfo (Branches): Explain "broken" branches a bit
more.
diff --git a/doc/hacking.texinfo b/doc/hacking.texinfo
index 7fc9469c3..34b1099fd 100644
--- a/doc/hacking.texinfo
+++ b/doc/hacking.texinfo
@@ -498,7 +498,7 @@ The following lists how code is formatted (and some other code
conventions):
-@itemize
+@itemize @bullet
@item
Java source files in GNU Classpath are encoded using UTF-8. However,
@@ -694,7 +694,7 @@ fail to compile the offending source code.
Some things are the same as in the normal GNU Coding Standards:
-@itemize
+@itemize @bullet
@item
Unnecessary braces can be removed, one line after an if, for, while as
@@ -833,7 +833,7 @@ merged back into the trunk) every GNU Classpath hacker with commit
access should feel free to create a branch. There are however a couple
of rules that every branch should follow:
-@itemize
+@itemize @bullet
@item All branches ought to be documented in the developer wiki at
@uref{http://developer.classpath.org/mediation/ClasspathBranches}, so
@@ -893,7 +893,7 @@ A good ChangeLog entry guideline can be found in the Guile Manual at
Here are some example to explain what should or shouldn't be in a
ChangeLog entry (and the corresponding commit message):
-@itemize
+@itemize @bullet
@item
The first line of a ChangeLog entry should be: