Mercurial > emacs
comparison admin/FOR-RELEASE @ 83256:389421e988c2
Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-107
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-108
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-109
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
<no summary provided>
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-116
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-18
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
More work on moving images to etc/images
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
Fix errors with image-file installation
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
etc/Makefile.in (install): Put gnus-tut.txt in the right place.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
etc/Makefile.in (install, uninstall): Fix installed image dirs.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-296
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 20 Feb 2005 18:47:54 +0000 |
parents | 9684495d72bc a2a04ef4a221 |
children | 25f02aeb20f4 |
comparison
equal
deleted
inserted
replaced
83255:9684495d72bc | 83256:389421e988c2 |
---|---|
62 Ange-ftp chokes on the `No route to host' message and doesn't look any | 62 Ange-ftp chokes on the `No route to host' message and doesn't look any |
63 further. | 63 further. |
64 | 64 |
65 I think in the near future we will see more of this problem, so it might be | 65 I think in the near future we will see more of this problem, so it might be |
66 time to make anfe-ftp more intelligent. | 66 time to make anfe-ftp more intelligent. |
67 | |
68 ** pcvs bug: | |
69 | |
70 In a CVS mode buffer created using the `cvs-examine' command, if I | |
71 commit a file in a subdirectory, after committing the line is not | |
72 updated with the version of the new revision. Instead, a line is added | |
73 in the buffer in the top directory listing. | |
74 | |
75 Example: I start with this: | |
76 | |
77 ,---- | |
78 | In directory .: | |
79 | Unknown .htaccess | |
80 | Unknown 404.php | |
81 | Unknown rain.jpg | |
82 | In directory include: | |
83 | Modified include/foo.include | |
84 `---- | |
85 | |
86 I commit the file include/foo.include using `c' on the corresponding | |
87 line. I get: | |
88 | |
89 ,---- | |
90 | In directory .: | |
91 | Unknown .htaccess | |
92 | Unknown 404.php | |
93 | committed Up-To-Date 1.13 foo.include | |
94 | Unknown rain.jpg | |
95 | In directory include: | |
96 | Modified include/foo.include | |
97 `---- | |
98 | |
99 There is no file named foo.include in the top directory. This bug | |
100 appeared sometime before October 2004 and now. | |
101 | |
102 | 67 |
103 | 68 |
104 * GTK RELATED BUGS | 69 * GTK RELATED BUGS |
105 | 70 |
106 ** Make GTK scrollbars behave like others w.r.t. overscrolling. | 71 ** Make GTK scrollbars behave like others w.r.t. overscrolling. |