diff options
| author | Miles Bader | 2005-08-26 09:51:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-08-26 09:51:52 +0000 |
| commit | d4cccb140682cfa548a8658f905764ceb4a38cb2 (patch) | |
| tree | 5230af18ee25b37efed50fa38cac1eefb47d03fc /admin | |
| parent | 5e10f34207ff594cd6570928bc0292a7b53297b8 (diff) | |
| parent | f3f01d5df3156fb408b43da0c670796c37ed084f (diff) | |
| download | emacs-d4cccb140682cfa548a8658f905764ceb4a38cb2.tar.gz emacs-d4cccb140682cfa548a8658f905764ceb4a38cb2.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 514-518)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 104-105)
- Update from CVS
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 82 |
1 files changed, 70 insertions, 12 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 47fd2c4b00b..d38cd815fb0 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -38,6 +38,8 @@ To be done by Andre Spiegel <spiegel@gnu.org>. | |||
| 38 | 38 | ||
| 39 | ** Debug custom themes. | 39 | ** Debug custom themes. |
| 40 | 40 | ||
| 41 | ** Get rid of the defadvice calls in org.el. | ||
| 42 | |||
| 41 | * FATAL ERRORS | 43 | * FATAL ERRORS |
| 42 | 44 | ||
| 43 | ** Investigate reported crashes in compact_small_strings. | 45 | ** Investigate reported crashes in compact_small_strings. |
| @@ -45,10 +47,47 @@ To be done by Andre Spiegel <spiegel@gnu.org>. | |||
| 45 | ** Investigate reported crashes related to using an | 47 | ** Investigate reported crashes related to using an |
| 46 | invalid pointer from string_free_list. | 48 | invalid pointer from string_free_list. |
| 47 | 49 | ||
| 50 | ** Emacs on Windows crashes reading JPEG images from files. | ||
| 51 | |||
| 52 | The problem is caused by the Emacs executable and the image library | ||
| 53 | having multiple, incompatible copies of the run-time code, which can | ||
| 54 | happen when mixing a MSVC build of Emacs with a MinGW build of the | ||
| 55 | jpeg library (or the other way around). The fix is straightforward | ||
| 56 | and has already been posted on the developers' list, but it is on the | ||
| 57 | back burner waiting for a legal comment or an alternate implementation | ||
| 58 | (around 30 lines of code). | ||
| 59 | |||
| 48 | * BUGS | 60 | * BUGS |
| 49 | 61 | ||
| 62 | ** The header-line buttons in the buffer list buffer | ||
| 63 | should respond to Mouse-1. | ||
| 64 | |||
| 50 | ** Fix those modes that still use compile-internal, to not use it. | 65 | ** Fix those modes that still use compile-internal, to not use it. |
| 51 | 66 | ||
| 67 | ** Fix recognition of shell's `dirs' command. | ||
| 68 | |||
| 69 | Is his change right? | ||
| 70 | |||
| 71 | Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT) | ||
| 72 | From: kevin.gal@verizon.net | ||
| 73 | |||
| 74 | When I use tcsh (which echoes command input) in a shell buffer, | ||
| 75 | entering "M-x dirs" fails because it mistakens the echoed "dirs" | ||
| 76 | string as the directory string to use as input when changing the | ||
| 77 | buffers default directory. The attached gziped patch file contains a | ||
| 78 | fix. The patch also binds the "dirs" command to "\e\C-m" in | ||
| 79 | shell-mode-map (previously unbound) to make it easy to invoke. | ||
| 80 | Finally, a test has been added to see if "shell-dirstack-query" is | ||
| 81 | non-nil. If so, it is not overwritten. | ||
| 82 | |||
| 83 | To enable the fix, the user must set comint-process-echoes to t. | ||
| 84 | |||
| 85 | ** TCP server processes do not work on Windows. | ||
| 86 | |||
| 87 | TCP/IP server processes created with `make-network-process' consume | ||
| 88 | excesive CPU on some Windows environments. Usages of 50% and 100% | ||
| 89 | CPU time have been observed on different Window XP configurations. | ||
| 90 | |||
| 52 | ** Bug in ebrowse | 91 | ** Bug in ebrowse |
| 53 | 92 | ||
| 54 | Date: Fri, 27 May 2005 17:35:48 +0200 | 93 | Date: Fri, 27 May 2005 17:35:48 +0200 |
| @@ -95,20 +134,39 @@ you're going to handle. | |||
| 95 | 134 | ||
| 96 | DIRECTORY STATUS IN CHARGE | 135 | DIRECTORY STATUS IN CHARGE |
| 97 | --------- ------ --------- | 136 | --------- ------ --------- |
| 137 | etc (and subdirs) done Thien-Thi Nguyen (ttn(@gnu.org)) | ||
| 98 | leim working Kenichi Handa | 138 | leim working Kenichi Handa |
| 99 | lisp/calc done Thien-Thi Nguyen | 139 | lib-src done ttn |
| 140 | lisp done ttn | ||
| 141 | lisp/calc done ttn | ||
| 100 | lisp/calendar working Glenn Morris | 142 | lisp/calendar working Glenn Morris |
| 101 | lisp/emulation done Thien-Thi Nguyen | 143 | lisp/emacs-lisp done ttn |
| 102 | lisp/eshell done Thien-Thi Nguyen | 144 | lisp/emulation done ttn |
| 145 | lisp/eshell done ttn | ||
| 146 | lisp/gnus done ttn | ||
| 103 | lisp/international done Kenichi Handa | 147 | lisp/international done Kenichi Handa |
| 104 | lisp/languages done Kenichi Handa | 148 | lisp/language done Kenichi Handa |
| 149 | lisp/mail done ttn | ||
| 105 | lisp/mh-e working Bill Wohler | 150 | lisp/mh-e working Bill Wohler |
| 106 | lisp/net done Thien-Thi Nguyen | 151 | lisp/net done ttn |
| 107 | lisp/play done Thien-Thi Nguyen | 152 | lisp/obsolete done ttn |
| 153 | lisp/play done ttn | ||
| 108 | lisp/progmodes done Nick Roberts | 154 | lisp/progmodes done Nick Roberts |
| 109 | lisp/term done Thien-Thi Nguyen | 155 | lisp/term done ttn |
| 110 | lisp/toolbar done Thien-Thi Nguyen | 156 | lisp/textmodes done ttn |
| 111 | lisp/url working Thien-Thi Nguyen | 157 | lisp/toolbar done ttn |
| 158 | lisp/url done ttn | ||
| 159 | lispintro done ttn | ||
| 160 | lispref done ttn | ||
| 161 | lwlib done ttn | ||
| 162 | m4 done ttn | ||
| 163 | mac (and subdirs) done ttn | ||
| 164 | man done ttn | ||
| 165 | msdos done ttn | ||
| 166 | nt (and subdirs) done ttn | ||
| 167 | oldXMenu done ttn | ||
| 168 | src (and subdirs) done ttn | ||
| 169 | vms done ttn | ||
| 112 | 170 | ||
| 113 | ** Check the Emacs manual. | 171 | ** Check the Emacs manual. |
| 114 | 172 | ||
| @@ -208,7 +266,7 @@ lispref/numbers.texi "Luc Teirlinck" Chong Yidong | |||
| 208 | lispref/objects.texi "Luc Teirlinck" Chong Yidong | 266 | lispref/objects.texi "Luc Teirlinck" Chong Yidong |
| 209 | lispref/os.texi "Luc Teirlinck" Chong Yidong | 267 | lispref/os.texi "Luc Teirlinck" Chong Yidong |
| 210 | lispref/positions.texi "Luc Teirlinck" Chong Yidong | 268 | lispref/positions.texi "Luc Teirlinck" Chong Yidong |
| 211 | lispref/processes.texi Chong Yidong Thien-Thi Nguyen | 269 | lispref/processes.texi Chong Yidong ttn |
| 212 | lispref/searching.texi "Luc Teirlinck" Chong Yidong | 270 | lispref/searching.texi "Luc Teirlinck" Chong Yidong |
| 213 | lispref/sequences.texi "Luc Teirlinck" Chong Yidong | 271 | lispref/sequences.texi "Luc Teirlinck" Chong Yidong |
| 214 | lispref/streams.texi "Luc Teirlinck" Chong Yidong | 272 | lispref/streams.texi "Luc Teirlinck" Chong Yidong |
| @@ -238,8 +296,8 @@ etc/TUTORIAL.cn | |||
| 238 | etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> | 296 | etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> |
| 239 | etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> | 297 | etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> |
| 240 | etc/TUTORIAL.es Marcelo Toledo | 298 | etc/TUTORIAL.es Marcelo Toledo |
| 241 | etc/TUTORIAL.fr Thien-Thi Nguyen | 299 | etc/TUTORIAL.fr ttn |
| 242 | etc/TUTORIAL.it Thien-Thi Nguyen | 300 | etc/TUTORIAL.it ttn |
| 243 | etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org> | 301 | etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org> |
| 244 | etc/TUTORIAL.ko | 302 | etc/TUTORIAL.ko |
| 245 | etc/TUTORIAL.nl Lute Kamstra | 303 | etc/TUTORIAL.nl Lute Kamstra |