diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f44323207e..5d3f6cddb88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-09-10 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete. | ||
| 4 | (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1. | ||
| 5 | (re_match_2_internal): Be more careful with infinite loops. | ||
| 6 | |||
| 1 | 2002-09-10 Kim F. Storm <storm@cua.dk> | 7 | 2002-09-10 Kim F. Storm <storm@cua.dk> |
| 2 | 8 | ||
| 3 | * macros.c (end_kbd_macro): New function. | 9 | * macros.c (end_kbd_macro): New function. |
| @@ -26,7 +32,7 @@ | |||
| 26 | (syms_of_macros): DEFVAR_INT it (needed by kmacro). | 32 | (syms_of_macros): DEFVAR_INT it (needed by kmacro). |
| 27 | 33 | ||
| 28 | * macros.h (executing_macro_index): Change type to EMACS_INT. | 34 | * macros.h (executing_macro_index): Change type to EMACS_INT. |
| 29 | 35 | ||
| 30 | 2002-09-06 Richard M. Stallman <rms@gnu.org> | 36 | 2002-09-06 Richard M. Stallman <rms@gnu.org> |
| 31 | 37 | ||
| 32 | * casetab.c (set_case_table): Make canon table point to eqv table. | 38 | * casetab.c (set_case_table): Make canon table point to eqv table. |