merge trunk
[bpt/emacs.git] / admin / MAINTAINERS
1 Emacs Maintainers
2
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.
7
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.
14
15 ==============================================================================
16 1.
17 ==============================================================================
18
19 Richard Stallman
20 ???
21
22 Jason Rumney
23 W32
24
25 Eli Zaretskii
26
27 src/bidi.c
28 bidirectional editing support in xdisp.c and elsewhere
29 lisp/term/tty-colors.el
30
31 The MS-DOS (a.k.a. DJGPP) port:
32 config.bat
33 msdos/*
34 src/msdos.[ch]
35 src/dosfns.[ch]
36 src/w16select.c
37 lisp/term/internal.el
38 lisp/term/pc-win.el
39 lisp/dos-fns.el
40 lisp/dos-w32.el
41 lisp/dos-vars.el
42 doc/emacs/msdog.texi
43
44 Kenichi Handa
45 Mule
46
47 Stefan Monnier
48 src/regex.c
49 src/syntax.c
50 src/keymap.c
51 font-lock/jit-lock/syntax
52 minor-mode/major-mode infrastructure
53 text filling
54 minibuffer completion
55 lisp/textmodes/outline.el
56
57 Miles Bader
58 src/xfaces.c
59 field-property related stuff
60 lisp/comint.el
61 lisp/shell.el
62 [other comint-related packages]
63 lisp/button.el
64 lisp/image-file.el
65 lisp/minibuf-eldef.el
66 lisp/rfn-eshadow.el
67
68 Jay Belanger
69 Calc
70 lisp/calc/*
71 etc/calccard.tex
72 doc/misc/calc.texi
73
74 Michael Olson
75 ERC
76 lisp/erc/*
77 etc/ERC-NEWS
78 doc/misc/erc.texi
79 lisp/emacs-lisp/tq.el
80
81 Bastien Guerry
82 Org
83 lisp/org/*
84 doc/misc/org.texi
85
86 ==============================================================================
87 2.
88 ==============================================================================
89
90 Steven Tamm
91 MacOS
92
93 Eli Zaretskii
94 doc/*
95 lispref/*
96 info/dir
97
98 src/xfaces.c
99 src/xdisp.c
100 src/term.c
101 src/dispnew.c
102 src/frame.c
103 src/dired.c
104
105 lisp/arc-mode.el
106 lisp/menu-bar.el
107 lisp/hexl.el
108 lisp/info.el
109 lisp/ls-lisp.el
110 lisp/startup.el
111 lisp/w32*.el
112
113 Stefan Monnier
114 src/intervals.c
115 src/keyboard.c
116 lisp/textmodes/tex-mode.el
117 lisp/progmodes/perl-mode.el
118 lisp/progmodes/tcl.el
119 lisp/emacs-lisp/easymenu.el
120
121 Miles Bader
122 src/eval.c
123 src/bytecode.c
124 src/editfns.c
125 lisp/textmodes/refill.el
126
127 ==============================================================================
128 3.
129 ==============================================================================
130
131 src/Makefile.in
132 src/abbrev.c
133 src/alloc.c
134 src/alloca.c
135 src/alloca.s
136 src/atimer.c
137 src/bitmaps/
138 src/buffer.c
139 src/callint.c
140 src/callproc.c
141 src/casefiddle.c
142 src/casetab.c
143 src/category.c
144 src/ccl.c
145 src/charset.c
146 src/cm.c
147 src/cmds.c
148 src/coding.c
149 src/composite.c
150 src/config.in
151 src/data.c
152 src/doc.c
153 src/doprnt.c
154 src/ecrt0.c
155 src/emacs.c
156 src/epaths.in
157 src/fileio.c
158 src/filelock.c
159 src/filemode.c
160 src/firstfile.c
161 src/floatfns.c
162 src/fringe.c
163 src/fns.c
164 src/fontset.c
165 src/getloadavg.c
166 src/gmalloc.c
167 src/gtkutil.c
168 src/indent.c
169 src/insdel.c
170 src/image.c
171 src/lastfile.c
172 src/lread.c
173 src/macros.c
174 src/makefile.w32-in
175 src/marker.c
176 src/md5.c
177 src/minibuf.c
178 src/mktime.c
179 src/pre-crt0.c
180 src/prefix-args.c
181 src/print.c
182 src/process.c
183 src/ralloc.c
184 src/region-cache.c
185 src/scroll.c
186 src/search.c
187 src/sound.c
188 src/strftime.c
189 src/sysdep.c
190 src/termcap.c
191 src/terminfo.c
192 src/textprop.c
193 src/tparam.c
194 src/undo.c
195 src/unexaix.c
196 src/unexalpha.c
197 src/unexcoff.c
198 src/unexelf.c
199 src/unexhp9k800.c
200 src/unexw32.c
201 src/vm-limit.c
202 src/w32.c
203 src/w32console.c
204 src/w32fns.c
205 src/w32heap.c
206 src/w32inevt.c
207 src/w32menu.c
208 src/w32proc.c
209 src/w32reg.c
210 src/w32select.c
211 src/w32term.c
212 src/w32xfns.c
213 src/widget.c
214 src/window.c
215 src/xfns.c
216 src/xmenu.c
217 src/xrdb.c
218 src/xselect.c
219 src/xterm.c