diff options
Diffstat (limited to 'lib-src')
| -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 a0c2b26de05..f2ac9d90a40 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-03-22 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of | ||
| 4 | `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows | ||
| 5 | the latter usage. | ||
| 6 | |||
| 1 | 2002-03-12 Francesco Potorti` <pot@gnu.org> | 7 | 2002-03-12 Francesco Potorti` <pot@gnu.org> |
| 2 | 8 | ||
| 3 | * etags.c (Python_functions): Skip spaces at beginning of lines. | 9 | * etags.c (Python_functions): Skip spaces at beginning of lines. |