From 886b1418e0616a16715f23fde7aadc86a5f7928e Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 16 Feb 2005 23:44:28 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 57663619b6a..f12903d605e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2005-02-17 Kim F. Storm + + * dispextern.h (enum it_method): New enum. + (GET_FROM_*): Its members. + (struct it): Change member method from function pointer to enum. + + * xdisp.c (check_it, init_from_display_pos, handle_stop) + (setup_for_ellipsis, handle_single_display_spec) + (handle_composition_prop, next_overlay_string) + (get_overlay_strings, reseat_1, reseat_to_string) + (next_element_from_ellipsis, BUFFER_POS_REACHED_P) + (in_display_vector_p, display_line, get_next_display_element): + Change it->method from function pointer to enum. + (get_next_element): New array to map it->method to function. + (get_next_display_element): Use it. + (set_iterator_to_next): Use switch instead of if/else chain. + 2005-02-15 Benjamin Riefenstahl * w32select.c: Summary: Thorough rework to implement Unicode @@ -41,7 +58,7 @@ * emacs.c: Include w32.h to get function prototypes. (main): Call globals_of_w32select. - * w32.c (term_ntproc): Call term_w32select. + * w32.c (term_ntproc): Call term_w32select. * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef. -- 2.39.2