Fix execution of x selection hooks.
[emacs.git] / admin / MAINTAINERS
blob1d988a2562642664a9692a073678cc4dfb7db649
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 Jason Rumney
23         W32
25 Eli Zaretskii
27         src/bidi.c
28         bidirectional editing support in xdisp.c and elsewhere
29         lisp/term/tty-colors.el
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
37             src/s/msdos.h
38             lisp/term/internal.el
39             lisp/term/pc-win.el
40             lisp/dos-fns.el
41             lisp/dos-w32.el
42             lisp/dos-vars.el
43             doc/emacs/msdog.texi
45 Kenichi Handa
46         Mule
48 Stefan Monnier
49         src/regex.c
50         src/syntax.c
51         src/keymap.c
52         font-lock/jit-lock/syntax
53         minor-mode/major-mode infrastructure
54         text filling
55         minibuffer completion
56         lisp/textmodes/outline.el
58 Miles Bader
59         src/xfaces.c
60         field-property related stuff
61         lisp/comint.el
62         lisp/shell.el
63         [other comint-related packages]
64         lisp/button.el
65         lisp/image-file.el
66         lisp/minibuf-eldef.el
67         lisp/rfn-eshadow.el
69 Jay Belanger
70         Calc
71             lisp/calc/*
72             etc/calccard.tex
73             doc/misc/calc.texi
75 Michael Olson
76         ERC
77             lisp/erc/*
78             etc/ERC-NEWS
79             doc/misc/erc.texi
80         lisp/emacs-lisp/tq.el
82 ==============================================================================
84 ==============================================================================
86 Steven Tamm
87         MacOS
89 Eli Zaretskii
90         doc/*
91         lispref/*
92         info/dir
94         src/xfaces.c
95         src/xdisp.c
96         src/term.c
97         src/frame.c
98         src/dired.c
100         lisp/arc-mode.el
101         lisp/menu-bar.el
102         lisp/hexl.el
103         lisp/info.el
104         lisp/ls-lisp.el
105         lisp/startup.el
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/dispnew.c
147 src/doc.c
148 src/doprnt.c
149 src/ecrt0.c
150 src/emacs.c
151 src/epaths.in
152 src/fileio.c
153 src/filelock.c
154 src/filemode.c
155 src/firstfile.c
156 src/floatfns.c
157 src/fringe.c
158 src/fns.c
159 src/fontset.c
160 src/getloadavg.c
161 src/gmalloc.c
162 src/gtkutil.c
163 src/indent.c
164 src/insdel.c
165 src/image.c
166 src/lastfile.c
167 src/lread.c
168 src/m/
169 src/macros.c
170 src/makefile.w32-in
171 src/marker.c
172 src/md5.c
173 src/minibuf.c
174 src/mktime.c
175 src/pre-crt0.c
176 src/prefix-args.c
177 src/print.c
178 src/process.c
179 src/ralloc.c
180 src/region-cache.c
181 src/s/
182 src/scroll.c
183 src/search.c
184 src/sound.c
185 src/strftime.c
186 src/sysdep.c
187 src/termcap.c
188 src/terminfo.c
189 src/textprop.c
190 src/tparam.c
191 src/undo.c
192 src/unexaix.c
193 src/unexalpha.c
194 src/unexcoff.c
195 src/unexelf.c
196 src/unexhp9k800.c
197 src/unexw32.c
198 src/vm-limit.c
199 src/w32.c
200 src/w32console.c
201 src/w32fns.c
202 src/w32heap.c
203 src/w32inevt.c
204 src/w32menu.c
205 src/w32proc.c
206 src/w32reg.c
207 src/w32select.c
208 src/w32term.c
209 src/w32xfns.c
210 src/widget.c
211 src/window.c
212 src/xdisp.c
213 src/xfns.c
214 src/xmenu.c
215 src/xrdb.c
216 src/xselect.c
217 src/xterm.c