changeset 28634:a2cce25e6c7f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Apr 2000 13:42:41 +0000
parents 83d4e44ed68e
children cda2b6ed6aec
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Apr 18 13:41:33 2000 +0000
+++ b/etc/NEWS	Tue Apr 18 13:42:41 2000 +0000
@@ -1666,6 +1666,23 @@
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+** The function tty-suppress-bold-inverse-default-colors can be used
+to make Emacs avoid displaying text with bold black foreground on TTYs.
+
+Some terminals, notably PC consoles, emulate bold text by displaying
+text in brighter colors.  On such a console, a bold black foreground
+is displayed in a gray color.  If this turns out to be hard to read on
+your monitor---the problem occurred with the mode line on
+laptops---you can instruct Emacs to ignore the text's boldness, and to
+just display it black instead.
+
+This situation can't be detected automatically.  You will have to put
+a line like
+
+  (tty-suppress-bold-inverse-default-colors t)
+
+in your `.emacs'.
+
 ** New face implementation.
 
 Emacs faces have been reimplemented from scratch.  They don't use XLFD
--- a/lisp/ChangeLog	Tue Apr 18 13:41:33 2000 +0000
+++ b/lisp/ChangeLog	Tue Apr 18 13:42:41 2000 +0000
@@ -1,3 +1,13 @@
+2000-04-18  Gerd Moellmann  <gerd@gnu.org>
+
+	* mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
+	at the start of an existing but empty folder.
+
+2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+	* ps-mule.el: Customization fix, doc fix.
+	(ps-multibyte-buffer): Customization fix.
+
 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
 
 	* subr.el (read-passwd): Use read-char-exclusive.
Binary file src/ChangeLog has changed