]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 18 Apr 2000 13:42:41 +0000 (13:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 18 Apr 2000 13:42:41 +0000 (13:42 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 8ca76c1afd8eb0711dbc058a4c988cb44cc27dd1..bc5edcc181d7025356e1065de129d6a7e0c1b103 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1666,6 +1666,23 @@ Note that +++ before an item means the Lisp manual has been updated.
 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
index dc795b0fd0f219fd5749fc910cb19ac47d86856c..a7bf953f3bf40934132efae070827b1084d98e6c 100644 (file)
@@ -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.
index ea6b07e64af0f02d835ed84c9c7404c19fac7dc1..36aeee511091c81392fc3b14ec3a05b9dba72335 100644 (file)
@@ -1,5 +1,7 @@
 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
 
+       * lread.c (read_filtered_event): Cancel and start busy cursor.
+
        * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account 
        that the per-character metrics may be null.