diff options
-rw-r--r-- | lib-src/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8efe8c3922b..bc9f8a1b6a3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2002-03-06 Jason Rumney <jasonr@gnu.org> + + * etags.c (put_entries): Use #if !CTAGS, to fix link error on + compilers that don't optimize out dead code. + 2002-03-05 Francesco Potorti` <pot@gnu.org> * etags.c: Honour #line directives. diff --git a/src/ChangeLog b/src/ChangeLog index 8c0f7347ea4..efbb0475306 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Jason Rumney <jasonr@gnu.org> + + * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor. + 2002-03-06 Gerd Moellmann <gerd@gnu.org> * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) |