Rename option to shell-command-dont-erase-buffer
[emacs.git] / admin / MAINTAINERS
blob5aff82428878d0b1cd1cca1727b1e9a5332f6c25
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 ==============================================================================
9 1. Areas that someone wants to be maintaining (i.e. has a particularly
10 keen interest in).  There's no need to list files where you are
11 mentioned in the file's header.
12 ==============================================================================
14 Eli Zaretskii
16         src/bidi.c
17         bidirectional editing support in xdisp.c and elsewhere
18         lisp/term/tty-colors.el
19         test/biditest.el
20         test/redisplay-testsuite.el
22         The MS-DOS (a.k.a. DJGPP) port:
23             config.bat
24             msdos/*
25             src/msdos.[ch]
26             src/dosfns.[ch]
27             src/w16select.c
28             src/unexcoff.c
29             lisp/term/internal.el
30             lisp/term/pc-win.el
31             lisp/dos-fns.el
32             lisp/dos-w32.el
33             lisp/dos-vars.el
34             doc/emacs/msdos.texi
36 Kenichi Handa
37         Mule
39 Stefan Monnier
40         src/regex.c
41         src/syntax.c
42         src/keymap.c
43         font-lock/jit-lock/syntax
44         minor-mode/major-mode infrastructure
45         text filling
46         minibuffer completion
47         lisp/outline.el
49 Bastien Guerry
50         Org
51             lisp/org/*
52             doc/misc/org.texi
54 Artur Malabarba
55         lisp/emacs-lisp/package.el
56         lisp/emacs-lisp/let-alist.el
57         lisp/character-fold.el
59 Michael Albinus
60         Tramp
61             lisp/net/tramp*.el
62             lisp/url/url-tramp.el
63             doc/misc/tramp*.texi
64             test/lisp/net/tramp-tests.el
66         D-Bus
67             src/dbusbind.c
68             lisp/net/dbus.el
69             lisp/net/secrets.el
70             lisp/net/zeroconf.el
71             doc/misc/dbus.texi
72             test/lisp/net/dbus-tests.el
74         File Notifications
75             src/gfilenotify.c
76             src/kqueue.c
77             lisp/filenotify.el
78             test/lisp/filenotify-tests.el
80 Simen Heggestøyl
81         lisp/textmodes/css-mode.el
83 Nicolas Petton
84         lisp/emacs-lisp/map.el
85         test/automated/map-tests.el
86         lisp/emacs-lisp/seq.el
87         test/automated/seq-tests.el
88         lisp/emacs-lisp/thunk.el
89         test/automated/thunk-tests.el
91 The GNU AUCTeX maintainers (auctex-devel@gnu.org)
92         RefTeX
93             lisp/textmodes/reftex-auc.el
94             lisp/textmodes/reftex-cite.el
95             lisp/textmodes/reftex-dcr.el
96             lisp/textmodes/reftex-global.el
97             lisp/textmodes/reftex-index.el
98             lisp/textmodes/reftex-parse.el
99             lisp/textmodes/reftex-ref.el
100             lisp/textmodes/reftex-sel.el
101             lisp/textmodes/reftex-toc.el
102             lisp/textmodes/reftex-vars.el
103             lisp/textmodes/reftex.el
105 Dmitry Gutov
106         lisp/progmodes/ruby-mode.el
107         test/automated/ruby-mode-tests.el
108         test/indent/ruby.rb
109         lisp/progmodes/xref.el
110         lisp/progmodes/project.el
112 Ulf Jasper
113         Newsticker
114             doc/misc/newsticker.texi
115             etc/images/newsticker/*
116             lisp/net/newst-backend.el
117             lisp/net/newst-plainview.el
118             lisp/net/newst-reader.el
119             lisp/net/newst-ticker.el
120             lisp/net/newst-treeview.el
121             lisp/net/newsticker.el
122             test/automated/newsticker-tests.el
124         Icalendar
125             lisp/calendar/icalendar.el
126             test/automated/icalendar-tests.el
128 ==============================================================================
129 2. Areas that someone is willing to maintain, although he would not
130 necessarily mind if someone else was the official maintainer.
131 ==============================================================================
133 Kelvin White
134        ERC
135            lisp/erc/*
136            doc/misc/erc.texi
138 Eli Zaretskii
139         doc/*
141         src/xfaces.c
142         src/xdisp.c
143         src/term.c
144         src/dispnew.c
145         src/dispextern.h
146         src/frame.c
147         src/dired.c
148         src/fileio.c
149         src/unexw32.c
150         src/w32*.[ch]
151         src/window.c
152         src/indent.c
153         src/region-cache.[ch]
154         nt/*
156         lib-src/ntlib.[ch]
157         lib-src/etags.c
159         lisp/arc-mode.el
160         lisp/menu-bar.el
161         lisp/hexl.el
162         lisp/info.el
163         lisp/ls-lisp.el
164         lisp/startup.el
165         lisp/filenotify.el
166         lisp/w32*.el
167         lisp/term/w32*.el
168         lisp/progmodes/gdb-mi.el
169         lisp/textmodes/ispell.el
170         lisp/textmodes/flyspell.el
171         lisp/mail/rmail*.el
173         Mule
175         admin/unidata/*
176         admin/nt/dump.bat
178         test/etags/*
180 Stefan Monnier
181         src/intervals.c
182         src/keyboard.c
183         lisp/textmodes/tex-mode.el
184         lisp/progmodes/perl-mode.el
185         lisp/progmodes/tcl.el
186         lisp/emacs-lisp/easymenu.el
188 Artur Malabarba
189         lisp/isearch.el
191 Paul Eggert
192         .dir-locals.el
193         .gitattributes
194         .gitignore
195         GNUmakefile
196         Makefile.in
197         admin/merge-gnulib
198         admin/merge-pkg-config
199         admin/update-copyright
200         autogen.sh
201         build-aux/*
202         configure.ac
203         lib/*
204         lib-src/* (except for files others want to maintain)
205         m4/*
206         make-dist
207         src/* (except for *.m, *w32*, bitmaps, files others want to maintain)
209 Michael Albinus
210         src/inotify.c
211         lisp/autorevert.el
212         lisp/eshell/em-tramp.el
213         lisp/notifications.el
214         test/lisp/autorevert-tests.el
215         test/src/inotify-test.el
217 Nicolas Petton
218         lisp/emacs-lisp/subr-x.el
219         lisp/arc-mode.el
221 Tassilo Horn
222         lisp/doc-view.el
224 Dmitry Gutov
225         lisp/whitespace.el
226         lisp/vc/*
228 Vibhav Pant
229        lisp/net/browse-url.el
230        lisp/erc/*
233 ;;; Local Variables:
234 ;;;   coding: utf-8
235 ;;;   indent-tabs-mode: t
236 ;;; End: