diff options
| author | Ted Zlatanov | 2014-12-12 19:15:10 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2014-12-12 19:23:19 -0500 |
| commit | 28e0d0c95d8e17e18e94744e99ccd68c8c911703 (patch) | |
| tree | a45021bd7042b2008cf6084bd4019777b7575492 /admin | |
| parent | b81a1837916a7f3f7abd953338302fa237a532f2 (diff) | |
| download | emacs-28e0d0c95d8e17e18e94744e99ccd68c8c911703.tar.gz emacs-28e0d0c95d8e17e18e94744e99ccd68c8c911703.zip | |
Merge from origin/emacs-24
bd6c441 * simple.el (password-word-equivalents): Add "passcode", used for numeric secrets like PINs or RSA tokens.
16d4c1c A better fix for bug#19346
82ec808 * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
3cf7629 Git ignore lib/std*.h
301a401 Always define `gnutls-available-p' even if GnuTLS is not available.
d76b9b2 Don't break example string between 2 lines (bug#19257)
75b4857 Port commit-msg to mawk
9ac0332 Improve commit-msg messages and autosquash
0c2f254 Support overflow-newline-into-fringe together with word-wrap (bug#19300)
935ee05 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in order to determine `tramp-own-remote-path'.
c2db939 python.el: Support interpreter paths with spaces
d83f329 ChangeLog fix
0f9fbb9 Port commit-message checking to FreeBSD 9.
3db1ada admin/MAINTAINERS: Update my interests and responsibilities.
6382f24 * .gitignore: Ignore autosave files.
Conflicts:
ChangeLog
lisp/progmodes/python.el
src/gnutls.c
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/MAINTAINERS | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 9a46b64c3e8..57f199b27c2 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS | |||
| @@ -31,6 +31,7 @@ Eli Zaretskii | |||
| 31 | src/msdos.[ch] | 31 | src/msdos.[ch] |
| 32 | src/dosfns.[ch] | 32 | src/dosfns.[ch] |
| 33 | src/w16select.c | 33 | src/w16select.c |
| 34 | src/unexcoff.c | ||
| 34 | lisp/term/internal.el | 35 | lisp/term/internal.el |
| 35 | lisp/term/pc-win.el | 36 | lisp/term/pc-win.el |
| 36 | lisp/dos-fns.el | 37 | lisp/dos-fns.el |
| @@ -80,14 +81,18 @@ Bastien Guerry | |||
| 80 | Eli Zaretskii | 81 | Eli Zaretskii |
| 81 | doc/* | 82 | doc/* |
| 82 | lispref/* | 83 | lispref/* |
| 83 | info/dir | ||
| 84 | 84 | ||
| 85 | src/xfaces.c | 85 | src/xfaces.c |
| 86 | src/xdisp.c | 86 | src/xdisp.c |
| 87 | src/term.c | 87 | src/term.c |
| 88 | src/dispnew.c | 88 | src/dispnew.c |
| 89 | src/dispextern.h | ||
| 89 | src/frame.c | 90 | src/frame.c |
| 90 | src/dired.c | 91 | src/dired.c |
| 92 | src/unexw32.c | ||
| 93 | src/w32*.[ch] | ||
| 94 | src/window.c | ||
| 95 | nt/* | ||
| 91 | 96 | ||
| 92 | lisp/arc-mode.el | 97 | lisp/arc-mode.el |
| 93 | lisp/menu-bar.el | 98 | lisp/menu-bar.el |
| @@ -97,6 +102,8 @@ Eli Zaretskii | |||
| 97 | lisp/startup.el | 102 | lisp/startup.el |
| 98 | lisp/w32*.el | 103 | lisp/w32*.el |
| 99 | 104 | ||
| 105 | admin/unidata/* | ||
| 106 | |||
| 100 | Stefan Monnier | 107 | Stefan Monnier |
| 101 | src/intervals.c | 108 | src/intervals.c |
| 102 | src/keyboard.c | 109 | src/keyboard.c |
| @@ -181,24 +188,10 @@ src/tparam.c | |||
| 181 | src/undo.c | 188 | src/undo.c |
| 182 | src/unexaix.c | 189 | src/unexaix.c |
| 183 | src/unexalpha.c | 190 | src/unexalpha.c |
| 184 | src/unexcoff.c | ||
| 185 | src/unexelf.c | 191 | src/unexelf.c |
| 186 | src/unexhp9k800.c | 192 | src/unexhp9k800.c |
| 187 | src/unexw32.c | ||
| 188 | src/vm-limit.c | 193 | src/vm-limit.c |
| 189 | src/w32.c | ||
| 190 | src/w32console.c | ||
| 191 | src/w32fns.c | ||
| 192 | src/w32heap.c | ||
| 193 | src/w32inevt.c | ||
| 194 | src/w32menu.c | ||
| 195 | src/w32proc.c | ||
| 196 | src/w32reg.c | ||
| 197 | src/w32select.c | ||
| 198 | src/w32term.c | ||
| 199 | src/w32xfns.c | ||
| 200 | src/widget.c | 194 | src/widget.c |
| 201 | src/window.c | ||
| 202 | src/xfns.c | 195 | src/xfns.c |
| 203 | src/xmenu.c | 196 | src/xmenu.c |
| 204 | src/xrdb.c | 197 | src/xrdb.c |