]> code.delx.au - gnu-emacs/blob - admin/MAINTAINERS
Remove now-inaccurate bytecode comments
[gnu-emacs] / 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 ==============================================================================
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 ==============================================================================
13
14 Eli Zaretskii
15
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
21
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
35
36 Kenichi Handa
37 Mule
38
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
48
49 Bastien Guerry
50 Org
51 lisp/org/*
52 doc/misc/org.texi
53
54 Artur Malabarba
55 lisp/emacs-lisp/package.el
56 lisp/emacs-lisp/let-alist.el
57 lisp/character-fold.el
58
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
65
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
73
74 File Notifications
75 src/gfilenotify.c
76 src/kqueue.c
77 lisp/filenotify.el
78 test/lisp/filenotify-tests.el
79
80 Simen Heggestøyl
81 lisp/textmodes/css-mode.el
82
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
90
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
104
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
111
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
123
124 Icalendar
125 lisp/calendar/icalendar.el
126 test/automated/icalendar-tests.el
127
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 ==============================================================================
132
133 Kelvin White
134 ERC
135 lisp/erc/*
136 doc/misc/erc.texi
137
138 Eli Zaretskii
139 doc/*
140
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/*
155
156 lib-src/ntlib.[ch]
157 lib-src/etags.c
158
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
172
173 Mule
174
175 admin/unidata/*
176 admin/nt/dump.bat
177
178 test/etags/*
179
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
187
188 Artur Malabarba
189 lisp/isearch.el
190
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)
208
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
216
217 Nicolas Petton
218 lisp/emacs-lisp/subr-x.el
219 lisp/arc-mode.el
220
221 Tassilo Horn
222 lisp/doc-view.el
223
224 Dmitry Gutov
225 lisp/whitespace.el
226 lisp/vc/*
227
228 Vibhav Pant
229 lisp/net/browse-url.el
230 lisp/erc/*
231
232 \f
233 ;;; Local Variables:
234 ;;; coding: utf-8
235 ;;; indent-tabs-mode: t
236 ;;; End: