declare smobs in alloc.c
[bpt/emacs.git] / admin / MAINTAINERS
1 Emacs Maintainers
2
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.
7
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.
14
15 ==============================================================================
16 1.
17 ==============================================================================
18
19 Jason Rumney
20 W32
21
22 Eli Zaretskii
23
24 src/bidi.c
25 bidirectional editing support in xdisp.c and elsewhere
26 lisp/term/tty-colors.el
27
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 lisp/term/internal.el
35 lisp/term/pc-win.el
36 lisp/dos-fns.el
37 lisp/dos-w32.el
38 lisp/dos-vars.el
39 doc/emacs/msdog.texi
40
41 Kenichi Handa
42 Mule
43
44 Stefan Monnier
45 src/regex.c
46 src/syntax.c
47 src/keymap.c
48 font-lock/jit-lock/syntax
49 minor-mode/major-mode infrastructure
50 text filling
51 minibuffer completion
52 lisp/textmodes/outline.el
53
54 Miles Bader
55 src/xfaces.c
56 field-property related stuff
57 lisp/comint.el
58 lisp/shell.el
59 [other comint-related packages]
60 lisp/button.el
61 lisp/image-file.el
62 lisp/minibuf-eldef.el
63 lisp/rfn-eshadow.el
64
65 Jay Belanger
66 Calc
67 lisp/calc/*
68 etc/calccard.tex
69 doc/misc/calc.texi
70
71 Bastien Guerry
72 Org
73 lisp/org/*
74 doc/misc/org.texi
75
76 ==============================================================================
77 2.
78 ==============================================================================
79
80 Eli Zaretskii
81 doc/*
82 lispref/*
83 info/dir
84
85 src/xfaces.c
86 src/xdisp.c
87 src/term.c
88 src/dispnew.c
89 src/frame.c
90 src/dired.c
91
92 lisp/arc-mode.el
93 lisp/menu-bar.el
94 lisp/hexl.el
95 lisp/info.el
96 lisp/ls-lisp.el
97 lisp/startup.el
98 lisp/w32*.el
99
100 Stefan Monnier
101 src/intervals.c
102 src/keyboard.c
103 lisp/textmodes/tex-mode.el
104 lisp/progmodes/perl-mode.el
105 lisp/progmodes/tcl.el
106 lisp/emacs-lisp/easymenu.el
107
108 Miles Bader
109 src/eval.c
110 src/bytecode.c
111 src/editfns.c
112 lisp/textmodes/refill.el
113
114 ==============================================================================
115 3.
116 ==============================================================================
117
118 src/Makefile.in
119 src/abbrev.c
120 src/alloc.c
121 src/alloca.c
122 src/alloca.s
123 src/atimer.c
124 src/bitmaps/
125 src/buffer.c
126 src/callint.c
127 src/callproc.c
128 src/casefiddle.c
129 src/casetab.c
130 src/category.c
131 src/ccl.c
132 src/charset.c
133 src/cm.c
134 src/cmds.c
135 src/coding.c
136 src/composite.c
137 src/config.in
138 src/data.c
139 src/doc.c
140 src/doprnt.c
141 src/ecrt0.c
142 src/emacs.c
143 src/epaths.in
144 src/fileio.c
145 src/filelock.c
146 src/filemode.c
147 src/firstfile.c
148 src/floatfns.c
149 src/fringe.c
150 src/fns.c
151 src/fontset.c
152 src/getloadavg.c
153 src/gmalloc.c
154 src/gtkutil.c
155 src/indent.c
156 src/insdel.c
157 src/image.c
158 src/lastfile.c
159 src/lread.c
160 src/macros.c
161 src/makefile.w32-in
162 src/marker.c
163 src/md5.c
164 src/minibuf.c
165 src/mktime.c
166 src/pre-crt0.c
167 src/prefix-args.c
168 src/print.c
169 src/process.c
170 src/ralloc.c
171 src/region-cache.c
172 src/scroll.c
173 src/search.c
174 src/sound.c
175 src/strftime.c
176 src/sysdep.c
177 src/termcap.c
178 src/terminfo.c
179 src/textprop.c
180 src/tparam.c
181 src/undo.c
182 src/unexaix.c
183 src/unexalpha.c
184 src/unexcoff.c
185 src/unexelf.c
186 src/unexhp9k800.c
187 src/unexw32.c
188 src/vm-limit.c
189 src/w32.c
190 src/w32console.c
191 src/w32fns.c
192 src/w32heap.c
193 src/w32inevt.c
194 src/w32menu.c
195 src/w32proc.c
196 src/w32reg.c
197 src/w32select.c
198 src/w32term.c
199 src/w32xfns.c
200 src/widget.c
201 src/window.c
202 src/xfns.c
203 src/xmenu.c
204 src/xrdb.c
205 src/xselect.c
206 src/xterm.c