comparison src/ChangeLog @ 45754:127b0013a0e8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 Jun 2002 19:51:53 +0000
parents 55eeb73a3227
children f494da4feb63
comparison
equal deleted inserted replaced
45753:402855ebf092 45754:127b0013a0e8
1 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
2
3 * keyboard.c (read_key_sequence):
4 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
5 things through those maps after downcasing events.
6 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
7 applies after function-key-map.
8 Make sure that keytran can be done in the middle in the sequence.
9 Be careful not to throw away events past the one we downcase.
10
11 * lread.c (read_integer): Remove unused var `tem'.
12 (read1): Fix int/Lisp_Object mixup.
13
14 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
15
1 2002-06-11 Richard M. Stallman <rms@gnu.org> 16 2002-06-11 Richard M. Stallman <rms@gnu.org>
2 17
3 * keyboard.c (readable_events): Ignore any number of 18 * keyboard.c (readable_events): Ignore any number of
4 FOCUS_IN_EVENT events and return 0 if nothing else in buffer. 19 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
5 20
14 (syms_of_xfaces): Initialize new vars & functions. 29 (syms_of_xfaces): Initialize new vars & functions.
15 30
16 2002-06-08 Colin Walters <walters@verbum.org> 31 2002-06-08 Colin Walters <walters@verbum.org>
17 32
18 * textprop.c (Vchar_property_alias_alist): New variable. 33 * textprop.c (Vchar_property_alias_alist): New variable.
19 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP. 34 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
20 35
21 * intervals.c (lookup_char_property): New function for looking up 36 * intervals.c (lookup_char_property): New function for looking up
22 overlay and text properties, created from textget. 37 overlay and text properties, created from textget.
23 (textget): Use it. 38 (textget): Use it.
24 39
25 * intervals.h (lookup_char_property): Declare. 40 * intervals.h (lookup_char_property): Declare.
26 (Vchar_property_alias_alist): Declare. 41 (Vchar_property_alias_alist): Declare.
27 42
28 * buffer.c (Foverlay_get): Use lookup_char_property. 43 * buffer.c (Foverlay_get): Use lookup_char_property.
29 44
32 * xselect.c (lisp_data_to_selection_data): Fix last change: 47 * xselect.c (lisp_data_to_selection_data): Fix last change:
33 *data_ret is not a Lisp string, while unibyte_string is. 48 *data_ret is not a Lisp string, while unibyte_string is.
34 49
35 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il> 50 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
36 51
37 * xselect.c (lisp_data_to_selection_data): Fix last change: set 52 * xselect.c (lisp_data_to_selection_data): Fix last change:
38 size_ret. 53 set size_ret.
39 54
40 2002-06-07 Andreas Schwab <schwab@suse.de> 55 2002-06-07 Andreas Schwab <schwab@suse.de>
41 56
42 * m/amdx86-64.h: New file. 57 * m/amdx86-64.h: New file.
43 58
51 66
52 * window.c (Fset_window_hscroll): Doc fix. 67 * window.c (Fset_window_hscroll): Doc fix.
53 68
54 2002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 69 2002-06-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
55 70
56 * fileio.c (choose_write_coding_system): Call 71 * fileio.c (choose_write_coding_system):
57 select-safe-coding-system properly. 72 Call select-safe-coding-system properly.
58 73
59 2002-06-03 Richard M. Stallman <rms@gnu.org> 74 2002-06-03 Richard M. Stallman <rms@gnu.org>
60 75
61 * xdisp.c (message_with_string): Error if STRING is not a string. 76 * xdisp.c (message_with_string): Error if STRING is not a string.
62 77
65 * fileio.c (choose_write_coding_system): Pass FILE arg to 80 * fileio.c (choose_write_coding_system): Pass FILE arg to
66 Vselect_safe_coding_system_function. 81 Vselect_safe_coding_system_function.
67 82
68 2002-06-03 Ken Raeburn <raeburn@gnu.org> 83 2002-06-03 Ken Raeburn <raeburn@gnu.org>
69 84
70 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 85 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
71 change.
72 86
73 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org> 87 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
74 88
75 * bytecode.c (Fbyte_code): Cast `current_column' return value to int. 89 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
76 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise. 90 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
77 * keymap.c (describe_command): Likewise. 91 * keymap.c (describe_command): Likewise.
78 * minibuf.c (read_minibuf): Likewise. 92 * minibuf.c (read_minibuf): Likewise.
79 93
80 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec): 94 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
81 Cast `current_column' return value to int. 95 Cast `current_column' return value to int.
82 (back_to_previous_visible_line_start, 96 (back_to_previous_visible_line_start)
83 reseat_at_next_visible_line_start, next_element_from_buffer): 97 (reseat_at_next_visible_line_start, next_element_from_buffer):
84 Cast `indented_beyond_p' 3rd arg to float. 98 Cast `indented_beyond_p' 3rd arg to float.
85 99
86 * indent.c (last_known_column): Now a float. 100 * indent.c (last_known_column): Now a float.
87 (current_column_1, position_indentation, current_column, 101 (current_column_1, position_indentation, current_column)
88 string_display_width): Return float. 102 (string_display_width): Return float.
89 (Fcurrent_column): Cast `current_column' return value to int. 103 (Fcurrent_column): Cast `current_column' return value to int.
90 (Fcurrent_indentation): Cast `position_indentation' retval to int. 104 (Fcurrent_indentation): Cast `position_indentation' retval to int.
91 (indented_beyond_p): Third arg now a float. 105 (indented_beyond_p): Third arg now a float.
92 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float. 106 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
93 107
143 (read_internal_start): New function, created from Fread and 157 (read_internal_start): New function, created from Fread and
144 Fread_from_string. Handle Vread_symbol_positions_list and 158 Fread_from_string. Handle Vread_symbol_positions_list and
145 Vread_with_symbol_positions. 159 Vread_with_symbol_positions.
146 (readevalloop, Fread, Fread_from_string): Use it. 160 (readevalloop, Fread, Fread_from_string): Use it.
147 (read1): Use readchar_count to add symbol positions to 161 (read1): Use readchar_count to add symbol positions to
148 Vread_symbol_positions_list if Vread_with_symbol_positions is 162 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
149 non-nil.
150 (syms_of_lread): DEFVAR_LISP and initialize them. 163 (syms_of_lread): DEFVAR_LISP and initialize them.
151 164
152 * lread.c (read0, read1, read_list, read_vector, read_multibyte) 165 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
153 (substitute_object_recurse, substitute_object_in_subtree) 166 (substitute_object_recurse, substitute_object_in_subtree)
154 (substitute_in_interval): Prototype. 167 (substitute_in_interval): Prototype.