From: Gerd Moellmann Date: Mon, 27 Mar 2000 11:15:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88faab8953b08d6d1d1c0fcf7782857973e6b7ef;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 37ef8ee4d06..5ec2cf03895 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,15 @@ +2000-03-27 Gerd Moellmann + + * xfns.c (x_specified_cursor_type): New function. + (x_set_cursor_type): Use it. + + * buffer.h (struct buffer): Add cursor_type. + 2000-03-26 Stefan Monnier * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop. - (print_partial_compiled_pattern, re_compile_fastmap): Handle new opcode. + (print_partial_compiled_pattern, re_compile_fastmap): Handle new + opcode. (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops. (re_match_2_internal): Add code for on_failure_jump_nastyloop when executing it as well as when popping it off the stack to find infinite