From: Gerd Moellmann Date: Fri, 26 Jan 2001 10:26:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a47b7816d69f25f429ba57f48e2262b4c5adc166;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a88d39f9e95..2d6465a3649 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 1cf1252f290..403a60a7444 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.