diff options
Diffstat (limited to 'lib-src')
| -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 | ||