unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 5b8d73cad70bcedacad73da50aafb4bdcb3f6436 8695 bytes (raw)
name: MAINTAINERS 	 # note: path name is non-authoritative(*)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
 
			  Emacs Maintainers

This file contains a description of who is responsible for maintaining
what parts of the Emacs distribution.  The areas can be defined
"arbitrarily", but should provide fairly well-defined boundaries so
that there are not too many ambiguities.

==============================================================================
1. Areas that someone wants to be maintaining (i.e. has a particularly
keen interest in).  There's no need to list files where you are
mentioned in the file's header.
==============================================================================

Eli Zaretskii

	src/bidi.c
	bidirectional editing support in xdisp.c and elsewhere
	lisp/term/tty-colors.el
	test/biditest.el
	test/redisplay-testsuite.el

	The MS-DOS (a.k.a. DJGPP) port:
	    config.bat
	    msdos/*
	    src/msdos.[ch]
	    src/dosfns.[ch]
	    src/w16select.c
	    src/unexcoff.c
	    lisp/term/internal.el
	    lisp/term/pc-win.el
	    lisp/dos-fns.el
	    lisp/dos-w32.el
	    lisp/dos-vars.el
	    doc/emacs/msdos.texi

Kenichi Handa
	Mule

Stefan Monnier
	src/regex-emacs.c
	src/syntax.c
	src/keymap.c
	font-lock/jit-lock/syntax
	minor-mode/major-mode infrastructure
	text filling
	minibuffer completion
	lisp/outline.el

Bastien Guerry
        Org
            lisp/org/*
	    doc/misc/org.texi

Artur Malabarba
	lisp/emacs-lisp/package.el
	lisp/emacs-lisp/let-alist.el
	lisp/character-fold.el

Michael Albinus
        Tramp
            lisp/url/url-tramp.el
            test/lisp/url/url-tramp-tests.el

        D-Bus
	    src/dbusbind.c
	    lisp/net/dbus.el
	    lisp/net/secrets.el
            lisp/net/zeroconf.el
	    doc/misc/dbus.texi
            test/lisp/net/dbus-tests.el

        File Notifications
	    src/gfilenotify.c
	    src/kqueue.c
	    lisp/filenotify.el
	    test/lisp/filenotify-tests.el

Simen Heggestøyl
	lisp/textmodes/css-mode.el

Nicolas Petton
	lisp/emacs-lisp/map.el
	test/lisp/emac-lisp/map-tests.el
	lisp/emacs-lisp/seq.el
	test/lisp/emac-lisp/seq-tests.el
	lisp/emacs-lisp/thunk.el
	test/lisp/emac-lisp/thunk-tests.el

The GNU AUCTeX maintainers (auctex-devel@gnu.org)
	RefTeX
	    lisp/textmodes/reftex-auc.el
	    lisp/textmodes/reftex-cite.el
	    lisp/textmodes/reftex-dcr.el
	    lisp/textmodes/reftex-global.el
	    lisp/textmodes/reftex-index.el
	    lisp/textmodes/reftex-parse.el
	    lisp/textmodes/reftex-ref.el
	    lisp/textmodes/reftex-sel.el
	    lisp/textmodes/reftex-toc.el
	    lisp/textmodes/reftex-vars.el
	    lisp/textmodes/reftex.el

Dmitry Gutov
	lisp/progmodes/ruby-mode.el
	test/lisp/progmodes/ruby-mode-tests.el
	test/indent/ruby.rb
	lisp/progmodes/xref.el
	lisp/progmodes/project.el

Ulf Jasper
	Newsticker
	    doc/misc/newsticker.texi
	    etc/images/newsticker/*
	    lisp/net/newst-backend.el
	    lisp/net/newst-plainview.el
	    lisp/net/newst-reader.el
	    lisp/net/newst-ticker.el
	    lisp/net/newst-treeview.el
	    lisp/net/newsticker.el
	    test/lisp/net/newsticker-tests.el

	Icalendar
	    lisp/calendar/icalendar.el
	    test/lisp/calendar/icalendar-tests.el

Amin Bandali
	ERC
	    lisp/erc/*
	    doc/misc/erc.texi

Andrea Corallo
	Lisp native compiler
	    src/comp.c
	    lisp/emacs-lisp/comp.el
	    lisp/emacs-lisp/comp-cstr.el
	    test/src/comp-*.el

Stefan Kangas
        admin/automerge

Po Lu
	The Haiku port:
	    src/haikuterm.c
	    src/haikufns.c
	    src/haikuimage.c
	    src/haikuselect.c
	    src/haiku_io.c
	    src/haiku.c
	    src/haiku_select.cc
	    src/haiku_support.cc
	    src/haiku_font_support.cc
	    src/haiku_draw_support.cc
	    src/haikugui.h
	    src/haikuterm.h
	    src/haikuselect.h
	    src/haiku_support.h
	    lisp/term/haiku-win.el
	    doc/emacs/haiku.texi

	Haiku battery support in lisp/battery.el

==============================================================================
2. Areas that someone is willing to maintain, although he would not
necessarily mind if someone else was the official maintainer.
==============================================================================

Kelvin White
       ERC
           lisp/erc/*
           doc/misc/erc.texi

Eli Zaretskii
    	doc/*

	src/xfaces.c
	src/xdisp.c
	src/term.c
	src/dispnew.c
	src/dispextern.h
	src/frame.c
	src/dired.c
	src/fileio.c
	src/unexw32.c
	src/w32*.[ch]
	src/window.c
	src/indent.c
	src/region-cache.[ch]
	nt/*

	lib-src/ntlib.[ch]
	lib-src/etags.c

	lisp/arc-mode.el
	lisp/menu-bar.el
	lisp/hexl.el
	lisp/info.el
	lisp/ls-lisp.el
	lisp/startup.el
	lisp/filenotify.el
	lisp/w32*.el
	lisp/term/w32*.el
	lisp/progmodes/gdb-mi.el
	lisp/textmodes/ispell.el
	lisp/textmodes/flyspell.el
	lisp/mail/rmail*.el

	Mule

	admin/unidata/*
	admin/nt/dump.bat

	test/etags/*

Stefan Monnier
	src/intervals.c
	src/keyboard.c
	lisp/textmodes/tex-mode.el
	lisp/progmodes/perl-mode.el
	lisp/progmodes/tcl.el
	lisp/emacs-lisp/easymenu.el

Artur Malabarba
        lisp/isearch.el

Paul Eggert
	.dir-locals.el
	.gitattributes
	.gitignore
	GNUmakefile
	Makefile.in
	admin/merge-gnulib
	admin/merge-pkg-config
	admin/update-copyright
	autogen.sh
	build-aux/*
	configure.ac
	lib/*
	lib-src/* (except for files others want to maintain)
	m4/*
	make-dist
	src/* (except for *.m, *w32*, bitmaps, files others want to maintain)

Michael Albinus
        .gitlab-ci.yml
	src/inotify.c
        lisp/autorevert.el
	lisp/eshell/em-tramp.el
        lisp/files.el (file-name-non-special)
	lisp/net/ange-ftp.el
	lisp/notifications.el
	lisp/shadowfile.el
	test/infra/*
        test/lisp/autorevert-tests.el
        test/lisp/files-tests.el (file-name-non-special)
	test/lisp/shadowfile-tests.el
	test/src/inotify-test.el

	Secret Service API in
	    lisp/auth-source.el
	    doc/misc/auth.texi
	    test/lisp/auth-source-tests.el

Nicolas Petton
	lisp/emacs-lisp/subr-x.el
	lisp/arc-mode.el

Tassilo Horn
	lisp/doc-view.el

Dmitry Gutov
	lisp/whitespace.el
	lisp/vc/*

Vibhav Pant
       lisp/net/browse-url.el
       lisp/erc/*

Alan Third
        The NS port:
            nextstep/*
            src/ns*
            src/*.m
            lisp/term/ns-win.el
            doc/emacs/macos.texi

Amin Bandali
	Eshell
	    lisp/eshell/*
	    doc/misc/eshell.texi

Po Lu
	The X port
	      src/xterm.c
	      src/xfns.c
	X11 and GTK xwidget support in src/xwidget.c
	Precision pixel scrolling in lisp/pixel-scroll.el

==============================================================================
3. Externally maintained packages.
==============================================================================

Tramp
	Maintainer: Michael Albinus
	Repository: git://git.savannah.gnu.org/tramp.git
	Mailing List: tramp-devel@gnu.org
	Bug Reports: M-x tramp-bug

        lisp/net/tramp*.el
        doc/misc/tramp*.texi
        test/lisp/net/tramp*-tests.el

Modus themes
        Maintainer: Protesilaos Stavrou
        Repository and issue tracker: https://gitlab.com/protesilaos/modus-themes

        doc/misc/modus-themes.org
        etc/themes/modus*.el

Org Mode
	Home Page: https://orgmode.org/
	Maintainer: Org Mode developers
	Repository: git://git.sv.gnu.org/emacs/org-mode.git
	Mailing list: emacs-orgmode@gnu.org
	Bug Reports: M-x org-submit-bug-report
	Notes: Org Mode is maintained as a separate project that is
          periodically merged into Emacs.  To view or participate in
          Org Mode development, please go to https://orgmode.org/ and
          follow the instructions there.

          The source code from the upstream Org Mode project is
          usually not identical to the version of Org Mode in Emacs.
          The upstream project often has recent changes that have not
          yet been merged into Emacs, and Emacs sometimes has local
          changes to Org Mode that have not yet been backported to
          upstream.  https://orgmode.org/worg/org-maintenance.html
          documents how the Org Mode project synchronizes changes with
          Emacs.

          If you're investigating a bug you encountered in Org Mode in
          Emacs, you should obtain the latest upstream code and see if
          the bug is present there.  If the bug is present, then the
          upstream Org Mode project is the proper place to fix it.  If
          the bug is not present there, that could be because it has
          already been fixed upstream, or it could be because the bug
          was only introduced on the Emacs side and has not yet been
          backported upstream.  You will need to figure out what the
          situation is in order to know where to contribute your fix.

	lisp/org/*.el
	etc/org/*
	etc/refcards/orgcard.tex
	doc/misc/org.org
	doc/misc/org-setup.org
	doc/misc/org.texi

\f
;;; Local Variables:
;;;   coding: utf-8
;;;   indent-tabs-mode: t
;;; End:

debug log:

solving 5b8d73cad7 ...
found 5b8d73cad7 in https://yhetil.org/emacs-devel/87zgo4v8rb.fsf@red-bean.com/
found e87c3e0204 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 e87c3e0204ab0185538eed2cdf746e4032b77732	MAINTAINERS

applying [1/1] https://yhetil.org/emacs-devel/87zgo4v8rb.fsf@red-bean.com/
diff --git admin/MAINTAINERS admin/MAINTAINERS
index e87c3e0204..5b8d73cad7 100644

Checking patch MAINTAINERS...
Applied patch MAINTAINERS cleanly.

index at:
100644 5b8d73cad70bcedacad73da50aafb4bdcb3f6436	MAINTAINERS

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).