comparison src/ChangeLog @ 5799:df691b681244

Improve docstring of 'case-fold-search.
author Stephen J. Turnbull <stephen@xemacs.org>
date Thu, 19 Jun 2014 12:01:31 +0900
parents b94d6e89ea5b
children be3ca9e58c92
comparison
equal deleted inserted replaced
5798:b94d6e89ea5b 5799:df691b681244
23 instead of the position that the marker had been moved to. 23 instead of the position that the marker had been moved to.
24 Fixes Michael Heinrich's problem of 24 Fixes Michael Heinrich's problem of
25 http://mid.gmane.org/6zr42uxtf5.fsf@elektra.science-computing.de , 25 http://mid.gmane.org/6zr42uxtf5.fsf@elektra.science-computing.de ,
26 introduced by Ben's patch of 26 introduced by Ben's patch of
27 https://bitbucket.org/xemacs/xemacs/commits/047d37eb70d70f43803 . 27 https://bitbucket.org/xemacs/xemacs/commits/047d37eb70d70f43803 .
28
29 2014-06-19 Stephen J. Turnbull <stephen@xemacs.org>
30
31 * buffer.c (case_fold_search): Improve docstring.
28 32
29 2014-05-08 Jerry James <james@xemacs.org> 33 2014-05-08 Jerry James <james@xemacs.org>
30 34
31 * print.c (struct debug_bindings): Add print_circle field. 35 * print.c (struct debug_bindings): Add print_circle field.
32 (debug_print_exit): Restore print_circle. 36 (debug_print_exit): Restore print_circle.