Mercurial > emacs
changeset 35597:712bca47575d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 26 Jan 2001 10:26:19 +0000 |
parents | 37e5851b22b2 |
children | c332de00af36 |
files | lib-src/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * 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` <pot@potorti.it> * etags.c (struct tok): Renamed from struct token.
--- 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 <gerd@gnu.org> + * 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.