More escaped `"' in string literals.
[bpt/emacs.git] / MAINTAINERS
CommitLineData
36c657c1 1 Emacs Maintainers
0b5549c1 2
36c657c1
EZ
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
84e1c46e 8The list below consists of 3 parts. First, the list of areas that
36c657c1
EZ
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.
0b5549c1
SM
14
15==============================================================================
161.
17==============================================================================
18
19Richard Stallman
20 ???
21
22Andrew Choi
23 MacOS
24
25Jason Rumney
26 W32
27
28Eli Zaretskii
36c657c1
EZ
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
0b5549c1
SM
47
48Kenichi Handa
49 Mule
50
51Stefan Monnier
52 src/regex.c
53 src/syntax.c
54 src/keymap.c
55 font-lock/jit-lock/syntax
56 minor-mode/major-mode infrastructure
57 text filling
58 minibuffer completion
59 lisp/textmodes/outline.el
60
e95768c5 61Miles Bader
54fd215c
MB
62 src/xfaces.c
63 field-property related stuff
64 lisp/comint.el
65 lisp/shell.el
66 [other comint-related packages]
67 lisp/button.el
68 lisp/image-file.el
69 lisp/minibuf-eldef.el
70 lisp/rfn-eshadow.el
e95768c5 71
0b5549c1
SM
72==============================================================================
732.
74==============================================================================
75
36c657c1
EZ
76Eli Zaretskii
77 man/*
78 lispref/*
79 info/dir
80
81 src/xfaces.c
82 src/term.c
83 src/frame.c
84 src/dired.c
85
86 lisp/arc-mode.el
87 lisp/menu-bar.el
88 lisp/hexl.el
89 lisp/info.el
90 lisp/ls-lisp.el
91 lisp/startup.el
92
0b5549c1
SM
93Stefan Monnier
94 src/intervals.c
95 src/keyboard.c
96 lisp/textmodes/tex-mode.el
792e1bc4
CW
97 lisp/progmodes/perl-mode.el
98 lisp/progmodes/tcl.el
0b5549c1 99
54fd215c
MB
100Miles Bader
101 src/eval.c
102 src/bytecode.c
103 src/editfns.c
104 lisp/textmodes/refill.el
105
0b5549c1
SM
106==============================================================================
1073.
108==============================================================================
109
110src/Makefile.in
0b5549c1
SM
111src/abbrev.c
112src/alloc.c
113src/alloca.c
114src/alloca.s
115src/atimer.c
116src/bitmaps/
117src/buffer.c
0b5549c1
SM
118src/callint.c
119src/callproc.c
120src/casefiddle.c
121src/casetab.c
122src/category.c
123src/ccl.c
124src/charset.c
125src/cm.c
126src/cmds.c
127src/coding.c
128src/composite.c
129src/config.in
130src/cxux-crt0.s
131src/data.c
0b5549c1
SM
132src/dispnew.c
133src/doc.c
134src/doprnt.c
0b5549c1 135src/ecrt0.c
0b5549c1
SM
136src/emacs.c
137src/epaths.in
0b5549c1
SM
138src/fileio.c
139src/filelock.c
140src/filemode.c
141src/firstfile.c
142src/floatfns.c
143src/fns.c
144src/fontset.c
0b5549c1
SM
145src/getloadavg.c
146src/gmalloc.c
147src/hftctl.c
0b5549c1
SM
148src/indent.c
149src/insdel.c
150src/lastfile.c
151src/lread.c
152src/m/
153src/macros.c
154src/makefile.nt
155src/makefile.w32-in
156src/marker.c
157src/md5.c
158src/minibuf.c
159src/mktime.c
160src/mocklisp.c
0b5549c1
SM
161src/pre-crt0.c
162src/prefix-args.c
163src/print.c
164src/process.c
165src/ralloc.c
166src/region-cache.c
167src/s/
168src/scroll.c
169src/search.c
170src/sound.c
171src/strftime.c
172src/sunfns.c
173src/sysdep.c
0b5549c1
SM
174src/termcap.c
175src/terminfo.c
176src/textprop.c
177src/tparam.c
0b5549c1
SM
178src/undo.c
179src/unexaix.c
180src/unexalpha.c
181src/unexapollo.c
182src/unexconvex.c
183src/unexec.c
184src/unexelf.c
185src/unexenix.c
186src/unexhp9k800.c
187src/unexmips.c
188src/unexnext.c
189src/unexsni.c
190src/unexsunos4.c
191src/unexw32.c
192src/vm-limit.c
0b5549c1
SM
193src/w32.c
194src/w32bdf.c
195src/w32console.c
196src/w32fns.c
197src/w32heap.c
198src/w32inevt.c
199src/w32menu.c
200src/w32proc.c
201src/w32reg.c
202src/w32select.c
203src/w32term.c
204src/w32xfns.c
205src/widget.c
206src/window.c
207src/xdisp.c
0b5549c1
SM
208src/xfns.c
209src/xmenu.c
210src/xrdb.c
211src/xselect.c
212src/xterm.c