# HG changeset patch # User Eli Zaretskii # Date 979926537 0 # Node ID 4f044a0761e0dd36f041167cf24cf2b9edd94947 # Parent b7516d64c95e2eeaf1cc4bd6b5b42607ebe291d6 *** empty log message *** diff -r b7516d64c95e -r 4f044a0761e0 etc/NEWS --- 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, diff -r b7516d64c95e -r 4f044a0761e0 lisp/ChangeLog --- 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 + * 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.