comparison src/ChangeLog @ 5399:5ec4534daf16

Merge tty display color cells change that I couldn't push.
author Jeff Sparkes <jsparkes@gmail.com>
date Thu, 14 Apr 2011 08:40:18 -0400
parents ccf7e84fe265 5256fedd50e6
children 4486ba63476b
comparison
equal deleted inserted replaced
5397:a63e666bb68a 5399:5ec4534daf16
30 where appropriate, there were some corner cases where my old 30 where appropriate, there were some corner cases where my old
31 approach was unsafe (mainly if the circularity checking's tortoise 31 approach was unsafe (mainly if the circularity checking's tortoise
32 lost GCPRO protection. 32 lost GCPRO protection.
33 Add GC_EXTERNAL_LIST_LOOP_{3,4}, analogous to 33 Add GC_EXTERNAL_LIST_LOOP_{3,4}, analogous to
34 GC_EXTERNAL_LIST_LOOP_2. 34 GC_EXTERNAL_LIST_LOOP_2.
35
36 2011-03-28 Jeff Sparkes <jsparkes@gmail.com>
37
38 * console-tty-impl.h (struct tty_console): Add field for number of
39 displayable colors.
40 * device-tty.c (tty_device_system_metrics): Return metrics for
41 num-color-cells and num-bit-planes. Tracker issue 757.
42 * device.c: There are two required args for device-system-metric.
43 * redisplay-tty.c (init_tty_for_redisplay): Retrieve number of
44 colors from terminal description. Default to 2 if none found.
35 45
36 2011-03-24 Jerry James <james@xemacs.org> 46 2011-03-24 Jerry James <james@xemacs.org>
37 47
38 * alloc.c (listu): Assemble the list in the right order so we don't 48 * alloc.c (listu): Assemble the list in the right order so we don't
39 have to reverse it. 49 have to reverse it.
77 * unexcw.c (copy_executable_and_dump_data_section): "addres" -> 87 * unexcw.c (copy_executable_and_dump_data_section): "addres" ->
78 "address". 88 "address".
79 * unicode.c (Funicode_precedence_list): "occurrance" -> "occurrence". 89 * unicode.c (Funicode_precedence_list): "occurrance" -> "occurrence".
80 * window.c (struct window_mirror_stats): "Ancilliary" -> "Ancillary". 90 * window.c (struct window_mirror_stats): "Ancilliary" -> "Ancillary".
81 91
92 =======
93 >>>>>>> other
82 2011-03-20 Mats Lidell <matsl@xemacs.org> 94 2011-03-20 Mats Lidell <matsl@xemacs.org>
83 95
84 * alloca.c (find_stack_direction): 96 * alloca.c (find_stack_direction):
85 * alloca.c (xemacs_c_alloca): 97 * alloca.c (xemacs_c_alloca):
86 Remove use of auto keyword. It is default and will be illegal in 98 Remove use of auto keyword. It is default and will be illegal in