diff options
| author | Glenn Morris | 2014-05-25 19:28:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-25 19:28:09 -0700 |
| commit | 015936fba1bcaa51b7886a73144d4c088200c0aa (patch) | |
| tree | c9628339352c1a97e574df28966e977143c43e41 /lib-src/ChangeLog | |
| parent | 5e26d9849a79bf78fda821979fc937f7e5e6df52 (diff) | |
| parent | e8f2cc26e712f42f6391fa52cd67c3e791096f1e (diff) | |
| download | emacs-015936fba1bcaa51b7886a73144d4c088200c0aa.tar.gz emacs-015936fba1bcaa51b7886a73144d4c088200c0aa.zip | |
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
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 3ac401b16a3..cedd9ab8965 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-05-26 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-19 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-05-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Remove dependencies on getline and getdelim. | 13 | Remove dependencies on getline and getdelim. |