aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2017-02-03 11:39:48 +0100
committerNicolas Petton2017-02-03 11:39:48 +0100
commit6102d01ecae664edf192bb25c01622df4518eb49 (patch)
treea855c6f4ae4a82ca7226caaf93846412957fab8a
parentab0a60a1b334fafc7d805eb44e6069ea314ad486 (diff)
downloademacs-6102d01ecae664edf192bb25c01622df4518eb49.tar.gz
emacs-6102d01ecae664edf192bb25c01622df4518eb49.zip
; Update ChangeLog.2 and AUTHORS files
-rw-r--r--ChangeLog.2250
-rw-r--r--etc/AUTHORS269
2 files changed, 384 insertions, 135 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 0ad6b51f26a..e0e46efc0c3 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,251 @@
12017-01-31 Eli Zaretskii <eliz@gnu.org>
2
3 Index byte-compile-debug
4
5 * doc/lispref/compile.texi (Compilation Functions): Index
6 byte-compile-debug.
7
82017-01-31 Philipp Stephani <phst@google.com>
9
10 Document `byte-compile-debug' in the ELisp manual
11
12 * doc/lispref/compile.texi: Document variable `byte-compile-debug'.
13
142017-01-31 Philipp Stephani <phst@google.com>
15
16 Document variable `byte-compile-debug'
17
18 * lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
19
202017-01-31 Noam Postavsky <npostavs@gmail.com>
21
22 Fix call to debugger on assertion failure
23
24 * lisp/emacs-lisp/cl-preloaded.el (cl--assertion-failed): The first
25 argument must be `error', and the second is a list of arguments for
26 `signal'.
27
282017-01-29 Noam Postavsky <npostavs@gmail.com>
29
30 Call modification hooks in org-src fontify buffers
31
32 * lisp/org/org-src.el (org-src-font-lock-fontify-block): Let-bind
33 `inhibit-modification-hooks' to nil, since this function can be called
34 from jit-lock-function which binds that variable to t (Bug#25132).
35
362017-01-28 Eli Zaretskii <eliz@gnu.org>
37
38 Improve documentation of 'format' conversions
39
40 * src/editfns.c (Fformat): More accurate description of %g and
41 effects of the various flags on it. More accurate description of
42 integer conversions.
43
44 * doc/lispref/strings.texi (Formatting Strings): More accurate
45 description of %g and effects of the various flags on it. More
46 accurate description of integer conversions. (Bug#25557)
47
482017-01-27 Vladimir Panteleev <git@thecybershadow.net> (tiny change)
49
50 Remove stale functions from ert manual
51
52 * doc/misc/ert.texi (Useful Techniques when Writing Tests):
53 Replace ert--mismatch references with its cl-lib replacement,
54 cl-mismatch.
55
562017-01-27 Eli Zaretskii <eliz@gnu.org>
57
58 Fix a typo in Eshell manual
59
60 * doc/misc/eshell.texi (History): Fix a typo. Reported by Mak
61 Kolybabi <mak@kolybabi.com>.
62
632017-01-20 Eli Zaretskii <eliz@gnu.org>
64
65 Improve documentation of hooks related to saving buffers
66
67 * lisp/files.el (write-file-functions, write-contents-functions)
68 (before-save-hook, after-save-hook): Note that these are only used
69 by save-buffer.
70
71 * doc/lispref/backups.texi (Auto-Saving):
72 * doc/lispref/files.texi (Saving Buffers): Mention that
73 save-related hooks are not run by auto-saving. (Bug#25460)
74
752017-01-20 Eli Zaretskii <eliz@gnu.org>
76
77 Improve documentation of auto-save-visited-file-name
78
79 * doc/emacs/files.texi (Auto Save Files): Mention subtle
80 differences between saving the buffer and auto-saving with
81 auto-save-visited-file-name set non-nil. (Bug#25478)
82
832017-01-18 Tom Tromey <tom@tromey.com>
84
85 fix typo in mailcap-mime-extensions
86
87 * lisp/gnus/mailcap.el (mailcap-mime-extensions): Use "text/x-patch",
88 not "test/x-patch". (Bug#25472)
89
902017-01-18 Lele Gaifax <lele@metapensiero.it> (tiny change)
91
92 Fix typos in flymake.el
93
94 * lisp/progmodes/flymake.el (flymake-check-patch-master-file-buffer):
95 Spelling fixes in the doc string.
96
972017-01-17 Glenn Morris <rgm@gnu.org>
98
99 More NEWS checking for admin.el's set-version
100
101 * admin/admin.el (set-version): Warn if temporary NEWS markup
102 still present in release candidates.
103
1042017-01-17 Michael Albinus <michael.albinus@gmx.de>
105
106 Fix auto-save-file-name problem in Tramp on MS Windows. Do not merge
107
108 * lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
109 Fix a problem when running on MS Windows.
110
1112017-01-16 Ian Dunn <dunni@gnu.org> (tiny change)
112
113 * lisp/net/eww.el (eww-tag-meta): Handle single quoted URLs (Bug#25445).
114
1152017-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * lisp/progmodes/sql.el (sql-product-alist): Doc tweak
118
119 `:sqli-comint-func' does not have to be a symbol.
120
1212017-01-14 Eli Zaretskii <eliz@gnu.org>
122
123 * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440)
124
1252017-01-13 Eli Zaretskii <eliz@gnu.org>
126
127 Improve documentation of dabbrevs
128
129 * doc/emacs/abbrevs.texi (Dynamic Abbrevs): Add a cross reference
130 to "Dabbrev Customization".
131 (Dabbrev Customization): More details about the default value of
132 dabbrev-abbrev-char-regexp and use cases when it might not be good
133 enough. (Bug#25432)
134
1352017-01-12 Noam Postavsky <npostavs@gmail.com>
136
137 Clarify that easy-menu-add is a nop (Bug#25382)
138
139 * lisp/emacs-lisp/easymenu.el (easy-menu-add): Make it into an alias of
140 `ignore', like `easy-menu-remove'.
141
1422017-01-12 Glenn Morris <rgm@gnu.org>
143
144 * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fix entry.
145
1462017-01-11 Eli Zaretskii <eliz@gnu.org>
147
148 Revert "Add DNS keywords and remove duplications"
149
150 This reverts commit 1cb9aa5b14867983d0013a61709b4d0af18364ff.
151
1522017-01-11 Alexander Kuleshov <kuleshovmail@gmail.com>
153
154 Add DNS keywords and remove duplications
155
156 * lisp/textmodes/dns-mode.el (dns-mode-types): Add two TLSA and
157 NSEC" DNS related keywords and remove duplication of "NSAP".
158
1592017-01-10 Eli Zaretskii <eliz@gnu.org>
160
161 Improve documentation of coding-systems
162
163 * doc/lispref/nonascii.texi (Coding System Basics): Mention
164 'prefer-utf-8'. Index it and 'undecided'.
165 (Encoding and I/O): Fix a typo.
166 (User-Chosen Coding Systems): Improve the documentation of
167 ACCEPT-DEFAULT-P argument to select-safe-coding-system. Document
168 select-safe-coding-system-function.
169 (Specifying Coding Systems): Document coding-system-require-warning.
170
1712017-01-09 Eli Zaretskii <eliz@gnu.org>
172
173 Improve definition of 'variable-pitch' face on MS-Windows
174
175 * lisp/faces.el (variable-pitch): Don't specify too many
176 attributes of the font, otherwise faces that request different
177 weight or slant or size will not get them.
178
1792017-01-09 Eli Zaretskii <eliz@gnu.org>
180
181 Fix an error message in python.el
182
183 * lisp/progmodes/python.el (python-shell-get-process-or-error):
184 Don't repeat the same key binding twice. (Bug#25405)
185
1862017-01-07 Noam Postavsky <npostavs@gmail.com>
187
188 Clarify major mode switching
189
190 * doc/emacs/modes.texi (Major Modes):
191 * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each
192 buffer has exactly one major mode and can't be "turned off", only
193 switched away from (Bug#25357).
194
1952017-01-07 Noam Postavsky <npostavs@gmail.com>
196
197 Add helpful comment to compile-command's docstring
198
199 * lisp/progmodes/compile.el (compile-command): Mention trailing space in
200 docstring (Bug#25337).
201
2022017-01-06 Eli Zaretskii <eliz@gnu.org>
203
204 Fix ':version' of 'select-enable-primary'
205
206 * lisp/select.el (select-enable-primary): Fix a typo in
207 ':version'. (Bug#25375)
208
2092017-01-04 Glenn Morris <rgm@gnu.org>
210
211 Update remaining copyright years with admin.el M-x set-copyright
212
213 * etc/refcards/ru-refcard.tex (cyear): Set to 2017.
214
2152017-01-04 Glenn Morris <rgm@gnu.org>
216
217 * lisp/ffap.el (ffap-lax-url): Bump :version after recent change.
218
2192017-01-03 Philipp Stephani <phst@google.com>
220
221 Document that functions in 'ffap-alist' can use the match data
222
223 * lisp/ffap.el (ffap-alist): Document that ffap sets the match data
224 while walking 'ffap-alist'.
225
2262017-01-01 Paul Eggert <eggert@cs.ucla.edu>
227
228 Fix copyright years by hand
229
230 These are dates that admin/update-copyright did not update, or
231 updated incorrectly.
232
2332017-01-01 Paul Eggert <eggert@cs.ucla.edu>
234
235 Update copyright year to 2017
236
237 Run admin/update-copyright.
238
2392016-12-30 Nicolas Petton <nicolas@petton.fr>
240
241 Bump Emacs version to 25.1.91
242
243 * README:
244 * configure.ac:
245 * msdos/sed2v2.inp:
246 * nt/README.W32: Bump Emacs version.
247 * lisp/ldefs-boot.el: Update.
248
12016-12-30 Alan Mackenzie <acm@muc.de> 2492016-12-30 Alan Mackenzie <acm@muc.de>
2 250
3 Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292. 251 Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292.
@@ -35313,7 +35561,7 @@
35313 35561
35314This file records repository revisions from 35562This file records repository revisions from
35315commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 35563commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
35316commit e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (inclusive). 35564commit ab0a60a1b334fafc7d805eb44e6069ea314ad486 (inclusive).
35317See ChangeLog.1 for earlier changes. 35565See ChangeLog.1 for earlier changes.
35318 35566
35319;; Local Variables: 35567;; Local Variables:
diff --git a/etc/AUTHORS b/etc/AUTHORS
index e53577140e3..d166b6d1fc8 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -66,9 +66,8 @@ and changed nsterm.m nsfns.m nsfont.m nsterm.h nsmenu.m configure.ac
66Agustín Martín: changed ispell.el flyspell.el fixit.texi 66Agustín Martín: changed ispell.el flyspell.el fixit.texi
67 67
68Aidan Gauland: wrote em-tramp.el 68Aidan Gauland: wrote em-tramp.el
69and changed eshell.texi em-term.el em-unix.el erc-match.el 69and changed eshell.texi em-term.el em-unix.el erc-match.el em-cmpl.el
70 automated/eshell.el em-cmpl.el em-dirs.el em-ls.el em-script.el 70 em-dirs.el em-ls.el em-script.el esh-proc.el automated/eshell.el
71 esh-proc.el
72 71
73Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el 72Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el
74 gnus-sum.el gnus-util.el latin-ltx.el nnfolder.el ob-tangle.el 73 gnus-sum.el gnus-util.el latin-ltx.el nnfolder.el ob-tangle.el
@@ -125,6 +124,8 @@ Alexander Klimov: changed files.el calc-graph.el files.texi man.el rx.el
125 124
126Alexander Kreuzer: changed nnrss.el 125Alexander Kreuzer: changed nnrss.el
127 126
127Alexander Kuleshov: changed dns-mode.el
128
128Alexander L. Belikoff: wrote erc.el 129Alexander L. Belikoff: wrote erc.el
129 130
130Alexander Pohoyda: co-wrote mail/rmailmm.el 131Alexander Pohoyda: co-wrote mail/rmailmm.el
@@ -149,7 +150,7 @@ and changed emacs3.py vc-hooks.el vc.el xml.el
149 150
150Alex Coventry: changed files.el 151Alex Coventry: changed files.el
151 152
152Alex Dunn: changed subr-tests.el subr.el 153Alex Dunn: changed subr.el subr-tests.el
153 154
154Alex Kosorukoff: changed org-capture.el 155Alex Kosorukoff: changed org-capture.el
155 156
@@ -352,10 +353,10 @@ Artem Chuprina: changed message.el
352Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el 353Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el
353 let-alist.el simple-test.el sort-tests.el tabulated-list-test.el 354 let-alist.el simple-test.el sort-tests.el tabulated-list-test.el
354and changed package.el isearch.el lisp/char-fold.el files.el 355and changed package.el isearch.el lisp/char-fold.el files.el
355 tabulated-list.el package-test.el menu-bar.el replace.el bytecomp.el 356 tabulated-list.el menu-bar.el replace.el package-test.el bytecomp.el
356 faces.el files-x.el test/automated/char-fold-tests.el custom.el 357 faces.el files-x.el test/automated/char-fold-tests.el custom.el
357 custom.texi help-fns.el simple.el subr-tests.el align.el bindings.el 358 custom.texi help-fns.el simple.el align.el bindings.el cl-macs.el
358 cl-lib-tests.el cl-macs.el and 40 other files 359 cus-edit.el keyboard.c and 40 other files
359 360
360Arun Persaud: changed org-agenda.el org-src.el 361Arun Persaud: changed org-agenda.el org-src.el
361 362
@@ -369,8 +370,8 @@ Aubrey Jaffer: changed info.el unexelf.c
369 370
370Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile 371Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile
371 configure.ac cus-face.el data.c dispextern.h display.texi dynlib.c 372 configure.ac cus-face.el data.c dispextern.h display.texi dynlib.c
372 dynlib.h emacs-module.c faces.el lread.c mod-test.c modhelp.py nsterm.m 373 dynlib.h emacs-module.c faces.el lread.c modhelp.py nsterm.m ox-html.el
373 ox-html.el print.c src/Makefile.in test.el and 5 other files 374 print.c src/Makefile.in url.texi w32term.c and 5 other files
374 375
375Axel Boldt: changed ehelp.el electric.el 376Axel Boldt: changed ehelp.el electric.el
376 377
@@ -386,18 +387,18 @@ and changed c++-mode.el cplus-md1.el syntax.c syntax.h
386 387
387Barry Fishman: changed configure.ac gnu-linux.h image.c 388Barry Fishman: changed configure.ac gnu-linux.h image.c
388 389
389Barry O'Reilly: changed simple.el lisp.h undo-tests.el keyboard.c 390Barry O'Reilly: changed simple.el lisp.h keyboard.c markers.texi
390 markers.texi alloc.c bytecode.c casetab.c data.c eval.c fileio.c fw.el 391 undo-tests.el alloc.c bytecode.c casetab.c data.c eval.c fileio.c fw.el
391 idle.el insdel.c lread.c pulse.el search.c subr.el text.texi 392 idle.el insdel.c lread.c pulse.el search.c subr.el text.texi undo.c
392 timer-tests.el undo.c 393 timer-tests.el
393 394
394Bastien Guerry: wrote gnus-bookmark.el 395Bastien Guerry: wrote gnus-bookmark.el
395and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el 396and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el
396and changed org.el org-agenda.el org.texi ox-html.el org-clock.el 397and changed org.el org-agenda.el org.texi ox-html.el org-clock.el
397 org-capture.el org-table.el ox-latex.el org-exp.el ox-odt.el 398 org-capture.el org-table.el ox-latex.el ox.el ox-odt.el org-compat.el
398 org-compat.el ob.el org-mobile.el org-colview.el org-publish.el ox.el 399 ox-publish.el ob.el org-mobile.el org-colview.el org-macs.el
399 org-macs.el org-pcomplete.el org-timer.el org-faces.el ox-ascii.el 400 org-pcomplete.el org-timer.el org-faces.el ox-ascii.el org-archive.el
400 and 119 other files 401 and 116 other files
401 402
402Ben A. Mesander: co-wrote erc-dcc.el 403Ben A. Mesander: co-wrote erc-dcc.el
403 404
@@ -509,7 +510,7 @@ Boyd Lynn Gerber: changed configure.ac
509 510
510Bozhidar Batsov: changed ruby-mode.el subr-x.el subr.el bytecomp.el 511Bozhidar Batsov: changed ruby-mode.el subr-x.el subr.el bytecomp.el
511 comint.el js.el lisp-mode.el package.el progmodes/python.el prolog.el 512 comint.el js.el lisp-mode.el package.el progmodes/python.el prolog.el
512 ruby-mode-tests.el scheme.el 513 scheme.el ruby-mode-tests.el
513 514
514Brad Howes: changed gnus-demon.el 515Brad Howes: changed gnus-demon.el
515 516
@@ -588,11 +589,11 @@ Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el
588and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el 589and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el
589 org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el 590 org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el
590 org-src.el ox-beamer.el ox-html.el ox-icalendar.el 591 org-src.el ox-beamer.el ox-html.el ox-icalendar.el
591and changed org-exp.el ox-latex.el org.texi org-publish.el 592and changed ox.el ox-latex.el org.texi org-remember.el orgcard.tex
592 org-remember.el orgcard.tex org-export-latex.el org-docbook.el 593 ox-publish.el org-docbook.el ox-ascii.el org-attach.el org-protocol.el
593 ox-ascii.el org-attach.el org-protocol.el org-mouse.el org-jsinfo.el 594 org-mouse.el org-mac-message.el org-wl.el ox-jsinfo.el org-crypt.el
594 org-mac-message.el org-wl.el org-crypt.el org-freemind.el idlw-rinfo.el 595 org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el
595 org-exp-blocks.el org-habit.el org-mhe.el and 35 other files 596 org-plot.el and 35 other files
596 597
597Caveh Jalali: changed configure.ac intel386.h sol2-4.h 598Caveh Jalali: changed configure.ac intel386.h sol2-4.h
598 599
@@ -682,8 +683,8 @@ Christian Neukirchen: changed mm-util.el
682 683
683Christian Ohler: wrote ert-tests.el ert.el 684Christian Ohler: wrote ert-tests.el ert.el
684and co-wrote ert-x.el 685and co-wrote ert-x.el
685and changed Makefile.in automated automated/Makefile.in configure.ac 686and changed Makefile.in configure.ac ert.texi misc/Makefile.in automated
686 ert-x-tests.el ert.texi misc/Makefile.in 687 automated/Makefile.in ert-x-tests.el
687 688
688Christian Plate: changed nnmaildir.el sgml-mode.el 689Christian Plate: changed nnmaildir.el sgml-mode.el
689 690
@@ -711,7 +712,7 @@ Christopher Allan Webber: changed gamegrid.el org-agenda.el tetris.el
711 712
712Christopher Genovese: changed assoc.el help-fns.el 713Christopher Genovese: changed assoc.el help-fns.el
713 714
714Christophe Rhodes: changed org-exp.el ox-latex.el 715Christophe Rhodes: changed ox-latex.el ox.el
715 716
716Christopher J. Madsen: wrote decipher.el 717Christopher J. Madsen: wrote decipher.el
717and changed replace.el files.el ispell.el time.el 718and changed replace.el files.el ispell.el time.el
@@ -728,15 +729,15 @@ Christopher Schmidt: changed ibuffer.el org.el tips.texi calc-aent.el
728Christopher Wellons: changed emacs-lisp/cl-lib.el 729Christopher Wellons: changed emacs-lisp/cl-lib.el
729 730
730Christoph Scholtes: changed README.W32 progmodes/python.el stdint.h 731Christoph Scholtes: changed README.W32 progmodes/python.el stdint.h
731 INSTALL maintaining.texi INSTALL.REPO admin.el bookmark.el 732 INSTALL maintaining.texi admin.el bookmark.el configure.bat
732 configure.bat control.texi cua-base.el help-mode.el help.el ibuffer.el 733 control.texi cua-base.el help-mode.el help.el ibuffer.el ido.el
733 ido.el make-dist makedist.bat menu.c minibuf.c process.c 734 make-dist makedist.bat menu.c minibuf.c process.c progmodes/grep.el
734 progmodes/grep.el and 5 other files 735 replace.el and 5 other files
735 736
736Christoph Wedler: wrote antlr-mode.el 737Christoph Wedler: wrote antlr-mode.el
737and changed progmodes/python.el format.el gnus-art.el gnus-picon.el 738and changed progmodes/python.el format.el gnus-art.el gnus-picon.el
738 message.el prog-mode.el python-tests.el register.el smiley.el 739 message.el prog-mode.el register.el smiley.el texinfmt.el
739 texinfmt.el 740 python-tests.el
740 741
741Chris Zheng: changed gnutls.c calculator.el w32-win.el 742Chris Zheng: changed gnutls.c calculator.el w32-win.el
742 743
@@ -781,8 +782,8 @@ Daiki Ueno: wrote epa-dired.el epa-file.el epa-hook.el epa-mail.el epa.el
781and co-wrote sasl-cram.el sasl-digest.el 782and co-wrote sasl-cram.el sasl-digest.el
782and changed mml2015.el epa.texi mml1991.el auth-source.el mml-smime.el 783and changed mml2015.el epa.texi mml1991.el auth-source.el mml-smime.el
783 package.el mml.el gnus.texi mm-decode.el mm-uu.el process.c subr.el 784 package.el mml.el gnus.texi mm-decode.el mm-uu.el process.c subr.el
784 auth.texi epg-tests.el gnus-sum.el mm-view.el mml-sec.el processes.texi 785 auth.texi gnus-sum.el mm-view.el mml-sec.el processes.texi dbus.el
785 archive-contents archive-contents.sig dbus.el and 45 other files 786 dired.el dired.texi epa-file-hook.el and 45 other files
786 787
787Dale Gulledge: changed TUTORIAL.eo 788Dale Gulledge: changed TUTORIAL.eo
788 789
@@ -811,10 +812,10 @@ Dan Christensen: changed gnus-sum.el nndoc.el nnfolder.el gnus-art.el
811Dan Davison: wrote ob-matlab.el ob-octave.el 812Dan Davison: wrote ob-matlab.el ob-octave.el
812and co-wrote ob-R.el ob-core.el ob-exp.el ob-lob.el ob-perl.el 813and co-wrote ob-R.el ob-core.el ob-exp.el ob-lob.el ob-perl.el
813 ob-python.el ob-ref.el org-src.el 814 ob-python.el ob-ref.el org-src.el
814and changed ob.el ob-sh.el org-exp.el org.el ox-latex.el ob-tangle.el 815and changed ob.el ob-sh.el org.el ox.el ox-latex.el ob-tangle.el ob-C.el
815 ob-C.el ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el 816 ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el ob-scheme.el
816 ob-scheme.el ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el 817 ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el ob-mscgen.el
817 ob-mscgen.el ob-ocaml.el ob-org.el ob-plantuml.el and 14 other files 818 ob-ocaml.el ob-org.el ob-plantuml.el and 14 other files
818 819
819Daniel Bergey: changed indian.el 820Daniel Bergey: changed indian.el
820 821
@@ -827,11 +828,11 @@ Daniel Colascione: wrote finalizer-tests.el generator-tests.el
827and co-wrote js.el 828and co-wrote js.el
828and changed w32fns.c alloc.c emacs.c cl-macs.el image.c keyboard.c lisp.h 829and changed w32fns.c alloc.c emacs.c cl-macs.el image.c keyboard.c lisp.h
829 process.c sh-script.el configure.ac cygw32.c simple.el src/Makefile.in 830 process.c sh-script.el configure.ac cygw32.c simple.el src/Makefile.in
830 w32term.h automated/cl-lib-tests.el cygw32.h dbusbind.c fns.c unexcw.c 831 w32term.h cygw32.h dbusbind.c fns.c unexcw.c unexw32.c w32.c w32term.c
831 unexw32.c w32.c and 155 other files 832 and 155 other files
832 833
833Daniel Dehennin: changed mml2015.el gnus-mlspl.el gnus-msg.el 834Daniel Dehennin: changed mml2015.el gnus-mlspl.el gnus-msg.el
834 mm-decode.el org-exp.el 835 mm-decode.el ox.el
835 836
836Daniel E. Doherty: changed calc.texi 837Daniel E. Doherty: changed calc.texi
837 838
@@ -842,11 +843,10 @@ Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi
842 843
843Daniel Hackney: wrote package-test.el 844Daniel Hackney: wrote package-test.el
844and co-wrote package.el 845and co-wrote package.el
845and changed package-x.el ange-ftp.el automated/Makefile.in 846and changed package-x.el ange-ftp.el browse-url.el dbus.el dired-x.el
846 automated/package-test.el browse-url.el dbus.el dired-x.el
847 ediff-diff.el ediff-init.el ediff-merg.el ediff-mult.el ediff-util.el 847 ediff-diff.el ediff-init.el ediff-merg.el ediff-mult.el ediff-util.el
848 ediff-wind.el ediff.el emacsclient.c emerge.el eudc.el eudcb-ldap.el 848 ediff-wind.el ediff.el emacsclient.c emerge.el eudc.el eudcb-ldap.el
849 eww.el finder.el imap.el and 7 other files 849 eww.el finder.el imap.el pcvs.el printing.el and 7 other files
850 850
851Daniel Jensen: changed apropos.el 851Daniel Jensen: changed apropos.el
852 852
@@ -1013,9 +1013,9 @@ David Lawrence: changed comint.el simple.el files.el c++-mode.el
1013 1013
1014David Lord: changed timeclock.el 1014David Lord: changed timeclock.el
1015 1015
1016David Maus: changed org.el org-agenda.el org-exp.el org-feed.el org-wl.el 1016David Maus: changed org.el org-agenda.el ox.el org-feed.el org-wl.el
1017 org-macs.el ox-html.el org-capture.el org.texi org-gnus.el org-bbdb.el 1017 org-macs.el ox-html.el org-capture.el org.texi org-gnus.el org-bbdb.el
1018 org-clock.el org-protocol.el org-publish.el ob-haskell.el ob.el 1018 org-clock.el org-protocol.el ox-publish.el ob-haskell.el ob.el
1019 org-bibtex.el org-compat.el org-footnote.el org-id.el org-list.el 1019 org-bibtex.el org-compat.el org-footnote.el org-id.el org-list.el
1020 and 20 other files 1020 and 20 other files
1021 1021
@@ -1165,10 +1165,10 @@ Dmitry Gorbik: changed org.el
1165 1165
1166Dmitry Gutov: wrote elisp-mode-tests.el json-tests.el vc-hg.el 1166Dmitry Gutov: wrote elisp-mode-tests.el json-tests.el vc-hg.el
1167 xref-tests.el 1167 xref-tests.el
1168and changed ruby-mode.el xref.el elisp-mode.el etags.el 1168and changed ruby-mode.el xref.el elisp-mode.el etags.el vc-git.el
1169 ruby-mode-tests.el vc-git.el project.el ruby.rb js.el package.el vc.el 1169 project.el js.el package.el ruby-mode-tests.el ruby.rb vc.el
1170 log-edit.el symref/grep.el menu-bar.el package-test.el 1170 log-edit.el symref/grep.el menu-bar.el progmodes/grep.el vc-svn.el
1171 progmodes/grep.el vc-svn.el find-func.el lisp.el minibuffer.el pulse.el 1171 find-func.el lisp.el minibuffer.el pulse.el simple.el
1172 and 93 other files 1172 and 93 other files
1173 1173
1174Dmitry Kurochkin: changed isearch.el 1174Dmitry Kurochkin: changed isearch.el
@@ -1203,10 +1203,10 @@ Ed Swarthout: changed hexl.el textmodes/table.el
1203Eduardo Muñoz: changed dired.el ls-lisp.el 1203Eduardo Muñoz: changed dired.el ls-lisp.el
1204 1204
1205Eduard Wiebe: wrote flymake-tests.el 1205Eduard Wiebe: wrote flymake-tests.el
1206and changed dired.el flymake.texi Makefile browse-url.el flymake.el 1206and changed dired.el flymake.texi browse-url.el flymake.el footnote.el
1207 footnote.el javascript.el jit-lock.el korean.el locate.el mule-conf.el 1207 javascript.el jit-lock.el korean.el locate.el mule-conf.el
1208 nxml-mode.texi objects.texi ps-print.el sysdep.c test.c test.pl 1208 nxml-mode.texi objects.texi ps-print.el sysdep.c vc-rcs.el Makefile
1209 vc-rcs.el 1209 test.c test.pl
1210 1210
1211Edward M. Reingold: wrote cal-china.el cal-coptic.el cal-french.el 1211Edward M. Reingold: wrote cal-china.el cal-coptic.el cal-french.el
1212 cal-islam.el cal-iso.el cal-julian.el cal-move.el cal-persia.el 1212 cal-islam.el cal-iso.el cal-julian.el cal-move.el cal-persia.el
@@ -1252,7 +1252,7 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c]
1252and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el 1252and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el
1253 simple.el fileio.c w32proc.c w32term.c keyboard.c emacs.c dispnew.c 1253 simple.el fileio.c w32proc.c w32term.c keyboard.c emacs.c dispnew.c
1254 dispextern.h INSTALL config.bat sed1v2.inp src/Makefile.in term.c 1254 dispextern.h INSTALL config.bat sed1v2.inp src/Makefile.in term.c
1255 frames.texi window.c and 1018 other files 1255 frames.texi window.c and 1020 other files
1256 1256
1257Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c 1257Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c
1258 fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el 1258 fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el
@@ -1346,7 +1346,7 @@ Eric Schulte: wrote ob-C.el ob-asymptote.el ob-awk.el ob-calc.el
1346and co-wrote ob-R.el ob-clojure.el ob-core.el ob-exp.el ob-fortran.el 1346and co-wrote ob-R.el ob-clojure.el ob-core.el ob-exp.el ob-fortran.el
1347 ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el 1347 ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el
1348 ob-python.el ob-ref.el ob-scheme.el org-bibtex.el 1348 ob-python.el ob-ref.el ob-scheme.el org-bibtex.el
1349and changed org.texi org.el org-exp-blocks.el org-exp.el ox-latex.el 1349and changed org.texi org.el org-exp-blocks.el ox.el ox-latex.el
1350 org-src.el ob-plantuml.el ob-screen.el org-macs.el org-table.el 1350 org-src.el ob-plantuml.el ob-screen.el org-macs.el org-table.el
1351 org-agenda.el org-mouse.el orgcard.tex ob-lilypond.el ob-mscgen.el 1351 org-agenda.el org-mouse.el orgcard.tex ob-lilypond.el ob-mscgen.el
1352 ob-octave.el org-clock.el org-compat.el org-footnote.el ox-ascii.el 1352 ob-octave.el org-clock.el org-compat.el org-footnote.el ox-ascii.el
@@ -1435,8 +1435,7 @@ Felix S. T. Wu: co-wrote vi.el (public domain)
1435 1435
1436Feng Li: changed calc-ext.el pascal.el which-func.el 1436Feng Li: changed calc-ext.el pascal.el which-func.el
1437 1437
1438Feng Shu: changed org.el org.texi org-exp.el ox-html.el ox-latex.el 1438Feng Shu: changed org.el org.texi ox.el ox-html.el ox-latex.el ox-odt.el
1439 ox-odt.el ox.el
1440 1439
1441Ferenc Wagner: changed nnweb.el 1440Ferenc Wagner: changed nnweb.el
1442 1441
@@ -1615,7 +1614,7 @@ and changed configure.ac Makefile.in src/Makefile.in calendar.el
1615 diary-lib.el lisp/Makefile.in files.el rmail.el progmodes/f90.el 1614 diary-lib.el lisp/Makefile.in files.el rmail.el progmodes/f90.el
1616 make-dist simple.el bytecomp.el emacs.texi misc/Makefile.in authors.el 1615 make-dist simple.el bytecomp.el emacs.texi misc/Makefile.in authors.el
1617 ack.texi lib-src/Makefile.in startup.el admin.el cal-menu.el 1616 ack.texi lib-src/Makefile.in startup.el admin.el cal-menu.el
1618 display.texi and 1602 other files 1617 display.texi and 1603 other files
1619 1618
1620Glynn Clements: wrote gamegrid.el snake.el tetris.el 1619Glynn Clements: wrote gamegrid.el snake.el tetris.el
1621 1620
@@ -1702,14 +1701,14 @@ Harald Maier: changed w32heap.c
1702Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el 1701Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el
1703 gnus-util.el gnus-win.el mail-source.el 1702 gnus-util.el gnus-win.el mail-source.el
1704 1703
1705Harri Kiiskinen: changed org-protocol.el org-publish.el 1704Harri Kiiskinen: changed org-protocol.el ox-publish.el
1706 1705
1707H. Dieter Wilhelm: changed calc-help.el maintaining.texi 1706H. Dieter Wilhelm: changed calc-help.el maintaining.texi
1708 1707
1709Heiko Muenkel: changed b2m.c 1708Heiko Muenkel: changed b2m.c
1710 1709
1711Helmut Eller: changed emacs-lisp/debug.el xref.el cl-indent.el cl-macs.el 1710Helmut Eller: changed emacs-lisp/debug.el xref.el cl-indent.el cl-macs.el
1712 elisp-mode.el etags.el eval.c lisp-mode.el process-tests.el process.c 1711 elisp-mode.el etags.el eval.c lisp-mode.el process.c process-tests.el
1713 1712
1714Helmut Waitzmann: changed gnus-sum.el gnus.texi 1713Helmut Waitzmann: changed gnus-sum.el gnus.texi
1715 1714
@@ -1734,7 +1733,7 @@ Hideki Iwamoto: changed etags.c
1734Hiroshi Fujishima: changed efaq.texi gnus-score.el mail-source.el 1733Hiroshi Fujishima: changed efaq.texi gnus-score.el mail-source.el
1735 spam-stat.el 1734 spam-stat.el
1736 1735
1737Hiroshi Nakano: changed ralloc.c unexelf.c 1736Hiroshi Nakano: changed unexelf.c ralloc.c
1738 1737
1739Hiroshi Oota: changed coding.c 1738Hiroshi Oota: changed coding.c
1740 1739
@@ -1768,6 +1767,8 @@ Hynek Schlawack: changed gnus-art.el gnus-sum.el
1768 1767
1769Ian D: changed doc-view.el image-mode.el 1768Ian D: changed doc-view.el image-mode.el
1770 1769
1770Ian Dunn: changed eww.el
1771
1771Ian Eure: changed sql.el url-util.el 1772Ian Eure: changed sql.el url-util.el
1772 1773
1773Ian Kelling: changed process.c ob-core.el 1774Ian Kelling: changed process.c ob-core.el
@@ -1856,9 +1857,9 @@ Jack Duthen: changed which-func.el
1856 1857
1857Jack Repenning: changed unexelfsgi.c 1858Jack Repenning: changed unexelfsgi.c
1858 1859
1859Jackson Ray Hamilton: changed js.el indent/js-indent-init-dynamic.js 1860Jackson Ray Hamilton: changed js.el sgml-mode.el
1860 indent/js-indent-init-t.js js-indent-init-dynamic.js js-jsx.js js.js 1861 indent/js-indent-init-dynamic.js indent/js-indent-init-t.js
1861 sgml-mode.el 1862 js-indent-init-dynamic.js js-jsx.js js.js
1862 1863
1863Jack Twilley: changed message.el 1864Jack Twilley: changed message.el
1864 1865
@@ -1872,7 +1873,7 @@ Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el
1872 1873
1873Jambunathan K: wrote ox-odt.el 1874Jambunathan K: wrote ox-odt.el
1874and co-wrote ox-html.el 1875and co-wrote ox-html.el
1875and changed org-lparse.el org.el org-exp.el org.texi icomplete.el 1876and changed org-lparse.el org.el org.texi ox.el icomplete.el
1876 OrgOdtContentTemplate.xml OrgOdtStyles.xml hi-lock.el replace.el 1877 OrgOdtContentTemplate.xml OrgOdtStyles.xml hi-lock.el replace.el
1877 minibuffer.el org-footnote.el org-inlinetask.el register.el doc-view.el 1878 minibuffer.el org-footnote.el org-inlinetask.el register.el doc-view.el
1878 etags.el htmlfontify.el ido.el indian.el iswitchb.el org-bbdb.el 1879 etags.el htmlfontify.el ido.el indian.el iswitchb.el org-bbdb.el
@@ -1907,7 +1908,7 @@ James Wright: changed em-unix.el
1907 1908
1908Jamie Zawinski: wrote mailabbrev.el tar-mode.el 1909Jamie Zawinski: wrote mailabbrev.el tar-mode.el
1909and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el 1910and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el
1910and changed bytecode.c mail-extr.el subr.el 1911and changed mail-extr.el subr.el bytecode.c
1911 1912
1912Jan Beich: changed configure.ac 1913Jan Beich: changed configure.ac
1913 1914
@@ -1927,14 +1928,14 @@ and changed dbus.el dbus.texi dbusbind.c eieio.el idle.el insert.el
1927 log-edit.el srecode/find.el wisent/python.el zeroconf.el 1928 log-edit.el srecode/find.el wisent/python.el zeroconf.el
1928 1929
1929Jan Nieuwenhuizen: changed gud.el info.el TUTORIAL.nl add-log.el 1930Jan Nieuwenhuizen: changed gud.el info.el TUTORIAL.nl add-log.el
1930 compilation.txt compile-tests.el emacs.c emacsclient.c gnus-start.el 1931 compilation.txt emacs.c emacsclient.c gnus-start.el nnmh.el
1931 nnmh.el progmodes/compile.el server.el startup.el 1932 progmodes/compile.el server.el startup.el compile-tests.el
1932 1933
1933Jan Rychter: changed gnus-msg.el 1934Jan Rychter: changed gnus-msg.el
1934 1935
1935Jan Schormann: wrote solitaire.el 1936Jan Schormann: wrote solitaire.el
1936 1937
1937Jan Seeger: changed org-publish.el parse-time.el 1938Jan Seeger: changed ox-publish.el parse-time.el
1938 1939
1939Jan Tatarik: wrote gnus-icalendar.el 1940Jan Tatarik: wrote gnus-icalendar.el
1940and changed gnus-score.el gnus-logic.el 1941and changed gnus-score.el gnus-logic.el
@@ -2123,7 +2124,7 @@ João Cachopo: changed spam.el
2123 2124
2124João Távora: wrote elec-pair.el electric-tests.el message-mode-tests.el 2125João Távora: wrote elec-pair.el electric-tests.el message-mode-tests.el
2125and changed tex-mode.el message.el shr.el electric.el emacs.texi 2126and changed tex-mode.el message.el shr.el electric.el emacs.texi
2126 lisp-mode.el progmodes/python.el python-tests.el simple.el tls.el vc.el 2127 lisp-mode.el progmodes/python.el simple.el tls.el vc.el python-tests.el
2127 2128
2128Jochen Hein: changed gnus-art.el 2129Jochen Hein: changed gnus-art.el
2129 2130
@@ -2240,7 +2241,7 @@ John Williams: changed etags.el
2240 2241
2241John Yates: changed hideshow.el 2242John Yates: changed hideshow.el
2242 2243
2243Jon Anders Skorpen: changed org-publish.el 2244Jon Anders Skorpen: changed ox-publish.el
2244 2245
2245Jonas Bernoulli: changed eieio.el button.el ido.el lisp-mnt.el 2246Jonas Bernoulli: changed eieio.el button.el ido.el lisp-mnt.el
2246 tabulated-list.el tips.texi 2247 tabulated-list.el tips.texi
@@ -2280,8 +2281,8 @@ Jorge A. Alfaro-Murillo: changed message.el
2280Jorgen Schäfer: wrote erc-autoaway.el erc-goodies.el erc-spelling.el 2281Jorgen Schäfer: wrote erc-autoaway.el erc-goodies.el erc-spelling.el
2281and changed erc.el erc-track.el erc-backend.el erc-match.el erc-stamp.el 2282and changed erc.el erc-track.el erc-backend.el erc-match.el erc-stamp.el
2282 erc-button.el erc-fill.el erc-members.el erc-truncate.el erc-compat.el 2283 erc-button.el erc-fill.el erc-members.el erc-truncate.el erc-compat.el
2283 package-test.el Makefile erc-dcc.el erc-ibuffer.el erc-macs.el 2284 Makefile erc-dcc.el erc-ibuffer.el erc-macs.el erc-page.el
2284 erc-page.el erc-pcomplete.el erc-sound.el minibuffer.el package.el 2285 erc-pcomplete.el erc-sound.el minibuffer.el package.el package-test.el
2285 erc-bbdb.el and 13 other files 2286 erc-bbdb.el and 13 other files
2286 2287
2287Jose A. Ortega Ruiz: changed gnus-sum.el url-http.el 2288Jose A. Ortega Ruiz: changed gnus-sum.el url-http.el
@@ -2296,7 +2297,7 @@ and changed xterm.c xfns.c keyboard.c screen.c dispnew.c xdisp.c window.c
2296 process.c alloc.c buffer.h files.el screen.el insdel.c emacs.c 2297 process.c alloc.c buffer.h files.el screen.el insdel.c emacs.c
2297 and 106 other files 2298 and 106 other files
2298 2299
2299Joseph M. Kelsey: changed fileio.c skeleton.el 2300Joseph M. Kelsey: changed skeleton.el fileio.c
2300 2301
2301Josh Elsasser: changed configure.ac 2302Josh Elsasser: changed configure.ac
2302 2303
@@ -2390,7 +2391,7 @@ and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el
2390Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el 2391Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el
2391 lisp/Makefile.in loadup.el 2392 lisp/Makefile.in loadup.el
2392 2393
2393Kai Tetzlaff: changed org-publish.el url-http.el 2394Kai Tetzlaff: changed ox-publish.el url-http.el
2394 2395
2395Kalle Kankare: changed image.c 2396Kalle Kankare: changed image.c
2396 2397
@@ -2420,8 +2421,8 @@ Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el
2420Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el 2421Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el
2421and changed simple.el files.el doc-view.el image-mode.el info.el 2422and changed simple.el files.el doc-view.el image-mode.el info.el
2422 vc-svn.el CONTRIBUTE INSTALL autogen.sh isearch.el menu-bar.el 2423 vc-svn.el CONTRIBUTE INSTALL autogen.sh isearch.el menu-bar.el
2423 simple-test.el thingatpt.el INSTALL.REPO comint.el configure 2424 thingatpt.el INSTALL.REPO comint.el configure configure.ac editfns.c
2424 configure.ac editfns.c git-workflow gnus-bookmark.el gnus-msg.el 2425 git-workflow gnus-bookmark.el gnus-msg.el gnus-sum.el
2425 and 15 other files 2426 and 15 other files
2426 2427
2427Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c 2428Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c
@@ -2688,11 +2689,10 @@ Lasse Rasinen: changed gnus-start.el
2688Laurent Martelli: changed mm-decode.el 2689Laurent Martelli: changed mm-decode.el
2689 2690
2690Lawrence Mitchell: wrote erc-backend.el erc-log.el 2691Lawrence Mitchell: wrote erc-backend.el erc-log.el
2691and changed erc.el ox-latex.el org.el erc-match.el erc-nets.el 2692and changed erc.el ox-latex.el org.el ox.el erc-match.el erc-nets.el
2692 erc-nickserv.el org-exp.el ox-html.el browse-url.el erc-button.el 2693 erc-nickserv.el ox-html.el browse-url.el erc-button.el erc-compat.el
2693 erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el 2694 erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el Makefile
2694 ob.el Makefile cl-macs.el erc-autoaway.el erc-autojoin.el 2695 cl-macs.el erc-autoaway.el erc-autojoin.el and 25 other files
2695 and 26 other files
2696 2696
2697Lawrence R. Dodd: co-wrote dired-x.el 2697Lawrence R. Dodd: co-wrote dired-x.el
2698and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el 2698and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
@@ -2706,7 +2706,8 @@ Lee Duhem: changed eval.c
2706 2706
2707Leigh Stoller: changed emacsclient.c server.el 2707Leigh Stoller: changed emacsclient.c server.el
2708 2708
2709Lele Gaifax: changed progmodes/python.el TUTORIAL.it python-tests.el 2709Lele Gaifax: changed progmodes/python.el TUTORIAL.it flymake.el
2710 python-tests.el
2710 2711
2711Lennart Borgman: co-wrote ert-x.el 2712Lennart Borgman: co-wrote ert-x.el
2712and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el 2713and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el
@@ -2773,7 +2774,7 @@ Lukas Huonker: changed tetris.el
2773Łukasz Demianiuk: changed erc.el 2774Łukasz Demianiuk: changed erc.el
2774 2775
2775Łukasz Stelmach: changed cookie1.el gtkutil.c message.el org-agenda.el 2776Łukasz Stelmach: changed cookie1.el gtkutil.c message.el org-agenda.el
2776 org-bbdb.el org-exp.el org.el ox-html.el ps-print.el 2777 org-bbdb.el org.el ox-html.el ox.el ps-print.el
2777 2778
2778Luke Lee: changed hideif.el 2779Luke Lee: changed hideif.el
2779 2780
@@ -2801,7 +2802,7 @@ Malcolm Purvis: changed spam-stat.el
2801 2802
2802Manoj Srivastava: wrote manoj-dark-theme.el 2803Manoj Srivastava: wrote manoj-dark-theme.el
2803 2804
2804Manuel Giraud: changed ox-html.el org-publish.el org.texi 2805Manuel Giraud: changed ox-html.el ox-publish.el org.texi
2805 2806
2806Manuel Gómez: changed speedbar.el 2807Manuel Gómez: changed speedbar.el
2807 2808
@@ -3067,7 +3068,7 @@ Michael Albinus: wrote auto-revert-tests.el dbus-tests.el dbus.el
3067 tramp-tests.el url-tramp.el vc-tests.el xesam.el zeroconf.el 3068 tramp-tests.el url-tramp.el vc-tests.el xesam.el zeroconf.el
3068and co-wrote tramp-cache.el tramp-sh.el tramp.el 3069and co-wrote tramp-cache.el tramp-sh.el tramp.el
3069and changed tramp.texi dbusbind.c trampver.el trampver.texi tramp-adb.el 3070and changed tramp.texi dbusbind.c trampver.el trampver.texi tramp-adb.el
3070 ange-ftp.el dbus.texi files.el autorevert.el tramp-fish.el files.texi 3071 ange-ftp.el dbus.texi files.el tramp-fish.el autorevert.el files.texi
3071 tramp-imap.el notifications.el os.texi configure.ac lisp.h 3072 tramp-imap.el notifications.el os.texi configure.ac lisp.h
3072 gfilenotify.c tramp-vc.el keyboard.c lisp/Makefile.in simple.el 3073 gfilenotify.c tramp-vc.el keyboard.c lisp/Makefile.in simple.el
3073 and 125 other files 3074 and 125 other files
@@ -3325,7 +3326,7 @@ Nicholas Maniscalco: changed term.el
3325 3326
3326Nick Alcock: changed gnus.el 3327Nick Alcock: changed gnus.el
3327 3328
3328Nick Dokos: changed org-exp.el org-table.el icalendar.el mh-search.el 3329Nick Dokos: changed org-table.el ox.el icalendar.el mh-search.el
3329 org-mobile.el org.el ox-ascii.el url-cache.el 3330 org-mobile.el org.el ox-ascii.el url-cache.el
3330 3331
3331Nick Roberts: wrote gdb-mi.el t-mouse.el 3332Nick Roberts: wrote gdb-mi.el t-mouse.el
@@ -3344,20 +3345,20 @@ Nicolas Goaziou: wrote org-element.el org-macro.el ox-ascii.el
3344 ox-latex.el ox-md.el ox-org.el ox.el 3345 ox-latex.el ox-md.el ox-org.el ox.el
3345and co-wrote ox-beamer.el ox-icalendar.el ox-man.el 3346and co-wrote ox-beamer.el ox-icalendar.el ox-man.el
3346and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el 3347and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el
3347 org-exp.el org.texi ox-publish.el ox-odt.el org-inlinetask.el 3348 org.texi ox-publish.el ox-odt.el org-inlinetask.el org-indent.el
3348 org-indent.el org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el 3349 org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el
3349 org-capture.el ob-asymptote.el org-clock.el org-macs.el 3350 org-capture.el ob-asymptote.el org-clock.el org-macs.el
3350 org-pcomplete.el and 25 other files 3351 org-pcomplete.el org-table.el and 22 other files
3351 3352
3352Nicolas Graner: changed message.el 3353Nicolas Graner: changed message.el
3353 3354
3354Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el 3355Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el
3355 thunk-tests.el thunk.el 3356 thunk-tests.el thunk.el
3356and co-wrote auth-source-tests.el subr-tests.el 3357and co-wrote auth-source-tests.el subr-tests.el
3357and changed sequences.texi README configure.ac emacs.png sed2v2.inp 3358and changed sequences.texi README configure.ac sed2v2.inp emacs.png
3358 authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg Emacs.icns 3359 authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg README.W32
3359 Makefile.in README.W32 auth-source.el emacs.ico obarray-tests.el 3360 Emacs.icns Makefile.in auth-source.el emacs.ico obarray.el data.c
3360 obarray.el data.c emacs-document.svg emacs-document23.svg emacs.texi 3361 emacs-document.svg emacs-document23.svg emacs.texi emacs23.svg
3361 and 8 other files 3362 and 8 other files
3362 3363
3363Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el 3364Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el
@@ -3393,11 +3394,11 @@ and changed rsz-mini.el emacs-buffer.gdb comint.el files.el Makefile
3393 3394
3394Noah Lavine: changed tramp.el 3395Noah Lavine: changed tramp.el
3395 3396
3396Noam Postavsky: changed search.c cl-macs.el cl-preloaded.el 3397Noam Postavsky: changed search.c cl-preloaded.el debugging.texi
3397 debugging.texi simple.el w32.c buffer-tests.el buffer.c buffers.texi 3398 modes.texi simple.el w32.c cl-macs.el buffer.c buffers.texi category.c
3398 category.c cmdproxy.c cursor-sensor.el cus-edit.el dired.c 3399 cmdproxy.c cus-edit.el dired.c elisp-mode.el em-term.el
3399 elisp-mode.el em-term.el emacs-lisp-intro.texi etags.el eval.c ffap.el 3400 emacs-lisp-intro.texi etags.el eval.c files.el find-func.el help-fns.el
3400 files.el and 27 other files 3401 and 30 other files
3401 3402
3402Nobuyoshi Nakada: co-wrote ruby-mode.el 3403Nobuyoshi Nakada: co-wrote ruby-mode.el
3403 3404
@@ -3663,15 +3664,15 @@ Philipp Haselwarter: changed gnus-agent.el gnus-sum.el gnus-sync.el
3663Philipp Rumpf: changed electric.el 3664Philipp Rumpf: changed electric.el
3664 3665
3665Philipp Stephani: wrote xt-mouse-tests.el 3666Philipp Stephani: wrote xt-mouse-tests.el
3666and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c mod-test.c 3667and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c xterm.el
3667 xterm.el Makefile alloc.c callproc.c cl.texi configure.ac dynlib.c 3668 Makefile alloc.c callproc.c configure.ac dynlib.c dynlib.h
3668 dynlib.h easy-mmode.el ediff.texi electric-tests.el emacs-module.h 3669 emacs-module.h fileio.c fns.c mod-test.c modhelp.py mule.el
3669 fileio.c fns.c modhelp.py and 8 other files 3670 src/Makefile.in term.el unexmacosx.c and 11 other files
3670 3671
3671Phillip Lord: changed undo.c simple.el viper-cmd.el keyboard.c cmds.c 3672Phillip Lord: changed undo.c simple.el viper-cmd.el keyboard.c cmds.c
3672 fileio.c README.W32 autoload.el automated/Makefile.in cl-extra.el 3673 fileio.c README.W32 autoload.el automated/Makefile.in cl-extra.el
3673 ert.el files.texi htmlfontify.el insdel.c keyboard.h menu-bar.el org.el 3674 ert.el files.texi htmlfontify.el insdel.c keyboard.h menu-bar.el org.el
3674 seq-tests.el seq.el simple-test.el text.texi viper-init.el 3675 seq.el text.texi viper-init.el seq-tests.el simple-test.el
3675 3676
3676Phil Sainty: changed lisp.el package.el progmodes/grep.el simple.el 3677Phil Sainty: changed lisp.el package.el progmodes/grep.el simple.el
3677 subword.el 3678 subword.el
@@ -3705,10 +3706,10 @@ Prestoo Ten: changed screen.el
3705Primoz Peterlin: changed TUTORIAL.sl 3706Primoz Peterlin: changed TUTORIAL.sl
3706 3707
3707Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el 3708Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el
3708and changed cl-lib-tests.el obarray.el sgml-mode.el 3709and changed obarray.el sgml-mode.el cl-lib-tests.el
3709 3710
3710Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el 3711Puneeth Chaganti: changed org.texi ox.el org-agenda.el org-capture.el
3711 org-capture.el ox-html.el 3712 ox-html.el
3712 3713
3713Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi 3714Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi
3714 3715
@@ -3896,10 +3897,10 @@ Rodrigo Real: changed pt-br-refcard.tex
3896 3897
3897Roger Breitenstein: changed smtpmail.el 3898Roger Breitenstein: changed smtpmail.el
3898 3899
3899Roland B. Roberts: changed buffer.h callproc.c dired.c files.el 3900Roland B. Roberts: changed gnus-group.el gnus-sum.el buffer.h callproc.c
3900 gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h 3901 dired.c files.el process.c sort.el sysdep.c systty.h
3901 3902
3902Roland Kaufmann: changed org-exp.el 3903Roland Kaufmann: changed ox.el
3903 3904
3904Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el 3905Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el
3905and co-wrote find-dired.el progmodes/compile.el 3906and co-wrote find-dired.el progmodes/compile.el
@@ -3976,9 +3977,9 @@ Saito Takuya: changed mule.el progmodes/compile.el
3976 3977
3977Sam Dooley: changed keyboard.c 3978Sam Dooley: changed keyboard.c
3978 3979
3979Samer Masterson: changed esh-arg.el startup.el CONTRIBUTE 3980Samer Masterson: changed esh-arg.el startup.el CONTRIBUTE em-hist.el
3980 automated/eshell.el em-hist.el em-pred.el em-term.el esh-io.el eshell 3981 em-pred.el em-term.el esh-io.el eshell os.texi pcomplete.el
3981 os.texi pcomplete.el url-handlers.el 3982 url-handlers.el automated/eshell.el
3982 3983
3983Sam Falkner: changed nntp.el 3984Sam Falkner: changed nntp.el
3984 3985
@@ -4056,7 +4057,7 @@ and co-wrote dired-x.el find-dired.el
4056and changed add-log.el 4057and changed add-log.el
4057 4058
4058Sebastian Rose: co-wrote org-protocol.el 4059Sebastian Rose: co-wrote org-protocol.el
4059and changed org-publish.el ftfont.c org-jsinfo.el 4060and changed ox-publish.el ftfont.c ox-jsinfo.el
4060 4061
4061Sebastian Tennant: changed desktop.el 4062Sebastian Tennant: changed desktop.el
4062 4063
@@ -4132,12 +4133,12 @@ Shun-ichi Goto: changed url-http.el
4132 4133
4133Shyam Karanatt: changed image-mode.el 4134Shyam Karanatt: changed image-mode.el
4134 4135
4135Sidney Markowitz: changed doctor.el nsmenu.m 4136Sidney Markowitz: changed nsmenu.m doctor.el
4136 4137
4137Sigbjorn Finne: changed gnus-srvr.el 4138Sigbjorn Finne: changed gnus-srvr.el
4138 4139
4139Simen Heggestøyl: changed css-mode.el json-tests.el json.el 4140Simen Heggestøyl: changed css-mode.el json.el json-tests.el files.el
4140 scss-mode.scss css-mode.css files.el js.el scheme.el 4141 js.el scheme.el scss-mode.scss css-mode.css
4141 4142
4142Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el fringe.el imap.el 4143Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el fringe.el imap.el
4143 mml-sec.el mml-smime.el password-cache.el rfc2104.el sieve-mode.el 4144 mml-sec.el mml-smime.el password-cache.el rfc2104.el sieve-mode.el
@@ -4254,8 +4255,7 @@ Stephen Leake: wrote elisp-mode-tests.el
4254and changed ada-mode.el ada-xref.el elisp-mode.el mode-local.el xref.el 4255and changed ada-mode.el ada-xref.el elisp-mode.el mode-local.el xref.el
4255 CONTRIBUTE vc-mtn.el window.el ada-mode.texi ada-prj.el cedet-global.el 4256 CONTRIBUTE vc-mtn.el window.el ada-mode.texi ada-prj.el cedet-global.el
4256 ede/generic.el ada-stmt.el cl-generic.el ede/locate.el files.texi 4257 ede/generic.el ada-stmt.el cl-generic.el ede/locate.el files.texi
4257 project.el windows.texi INSTALL.REPO align.el auto.el 4258 project.el windows.texi align.el auto.el autoload.el and 19 other files
4258 and 19 other files
4259 4259
4260Stephen Peters: changed icalendar.el 4260Stephen Peters: changed icalendar.el
4261 4261
@@ -4315,8 +4315,7 @@ and changed emacsclient.c server.el
4315 4315
4316Sun Yijiang: changed TUTORIAL.cn 4316Sun Yijiang: changed TUTORIAL.cn
4317 4317
4318Suvayu Ali: changed org.texi org-exp.el org-inlinetask.el org-src.el 4318Suvayu Ali: changed org.texi org-inlinetask.el org-src.el org.el ox.el
4319 org.el
4320 4319
4321Svend Tollak Munkejord: changed deuglify.el 4320Svend Tollak Munkejord: changed deuglify.el
4322 4321
@@ -4358,10 +4357,10 @@ and changed arc-mode.el
4358Tassilo Horn: wrote doc-view.el 4357Tassilo Horn: wrote doc-view.el
4359and co-wrote org-gnus.el 4358and co-wrote org-gnus.el
4360and changed reftex-vars.el tex-mode.el gnus.texi tsdh-dark-theme.el 4359and changed reftex-vars.el tex-mode.el gnus.texi tsdh-dark-theme.el
4361 gnus-sum.el reftex-cite.el tsdh-light-theme.el file-notify-tests.el 4360 gnus-sum.el reftex-cite.el tsdh-light-theme.el reftex.el misc.texi
4362 reftex.el misc.texi prog-mode.el subword.el image-mode.el lisp-mode.el 4361 prog-mode.el subword.el image-mode.el lisp-mode.el cc-cmds.el
4363 cc-cmds.el display.texi em-term.el emacsbug.el files.el gnus-art.el 4362 display.texi em-term.el emacsbug.el file-notify-tests.el files.el
4364 nnimap.el and 72 other files 4363 gnus-art.el nnimap.el and 72 other files
4365 4364
4366Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el 4365Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el
4367 4366
@@ -4394,7 +4393,7 @@ Tetsuo Tsukamoto: changed nnrss.el
4394Tetsurou Okazaki: changed Makefile.in byte-opt.el lib-src/Makefile.in 4393Tetsurou Okazaki: changed Makefile.in byte-opt.el lib-src/Makefile.in
4395 log-edit.el lread.c xterm.c 4394 log-edit.el lread.c xterm.c
4396 4395
4397T.F. Torrey: changed org-exp.el org-rmail.el 4396T.F. Torrey: changed org-rmail.el ox.el
4398 4397
4399Thamer Mahmoud: changed arabic.el 4398Thamer Mahmoud: changed arabic.el
4400 4399
@@ -4695,6 +4694,8 @@ Vladimir Kazanov: changed java.srt
4695 4694
4696Vladimir Lomov: changed ox-html.el 4695Vladimir Lomov: changed ox-html.el
4697 4696
4697Vladimir Panteleev: changed ert.texi
4698
4698Vladimir Volovich: changed smime.el 4699Vladimir Volovich: changed smime.el
4699 4700
4700Volker Sobek: changed programs.texi 4701Volker Sobek: changed programs.texi
@@ -4772,16 +4773,16 @@ Wolfgang Glas: changed unexsgi.c
4772Wolfgang Jenkner: wrote man-tests.el textprop-tests.el 4773Wolfgang Jenkner: wrote man-tests.el textprop-tests.el
4773and changed gnus-agent.el image-mode.el man.el network-stream.el 4774and changed gnus-agent.el image-mode.el man.el network-stream.el
4774 ansi-color.el comint.el gnus-spec.el gnus-sum.el gnus-util.el 4775 ansi-color.el comint.el gnus-spec.el gnus-sum.el gnus-util.el
4775 automated/Makefile.in calc-store.el calc-tests.el calc-units.el 4776 calc-store.el calc-units.el conf-mode.el dired-x.el editfns.c
4776 conf-mode.el dired-x.el editfns.c font-lock.el functions.texi gmalloc.c 4777 font-lock.el functions.texi gmalloc.c gnus-group.el gnus-picon.el
4777 gnus-group.el gnus-picon.el and 15 other files 4778 gnus-salt.el gnus-start.el and 15 other files
4778 4779
4779Wolfgang Lux: changed nsterm.m keyboard.c 4780Wolfgang Lux: changed nsterm.m keyboard.c
4780 4781
4781Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el 4782Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el
4782and changed process.c alloc.c callint.c config.in configure.ac data.c 4783and changed process.c config.in configure.ac net-utils.el nntp.el alloc.c
4783 fns.c lisp-mode.el lisp.h loadup.el lread.c net-utils.el nntp.el 4784 callint.c data.c fns.c lisp-mode.el lisp.h loadup.el lread.c print.c
4784 print.c sort.el 4785 sort.el
4785 4786
4786Wolfgang Scherer: changed vc-cvs.el 4787Wolfgang Scherer: changed vc-cvs.el
4787 4788
@@ -4815,7 +4816,7 @@ and changed macterm.c macfns.c mac-win.el mac.c macterm.h macmenu.c
4815 4816
4816Yann Dirson: changed imenu.el 4817Yann Dirson: changed imenu.el
4817 4818
4818Yann Hodique: changed org-publish.el package.el rcirc.el 4819Yann Hodique: changed ox-publish.el package.el rcirc.el
4819 4820
4820Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el 4821Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el
4821 4822