diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 14e9be8ba84..6845e39eae5 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-05-30 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * maintaining.texi (Types of Log File): Supplement some | ||
| 4 | information of change log files. | ||
| 5 | |||
| 1 | 2013-05-15 Juri Linkov <juri@jurta.org> | 6 | 2013-05-15 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * search.texi (Repeat Isearch): Mention key `RET' to finish | 8 | * search.texi (Repeat Isearch): Mention key `RET' to finish |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index c8d9e9f2087..33e398ebf75 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -342,7 +342,9 @@ before version control systems. | |||
| 342 | modification log for the entire system, which makes change log files | 342 | modification log for the entire system, which makes change log files |
| 343 | somewhat redundant. One advantage that they retain is that it is | 343 | somewhat redundant. One advantage that they retain is that it is |
| 344 | sometimes useful to be able to view the transaction history of a | 344 | sometimes useful to be able to view the transaction history of a |
| 345 | single directory separately from those of other directories. | 345 | single directory separately from those of other directories. Another |
| 346 | advantage is that commit logs can't be fixed in many version control | ||
| 347 | systems. | ||
| 346 | 348 | ||
| 347 | A project maintained with version control can use just the version | 349 | A project maintained with version control can use just the version |
| 348 | control log, or it can use both kinds of logs. It can handle some | 350 | control log, or it can use both kinds of logs. It can handle some |