Mercurial > emacs
comparison MAINTAINERS @ 41375:337ae47565f8
Update my responsibilities.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 22 Nov 2001 19:57:50 +0000 |
parents | 00ed4838100e |
children | d8189ce88c94 |
comparison
equal
deleted
inserted
replaced
41374:608e18d9fb18 | 41375:337ae47565f8 |
---|---|
1 This file contains a description of who is responsible for maintaining what. | 1 Emacs Maintainers |
2 The areas can be defined "arbitrarily" but should provide fairly | 2 |
3 well defined boundaries so that there are not too many ambiguities. | 3 This file contains a description of who is responsible for maintaining |
4 | 4 what parts of the Emacs distribution. The areas can be defined |
5 The list decomposed into 3 parts. First the list of areas that someone | 5 "arbitrarily", but should provide fairly well-defined boundaries so |
6 wants to be maintaining (i.e. has a particularly keen interest for it); | 6 that there are not too many ambiguities. |
7 then the list of areas that someone is willing to maintain, although | 7 |
8 he would not necessarily mind if someone else was the official maintainer; | 8 The list below decomposed into 3 parts. First the list of areas that |
9 and finally the list of areas for which no maintainer has been found so far. | 9 someone wants to be maintaining (i.e. has a particularly keen interest |
10 for it); then the list of areas that someone is willing to maintain, | |
11 although he would not necessarily mind if someone else was the | |
12 official maintainer; and finally the list of areas for which no | |
13 maintainer has been found so far. | |
10 | 14 |
11 ============================================================================== | 15 ============================================================================== |
12 1. | 16 1. |
13 ============================================================================== | 17 ============================================================================== |
14 | 18 |
20 | 24 |
21 Jason Rumney | 25 Jason Rumney |
22 W32 | 26 W32 |
23 | 27 |
24 Eli Zaretskii | 28 Eli Zaretskii |
25 MS-DOS | 29 The MS-DOS (a.k.a. DJGPP) port: |
30 config.bat | |
31 msdos/* | |
32 src/msdos.[ch] | |
33 src/dosfns.[ch] | |
34 src/w16select.c | |
35 src/s/msdos.h | |
36 lisp/term/internal.el | |
37 lisp/term/pc-win.el | |
38 lisp/dos-fns.el | |
39 lisp/dos-w32.el | |
40 lisp/dos-vars.el | |
41 | |
42 lisp/term/tty-colors.el | |
43 lisp/international/codepage.el | |
44 | |
45 man/faq.texi | |
46 man/msdog.texi | |
26 | 47 |
27 Kenichi Handa | 48 Kenichi Handa |
28 Mule | 49 Mule |
29 | 50 |
30 Stefan Monnier | 51 Stefan Monnier |
41 ??? | 62 ??? |
42 | 63 |
43 ============================================================================== | 64 ============================================================================== |
44 2. | 65 2. |
45 ============================================================================== | 66 ============================================================================== |
67 | |
68 Eli Zaretskii | |
69 man/* | |
70 lispref/* | |
71 info/dir | |
72 | |
73 src/xfaces.c | |
74 src/term.c | |
75 src/frame.c | |
76 src/dired.c | |
77 | |
78 lisp/arc-mode.el | |
79 lisp/menu-bar.el | |
80 lisp/hexl.el | |
81 lisp/info.el | |
82 lisp/ls-lisp.el | |
83 lisp/startup.el | |
46 | 84 |
47 Stefan Monnier | 85 Stefan Monnier |
48 src/intervals.c | 86 src/intervals.c |
49 src/keyboard.c | 87 src/keyboard.c |
50 lisp/textmodes/tex-mode.el | 88 lisp/textmodes/tex-mode.el |
63 src/alloca.c | 101 src/alloca.c |
64 src/alloca.s | 102 src/alloca.s |
65 src/atimer.c | 103 src/atimer.c |
66 src/bitmaps/ | 104 src/bitmaps/ |
67 src/buffer.c | 105 src/buffer.c |
68 src/buffer.c.orig | |
69 src/bytecode.c | 106 src/bytecode.c |
70 src/callint.c | 107 src/callint.c |
71 src/callproc.c | 108 src/callproc.c |
72 src/casefiddle.c | 109 src/casefiddle.c |
73 src/casetab.c | 110 src/casetab.c |
79 src/coding.c | 116 src/coding.c |
80 src/composite.c | 117 src/composite.c |
81 src/config.in | 118 src/config.in |
82 src/cxux-crt0.s | 119 src/cxux-crt0.s |
83 src/data.c | 120 src/data.c |
84 src/dired.c | |
85 src/dispnew.c | 121 src/dispnew.c |
86 src/doc.c | 122 src/doc.c |
87 src/doprnt.c | 123 src/doprnt.c |
88 src/dosfns.c | |
89 src/ecrt0.c | 124 src/ecrt0.c |
90 src/editfns.c | 125 src/editfns.c |
91 src/emacs.c | 126 src/emacs.c |
92 src/epaths.in | 127 src/epaths.in |
93 src/eval.c | 128 src/eval.c |
96 src/filemode.c | 131 src/filemode.c |
97 src/firstfile.c | 132 src/firstfile.c |
98 src/floatfns.c | 133 src/floatfns.c |
99 src/fns.c | 134 src/fns.c |
100 src/fontset.c | 135 src/fontset.c |
101 src/frame.c | |
102 src/getloadavg.c | 136 src/getloadavg.c |
103 src/gmalloc.c | 137 src/gmalloc.c |
104 src/hftctl.c | 138 src/hftctl.c |
105 src/igc.c | 139 src/igc.c |
106 src/indent.c | 140 src/indent.c |
114 src/marker.c | 148 src/marker.c |
115 src/md5.c | 149 src/md5.c |
116 src/minibuf.c | 150 src/minibuf.c |
117 src/mktime.c | 151 src/mktime.c |
118 src/mocklisp.c | 152 src/mocklisp.c |
119 src/msdos.c | |
120 src/pre-crt0.c | 153 src/pre-crt0.c |
121 src/prefix-args.c | 154 src/prefix-args.c |
122 src/print.c | 155 src/print.c |
123 src/process.c | 156 src/process.c |
124 src/ralloc.c | 157 src/ralloc.c |
128 src/search.c | 161 src/search.c |
129 src/sound.c | 162 src/sound.c |
130 src/strftime.c | 163 src/strftime.c |
131 src/sunfns.c | 164 src/sunfns.c |
132 src/sysdep.c | 165 src/sysdep.c |
133 src/term.c | |
134 src/termcap.c | 166 src/termcap.c |
135 src/terminfo.c | 167 src/terminfo.c |
136 src/textprop.c | 168 src/textprop.c |
137 src/tparam.c | 169 src/tparam.c |
138 src/ttymenu.c | 170 src/ttymenu.c |
149 src/unexnext.c | 181 src/unexnext.c |
150 src/unexsni.c | 182 src/unexsni.c |
151 src/unexsunos4.c | 183 src/unexsunos4.c |
152 src/unexw32.c | 184 src/unexw32.c |
153 src/vm-limit.c | 185 src/vm-limit.c |
154 src/w16select.c | |
155 src/w32.c | 186 src/w32.c |
156 src/w32bdf.c | 187 src/w32bdf.c |
157 src/w32console.c | 188 src/w32console.c |
158 src/w32fns.c | 189 src/w32fns.c |
159 src/w32heap.c | 190 src/w32heap.c |
165 src/w32term.c | 196 src/w32term.c |
166 src/w32xfns.c | 197 src/w32xfns.c |
167 src/widget.c | 198 src/widget.c |
168 src/window.c | 199 src/window.c |
169 src/xdisp.c | 200 src/xdisp.c |
170 src/xfaces.c | |
171 src/xfns.c | 201 src/xfns.c |
172 src/xmenu.c | 202 src/xmenu.c |
173 src/xrdb.c | 203 src/xrdb.c |
174 src/xselect.c | 204 src/xselect.c |
175 src/xterm.c | 205 src/xterm.c |