comparison src/ChangeLog @ 70209:7077caf6dc5a

Include headers for pid_t.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 24 Apr 2006 13:10:19 +0000
parents ea7d882a4a09
children e9ea7c53ddc7
comparison
equal deleted inserted replaced
70208:d96cefbe70c2 70209:7077caf6dc5a
1 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * process.h: Include headers for pid_t.
4
1 2006-04-24 Kim F. Storm <storm@cua.dk> 5 2006-04-24 Kim F. Storm <storm@cua.dk>
2 6
3 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which 7 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
4 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. 8 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
5 (produce_stretch_glyph): Assume that face box height and width is 9 (produce_stretch_glyph): Assume that face box height and width is
72 76
73 * xdisp.c (note_mouse_highlight): Use build_string. 77 * xdisp.c (note_mouse_highlight): Use build_string.
74 78
75 2006-04-20 Lars Hansen <larsh@soem.dk> 79 2006-04-20 Lars Hansen <larsh@soem.dk>
76 80
77 * textprop.c (Fremove_list_of_text_properties): Ensure 81 * textprop.c (Fremove_list_of_text_properties):
78 modify_region is called only when buffer is modified and that 82 Ensure modify_region is called only when buffer is modified and that
79 signal_after_change is allways called in that case. 83 signal_after_change is allways called in that case.
80 84
81 * print.c (PRINTFINISH): Call signal_after_change. 85 * print.c (PRINTFINISH): Call signal_after_change.
82 86
83 2006-04-20 Kim F. Storm <storm@cua.dk> 87 2006-04-20 Kim F. Storm <storm@cua.dk>
91 95
92 2006-04-18 Richard Stallman <rms@gnu.org> 96 2006-04-18 Richard Stallman <rms@gnu.org>
93 97
94 * xmenu.c (restore_menu_items, save_menu_items): New fns. 98 * xmenu.c (restore_menu_items, save_menu_items): New fns.
95 (set_frame_menubar): Use save_menu_items. Save updated vector in 99 (set_frame_menubar): Use save_menu_items. Save updated vector in
96 the frame before unwinding it. Don't use unuse_menu_items. Don't 100 the frame before unwinding it. Don't use unuse_menu_items.
97 use discard_menu_items. 101 Don't use discard_menu_items.
98 (digest_single_submenu): Abort if an item is not in a pane. 102 (digest_single_submenu): Abort if an item is not in a pane.
99 (init_menu_items): Put the error check at the top. 103 (init_menu_items): Put the error check at the top.
100 104
101 * keymap.c (describe_map): Make "shadowed" warning more verbose. 105 * keymap.c (describe_map): Make "shadowed" warning more verbose.
102 106
164 (code_convert_string_norecord): Likewise. 168 (code_convert_string_norecord): Likewise.
165 169
166 2006-04-13 Kenichi Handa <handa@m17n.org> 170 2006-04-13 Kenichi Handa <handa@m17n.org>
167 171
168 * coding.c (setup_coding_system): Fix previous change. 172 * coding.c (setup_coding_system): Fix previous change.
169 (encode_coding): If eol_type is not yet decided, use 173 (encode_coding): If eol_type is not yet decided, use system_eol_type.
170 system_eol_type.
171 (shrink_encoding_region): If eol_type is not yet decided and 174 (shrink_encoding_region): If eol_type is not yet decided and
172 system_eol_type is not LF, don't shrink. 175 system_eol_type is not LF, don't shrink.
173 176
174 2006-04-13 Nick Roberts <nickrob@snap.net.nz> 177 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
175 178
265 268
266 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around && 269 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
267 within ||. Add explicit braces to avoid ambiguous `else'. 270 within ||. Add explicit braces to avoid ambiguous `else'.
268 (dump_glyph_row): Remove label for `inverse_p' from legend. 271 (dump_glyph_row): Remove label for `inverse_p' from legend.
269 272
270 * xfaces.c (Finternal_merge_in_global_face, try_font_list): Add 273 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
271 explicit braces to avoid ambiguous `else'. 274 Add explicit braces to avoid ambiguous `else'.
272 275
273 2006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 276 2006-04-11 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change)
274 277
275 * dispnew.c (init_display): Don't init X display if the user asked 278 * dispnew.c (init_display): Don't init X display if the user asked
276 for a non-X display. 279 for a non-X display.