diff options
| author | Miles Bader | 2005-01-16 03:40:12 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-01-16 03:40:12 +0000 |
| commit | 54c4c5465ff6dcf158fc47b5894a688ec356f900 (patch) | |
| tree | 7fd504f98080bd7c498874d3662ef67086a09b66 /admin | |
| parent | d570d39f949427c4a5041375529c3748d72c6e3c (diff) | |
| parent | 42187e99f8adc31d93d027b9017160731aab8972 (diff) | |
| download | emacs-54c4c5465ff6dcf158fc47b5894a688ec356f900.tar.gz emacs-54c4c5465ff6dcf158fc47b5894a688ec356f900.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-3
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-4
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-5
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-6
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-11
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12
Remove "-face" suffix from lazy-highlight face name
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-13
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-16
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-18
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-21
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-22
<no summary provided>
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-23
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-39
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
Fix regressions from latest reftex update
* miles@gnu.org--gnu-2005/gnus--rel--5.10--base-0
tag of miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-1
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2
Merge from miles@gnu.org--gnu-2004
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-3
Merge from emacs--cvs-trunk--0
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 74 |
1 files changed, 15 insertions, 59 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 797e0d6c277..daaeb27b80e 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -11,6 +11,9 @@ To be done by Sergey Poznyakoff <gray@Mirddin.farlep.net>. | |||
| 11 | gracefully if something isn't supported over Tramp. | 11 | gracefully if something isn't supported over Tramp. |
| 12 | To be done by Andre Spiegel <spiegel@gnu.org>. | 12 | To be done by Andre Spiegel <spiegel@gnu.org>. |
| 13 | 13 | ||
| 14 | ** define-minor-mode should not put :require into defcustom. | ||
| 15 | See msg from rms to emacs-devel on 21 Dec. | ||
| 16 | |||
| 14 | * FATAL ERRORS | 17 | * FATAL ERRORS |
| 15 | 18 | ||
| 16 | ** Investigate face cache related crash. | 19 | ** Investigate face cache related crash. |
| @@ -32,6 +35,9 @@ invalid pointer from string_free_list. | |||
| 32 | 35 | ||
| 33 | ** Fix up url-ldap.el. | 36 | ** Fix up url-ldap.el. |
| 34 | 37 | ||
| 38 | ** url/*.el has lots of `(declare (special ...))' which | ||
| 39 | are meaningless. What's that trying to do? | ||
| 40 | |||
| 35 | * BUGS | 41 | * BUGS |
| 36 | 42 | ||
| 37 | ** Incomplete overlay mouse-face highlight bug (Ralf Angeli, Oct 18) | 43 | ** Incomplete overlay mouse-face highlight bug (Ralf Angeli, Oct 18) |
| @@ -62,42 +68,6 @@ further. | |||
| 62 | I think in the near future we will see more of this problem, so it might be | 68 | I think in the near future we will see more of this problem, so it might be |
| 63 | time to make anfe-ftp more intelligent. | 69 | time to make anfe-ftp more intelligent. |
| 64 | 70 | ||
| 65 | ** Bug in url-http-parse-headers, reported in | ||
| 66 | From: Vivek Dasmohapatra <vivek@zeus.com> | ||
| 67 | Date: Tue, 28 Sep 2004 16:13:13 +0100 | ||
| 68 | |||
| 69 | Fetching a url with url-retrieve can reult in an anrbitrary buffer | ||
| 70 | being killed if a 401 (or possibly a 407) result is encountered: | ||
| 71 | |||
| 72 | url-http-parse-headers calls url-http-handle-authentication, | ||
| 73 | which can call url-retrieve. | ||
| 74 | |||
| 75 | This results in the current buffer being killed, and a new http buffer | ||
| 76 | being generated. However, when the old http buffer is killed, emacs | ||
| 77 | picks the top buffer from the list as the new current buffer, so by the | ||
| 78 | time we get to the end of url-http-parse-headers, _that_ buffer is marked | ||
| 79 | as dead even though it is not necessarily a url buffer, so next time the | ||
| 80 | url libraries reap their dead buffers, an innocent bystander buffer is | ||
| 81 | killed instead (and an obsolete http buffer may be left lying around too). | ||
| 82 | |||
| 83 | A possible fix (which I am currently using) is to call set-buffer | ||
| 84 | on the return value of url-http-parse-headers: | ||
| 85 | |||
| 86 | (case url-http-response-status | ||
| 87 | (401 | ||
| 88 | ;; The request requires user authentication. The response | ||
| 89 | ;; MUST include a WWW-Authenticate header field containing a | ||
| 90 | ;; challenge applicable to the requested resource. The | ||
| 91 | ;; client MAY repeat the request with a suitable | ||
| 92 | ;; Authorization header field. | ||
| 93 | (url-mark-buffer-as-dead (current-buffer)) | ||
| 94 | (set-buffer (url-http-handle-authentication nil))) | ||
| 95 | etc .... | ||
| 96 | |||
| 97 | which makes sure that it is the right http buffer that is current when | ||
| 98 | we come to mark the http buffers as dead. | ||
| 99 | |||
| 100 | |||
| 101 | 71 | ||
| 102 | * GTK RELATED BUGS | 72 | * GTK RELATED BUGS |
| 103 | 73 | ||
| @@ -183,22 +153,6 @@ interrupting I can get a backtrace, here's an example: | |||
| 183 | Update: Maybe only reveals itself when compiled with GTK+ | 153 | Update: Maybe only reveals itself when compiled with GTK+ |
| 184 | 154 | ||
| 185 | 155 | ||
| 186 | ** line-spacing and Electric-pop-up-window | ||
| 187 | |||
| 188 | From: SAITO Takuya <tabmore@rivo.mediatti.net> | ||
| 189 | Date: Mon, 31 May 2004 02:08:10 +0900 (JST) | ||
| 190 | |||
| 191 | Electric-pop-up-window does not work well | ||
| 192 | if truncate long lines disabled and/or | ||
| 193 | `line-spacing' is set to positive integer. | ||
| 194 | |||
| 195 | For example, start emacs -Q --line-spacing 1, and type M-` . | ||
| 196 | Then, the last line of *Completions* buffer is not visible. | ||
| 197 | |||
| 198 | fit-window-to-buffer works well for me, so I guess | ||
| 199 | Electric-pop-up-window can use it. | ||
| 200 | |||
| 201 | |||
| 202 | ** Partial highlighting of wrapped overlay | 156 | ** Partial highlighting of wrapped overlay |
| 203 | 157 | ||
| 204 | From: Ralf Angeli <angeli@iwi.uni-sb.de> | 158 | From: Ralf Angeli <angeli@iwi.uni-sb.de> |
| @@ -245,9 +199,10 @@ set. | |||
| 245 | 199 | ||
| 246 | ** Check the Emacs manual. | 200 | ** Check the Emacs manual. |
| 247 | 201 | ||
| 248 | Each manual section should be proof-read by at least two people. | 202 | Each manual section should be checked for factual correctness |
| 249 | After each file name, on the same line or the following line, come the | 203 | regarding recent changes by at least two people. After each file |
| 250 | names of the people who have checked it. | 204 | name, on the same line or the following line, come the names of the |
| 205 | people who have checked it. | ||
| 251 | 206 | ||
| 252 | 207 | ||
| 253 | SECTION READERS | 208 | SECTION READERS |
| @@ -283,7 +238,7 @@ man/msdog.texi | |||
| 283 | man/mule.texi "Luc Teirlinck" | 238 | man/mule.texi "Luc Teirlinck" |
| 284 | man/m-x.texi "Luc Teirlinck" | 239 | man/m-x.texi "Luc Teirlinck" |
| 285 | man/picture.texi | 240 | man/picture.texi |
| 286 | man/programs.texi | 241 | man/programs.texi "Stephen Eglen" |
| 287 | man/regs.texi "Luc Teirlinck" | 242 | man/regs.texi "Luc Teirlinck" |
| 288 | man/rmail.texi | 243 | man/rmail.texi |
| 289 | man/screen.texi "Luc Teirlinck" | 244 | man/screen.texi "Luc Teirlinck" |
| @@ -296,9 +251,10 @@ man/xresources.texi | |||
| 296 | 251 | ||
| 297 | ** Check the Emacs Lisp manual. | 252 | ** Check the Emacs Lisp manual. |
| 298 | 253 | ||
| 299 | Each manual section should be proof-read by at least two people. | 254 | Each manual section should be checked for factual correctness |
| 300 | After each file name, on the same line or the following line, come the | 255 | regarding recent changes by at least two people. After each file |
| 301 | names of the people who have checked it. | 256 | name, on the same line or the following line, come the names of the |
| 257 | people who have checked it. | ||
| 302 | 258 | ||
| 303 | SECTION READERS | 259 | SECTION READERS |
| 304 | ---------------------------------- | 260 | ---------------------------------- |