comparison src/ChangeLog @ 5398:5256fedd50e6

issue 757 - tty device metric for num-color-cells -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2011-03-28 Jeff Sparkes <jsparkes@gmail.com> * console-tty-impl.h (struct tty_console): Add field for number of displayable colors. * device-tty.c (tty_device_system_metrics): Return metrics for num-color-cells and num-bit-planes. Tracker issue 757. * device.c: There are two required args for device-system-metric. * redisplay-tty.c (init_tty_for_redisplay): Retrieve number of colors from terminal description. Default to 2 if none found.
author Jeff Sparkes <jsparkes@gmail.com>
date Mon, 28 Mar 2011 09:25:15 -0400
parents d363790fd936
children 5ec4534daf16
comparison
equal deleted inserted replaced
5382:d363790fd936 5398:5256fedd50e6
1 2011-03-28 Jeff Sparkes <jsparkes@gmail.com>
2
3 * console-tty-impl.h (struct tty_console): Add field for number of
4 displayable colors.
5 * device-tty.c (tty_device_system_metrics): Return metrics for
6 num-color-cells and num-bit-planes. Tracker issue 757.
7 * device.c: There are two required args for device-system-metric.
8 * redisplay-tty.c (init_tty_for_redisplay): Retrieve number of
9 colors from terminal description. Default to 2 if none found.
10
1 2011-03-20 Mats Lidell <matsl@xemacs.org> 11 2011-03-20 Mats Lidell <matsl@xemacs.org>
2 12
3 * alloca.c (find_stack_direction): 13 * alloca.c (find_stack_direction):
4 * alloca.c (xemacs_c_alloca): 14 * alloca.c (xemacs_c_alloca):
5 Remove use of auto keyword. It is default and will be illegal in 15 Remove use of auto keyword. It is default and will be illegal in