# HG changeset patch # User Gerd Moellmann # Date 980504779 0 # Node ID 712bca47575d3b1070ac4dc61fdb6b2601205f62 # Parent 37e5851b22b2f5e0d459d24efc38a1e736adaa7f *** empty log message *** diff -r 37e5851b22b2 -r 712bca47575d lib-src/ChangeLog --- a/lib-src/ChangeLog Fri Jan 26 10:25:48 2001 +0000 +++ b/lib-src/ChangeLog Fri Jan 26 10:26:19 2001 +0000 @@ -1,3 +1,10 @@ +2001-01-26 Gerd Moellmann + + * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf): + New variables. + (matching_regexp): Use them instead of static variables in + function scope. + 2001-01-25 Francesco Potorti` * etags.c (struct tok): Renamed from struct token. diff -r 37e5851b22b2 -r 712bca47575d src/ChangeLog --- a/src/ChangeLog Fri Jan 26 10:25:48 2001 +0000 +++ b/src/ChangeLog Fri Jan 26 10:26:19 2001 +0000 @@ -1,5 +1,8 @@ 2001-01-26 Gerd Moellmann + * xdisp.c (display_line): Simplify check for glyphs fitting + entirely in the line. + * xfns.c (xic_style): New variable. (create_frame_xic): Move static variable to global scope for the case that `static' get's defined away.