]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 10:26:19 +0000 (10:26 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 10:26:19 +0000 (10:26 +0000)
lib-src/ChangeLog
src/ChangeLog

index a88d39f9e957284557e7697902dedd1a533d76b2..2d6465a36491acdbe1085b37f140ff55a3b8b78f 100644 (file)
@@ -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.
index 1cf1252f290b6511477585eae16f398c675281b7..403a60a7444803847c7fcf187bd8349c2dd527b7 100644 (file)
@@ -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.