(customize-create-theme): Call `customize-create-theme' in
[emacs.git] / MAINTAINERS
blob4d3fe1c98c01af099664e563592ad3c5b2d71800
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 Richard Stallman
20         ???
22 Andrew Choi
23         MacOS
25 Jason Rumney
26         W32
28 Eli Zaretskii
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
42         lisp/term/tty-colors.el
43         lisp/international/codepage.el
45         man/faq.texi
46         man/msdog.texi
48 Kenichi Handa
49         Mule
51 Stefan 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
61 Miles Bader
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
72 ==============================================================================
74 ==============================================================================
76 Eli Zaretskii
77         man/*
78         lispref/*
79         info/dir
81         src/xfaces.c
82         src/term.c
83         src/frame.c
84         src/dired.c
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
93 Stefan Monnier
94         src/intervals.c
95         src/keyboard.c
96         lisp/textmodes/tex-mode.el
97         lisp/progmodes/perl-mode.el
98         lisp/progmodes/tcl.el
99         lisp/emacs-lisp/easymenu.el
101 Miles Bader
102         src/eval.c
103         src/bytecode.c
104         src/editfns.c
105         lisp/textmodes/refill.el
107 ==============================================================================
109 ==============================================================================
111 src/Makefile.in
112 src/abbrev.c
113 src/alloc.c
114 src/alloca.c
115 src/alloca.s
116 src/atimer.c
117 src/bitmaps/
118 src/buffer.c
119 src/callint.c
120 src/callproc.c
121 src/casefiddle.c
122 src/casetab.c
123 src/category.c
124 src/ccl.c
125 src/charset.c
126 src/cm.c
127 src/cmds.c
128 src/coding.c
129 src/composite.c
130 src/config.in
131 src/cxux-crt0.s
132 src/data.c
133 src/dispnew.c
134 src/doc.c
135 src/doprnt.c
136 src/ecrt0.c
137 src/emacs.c
138 src/epaths.in
139 src/fileio.c
140 src/filelock.c
141 src/filemode.c
142 src/firstfile.c
143 src/floatfns.c
144 src/fns.c
145 src/fontset.c
146 src/getloadavg.c
147 src/gmalloc.c
148 src/hftctl.c
149 src/indent.c
150 src/insdel.c
151 src/lastfile.c
152 src/lread.c
153 src/m/
154 src/macros.c
155 src/makefile.nt
156 src/makefile.w32-in
157 src/marker.c
158 src/md5.c
159 src/minibuf.c
160 src/mktime.c
161 src/mocklisp.c
162 src/pre-crt0.c
163 src/prefix-args.c
164 src/print.c
165 src/process.c
166 src/ralloc.c
167 src/region-cache.c
168 src/s/
169 src/scroll.c
170 src/search.c
171 src/sound.c
172 src/strftime.c
173 src/sunfns.c
174 src/sysdep.c
175 src/termcap.c
176 src/terminfo.c
177 src/textprop.c
178 src/tparam.c
179 src/undo.c
180 src/unexaix.c
181 src/unexalpha.c
182 src/unexapollo.c
183 src/unexconvex.c
184 src/unexec.c
185 src/unexelf.c
186 src/unexenix.c
187 src/unexhp9k800.c
188 src/unexmips.c
189 src/unexnext.c
190 src/unexsni.c
191 src/unexsunos4.c
192 src/unexw32.c
193 src/vm-limit.c
194 src/w32.c
195 src/w32bdf.c
196 src/w32console.c
197 src/w32fns.c
198 src/w32heap.c
199 src/w32inevt.c
200 src/w32menu.c
201 src/w32proc.c
202 src/w32reg.c
203 src/w32select.c
204 src/w32term.c
205 src/w32xfns.c
206 src/widget.c
207 src/window.c
208 src/xdisp.c
209 src/xfns.c
210 src/xmenu.c
211 src/xrdb.c
212 src/xselect.c
213 src/xterm.c