* lisp/emacs-lisp/package.el (list-packages): Fix echo area message.
[bpt/emacs.git] / admin / MAINTAINERS
CommitLineData
ca076674
GM
1 Emacs Maintainers
2
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
8The list below consists of 3 parts. First, the list of areas that
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.
14
15==============================================================================
161.
17==============================================================================
18
19Richard Stallman
20 ???
21
22Jason Rumney
23 W32
24
25Eli Zaretskii
71c44c04
EZ
26
27 src/bidi.c
28 bidirectional editing support in xdisp.c and elsewhere
29 lisp/term/tty-colors.el
30
ca076674
GM
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
71c44c04 43 doc/emacs/msdog.texi
ca076674
GM
44
45Kenichi Handa
46 Mule
47
48Stefan 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
57
58Miles 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
68
69Jay Belanger
70 Calc
71 lisp/calc/*
72 etc/calccard.tex
73 doc/misc/calc.texi
74
75Michael Olson
76 ERC
77 lisp/erc/*
78 etc/ERC-NEWS
79 doc/misc/erc.texi
80 lisp/emacs-lisp/tq.el
81
21956cce
BG
82Bastien Guerry
83 Org
84 lisp/org/*
85 doc/misc/org.texi
86
ca076674
GM
87==============================================================================
882.
89==============================================================================
90
91Steven Tamm
92 MacOS
93
94Eli Zaretskii
95 doc/*
96 lispref/*
97 info/dir
98
99 src/xfaces.c
71c44c04 100 src/xdisp.c
ca076674
GM
101 src/term.c
102 src/frame.c
103 src/dired.c
104
105 lisp/arc-mode.el
106 lisp/menu-bar.el
107 lisp/hexl.el
108 lisp/info.el
109 lisp/ls-lisp.el
110 lisp/startup.el
111
112Stefan Monnier
113 src/intervals.c
114 src/keyboard.c
115 lisp/textmodes/tex-mode.el
116 lisp/progmodes/perl-mode.el
117 lisp/progmodes/tcl.el
118 lisp/emacs-lisp/easymenu.el
119
120Miles Bader
121 src/eval.c
122 src/bytecode.c
123 src/editfns.c
124 lisp/textmodes/refill.el
125
ca076674
GM
126==============================================================================
1273.
128==============================================================================
129
130src/Makefile.in
131src/abbrev.c
132src/alloc.c
133src/alloca.c
134src/alloca.s
135src/atimer.c
136src/bitmaps/
137src/buffer.c
138src/callint.c
139src/callproc.c
140src/casefiddle.c
141src/casetab.c
142src/category.c
143src/ccl.c
144src/charset.c
145src/cm.c
146src/cmds.c
147src/coding.c
148src/composite.c
149src/config.in
ca076674
GM
150src/data.c
151src/dispnew.c
152src/doc.c
153src/doprnt.c
154src/ecrt0.c
155src/emacs.c
156src/epaths.in
157src/fileio.c
158src/filelock.c
159src/filemode.c
160src/firstfile.c
161src/floatfns.c
162src/fringe.c
163src/fns.c
164src/fontset.c
165src/getloadavg.c
166src/gmalloc.c
167src/gtkutil.c
ca076674
GM
168src/indent.c
169src/insdel.c
170src/image.c
171src/lastfile.c
172src/lread.c
173src/m/
174src/macros.c
ca076674
GM
175src/makefile.w32-in
176src/marker.c
177src/md5.c
178src/minibuf.c
179src/mktime.c
ca076674
GM
180src/pre-crt0.c
181src/prefix-args.c
182src/print.c
183src/process.c
184src/ralloc.c
185src/region-cache.c
186src/s/
187src/scroll.c
188src/search.c
189src/sound.c
190src/strftime.c
ca076674
GM
191src/sysdep.c
192src/termcap.c
193src/terminfo.c
194src/textprop.c
195src/tparam.c
196src/undo.c
197src/unexaix.c
198src/unexalpha.c
2b2ecd42 199src/unexcoff.c
ca076674 200src/unexelf.c
ca076674 201src/unexhp9k800.c
ca076674
GM
202src/unexw32.c
203src/vm-limit.c
204src/w32.c
ca076674
GM
205src/w32console.c
206src/w32fns.c
207src/w32heap.c
208src/w32inevt.c
209src/w32menu.c
210src/w32proc.c
211src/w32reg.c
212src/w32select.c
213src/w32term.c
214src/w32xfns.c
215src/widget.c
216src/window.c
217src/xdisp.c
218src/xfns.c
219src/xmenu.c
220src/xrdb.c
221src/xselect.c
222src/xterm.c
223