From: Eli Zaretskii Date: Fri, 19 Jan 2001 17:48:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccd878906b795165cb98b7f445cbc185e5b576e2;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 4a8b55c7ea8..9ad05c77c56 100644 --- 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, diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a1c8106bfa..2e3c05d99c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-01-19 Eli Zaretskii + * 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.