]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Wed, 29 Nov 2000 15:02:30 +0000 (15:02 +0000)
committerDave Love <fx@gnu.org>
Wed, 29 Nov 2000 15:02:30 +0000 (15:02 +0000)
etc/NEWS
etc/PROBLEMS

index b8a59e23212c05f7bb94336870bf62e4befc7a15..9fbad9328eb86d4f53254151b8f5843d5e333467 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2144,11 +2144,13 @@ meaning no limit.
 coding-system if buffer-file-coding-system is `undecided' and
 DEFAULT-CODING-SYSTEM is not specified,
 
-** The function `subr-arity' provides information on the argument list
-of a primitive.
++++
+** The function `subr-arity' provides information about the argument
+list of a primitive.
 
 ** `where-is-internal' now also accepts a list of keymaps.
 
++++
 ** The text property `keymap' specifies a key map which overrides the
 buffer's local map and the map specified by the `local-map' property.
 This is probably what most current uses of `local-map' want, rather
@@ -2852,6 +2854,7 @@ An alternative interface is called as
 
 ** `multimedia' is a new Finder keyword and Custom group.
 
++++
 ** keywordp is a new predicate to test efficiently for an object being
 a keyword symbol.
 
@@ -2871,6 +2874,7 @@ Lisp Manual
 ** The user-option `resize-mini-windows' controls how Emacs resizes
 mini-windows.
 
++++
 ** The function `pos-visible-in-window-p' now has a third argument, FULLY.
 If FULLY is non-nil, then locations that are partially obscured aren't
 considered visible.
@@ -2880,6 +2884,7 @@ considered visible.
 +++
 ** Help strings in menu items are now used to provide `help-echo' text.
 
++++
 ** The function `image-size' can be used to determine the size of an
 image.
 
@@ -2893,6 +2898,7 @@ character units (fractions of the width/height of the frame's default
 font).  FRAME is the frame on which the image will be displayed.
 FRAME nil or omitted means use the selected frame.
 
++++
 ** The function `image-mask-p' can be used to determine if an image
 has a mask bitmap.
 
index 4d10ac1b7e5c16199b0dd0daa458577fc685ecdd..aa48a62f49ecfe1c7db37120b859eca0e9b4076b 100644 (file)
@@ -18,9 +18,11 @@ specified run-time search path in the executable.
 Please refer to the documentation of your dynamic linker for details.
 
 * On Solaris 2.7, building Emacs with WorkShop Compilers 5.0 98/12/15
-C 5.0 is known to fail, most probably due to compiler bugs. Using
-Sun Solaris 2.7 Sun WorkShop 6 update 1 C release was reported
-to work without problems.
+C 5.0 failed, apparently with non-default CFLAGS, most probably due to
+compiler bugs.  Using Sun Solaris 2.7 Sun WorkShop 6 update 1 C
+release was reported to work without problems.  It worked OK on
+another system with Solaris 8 using apparently the same 5.0 compiler
+and the default CFLAGS.
 
 * On Windows 95/98/ME, subprocesses do not terminate properly.