emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 16 Feb 2005 18:44:30 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4224 emacs/src/ChangeLog:1.4225
*** emacs/src/ChangeLog:1.4224  Tue Feb 15 23:29:17 2005
--- emacs/src/ChangeLog Wed Feb 16 23:44:28 2005
***************
*** 1,3 ****
--- 1,20 ----
+ 2005-02-17  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * w32select.c: Summary: Thorough rework to implement Unicode
***************
*** 41,47 ****
        * emacs.c: Include w32.h to get function prototypes.
        (main): Call globals_of_w32select.
  
!       * w32.c (term_ntproc): Call term_w32select. 
  
        * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
  
--- 58,64 ----
        * emacs.c: Include w32.h to get function prototypes.
        (main): Call globals_of_w32select.
  
!       * w32.c (term_ntproc): Call term_w32select.
  
        * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]