changeset 35438:4f044a0761e0

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Jan 2001 17:48:57 +0000
parents b7516d64c95e
children e233950d5d07
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Jan 19 17:45:03 2001 +0000
+++ b/etc/NEWS	Fri Jan 19 17:48:57 2001 +0000
@@ -576,6 +576,10 @@
 
 ** The mode line under X is now drawn with shadows by default.
 You can change its appearance by modifying the face `mode-line'.
+In particular, setting the `:box' attribute to nil turns off the 3D
+appearance of the mode line.  (The 3D appearance makes the mode line
+occupy more space, and thus might cause the first or the last line of
+the window to be partially obscured.)
 
 The variable `mode-line-inverse-video', which was used in older
 versions of emacs to make the mode-line stand out, now defaults to nil,
--- a/lisp/ChangeLog	Fri Jan 19 17:45:03 2001 +0000
+++ b/lisp/ChangeLog	Fri Jan 19 17:48:57 2001 +0000
@@ -1,5 +1,8 @@
 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
 
+	* mail/emacsbug.el (report-emacs-bug): Report the value of
+	LC_CTYPE, not LC_TYPE.
+
 	* isearch.el (isearch-forward): Add isearch-toggle-case-fold,
 	isearch-toggle-regexp and isearch-edit-string to doc string.