]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Jan 2001 17:48:57 +0000 (17:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Jan 2001 17:48:57 +0000 (17:48 +0000)
etc/NEWS
lisp/ChangeLog

index 4a8b55c7ea81ca7371125eb12310f6d49e06644c..9ad05c77c56816f76afdeebf910bd46f4ab5bf41 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -576,6 +576,10 @@ customizing face `fringe'.
 
 ** 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,
index 0a1c8106bfaf8136ec143773294944a0d9988bd3..2e3c05d99c42fc1ba7bfc6c34b8702b61b40feb0 100644 (file)
@@ -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.