diff options
| author | Eli Zaretskii | 2001-11-22 19:57:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-22 19:57:50 +0000 |
| commit | 36c657c1fb22f97a63d9922d6ba7ce488cb14914 (patch) | |
| tree | a7e43a087ca9ab9c52904838c6eaddf980392711 | |
| parent | 186e9bcc09419394d4d9e9f19d9b3d83eca63d9e (diff) | |
| download | emacs-36c657c1fb22f97a63d9922d6ba7ce488cb14914.tar.gz emacs-36c657c1fb22f97a63d9922d6ba7ce488cb14914.zip | |
Update my responsibilities.
| -rw-r--r-- | MAINTAINERS | 64 |
1 files changed, 47 insertions, 17 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bcfe75b1d59..1da4ea6ed7c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -1,12 +1,16 @@ | |||
| 1 | This file contains a description of who is responsible for maintaining what. | 1 | Emacs Maintainers |
| 2 | The areas can be defined "arbitrarily" but should provide fairly | ||
| 3 | well defined boundaries so that there are not too many ambiguities. | ||
| 4 | 2 | ||
| 5 | The list decomposed into 3 parts. First the list of areas that someone | 3 | This file contains a description of who is responsible for maintaining |
| 6 | wants to be maintaining (i.e. has a particularly keen interest for it); | 4 | what parts of the Emacs distribution. The areas can be defined |
| 7 | then the list of areas that someone is willing to maintain, although | 5 | "arbitrarily", but should provide fairly well-defined boundaries so |
| 8 | he would not necessarily mind if someone else was the official maintainer; | 6 | that there are not too many ambiguities. |
| 9 | and finally the list of areas for which no maintainer has been found so far. | 7 | |
| 8 | The list below decomposed into 3 parts. First the list of areas that | ||
| 9 | someone wants to be maintaining (i.e. has a particularly keen interest | ||
| 10 | for it); then the list of areas that someone is willing to maintain, | ||
| 11 | although he would not necessarily mind if someone else was the | ||
| 12 | official maintainer; and finally the list of areas for which no | ||
| 13 | maintainer has been found so far. | ||
| 10 | 14 | ||
| 11 | ============================================================================== | 15 | ============================================================================== |
| 12 | 1. | 16 | 1. |
| @@ -22,7 +26,24 @@ Jason Rumney | |||
| 22 | W32 | 26 | W32 |
| 23 | 27 | ||
| 24 | Eli Zaretskii | 28 | Eli Zaretskii |
| 25 | MS-DOS | 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 | ||
| 26 | 47 | ||
| 27 | Kenichi Handa | 48 | Kenichi Handa |
| 28 | Mule | 49 | Mule |
| @@ -44,6 +65,23 @@ Miles Bader | |||
| 44 | 2. | 65 | 2. |
| 45 | ============================================================================== | 66 | ============================================================================== |
| 46 | 67 | ||
| 68 | Eli Zaretskii | ||
| 69 | man/* | ||
| 70 | lispref/* | ||
| 71 | info/dir | ||
| 72 | |||
| 73 | src/xfaces.c | ||
| 74 | src/term.c | ||
| 75 | src/frame.c | ||
| 76 | src/dired.c | ||
| 77 | |||
| 78 | lisp/arc-mode.el | ||
| 79 | lisp/menu-bar.el | ||
| 80 | lisp/hexl.el | ||
| 81 | lisp/info.el | ||
| 82 | lisp/ls-lisp.el | ||
| 83 | lisp/startup.el | ||
| 84 | |||
| 47 | Stefan Monnier | 85 | Stefan Monnier |
| 48 | src/intervals.c | 86 | src/intervals.c |
| 49 | src/keyboard.c | 87 | src/keyboard.c |
| @@ -65,7 +103,6 @@ src/alloca.s | |||
| 65 | src/atimer.c | 103 | src/atimer.c |
| 66 | src/bitmaps/ | 104 | src/bitmaps/ |
| 67 | src/buffer.c | 105 | src/buffer.c |
| 68 | src/buffer.c.orig | ||
| 69 | src/bytecode.c | 106 | src/bytecode.c |
| 70 | src/callint.c | 107 | src/callint.c |
| 71 | src/callproc.c | 108 | src/callproc.c |
| @@ -81,11 +118,9 @@ src/composite.c | |||
| 81 | src/config.in | 118 | src/config.in |
| 82 | src/cxux-crt0.s | 119 | src/cxux-crt0.s |
| 83 | src/data.c | 120 | src/data.c |
| 84 | src/dired.c | ||
| 85 | src/dispnew.c | 121 | src/dispnew.c |
| 86 | src/doc.c | 122 | src/doc.c |
| 87 | src/doprnt.c | 123 | src/doprnt.c |
| 88 | src/dosfns.c | ||
| 89 | src/ecrt0.c | 124 | src/ecrt0.c |
| 90 | src/editfns.c | 125 | src/editfns.c |
| 91 | src/emacs.c | 126 | src/emacs.c |
| @@ -98,7 +133,6 @@ src/firstfile.c | |||
| 98 | src/floatfns.c | 133 | src/floatfns.c |
| 99 | src/fns.c | 134 | src/fns.c |
| 100 | src/fontset.c | 135 | src/fontset.c |
| 101 | src/frame.c | ||
| 102 | src/getloadavg.c | 136 | src/getloadavg.c |
| 103 | src/gmalloc.c | 137 | src/gmalloc.c |
| 104 | src/hftctl.c | 138 | src/hftctl.c |
| @@ -116,7 +150,6 @@ src/md5.c | |||
| 116 | src/minibuf.c | 150 | src/minibuf.c |
| 117 | src/mktime.c | 151 | src/mktime.c |
| 118 | src/mocklisp.c | 152 | src/mocklisp.c |
| 119 | src/msdos.c | ||
| 120 | src/pre-crt0.c | 153 | src/pre-crt0.c |
| 121 | src/prefix-args.c | 154 | src/prefix-args.c |
| 122 | src/print.c | 155 | src/print.c |
| @@ -130,7 +163,6 @@ src/sound.c | |||
| 130 | src/strftime.c | 163 | src/strftime.c |
| 131 | src/sunfns.c | 164 | src/sunfns.c |
| 132 | src/sysdep.c | 165 | src/sysdep.c |
| 133 | src/term.c | ||
| 134 | src/termcap.c | 166 | src/termcap.c |
| 135 | src/terminfo.c | 167 | src/terminfo.c |
| 136 | src/textprop.c | 168 | src/textprop.c |
| @@ -151,7 +183,6 @@ src/unexsni.c | |||
| 151 | src/unexsunos4.c | 183 | src/unexsunos4.c |
| 152 | src/unexw32.c | 184 | src/unexw32.c |
| 153 | src/vm-limit.c | 185 | src/vm-limit.c |
| 154 | src/w16select.c | ||
| 155 | src/w32.c | 186 | src/w32.c |
| 156 | src/w32bdf.c | 187 | src/w32bdf.c |
| 157 | src/w32console.c | 188 | src/w32console.c |
| @@ -167,7 +198,6 @@ src/w32xfns.c | |||
| 167 | src/widget.c | 198 | src/widget.c |
| 168 | src/window.c | 199 | src/window.c |
| 169 | src/xdisp.c | 200 | src/xdisp.c |
| 170 | src/xfaces.c | ||
| 171 | src/xfns.c | 201 | src/xfns.c |
| 172 | src/xmenu.c | 202 | src/xmenu.c |
| 173 | src/xrdb.c | 203 | src/xrdb.c |