diff options
| author | Francesco Potortì | 2008-08-25 07:49:19 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2008-08-25 07:49:19 +0000 |
| commit | 0d80bf29197cf4d954276602f65281617877fb0f (patch) | |
| tree | 65ee3735f1b24aed3779bdcf7ca4f3f36bebc960 /lib-src/ChangeLog | |
| parent | d3706fa95c517638493bd57fbbd19c4eee2533fe (diff) | |
| download | emacs-0d80bf29197cf4d954276602f65281617877fb0f.tar.gz emacs-0d80bf29197cf4d954276602f65281617877fb0f.zip | |
2008-08-25 Francesco Potort�<pot@gnu.org>
* etags.c (main): Do not use static space for the tagfile string.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 48337e983e9..5d577b32beb 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-25 Francesco Potortì <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (main): Do not use static space for the tagfile string. | ||
| 4 | |||
| 1 | 2008-08-17 Francesco Potortì <pot@gnu.org> | 5 | 2008-08-17 Francesco Potortì <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * etags.c (main): Use canonicalize_filename on tags file name. | 7 | * etags.c (main): Use canonicalize_filename on tags file name. |