diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 199d46f4984..bf4d500921b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * etags.c (emacs_strchr, emacs_strrchr): Remove. | ||
| 4 | All uses replaced by strchr and strrchr, which are on all | ||
| 5 | target platforms now. | ||
| 6 | |||
| 1 | 2014-07-15 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-07-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Use "b" flag more consistently; avoid "t" (Bug#18006). | 9 | Use "b" flag more consistently; avoid "t" (Bug#18006). |