Merge changes made in Gnus trunk.
[bpt/emacs.git] / admin / MAINTAINERS
CommitLineData
ca076674
GM
1 Emacs Maintainers
2
3This file contains a description of who is responsible for maintaining
4what parts of the Emacs distribution. The areas can be defined
5"arbitrarily", but should provide fairly well-defined boundaries so
6that there are not too many ambiguities.
7
8The list below consists of 3 parts. First, the list of areas that
9someone wants to be maintaining (i.e. has a particularly keen interest
10for it); then the list of areas that someone is willing to maintain,
11although he would not necessarily mind if someone else was the
12official maintainer; and finally the list of areas for which no
13maintainer has been found so far.
14
15==============================================================================
161.
17==============================================================================
18
19Richard Stallman
20 ???
21
22Jason Rumney
23 W32
24
25Eli Zaretskii
71c44c04
EZ
26
27 src/bidi.c
28 bidirectional editing support in xdisp.c and elsewhere
29 lisp/term/tty-colors.el
30
ca076674
GM
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 src/s/msdos.h
38 lisp/term/internal.el
39 lisp/term/pc-win.el
40 lisp/dos-fns.el
41 lisp/dos-w32.el
42 lisp/dos-vars.el
71c44c04 43 doc/emacs/msdog.texi
ca076674
GM
44
45Kenichi Handa
46 Mule
47
48Stefan Monnier
49 src/regex.c
50 src/syntax.c
51 src/keymap.c
52 font-lock/jit-lock/syntax
53 minor-mode/major-mode infrastructure
54 text filling
55 minibuffer completion
56 lisp/textmodes/outline.el
57
58Miles Bader
59 src/xfaces.c
60 field-property related stuff
61 lisp/comint.el
62 lisp/shell.el
63 [other comint-related packages]
64 lisp/button.el
65 lisp/image-file.el
66 lisp/minibuf-eldef.el
67 lisp/rfn-eshadow.el
68
69Jay Belanger
70 Calc
71 lisp/calc/*
72 etc/calccard.tex
73 doc/misc/calc.texi
74
75Michael Olson
76 ERC
77 lisp/erc/*
78 etc/ERC-NEWS
79 doc/misc/erc.texi
80 lisp/emacs-lisp/tq.el
81
82==============================================================================
832.
84==============================================================================
85
86Steven Tamm
87 MacOS
88
89Eli Zaretskii
90 doc/*
91 lispref/*
92 info/dir
93
94 src/xfaces.c
71c44c04 95 src/xdisp.c
ca076674
GM
96 src/term.c
97 src/frame.c
98 src/dired.c
99
100 lisp/arc-mode.el
101 lisp/menu-bar.el
102 lisp/hexl.el
103 lisp/info.el
104 lisp/ls-lisp.el
105 lisp/startup.el
106
107Stefan Monnier
108 src/intervals.c
109 src/keyboard.c
110 lisp/textmodes/tex-mode.el
111 lisp/progmodes/perl-mode.el
112 lisp/progmodes/tcl.el
113 lisp/emacs-lisp/easymenu.el
114
115Miles Bader
116 src/eval.c
117 src/bytecode.c
118 src/editfns.c
119 lisp/textmodes/refill.el
120
ca076674
GM
121==============================================================================
1223.
123==============================================================================
124
125src/Makefile.in
126src/abbrev.c
127src/alloc.c
128src/alloca.c
129src/alloca.s
130src/atimer.c
131src/bitmaps/
132src/buffer.c
133src/callint.c
134src/callproc.c
135src/casefiddle.c
136src/casetab.c
137src/category.c
138src/ccl.c
139src/charset.c
140src/cm.c
141src/cmds.c
142src/coding.c
143src/composite.c
144src/config.in
ca076674
GM
145src/data.c
146src/dispnew.c
147src/doc.c
148src/doprnt.c
149src/ecrt0.c
150src/emacs.c
151src/epaths.in
152src/fileio.c
153src/filelock.c
154src/filemode.c
155src/firstfile.c
156src/floatfns.c
157src/fringe.c
158src/fns.c
159src/fontset.c
160src/getloadavg.c
161src/gmalloc.c
162src/gtkutil.c
ca076674
GM
163src/indent.c
164src/insdel.c
165src/image.c
166src/lastfile.c
167src/lread.c
168src/m/
169src/macros.c
ca076674
GM
170src/makefile.w32-in
171src/marker.c
172src/md5.c
173src/minibuf.c
174src/mktime.c
ca076674
GM
175src/pre-crt0.c
176src/prefix-args.c
177src/print.c
178src/process.c
179src/ralloc.c
180src/region-cache.c
181src/s/
182src/scroll.c
183src/search.c
184src/sound.c
185src/strftime.c
ca076674
GM
186src/sysdep.c
187src/termcap.c
188src/terminfo.c
189src/textprop.c
190src/tparam.c
191src/undo.c
192src/unexaix.c
193src/unexalpha.c
2b2ecd42 194src/unexcoff.c
ca076674 195src/unexelf.c
ca076674 196src/unexhp9k800.c
ca076674
GM
197src/unexw32.c
198src/vm-limit.c
199src/w32.c
ca076674
GM
200src/w32console.c
201src/w32fns.c
202src/w32heap.c
203src/w32inevt.c
204src/w32menu.c
205src/w32proc.c
206src/w32reg.c
207src/w32select.c
208src/w32term.c
209src/w32xfns.c
210src/widget.c
211src/window.c
212src/xdisp.c
213src/xfns.c
214src/xmenu.c
215src/xrdb.c
216src/xselect.c
217src/xterm.c
218