aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-27 11:15:20 +0000
committerGerd Moellmann2000-03-27 11:15:20 +0000
commit88faab8953b08d6d1d1c0fcf7782857973e6b7ef (patch)
treed315cc6eaa62e9ecf112b5e879fd0764072219d1 /src
parent0d1469d67a8171451f26e64303c5687fcc2967f4 (diff)
downloademacs-88faab8953b08d6d1d1c0fcf7782857973e6b7ef.tar.gz
emacs-88faab8953b08d6d1d1c0fcf7782857973e6b7ef.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37ef8ee4d06..5ec2cf03895 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,15 @@
12000-03-27 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x_specified_cursor_type): New function.
4 (x_set_cursor_type): Use it.
5
6 * buffer.h (struct buffer): Add cursor_type.
7
12000-03-26 Stefan Monnier <monnier@cs.yale.edu> 82000-03-26 Stefan Monnier <monnier@cs.yale.edu>
2 9
3 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop. 10 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
4 (print_partial_compiled_pattern, re_compile_fastmap): Handle new opcode. 11 (print_partial_compiled_pattern, re_compile_fastmap): Handle new
12 opcode.
5 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops. 13 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
6 (re_match_2_internal): Add code for on_failure_jump_nastyloop when 14 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
7 executing it as well as when popping it off the stack to find infinite 15 executing it as well as when popping it off the stack to find infinite