aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-29 15:02:30 +0000
committerDave Love2000-11-29 15:02:30 +0000
commit9b2999d0b4d900ea649ebe107f874317722cb4e4 (patch)
tree2be53ddee2a59081480f07ae0158ce0f2e296881
parent0b3da4ec41ecf03b83c8acafa20913cb3959905f (diff)
downloademacs-9b2999d0b4d900ea649ebe107f874317722cb4e4.tar.gz
emacs-9b2999d0b4d900ea649ebe107f874317722cb4e4.zip
*** empty log message ***
-rw-r--r--etc/NEWS10
-rw-r--r--etc/PROBLEMS8
2 files changed, 13 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b8a59e23212..9fbad9328eb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2144,11 +2144,13 @@ meaning no limit.
2144coding-system if buffer-file-coding-system is `undecided' and 2144coding-system if buffer-file-coding-system is `undecided' and
2145DEFAULT-CODING-SYSTEM is not specified, 2145DEFAULT-CODING-SYSTEM is not specified,
2146 2146
2147** The function `subr-arity' provides information on the argument list 2147+++
2148of a primitive. 2148** The function `subr-arity' provides information about the argument
2149list of a primitive.
2149 2150
2150** `where-is-internal' now also accepts a list of keymaps. 2151** `where-is-internal' now also accepts a list of keymaps.
2151 2152
2153+++
2152** The text property `keymap' specifies a key map which overrides the 2154** The text property `keymap' specifies a key map which overrides the
2153buffer's local map and the map specified by the `local-map' property. 2155buffer's local map and the map specified by the `local-map' property.
2154This is probably what most current uses of `local-map' want, rather 2156This is probably what most current uses of `local-map' want, rather
@@ -2852,6 +2854,7 @@ An alternative interface is called as
2852 2854
2853** `multimedia' is a new Finder keyword and Custom group. 2855** `multimedia' is a new Finder keyword and Custom group.
2854 2856
2857+++
2855** keywordp is a new predicate to test efficiently for an object being 2858** keywordp is a new predicate to test efficiently for an object being
2856a keyword symbol. 2859a keyword symbol.
2857 2860
@@ -2871,6 +2874,7 @@ Lisp Manual
2871** The user-option `resize-mini-windows' controls how Emacs resizes 2874** The user-option `resize-mini-windows' controls how Emacs resizes
2872mini-windows. 2875mini-windows.
2873 2876
2877+++
2874** The function `pos-visible-in-window-p' now has a third argument, FULLY. 2878** The function `pos-visible-in-window-p' now has a third argument, FULLY.
2875If FULLY is non-nil, then locations that are partially obscured aren't 2879If FULLY is non-nil, then locations that are partially obscured aren't
2876considered visible. 2880considered visible.
@@ -2880,6 +2884,7 @@ considered visible.
2880+++ 2884+++
2881** Help strings in menu items are now used to provide `help-echo' text. 2885** Help strings in menu items are now used to provide `help-echo' text.
2882 2886
2887+++
2883** The function `image-size' can be used to determine the size of an 2888** The function `image-size' can be used to determine the size of an
2884image. 2889image.
2885 2890
@@ -2893,6 +2898,7 @@ character units (fractions of the width/height of the frame's default
2893font). FRAME is the frame on which the image will be displayed. 2898font). FRAME is the frame on which the image will be displayed.
2894FRAME nil or omitted means use the selected frame. 2899FRAME nil or omitted means use the selected frame.
2895 2900
2901+++
2896** The function `image-mask-p' can be used to determine if an image 2902** The function `image-mask-p' can be used to determine if an image
2897has a mask bitmap. 2903has a mask bitmap.
2898 2904
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 4d10ac1b7e5..aa48a62f49e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -18,9 +18,11 @@ specified run-time search path in the executable.
18Please refer to the documentation of your dynamic linker for details. 18Please refer to the documentation of your dynamic linker for details.
19 19
20* On Solaris 2.7, building Emacs with WorkShop Compilers 5.0 98/12/15 20* On Solaris 2.7, building Emacs with WorkShop Compilers 5.0 98/12/15
21C 5.0 is known to fail, most probably due to compiler bugs. Using 21C 5.0 failed, apparently with non-default CFLAGS, most probably due to
22Sun Solaris 2.7 Sun WorkShop 6 update 1 C release was reported 22compiler bugs. Using Sun Solaris 2.7 Sun WorkShop 6 update 1 C
23to work without problems. 23release was reported to work without problems. It worked OK on
24another system with Solaris 8 using apparently the same 5.0 compiler
25and the default CFLAGS.
24 26
25* On Windows 95/98/ME, subprocesses do not terminate properly. 27* On Windows 95/98/ME, subprocesses do not terminate properly.
26 28