aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorTed Zlatanov2014-12-12 19:15:10 -0500
committerTed Zlatanov2014-12-12 19:23:19 -0500
commit28e0d0c95d8e17e18e94744e99ccd68c8c911703 (patch)
treea45021bd7042b2008cf6084bd4019777b7575492 /admin
parentb81a1837916a7f3f7abd953338302fa237a532f2 (diff)
downloademacs-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/MAINTAINERS23
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
80Eli Zaretskii 81Eli 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
100Stefan Monnier 107Stefan Monnier
101 src/intervals.c 108 src/intervals.c
102 src/keyboard.c 109 src/keyboard.c
@@ -181,24 +188,10 @@ src/tparam.c
181src/undo.c 188src/undo.c
182src/unexaix.c 189src/unexaix.c
183src/unexalpha.c 190src/unexalpha.c
184src/unexcoff.c
185src/unexelf.c 191src/unexelf.c
186src/unexhp9k800.c 192src/unexhp9k800.c
187src/unexw32.c
188src/vm-limit.c 193src/vm-limit.c
189src/w32.c
190src/w32console.c
191src/w32fns.c
192src/w32heap.c
193src/w32inevt.c
194src/w32menu.c
195src/w32proc.c
196src/w32reg.c
197src/w32select.c
198src/w32term.c
199src/w32xfns.c
200src/widget.c 194src/widget.c
201src/window.c
202src/xfns.c 195src/xfns.c
203src/xmenu.c 196src/xmenu.c
204src/xrdb.c 197src/xrdb.c