diff options
| author | Dave Love | 2000-11-29 15:02:30 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-29 15:02:30 +0000 |
| commit | 9b2999d0b4d900ea649ebe107f874317722cb4e4 (patch) | |
| tree | 2be53ddee2a59081480f07ae0158ce0f2e296881 | |
| parent | 0b3da4ec41ecf03b83c8acafa20913cb3959905f (diff) | |
| download | emacs-9b2999d0b4d900ea649ebe107f874317722cb4e4.tar.gz emacs-9b2999d0b4d900ea649ebe107f874317722cb4e4.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 10 | ||||
| -rw-r--r-- | etc/PROBLEMS | 8 |
2 files changed, 13 insertions, 5 deletions
| @@ -2144,11 +2144,13 @@ meaning no limit. | |||
| 2144 | coding-system if buffer-file-coding-system is `undecided' and | 2144 | coding-system if buffer-file-coding-system is `undecided' and |
| 2145 | DEFAULT-CODING-SYSTEM is not specified, | 2145 | DEFAULT-CODING-SYSTEM is not specified, |
| 2146 | 2146 | ||
| 2147 | ** The function `subr-arity' provides information on the argument list | 2147 | +++ |
| 2148 | of a primitive. | 2148 | ** The function `subr-arity' provides information about the argument |
| 2149 | list 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 |
| 2153 | buffer's local map and the map specified by the `local-map' property. | 2155 | buffer's local map and the map specified by the `local-map' property. |
| 2154 | This is probably what most current uses of `local-map' want, rather | 2156 | This 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 |
| 2856 | a keyword symbol. | 2859 | a 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 |
| 2872 | mini-windows. | 2875 | mini-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. |
| 2875 | If FULLY is non-nil, then locations that are partially obscured aren't | 2879 | If FULLY is non-nil, then locations that are partially obscured aren't |
| 2876 | considered visible. | 2880 | considered 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 |
| 2884 | image. | 2889 | image. |
| 2885 | 2890 | ||
| @@ -2893,6 +2898,7 @@ character units (fractions of the width/height of the frame's default | |||
| 2893 | font). FRAME is the frame on which the image will be displayed. | 2898 | font). FRAME is the frame on which the image will be displayed. |
| 2894 | FRAME nil or omitted means use the selected frame. | 2899 | FRAME 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 |
| 2897 | has a mask bitmap. | 2903 | has 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. | |||
| 18 | Please refer to the documentation of your dynamic linker for details. | 18 | Please 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 |
| 21 | C 5.0 is known to fail, most probably due to compiler bugs. Using | 21 | C 5.0 failed, apparently with non-default CFLAGS, most probably due to |
| 22 | Sun Solaris 2.7 Sun WorkShop 6 update 1 C release was reported | 22 | compiler bugs. Using Sun Solaris 2.7 Sun WorkShop 6 update 1 C |
| 23 | to work without problems. | 23 | release was reported to work without problems. It worked OK on |
| 24 | another system with Solaris 8 using apparently the same 5.0 compiler | ||
| 25 | and 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 | ||