aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-02-16 23:44:28 +0000
committerKim F. Storm2005-02-16 23:44:28 +0000
commit886b1418e0616a16715f23fde7aadc86a5f7928e (patch)
tree58f11c3bed3df512d2663c4f296b13fff9c16192 /src
parent4260edddba8cccb5522bbe3f61a8ffd1af43ab19 (diff)
downloademacs-886b1418e0616a16715f23fde7aadc86a5f7928e.tar.gz
emacs-886b1418e0616a16715f23fde7aadc86a5f7928e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 57663619b6a..f12903d605e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12005-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
12005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> 182005-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
@@ -41,7 +58,7 @@
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