Mercurial > emacs
changeset 44627:e47029daf4de
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 16 Apr 2002 15:08:20 +0000 |
parents | 404f74d6dc4a |
children | dc65d4235e5e |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Apr 16 15:07:46 2002 +0000 +++ b/src/ChangeLog Tue Apr 16 15:08:20 2002 +0000 @@ -1,3 +1,14 @@ +2002-04-16 Stefan Monnier <monnier@cs.yale.edu> + + * 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 <gerd@gnu.org> * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system @@ -35,7 +46,7 @@ 2002-04-13 Richard M. Stallman <rms@gnu.org> - * fileio.c (Finsert_file_contents): + * 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,8 +79,7 @@ * 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. + (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.