diff options
| author | Kim F. Storm | 2005-09-29 08:28:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-09-29 08:28:05 +0000 |
| commit | fc3c954c5e29df6b1befdf7d93414a85388d509e (patch) | |
| tree | 0b8a57c05debcdf9ea67089d6a0b5d51b613253f /admin | |
| parent | 72662103746b3e933bb2d686f33dbe064a2c5c19 (diff) | |
| download | emacs-fc3c954c5e29df6b1befdf7d93414a85388d509e.tar.gz emacs-fc3c954c5e29df6b1befdf7d93414a85388d509e.zip | |
*** empty log message ***
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 93f19cdef4c..9821c98c8dd 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -29,6 +29,25 @@ face name prefixes should be in it for good results. | |||
| 29 | 29 | ||
| 30 | ** Update Speedbar. | 30 | ** Update Speedbar. |
| 31 | 31 | ||
| 32 | ** Rework how the fringe "angle" bitmap at at bottom of buffer is | ||
| 33 | shown to include an indication of whether the last line has a NL or not. | ||
| 34 | [Assigned to KFS] | ||
| 35 | |||
| 36 | ** Rework how fringe bitmaps are defined and used. | ||
| 37 | Currently, bitmap usage and bitmap appearence are "mixed-up" in a | ||
| 38 | one-level representation. It would be cleaner to split the | ||
| 39 | representation into a two-level model where first level maps | ||
| 40 | bitmap usage to a bitmap name, and second level maps bitmap name to | ||
| 41 | a bitmap appearence. | ||
| 42 | [Assigned to KFS] | ||
| 43 | |||
| 44 | ** Put a max-limit on the size of images, e.g. based on the display size. | ||
| 45 | This is to avoid allocating insane amounts of memory due to bogus | ||
| 46 | image size specifications. | ||
| 47 | Note: rather than clipping images that are too big (this may be | ||
| 48 | non-trivial to do correctly in all cases -- and thus non-trivial to | ||
| 49 | test), it may be better just to avoid displaying such images for emacs 22. | ||
| 50 | |||
| 32 | * FATAL ERRORS | 51 | * FATAL ERRORS |
| 33 | 52 | ||
| 34 | ** Investigate reported crashes in compact_small_strings. | 53 | ** Investigate reported crashes in compact_small_strings. |
| @@ -46,9 +65,6 @@ and has already been posted on the developers' list, but it is on the | |||
| 46 | back burner waiting for a legal comment or an alternate implementation | 65 | back burner waiting for a legal comment or an alternate implementation |
| 47 | (around 30 lines of code). | 66 | (around 30 lines of code). |
| 48 | 67 | ||
| 49 | ** goeran@uddeborg.se's Sep 13 crash report | ||
| 50 | about trying to display the invalid gif file poison.gif. | ||
| 51 | |||
| 52 | * BUGS | 68 | * BUGS |
| 53 | 69 | ||
| 54 | ** Make a new interface for specifying window configurations | 70 | ** Make a new interface for specifying window configurations |
| @@ -59,6 +75,7 @@ so that we can fix bugs in balance-windows. | |||
| 59 | TCP/IP server processes created with `make-network-process' consume | 75 | TCP/IP server processes created with `make-network-process' consume |
| 60 | excesive CPU on some Windows environments. Usages of 50% and 100% | 76 | excesive CPU on some Windows environments. Usages of 50% and 100% |
| 61 | CPU time have been observed on different Window XP configurations. | 77 | CPU time have been observed on different Window XP configurations. |
| 78 | Seems to be a problem in sys_select in w32proc.c. | ||
| 62 | 79 | ||
| 63 | * DOCUMENTATION | 80 | * DOCUMENTATION |
| 64 | 81 | ||