Port to stricter C99
[emacs.git] / admin / MAINTAINERS
blob61c70c1e82c0de4fea2623785b2c63420f3380ac
1                           Emacs Maintainers
3 This file contains a description of who is responsible for maintaining
4 what parts of the Emacs distribution.  The areas can be defined
5 "arbitrarily", but should provide fairly well-defined boundaries so
6 that there are not too many ambiguities.
8 The list below consists of 3 parts.  First, the list of areas that
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.
15 ==============================================================================
17 ==============================================================================
19 Jason Rumney
20         W32
22 Eli Zaretskii
24         src/bidi.c
25         bidirectional editing support in xdisp.c and elsewhere
26         lisp/term/tty-colors.el
28         The MS-DOS (a.k.a. DJGPP) port:
29             config.bat
30             msdos/*
31             src/msdos.[ch]
32             src/dosfns.[ch]
33             src/w16select.c
34             src/unexcoff.c
35             lisp/term/internal.el
36             lisp/term/pc-win.el
37             lisp/dos-fns.el
38             lisp/dos-w32.el
39             lisp/dos-vars.el
40             doc/emacs/msdos.texi
42 Kenichi Handa
43         Mule
45 Stefan Monnier
46         src/regex.c
47         src/syntax.c
48         src/keymap.c
49         font-lock/jit-lock/syntax
50         minor-mode/major-mode infrastructure
51         text filling
52         minibuffer completion
53         lisp/textmodes/outline.el
55 Miles Bader
56         src/xfaces.c
57         field-property related stuff
58         lisp/comint.el
59         lisp/shell.el
60         [other comint-related packages]
61         lisp/button.el
62         lisp/image-file.el
63         lisp/minibuf-eldef.el
64         lisp/rfn-eshadow.el
66 Jay Belanger
67         Calc
68             lisp/calc/*
69             etc/calccard.tex
70             doc/misc/calc.texi
72 Bastien Guerry
73         Org
74             lisp/org/*
75             doc/misc/org.texi
77 ==============================================================================
79 ==============================================================================
81 Kelvin White
82        ERC
83            lisp/erc/*
84            doc/misc/erc.texi
86 Eli Zaretskii
87         doc/*
88         lispref/*
90         src/xfaces.c
91         src/xdisp.c
92         src/term.c
93         src/dispnew.c
94         src/dispextern.h
95         src/frame.c
96         src/dired.c
97         src/unexw32.c
98         src/w32*.[ch]
99         src/window.c
100         nt/*
102         lisp/arc-mode.el
103         lisp/menu-bar.el
104         lisp/hexl.el
105         lisp/info.el
106         lisp/ls-lisp.el
107         lisp/startup.el
108         lisp/w32*.el
110         admin/unidata/*
112 Stefan Monnier
113         src/intervals.c
114         src/keyboard.c
115         lisp/textmodes/tex-mode.el
116         lisp/progmodes/perl-mode.el
117         lisp/progmodes/tcl.el
118         lisp/emacs-lisp/easymenu.el
120 Miles Bader
121         src/eval.c
122         src/bytecode.c
123         src/editfns.c
124         lisp/textmodes/refill.el
126 ==============================================================================
128 ==============================================================================
130 src/Makefile.in
131 src/abbrev.c
132 src/alloc.c
133 src/alloca.c
134 src/alloca.s
135 src/atimer.c
136 src/bitmaps/
137 src/buffer.c
138 src/callint.c
139 src/callproc.c
140 src/casefiddle.c
141 src/casetab.c
142 src/category.c
143 src/ccl.c
144 src/charset.c
145 src/cm.c
146 src/cmds.c
147 src/coding.c
148 src/composite.c
149 src/config.in
150 src/data.c
151 src/doc.c
152 src/doprnt.c
153 src/ecrt0.c
154 src/emacs.c
155 src/epaths.in
156 src/fileio.c
157 src/filelock.c
158 src/filemode.c
159 src/firstfile.c
160 src/floatfns.c
161 src/fringe.c
162 src/fns.c
163 src/fontset.c
164 src/getloadavg.c
165 src/gmalloc.c
166 src/gtkutil.c
167 src/indent.c
168 src/insdel.c
169 src/image.c
170 src/lastfile.c
171 src/lread.c
172 src/macros.c
173 src/makefile.w32-in
174 src/marker.c
175 src/md5.c
176 src/minibuf.c
177 src/mktime.c
178 src/pre-crt0.c
179 src/prefix-args.c
180 src/print.c
181 src/process.c
182 src/ralloc.c
183 src/region-cache.c
184 src/scroll.c
185 src/search.c
186 src/sound.c
187 src/strftime.c
188 src/sysdep.c
189 src/termcap.c
190 src/terminfo.c
191 src/textprop.c
192 src/tparam.c
193 src/undo.c
194 src/unexaix.c
195 src/unexalpha.c
196 src/unexelf.c
197 src/unexhp9k800.c
198 src/vm-limit.c
199 src/widget.c
200 src/xfns.c
201 src/xmenu.c
202 src/xrdb.c
203 src/xselect.c
204 src/xterm.c