diff options
| author | Gerd Moellmann | 2001-01-26 10:26:19 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-26 10:26:19 +0000 |
| commit | a47b7816d69f25f429ba57f48e2262b4c5adc166 (patch) | |
| tree | 1aa9c5bc1a4df1cb7613e7b4e98e58d569bc167b | |
| parent | 202c1b5b8bdfe995003d349d0cee22e645b829b5 (diff) | |
| download | emacs-a47b7816d69f25f429ba57f48e2262b4c5adc166.tar.gz emacs-a47b7816d69f25f429ba57f48e2262b4c5adc166.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 1 | 2001-01-26 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf): | ||
| 4 | New variables. | ||
| 5 | (matching_regexp): Use them instead of static variables in | ||
| 6 | function scope. | ||
| 7 | |||
| 1 | 2001-01-25 Francesco Potorti` <pot@potorti.it> | 8 | 2001-01-25 Francesco Potorti` <pot@potorti.it> |
| 2 | 9 | ||
| 3 | * etags.c (struct tok): Renamed from struct token. | 10 | * 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 @@ | |||
| 1 | 2001-01-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-01-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (display_line): Simplify check for glyphs fitting | ||
| 4 | entirely in the line. | ||
| 5 | |||
| 3 | * xfns.c (xic_style): New variable. | 6 | * xfns.c (xic_style): New variable. |
| 4 | (create_frame_xic): Move static variable to global scope for | 7 | (create_frame_xic): Move static variable to global scope for |
| 5 | the case that `static' get's defined away. | 8 | the case that `static' get's defined away. |