diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 34c181dc3c2..263d7a4f15e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-08-25 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.c (PUSH_FAILURE_COUNT): New macro. | ||
| 4 | (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG. | ||
| 5 | Handle popping of a register's or a counter's data. | ||
| 6 | (POP_FAILURE_POINT): Use the new name. | ||
| 7 | (re_match_2_internal): Push counter data on the stack for succeed_n, | ||
| 8 | jump_n and set_number_at and remove misleading dead code in succeed_n. | ||
| 9 | |||
| 1 | 2000-08-25 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-08-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (redisplay_internal): If considering all windows on all | 12 | * xdisp.c (redisplay_internal): If considering all windows on all |