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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 16 Apr 2002 11:08:20 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2602 emacs/src/ChangeLog:1.2603
*** emacs/src/ChangeLog:1.2602  Tue Apr 16 03:35:02 2002
--- emacs/src/ChangeLog Tue Apr 16 11:08:20 2002
***************
*** 1,3 ****
--- 1,14 ----
+ 2002-04-16  Stefan Monnier  <address@hidden>
+ 
+       * xterm.c (Qlatin_1, Qutf_8): New vars.
+       (syms_of_xterm): Initialize them.
+       (XTread_socket): Eliminate incorrect optimization that tried to avoid
+       decoding the output of X*LookupString.
+       Always use latin-1 to decode the output of XLookupString.
+       Try Xutf8LookupString if XmbLookupString failed.
+ 
+       * region-cache.c (new_region_cache): Use BEG.
+ 
  2002-04-16  Gerd Moellmann  <address@hidden>
  
        * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
***************
*** 35,41 ****
  
  2002-04-13  Richard M. Stallman  <address@hidden>
  
!       * fileio.c (Finsert_file_contents): 
        Don't call temp_output_buffer_setup--do just part, by hand.
  
        * coding.c (run_pre_post_conversion_on_str):
--- 46,52 ----
  
  2002-04-13  Richard M. Stallman  <address@hidden>
  
!       * fileio.c (Finsert_file_contents):
        Don't call temp_output_buffer_setup--do just part, by hand.
  
        * coding.c (run_pre_post_conversion_on_str):
***************
*** 68,75 ****
  
        * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
        (Qleft_margin, Qright_margin): Declare.
!       (coordinates_in_window, (Fcoordinates_in_window_p): Deal with
!       margins.
  
        * xterm.c (note_mode_line_or_margin_highlight): Renamed from
        note_mode_line_highlight and extended.
--- 79,85 ----
  
        * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
        (Qleft_margin, Qright_margin): Declare.
!       (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
  
        * xterm.c (note_mode_line_or_margin_highlight): Renamed from
        note_mode_line_highlight and extended.



reply via email to

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