comparison src/ChangeLog @ 32610:d353805694a8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 18 Oct 2000 11:59:20 +0000
parents 0953c68ae245
children 791ab28d851e
comparison
equal deleted inserted replaced
32609:350e0378e6f9 32610:d353805694a8
1 2000-10-18 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
4 (x_to_xcolors, png_load): Use x_query_color.
5
6 * xterm.c (x_color_cells, x_query_colors, x_query_color): New
7 functions.
8 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
9 which can be slow.
10 (x_copy_color, x_alloc_lighter_color): Likewise.
11
12 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
13 (x_query_color, x_query_colors): Add prototype.
14
15 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
16 check_string_bytes only if not noninteractive, increase count to 50.
17
1 2000-10-18 Miles Bader <miles@lsi.nec.co.jp> 18 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2 19
3 * insdel.c (adjust_markers_for_delete): Handle before-insertion 20 * insdel.c (adjust_markers_for_delete): Handle before-insertion
4 markers correctly. 21 markers correctly.
5 22