aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-04-16 15:08:20 +0000
committerStefan Monnier2002-04-16 15:08:20 +0000
commitc997eae589ab6c5ea0b0d445009a4d745b460a90 (patch)
tree18b554c4e8406a703873787fdfcdf026f5fe9889 /src/ChangeLog
parentbf36a6d3d111954c4ff755725e1ed3efba626408 (diff)
downloademacs-c997eae589ab6c5ea0b0d445009a4d745b460a90.tar.gz
emacs-c997eae589ab6c5ea0b0d445009a4d745b460a90.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c12ce0b8ffa..dc596e94f6b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12002-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
12002-04-16 Gerd Moellmann <gerd@gnu.org> 122002-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
@@ -35,7 +46,7 @@
35 46
362002-04-13 Richard M. Stallman <rms@gnu.org> 472002-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):
@@ -68,8 +79,7 @@
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.