diff options
| author | Francesco Potortì | 2001-05-14 12:58:29 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-05-14 12:58:29 +0000 |
| commit | fa82947011d0a00210c2e52d0792a6fc7b826796 (patch) | |
| tree | 0fe9957fc3f206966feadd45c167aa35a0b94642 /lib-src/ChangeLog | |
| parent | 7e88eb250e6eb9eb4d69e81ebfafa3fad33bca31 (diff) | |
| download | emacs-fa82947011d0a00210c2e52d0792a6fc7b826796.tar.gz emacs-fa82947011d0a00210c2e52d0792a6fc7b826796.zip | |
Small etags.c and etags.1 changes.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3bf9ca683b0..86fa5f449be 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-05-14 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * /cvs/emacs/lib-src/etags.c (add_regex): | ||
| 4 | Reset the whole newly allocated pattern buffer instead of | ||
| 5 | the individual members. It's safer and works with Xemacs. | ||
| 6 | |||
| 7 | * /cvs/emacs/lib-src/etags.1: Markups corrected. | ||
| 8 | |||
| 1 | 2001-05-08 Gerd Moellmann <gerd@gnu.org> | 9 | 2001-05-08 Gerd Moellmann <gerd@gnu.org> |
| 2 | 10 | ||
| 3 | * ebrowse.c (enter_namespace): Fix reallocation of | 11 | * ebrowse.c (enter_namespace): Fix reallocation of |
| @@ -15,7 +23,7 @@ | |||
| 15 | 2001-04-05 Dave Love <fx@gnu.org> | 23 | 2001-04-05 Dave Love <fx@gnu.org> |
| 16 | 24 | ||
| 17 | * emacsclient.c (fail): Don't return a value. | 25 | * emacsclient.c (fail): Don't return a value. |
| 18 | (main): Cast uid values for sprintf. | 26 | (main): Cast uid values for sprintf. |
| 19 | 27 | ||
| 20 | 2001-04-03 Gerd Moellmann <gerd@gnu.org> | 28 | 2001-04-03 Gerd Moellmann <gerd@gnu.org> |
| 21 | 29 | ||