emacs-lisp/package.el (package--read-pkg-desc): Fix tar-desc reference.
[emacs.git] / admin / MAINTAINERS
blob57f199b27c21bbf6d1628c33d3193edba8bf87cf
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 Jason Rumney
20         W32
22 Eli Zaretskii
24         src/bidi.c
25         bidirectional editing support in xdisp.c and elsewhere
26         lisp/term/tty-colors.el
28         The MS-DOS (a.k.a. DJGPP) port:
29             config.bat
30             msdos/*
31             src/msdos.[ch]
32             src/dosfns.[ch]
33             src/w16select.c
34             src/unexcoff.c
35             lisp/term/internal.el
36             lisp/term/pc-win.el
37             lisp/dos-fns.el
38             lisp/dos-w32.el
39             lisp/dos-vars.el
40             doc/emacs/msdos.texi
42 Kenichi Handa
43         Mule
45 Stefan Monnier
46         src/regex.c
47         src/syntax.c
48         src/keymap.c
49         font-lock/jit-lock/syntax
50         minor-mode/major-mode infrastructure
51         text filling
52         minibuffer completion
53         lisp/textmodes/outline.el
55 Miles Bader
56         src/xfaces.c
57         field-property related stuff
58         lisp/comint.el
59         lisp/shell.el
60         [other comint-related packages]
61         lisp/button.el
62         lisp/image-file.el
63         lisp/minibuf-eldef.el
64         lisp/rfn-eshadow.el
66 Jay Belanger
67         Calc
68             lisp/calc/*
69             etc/calccard.tex
70             doc/misc/calc.texi
72 Bastien Guerry
73         Org
74             lisp/org/*
75             doc/misc/org.texi
77 ==============================================================================
79 ==============================================================================
81 Eli Zaretskii
82         doc/*
83         lispref/*
85         src/xfaces.c
86         src/xdisp.c
87         src/term.c
88         src/dispnew.c
89         src/dispextern.h
90         src/frame.c
91         src/dired.c
92         src/unexw32.c
93         src/w32*.[ch]
94         src/window.c
95         nt/*
97         lisp/arc-mode.el
98         lisp/menu-bar.el
99         lisp/hexl.el
100         lisp/info.el
101         lisp/ls-lisp.el
102         lisp/startup.el
103         lisp/w32*.el
105         admin/unidata/*
107 Stefan 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
115 Miles Bader
116         src/eval.c
117         src/bytecode.c
118         src/editfns.c
119         lisp/textmodes/refill.el
121 ==============================================================================
123 ==============================================================================
125 src/Makefile.in
126 src/abbrev.c
127 src/alloc.c
128 src/alloca.c
129 src/alloca.s
130 src/atimer.c
131 src/bitmaps/
132 src/buffer.c
133 src/callint.c
134 src/callproc.c
135 src/casefiddle.c
136 src/casetab.c
137 src/category.c
138 src/ccl.c
139 src/charset.c
140 src/cm.c
141 src/cmds.c
142 src/coding.c
143 src/composite.c
144 src/config.in
145 src/data.c
146 src/doc.c
147 src/doprnt.c
148 src/ecrt0.c
149 src/emacs.c
150 src/epaths.in
151 src/fileio.c
152 src/filelock.c
153 src/filemode.c
154 src/firstfile.c
155 src/floatfns.c
156 src/fringe.c
157 src/fns.c
158 src/fontset.c
159 src/getloadavg.c
160 src/gmalloc.c
161 src/gtkutil.c
162 src/indent.c
163 src/insdel.c
164 src/image.c
165 src/lastfile.c
166 src/lread.c
167 src/macros.c
168 src/makefile.w32-in
169 src/marker.c
170 src/md5.c
171 src/minibuf.c
172 src/mktime.c
173 src/pre-crt0.c
174 src/prefix-args.c
175 src/print.c
176 src/process.c
177 src/ralloc.c
178 src/region-cache.c
179 src/scroll.c
180 src/search.c
181 src/sound.c
182 src/strftime.c
183 src/sysdep.c
184 src/termcap.c
185 src/terminfo.c
186 src/textprop.c
187 src/tparam.c
188 src/undo.c
189 src/unexaix.c
190 src/unexalpha.c
191 src/unexelf.c
192 src/unexhp9k800.c
193 src/vm-limit.c
194 src/widget.c
195 src/xfns.c
196 src/xmenu.c
197 src/xrdb.c
198 src/xselect.c
199 src/xterm.c