Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org.
[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
ca076674
GM
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
71c44c04 42 doc/emacs/msdog.texi
ca076674
GM
43
44Kenichi Handa
45 Mule
46
47Stefan 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
57Miles 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
68Jay Belanger
69 Calc
70 lisp/calc/*
71 etc/calccard.tex
72 doc/misc/calc.texi
73
74Michael Olson
75 ERC
76 lisp/erc/*
77 etc/ERC-NEWS
78 doc/misc/erc.texi
79 lisp/emacs-lisp/tq.el
80
21956cce
BG
81Bastien Guerry
82 Org
83 lisp/org/*
84 doc/misc/org.texi
85
ca076674
GM
86==============================================================================
872.
88==============================================================================
89
90Steven Tamm
91 MacOS
92
93Eli Zaretskii
94 doc/*
95 lispref/*
96 info/dir
97
98 src/xfaces.c
71c44c04 99 src/xdisp.c
ca076674 100 src/term.c
cac8708f 101 src/dispnew.c
ca076674
GM
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
cac8708f 111 lisp/w32*.el
ca076674
GM
112
113Stefan 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
121Miles Bader
122 src/eval.c
123 src/bytecode.c
124 src/editfns.c
125 lisp/textmodes/refill.el
126
ca076674
GM
127==============================================================================
1283.
129==============================================================================
130
131src/Makefile.in
132src/abbrev.c
133src/alloc.c
134src/alloca.c
135src/alloca.s
136src/atimer.c
137src/bitmaps/
138src/buffer.c
139src/callint.c
140src/callproc.c
141src/casefiddle.c
142src/casetab.c
143src/category.c
144src/ccl.c
145src/charset.c
146src/cm.c
147src/cmds.c
148src/coding.c
149src/composite.c
150src/config.in
ca076674 151src/data.c
ca076674
GM
152src/doc.c
153src/doprnt.c
154src/ecrt0.c
155src/emacs.c
156src/epaths.in
157src/fileio.c
158src/filelock.c
159src/filemode.c
160src/firstfile.c
161src/floatfns.c
162src/fringe.c
163src/fns.c
164src/fontset.c
165src/getloadavg.c
166src/gmalloc.c
167src/gtkutil.c
ca076674
GM
168src/indent.c
169src/insdel.c
170src/image.c
171src/lastfile.c
172src/lread.c
ca076674 173src/macros.c
ca076674
GM
174src/makefile.w32-in
175src/marker.c
176src/md5.c
177src/minibuf.c
178src/mktime.c
ca076674
GM
179src/pre-crt0.c
180src/prefix-args.c
181src/print.c
182src/process.c
183src/ralloc.c
184src/region-cache.c
ca076674
GM
185src/scroll.c
186src/search.c
187src/sound.c
188src/strftime.c
ca076674
GM
189src/sysdep.c
190src/termcap.c
191src/terminfo.c
192src/textprop.c
193src/tparam.c
194src/undo.c
195src/unexaix.c
196src/unexalpha.c
2b2ecd42 197src/unexcoff.c
ca076674 198src/unexelf.c
ca076674 199src/unexhp9k800.c
ca076674
GM
200src/unexw32.c
201src/vm-limit.c
202src/w32.c
ca076674
GM
203src/w32console.c
204src/w32fns.c
205src/w32heap.c
206src/w32inevt.c
207src/w32menu.c
208src/w32proc.c
209src/w32reg.c
210src/w32select.c
211src/w32term.c
212src/w32xfns.c
213src/widget.c
214src/window.c
ca076674
GM
215src/xfns.c
216src/xmenu.c
217src/xrdb.c
218src/xselect.c
219src/xterm.c