comparison src/ChangeLog @ 44627:e47029daf4de

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 16 Apr 2002 15:08:20 +0000
parents 8190e28cdb6b
children 3cc59e96d647
comparison
equal deleted inserted replaced
44626:404f74d6dc4a 44627:e47029daf4de
1 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xterm.c (Qlatin_1, Qutf_8): New vars.
4 (syms_of_xterm): Initialize them.
5 (XTread_socket): Eliminate incorrect optimization that tried to avoid
6 decoding the output of X*LookupString.
7 Always use latin-1 to decode the output of XLookupString.
8 Try Xutf8LookupString if XmbLookupString failed.
9
10 * region-cache.c (new_region_cache): Use BEG.
11
1 2002-04-16 Gerd Moellmann <gerd@gnu.org> 12 2002-04-16 Gerd Moellmann <gerd@gnu.org>
2 13
3 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system 14 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
4 configuration files. 15 configuration files.
5 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P 16 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
33 44
34 * dispextern.h (marginal_area_string): Add prototype. 45 * dispextern.h (marginal_area_string): Add prototype.
35 46
36 2002-04-13 Richard M. Stallman <rms@gnu.org> 47 2002-04-13 Richard M. Stallman <rms@gnu.org>
37 48
38 * fileio.c (Finsert_file_contents): 49 * fileio.c (Finsert_file_contents):
39 Don't call temp_output_buffer_setup--do just part, by hand. 50 Don't call temp_output_buffer_setup--do just part, by hand.
40 51
41 * coding.c (run_pre_post_conversion_on_str): 52 * coding.c (run_pre_post_conversion_on_str):
42 Don't call temp_output_buffer_setup--do just part, by hand. 53 Don't call temp_output_buffer_setup--do just part, by hand.
43 54
66 77
67 * dispnew.c (marginal_area_string): New. 78 * dispnew.c (marginal_area_string): New.
68 79
69 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN. 80 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
70 (Qleft_margin, Qright_margin): Declare. 81 (Qleft_margin, Qright_margin): Declare.
71 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with 82 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
72 margins.
73 83
74 * xterm.c (note_mode_line_or_margin_highlight): Renamed from 84 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
75 note_mode_line_highlight and extended. 85 note_mode_line_highlight and extended.
76 86
77 * keyboard.c (Qleft_margin, Qright_margin): Declare. 87 * keyboard.c (Qleft_margin, Qright_margin): Declare.