comparison lib-src/ChangeLog @ 37720:729181f245b9

Small etags.c and etags.1 changes.
author Francesco Potortì <pot@gnu.org>
date Mon, 14 May 2001 12:58:29 +0000
parents 0809fd6e4d2d
children 68224ef83a38
comparison
equal deleted inserted replaced
37719:9c4fdf982ba2 37720:729181f245b9
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
4 namespace_stack. 12 namespace_stack.
5 13
13 example in quotes. 21 example in quotes.
14 22
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
22 * emacsclient.c (fail, main): Don't use implicit int return type. 30 * emacsclient.c (fail, main): Don't use implicit int return type.
23 31