Mercurial > emacs
comparison src/ChangeLog @ 60128:d5150d6da58f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 16 Feb 2005 23:44:28 +0000 |
parents | 8a7df836bf64 |
children | 388b06af5d45 |
comparison
equal
deleted
inserted
replaced
60127:283f8f92beaa | 60128:d5150d6da58f |
---|---|
1 2005-02-17 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * dispextern.h (enum it_method): New enum. | |
4 (GET_FROM_*): Its members. | |
5 (struct it): Change member method from function pointer to enum. | |
6 | |
7 * xdisp.c (check_it, init_from_display_pos, handle_stop) | |
8 (setup_for_ellipsis, handle_single_display_spec) | |
9 (handle_composition_prop, next_overlay_string) | |
10 (get_overlay_strings, reseat_1, reseat_to_string) | |
11 (next_element_from_ellipsis, BUFFER_POS_REACHED_P) | |
12 (in_display_vector_p, display_line, get_next_display_element): | |
13 Change it->method from function pointer to enum. | |
14 (get_next_element): New array to map it->method to function. | |
15 (get_next_display_element): Use it. | |
16 (set_iterator_to_next): Use switch instead of if/else chain. | |
17 | |
1 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> | 18 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> |
2 | 19 |
3 * w32select.c: Summary: Thorough rework to implement Unicode | 20 * w32select.c: Summary: Thorough rework to implement Unicode |
4 clipboard operations and delayed rendering. | 21 clipboard operations and delayed rendering. |
5 | 22 |
39 prototypes, too. | 56 prototypes, too. |
40 | 57 |
41 * emacs.c: Include w32.h to get function prototypes. | 58 * emacs.c: Include w32.h to get function prototypes. |
42 (main): Call globals_of_w32select. | 59 (main): Call globals_of_w32select. |
43 | 60 |
44 * w32.c (term_ntproc): Call term_w32select. | 61 * w32.c (term_ntproc): Call term_w32select. |
45 | 62 |
46 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef. | 63 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef. |
47 | 64 |
48 2005-02-16 Kim F. Storm <storm@cua.dk> | 65 2005-02-16 Kim F. Storm <storm@cua.dk> |
49 | 66 |