projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad73d85
)
No need to drop periods from section names.
author
Bruno Haible
<bruno@clisp.org>
Tue, 8 Jan 2008 01:24:39 +0000
(
02:24
+0100)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 8 Jan 2008 01:24:39 +0000
(
02:24
+0100)
ChangeLog
patch
|
blob
|
history
doc/gnulib-intro.texi
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 62ff4304f0b834f4d8b7df523d87a5cf8308dbdf..42ac58b988f0b74481d862d4e5b7d33d3eefe621 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2008-01-07 Bruno Haible <bruno@clisp.org>
+
+ * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
+ previous section name.
+
2008-01-07 Bruno Haible <bruno@clisp.org>
* lib/progname.c (set_program_name): Don't strip off a leading
diff --git
a/doc/gnulib-intro.texi
b/doc/gnulib-intro.texi
index 34f5f09dd4491e507b870e224a793f45ceba1a32..527fad58cb47e683c2ba3f2cc692c8d29ef97674 100644
(file)
--- a/
doc/gnulib-intro.texi
+++ b/
doc/gnulib-intro.texi
@@
-1,5
+1,5
@@
@node Library vs Reusable Code
-@section Library vs Reusable Code
+@section Library vs
.
Reusable Code
Classical libraries are installed as binary object code. Gnulib is
different: It is used as a source code library. Each package that uses