/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4224 by jasonr, Tue Feb 15 23:29:17 2005 UTC revision 1.4225 by kfstorm, Wed Feb 16 23:44:28 2005 UTC
# Line 1  Line 1 
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    
18  2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>  2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
19    
20          * w32select.c: Summary: Thorough rework to implement Unicode          * w32select.c: Summary: Thorough rework to implement Unicode
# Line 41  Line 58 
58          * emacs.c: Include w32.h to get function prototypes.          * emacs.c: Include w32.h to get function prototypes.
59          (main): Call globals_of_w32select.          (main): Call globals_of_w32select.
60    
61          * w32.c (term_ntproc): Call term_w32select.          * w32.c (term_ntproc): Call term_w32select.
62    
63          * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.          * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
64    

Legend:
Removed from v.1.4224  
changed lines
  Added in v.1.4225

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26