diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c0df532fbb6..42a44f9712d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-05-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix rcs2log problems with CVS. | ||
| 4 | Problem reported by Glenn Morris in | ||
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. | ||
| 6 | Plus, fix some security and filename quoting problems. | ||
| 7 | * rcs2log (logdir): Prefer mktemp if available. | ||
| 8 | (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces. | ||
| 9 | (output_authors, main awk script): Parse more-recent CVS output format. | ||
| 10 | |||
| 1 | 2014-05-03 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-05-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Handle systems without WCONTINUED consistently. (Bug#15110, 17339) | 13 | Handle systems without WCONTINUED consistently. (Bug#15110, 17339) |