diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 563faaae68b..fb8b2a7b956 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2012-06-09 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * term.c: Support italics in capable terminals (Bug#9652). | ||
| 4 | (no_color_bit): Replace unused NC_BLINK with NC_ITALIC. | ||
| 5 | (turn_on_face): Output using TS_enter_italic_mode if available. | ||
| 6 | Don't handle unused blinking and alt-charset cases. | ||
| 7 | (turn_off_face): Handle italic case; discard unused tty_blinking_p | ||
| 8 | and tty_alt_charset_p cases. | ||
| 9 | (tty_capable_p, init_tty): Support italics. | ||
| 10 | |||
| 11 | * termchar.h (struct tty_display_info): Add field for italics. | ||
| 12 | Remove unused blink field. | ||
| 13 | |||
| 14 | * xfaces.c (tty_supports_face_attributes_p, realize_tty_face): | ||
| 15 | Handle slant. | ||
| 16 | |||
| 17 | * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC. | ||
| 18 | (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and | ||
| 19 | tty_alt_charset_p. Add tty_italic_p. | ||
| 20 | |||
| 1 | 2012-06-09 Michael Albinus <michael.albinus@gmx.de> | 21 | 2012-06-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 22 | ||
| 3 | * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and | 23 | * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and |