Mercurial > emacs
comparison src/ChangeLog @ 45486:179d9a61dd8c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 23 May 2002 17:22:24 +0000 |
parents | 7d93671b3743 |
children | 7b343e11e4a3 |
comparison
equal
deleted
inserted
replaced
45485:08b14b8f7bc2 | 45486:179d9a61dd8c |
---|---|
1 2002-05-23 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE. | |
4 (Finsert_file_contents, build_annotations): Use XCAR, XCDR. | |
5 (Vwrite_region_annotate_functions): Docstring fix. | |
6 | |
1 2002-05-23 Kim F. Storm <storm@cua.dk> | 7 2002-05-23 Kim F. Storm <storm@cua.dk> |
2 | 8 |
3 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current | 9 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current |
4 phys_cursor's hpos is overwritten. This is still not completely | 10 phys_cursor's hpos is overwritten. This is still not completely |
5 correct, as it doesn't really make sense to use hpos at all to | 11 correct, as it doesn't really make sense to use hpos at all to |
12 Lisp_Object. | 18 Lisp_Object. |
13 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): | 19 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): |
14 Use modified enumfont_t struct. | 20 Use modified enumfont_t struct. |
15 | 21 |
16 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR. | 22 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR. |
17 | 23 |
18 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed. | 24 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed. |
19 Handle the `hbar' cursor type. | 25 Handle the `hbar' cursor type. |
20 (x_display_and_set_cursor): Handle the HBAR_CURSOR case. | 26 (x_display_and_set_cursor): Handle the HBAR_CURSOR case. |
21 | 27 |
22 * w32fns.c (Qhbar): New variable. | 28 * w32fns.c (Qhbar): New variable. |
58 and SYMBOL_NAME instead of XSYMBOL and name field. | 64 and SYMBOL_NAME instead of XSYMBOL and name field. |
59 * coding.c (Fread_coding_system, code_convert_region1) | 65 * coding.c (Fread_coding_system, code_convert_region1) |
60 (code_convert_string1, code_convert_string_norecord) | 66 (code_convert_string1, code_convert_string_norecord) |
61 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of | 67 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of |
62 XSYMBOL and name field. | 68 XSYMBOL and name field. |
63 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding) | 69 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding) |
64 (Fmake_variable_buffer_local, Fmake_local_variable) | 70 (Fmake_variable_buffer_local, Fmake_local_variable) |
65 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead | 71 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead |
66 of XSYMBOL and name field. | 72 of XSYMBOL and name field. |
67 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of | 73 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of |
68 XSYMBOL and name field. | 74 XSYMBOL and name field. |
69 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING | 75 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING |
70 instead of XSYMBOL and name field. | 76 instead of XSYMBOL and name field. |
71 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of | 77 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of |
72 XSYMBOL and name field. | 78 XSYMBOL and name field. |
73 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use | 79 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): |
74 SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. | 80 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. |
75 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING | 81 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING |
76 instead of XSYMBOL and name field. | 82 instead of XSYMBOL and name field. |
77 * keyboard.c (echo_char, record_char, parse_modifiers_uncached) | 83 * keyboard.c (echo_char, record_char, parse_modifiers_uncached) |
78 (parse_modifiers, apply_modifiers, Fevent_convert_list) | 84 (parse_modifiers, apply_modifiers, Fevent_convert_list) |
79 (parse_solitary_modifier, Fexecute_extended_command): Use | 85 (parse_solitary_modifier, Fexecute_extended_command): |
80 SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. | 86 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. |
81 * keymap.c (silly_event_symbol_error, Fsingle_key_description) | 87 * keymap.c (silly_event_symbol_error, Fsingle_key_description) |
82 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead | 88 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead |
83 of XSYMBOL and name field. | 89 of XSYMBOL and name field. |
84 (describe_command, describe_translation): Use SYMBOL_NAME and | 90 (describe_command, describe_translation): Use SYMBOL_NAME and |
85 assignment instead of XSYMBOL and name field and XSETSTRING. | 91 assignment instead of XSYMBOL and name field and XSETSTRING. |
86 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING | 92 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING |
99 and XSTRING instead of XSYMBOL and name field. | 105 and XSTRING instead of XSYMBOL and name field. |
100 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and | 106 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and |
101 XSTRING instead of XSYMBOL and name field. | 107 XSTRING instead of XSYMBOL and name field. |
102 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead | 108 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead |
103 of XSYMBOL and name field. | 109 of XSYMBOL and name field. |
104 * xselect.c (symbol_to_x_atom, x_get_foreign_selection): Use | 110 * xselect.c (symbol_to_x_atom, x_get_foreign_selection): |
105 SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. | 111 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field. |
106 | 112 |
107 2002-05-19 Ken Raeburn <raeburn@gnu.org> | 113 2002-05-19 Ken Raeburn <raeburn@gnu.org> |
108 | 114 |
109 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR | 115 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR |
110 and XCDR real rvalues in most configurations. | 116 and XCDR real rvalues in most configurations. |
111 | 117 |
112 * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't | 118 * buffer.c (fix_overlays_in_range, fix_overlays_before): |
113 take the address of the cdr part of a cons cell; instead, track | 119 Don't take the address of the cdr part of a cons cell; instead, track |
114 the parent cell and call XSETCDR, or set the variable for the head | 120 the parent cell and call XSETCDR, or set the variable for the head |
115 of the list if we haven't started down the list yet. | 121 of the list if we haven't started down the list yet. |
116 | 122 |
117 2002-05-19 Richard M. Stallman <rms@gnu.org> | 123 2002-05-19 Richard M. Stallman <rms@gnu.org> |
118 | 124 |
131 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP | 137 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP |
132 2.02 and later. | 138 2.02 and later. |
133 | 139 |
134 2002-05-16 Juanma Barranquero <lektu@terra.es> | 140 2002-05-16 Juanma Barranquero <lektu@terra.es> |
135 | 141 |
136 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix | 142 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo. |
137 typo. | |
138 | 143 |
139 2002-05-15 Stefan Monnier <monnier@cs.yale.edu> | 144 2002-05-15 Stefan Monnier <monnier@cs.yale.edu> |
140 | 145 |
141 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more | 146 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more |
142 meaningful test. | 147 meaningful test. |
203 | 208 |
204 * search.c (Freplace_match): Doc fix. | 209 * search.c (Freplace_match): Doc fix. |
205 | 210 |
206 2002-05-09 Kim F. Storm <storm@cua.dk> | 211 2002-05-09 Kim F. Storm <storm@cua.dk> |
207 | 212 |
208 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1): | 213 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1): |
209 Enlarge cursor rectangle drawn around image with non-zero relief. | 214 Enlarge cursor rectangle drawn around image with non-zero relief. |
210 | 215 |
211 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1): | 216 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1): |
212 Enlarge cursor rectangle drawn around image with non-zero relief. | 217 Enlarge cursor rectangle drawn around image with non-zero relief. |
213 | 218 |
214 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1): | 219 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1): |
215 Enlarge cursor rectangle drawn around image with non-zero relief. | 220 Enlarge cursor rectangle drawn around image with non-zero relief. |
216 | 221 |
217 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il> | 222 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il> |
218 | 223 |
219 * xselect.c (lisp_data_to_selection_data): Don't set selection | 224 * xselect.c (lisp_data_to_selection_data): Don't set selection |