(Frecenter): Simplify computation in the case of window
[bpt/emacs.git] / MAINTAINERS
CommitLineData
36c657c1 1 Emacs Maintainers
0b5549c1 2
36c657c1
EZ
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
84e1c46e 8The list below consists of 3 parts. First, the list of areas that
36c657c1
EZ
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.
0b5549c1
SM
14
15==============================================================================
161.
17==============================================================================
18
19Richard Stallman
20 ???
21
22Andrew Choi
23 MacOS
24
25Jason Rumney
26 W32
27
28Eli Zaretskii
36c657c1
EZ
29 The MS-DOS (a.k.a. DJGPP) port:
30 config.bat
31 msdos/*
32 src/msdos.[ch]
33 src/dosfns.[ch]
34 src/w16select.c
35 src/s/msdos.h
36 lisp/term/internal.el
37 lisp/term/pc-win.el
38 lisp/dos-fns.el
39 lisp/dos-w32.el
40 lisp/dos-vars.el
41
42 lisp/term/tty-colors.el
43 lisp/international/codepage.el
44
45 man/faq.texi
46 man/msdog.texi
0b5549c1
SM
47
48Kenichi Handa
49 Mule
50
51Stefan Monnier
52 src/regex.c
53 src/syntax.c
54 src/keymap.c
55 font-lock/jit-lock/syntax
56 minor-mode/major-mode infrastructure
57 text filling
58 minibuffer completion
59 lisp/textmodes/outline.el
60
e95768c5 61Miles Bader
54fd215c
MB
62 src/xfaces.c
63 field-property related stuff
64 lisp/comint.el
65 lisp/shell.el
66 [other comint-related packages]
67 lisp/button.el
68 lisp/image-file.el
69 lisp/minibuf-eldef.el
70 lisp/rfn-eshadow.el
e95768c5 71
0b5549c1
SM
72==============================================================================
732.
74==============================================================================
75
36c657c1
EZ
76Eli Zaretskii
77 man/*
78 lispref/*
79 info/dir
80
81 src/xfaces.c
82 src/term.c
83 src/frame.c
84 src/dired.c
85
86 lisp/arc-mode.el
87 lisp/menu-bar.el
88 lisp/hexl.el
89 lisp/info.el
90 lisp/ls-lisp.el
91 lisp/startup.el
92
0b5549c1
SM
93Stefan Monnier
94 src/intervals.c
95 src/keyboard.c
96 lisp/textmodes/tex-mode.el
792e1bc4
CW
97 lisp/progmodes/perl-mode.el
98 lisp/progmodes/tcl.el
43d69cc3 99 lisp/emacs-lisp/easymenu.el
0b5549c1 100
54fd215c
MB
101Miles Bader
102 src/eval.c
103 src/bytecode.c
104 src/editfns.c
105 lisp/textmodes/refill.el
106
0b5549c1
SM
107==============================================================================
1083.
109==============================================================================
110
111src/Makefile.in
0b5549c1
SM
112src/abbrev.c
113src/alloc.c
114src/alloca.c
115src/alloca.s
116src/atimer.c
117src/bitmaps/
118src/buffer.c
0b5549c1
SM
119src/callint.c
120src/callproc.c
121src/casefiddle.c
122src/casetab.c
123src/category.c
124src/ccl.c
125src/charset.c
126src/cm.c
127src/cmds.c
128src/coding.c
129src/composite.c
130src/config.in
131src/cxux-crt0.s
132src/data.c
0b5549c1
SM
133src/dispnew.c
134src/doc.c
135src/doprnt.c
0b5549c1 136src/ecrt0.c
0b5549c1
SM
137src/emacs.c
138src/epaths.in
0b5549c1
SM
139src/fileio.c
140src/filelock.c
141src/filemode.c
142src/firstfile.c
143src/floatfns.c
144src/fns.c
145src/fontset.c
0b5549c1
SM
146src/getloadavg.c
147src/gmalloc.c
148src/hftctl.c
0b5549c1
SM
149src/indent.c
150src/insdel.c
151src/lastfile.c
152src/lread.c
153src/m/
154src/macros.c
155src/makefile.nt
156src/makefile.w32-in
157src/marker.c
158src/md5.c
159src/minibuf.c
160src/mktime.c
161src/mocklisp.c
0b5549c1
SM
162src/pre-crt0.c
163src/prefix-args.c
164src/print.c
165src/process.c
166src/ralloc.c
167src/region-cache.c
168src/s/
169src/scroll.c
170src/search.c
171src/sound.c
172src/strftime.c
173src/sunfns.c
174src/sysdep.c
0b5549c1
SM
175src/termcap.c
176src/terminfo.c
177src/textprop.c
178src/tparam.c
0b5549c1
SM
179src/undo.c
180src/unexaix.c
181src/unexalpha.c
182src/unexapollo.c
183src/unexconvex.c
184src/unexec.c
185src/unexelf.c
186src/unexenix.c
187src/unexhp9k800.c
188src/unexmips.c
189src/unexnext.c
190src/unexsni.c
191src/unexsunos4.c
192src/unexw32.c
193src/vm-limit.c
0b5549c1
SM
194src/w32.c
195src/w32bdf.c
196src/w32console.c
197src/w32fns.c
198src/w32heap.c
199src/w32inevt.c
200src/w32menu.c
201src/w32proc.c
202src/w32reg.c
203src/w32select.c
204src/w32term.c
205src/w32xfns.c
206src/widget.c
207src/window.c
208src/xdisp.c
0b5549c1
SM
209src/xfns.c
210src/xmenu.c
211src/xrdb.c
212src/xselect.c
213src/xterm.c