[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7655] update ChangeLog (from jason)
From: |
gavinsmith0123 |
Subject: |
[7655] update ChangeLog (from jason) |
Date: |
Mon, 30 Jan 2017 14:03:49 -0500 (EST) |
Revision: 7655
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7655
Author: gavin
Date: 2017-01-30 14:03:49 -0500 (Mon, 30 Jan 2017)
Log Message:
-----------
update ChangeLog (from jason)
Modified Paths:
--------------
trunk/ChangeLog
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2017-01-30 18:58:12 UTC (rev 7654)
+++ trunk/ChangeLog 2017-01-30 19:03:49 UTC (rev 7655)
@@ -4,23 +4,21 @@
(norm_attr, inv_attr, xref_attr, current_attr): Define as WORD
instead of SHORT.
(w32_info_prep): Enable underline, if available.
- (highvideo): Toggle foreground intensity bit.
- (blinkvideo): Use intense background instead of intense
- foreground.
+ (highvideo): Invert the normal foreground intensity, instead of
+ just setting it.
+ (normvideo): Remove underline attribute. Use the normal
+ intensities, instead of just removing them.
+ (blinkvideo): Invert the normal background intensity, instead of
+ using highvideo.
(underline): New function.
- (textcolor, textbackground): Include bit for underlined text
- when calling 'textattr'.
+ (textcolor, textbackground): Preserve underline attribute.
(pc_begin_underline, pc_end_underline): Use underline if it is
available, instead of the colour blue.
- (convert_color): Extract 'intensity' bit from argument.
- (pc_set_fg_color): Include foreground intensity when calling
- textcolor.
- (pc_set_bg_color): Include background intensity when calling
- textcolor.
- (pc_initialize_terminal): Initialized the 'normattr' bit on
- 'xref_attr' from outside_info.normattr. Support underline in
- INFO_COLORS. Set 'terminal_end_all_modes_hook' to
- 'pc_default_color' instead of 'pc_end_standout'.
+ (convert_color, pc_set_fg_color, pc_set_bg_color): Use the
+ normal intensities.
+ (pc_initialize_terminal): Use the normal background for
+ 'xref_attr', instead of black. Support underline in
+ INFO_COLORS. Really end all modes, not just standout.
* info/terminal.c (terminal_begin_blink): Use
'terminal_begin_blink_hook'.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7655] update ChangeLog (from jason),
gavinsmith0123 <=