diff options
| author | Nicolas Petton | 2017-02-03 11:39:48 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2017-02-03 11:39:48 +0100 |
| commit | 6102d01ecae664edf192bb25c01622df4518eb49 (patch) | |
| tree | a855c6f4ae4a82ca7226caaf93846412957fab8a | |
| parent | ab0a60a1b334fafc7d805eb44e6069ea314ad486 (diff) | |
| download | emacs-6102d01ecae664edf192bb25c01622df4518eb49.tar.gz emacs-6102d01ecae664edf192bb25c01622df4518eb49.zip | |
; Update ChangeLog.2 and AUTHORS files
| -rw-r--r-- | ChangeLog.2 | 250 | ||||
| -rw-r--r-- | etc/AUTHORS | 269 |
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 @@ | |||
| 1 | 2017-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 | |||
| 8 | 2017-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 | |||
| 14 | 2017-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 | |||
| 20 | 2017-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 | |||
| 28 | 2017-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 | |||
| 36 | 2017-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 | |||
| 48 | 2017-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 | |||
| 56 | 2017-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 | |||
| 63 | 2017-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 | |||
| 75 | 2017-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 | |||
| 83 | 2017-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 | |||
| 90 | 2017-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 | |||
| 97 | 2017-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 | |||
| 104 | 2017-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 | |||
| 111 | 2017-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 | |||
| 115 | 2017-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 | |||
| 121 | 2017-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 122 | |||
| 123 | * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440) | ||
| 124 | |||
| 125 | 2017-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 | |||
| 135 | 2017-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 | |||
| 142 | 2017-01-12 Glenn Morris <rgm@gnu.org> | ||
| 143 | |||
| 144 | * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fix entry. | ||
| 145 | |||
| 146 | 2017-01-11 Eli Zaretskii <eliz@gnu.org> | ||
| 147 | |||
| 148 | Revert "Add DNS keywords and remove duplications" | ||
| 149 | |||
| 150 | This reverts commit 1cb9aa5b14867983d0013a61709b4d0af18364ff. | ||
| 151 | |||
| 152 | 2017-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 | |||
| 159 | 2017-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 | |||
| 171 | 2017-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 | |||
| 179 | 2017-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 | |||
| 186 | 2017-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 | |||
| 195 | 2017-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 | |||
| 202 | 2017-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 | |||
| 209 | 2017-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 | |||
| 215 | 2017-01-04 Glenn Morris <rgm@gnu.org> | ||
| 216 | |||
| 217 | * lisp/ffap.el (ffap-lax-url): Bump :version after recent change. | ||
| 218 | |||
| 219 | 2017-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 | |||
| 226 | 2017-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 | |||
| 233 | 2017-01-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 234 | |||
| 235 | Update copyright year to 2017 | ||
| 236 | |||
| 237 | Run admin/update-copyright. | ||
| 238 | |||
| 239 | 2016-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 | |||
| 1 | 2016-12-30 Alan Mackenzie <acm@muc.de> | 249 | 2016-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 | ||
| 35314 | This file records repository revisions from | 35562 | This file records repository revisions from |
| 35315 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to | 35563 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to |
| 35316 | commit e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (inclusive). | 35564 | commit ab0a60a1b334fafc7d805eb44e6069ea314ad486 (inclusive). |
| 35317 | See ChangeLog.1 for earlier changes. | 35565 | See 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 | |||
| 66 | Agustín Martín: changed ispell.el flyspell.el fixit.texi | 66 | Agustín Martín: changed ispell.el flyspell.el fixit.texi |
| 67 | 67 | ||
| 68 | Aidan Gauland: wrote em-tramp.el | 68 | Aidan Gauland: wrote em-tramp.el |
| 69 | and changed eshell.texi em-term.el em-unix.el erc-match.el | 69 | and 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 | ||
| 73 | Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el | 72 | Aidan 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 | ||
| 126 | Alexander Kreuzer: changed nnrss.el | 125 | Alexander Kreuzer: changed nnrss.el |
| 127 | 126 | ||
| 127 | Alexander Kuleshov: changed dns-mode.el | ||
| 128 | |||
| 128 | Alexander L. Belikoff: wrote erc.el | 129 | Alexander L. Belikoff: wrote erc.el |
| 129 | 130 | ||
| 130 | Alexander Pohoyda: co-wrote mail/rmailmm.el | 131 | Alexander Pohoyda: co-wrote mail/rmailmm.el |
| @@ -149,7 +150,7 @@ and changed emacs3.py vc-hooks.el vc.el xml.el | |||
| 149 | 150 | ||
| 150 | Alex Coventry: changed files.el | 151 | Alex Coventry: changed files.el |
| 151 | 152 | ||
| 152 | Alex Dunn: changed subr-tests.el subr.el | 153 | Alex Dunn: changed subr.el subr-tests.el |
| 153 | 154 | ||
| 154 | Alex Kosorukoff: changed org-capture.el | 155 | Alex Kosorukoff: changed org-capture.el |
| 155 | 156 | ||
| @@ -352,10 +353,10 @@ Artem Chuprina: changed message.el | |||
| 352 | Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el | 353 | Artur 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 |
| 354 | and changed package.el isearch.el lisp/char-fold.el files.el | 355 | and 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 | ||
| 360 | Arun Persaud: changed org-agenda.el org-src.el | 361 | Arun Persaud: changed org-agenda.el org-src.el |
| 361 | 362 | ||
| @@ -369,8 +370,8 @@ Aubrey Jaffer: changed info.el unexelf.c | |||
| 369 | 370 | ||
| 370 | Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile | 371 | Auré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 | ||
| 375 | Axel Boldt: changed ehelp.el electric.el | 376 | Axel 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 | ||
| 387 | Barry Fishman: changed configure.ac gnu-linux.h image.c | 388 | Barry Fishman: changed configure.ac gnu-linux.h image.c |
| 388 | 389 | ||
| 389 | Barry O'Reilly: changed simple.el lisp.h undo-tests.el keyboard.c | 390 | Barry 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 | ||
| 394 | Bastien Guerry: wrote gnus-bookmark.el | 395 | Bastien Guerry: wrote gnus-bookmark.el |
| 395 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el | 396 | and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el |
| 396 | and changed org.el org-agenda.el org.texi ox-html.el org-clock.el | 397 | and 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 | ||
| 402 | Ben A. Mesander: co-wrote erc-dcc.el | 403 | Ben A. Mesander: co-wrote erc-dcc.el |
| 403 | 404 | ||
| @@ -509,7 +510,7 @@ Boyd Lynn Gerber: changed configure.ac | |||
| 509 | 510 | ||
| 510 | Bozhidar Batsov: changed ruby-mode.el subr-x.el subr.el bytecomp.el | 511 | Bozhidar 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 | ||
| 514 | Brad Howes: changed gnus-demon.el | 515 | Brad Howes: changed gnus-demon.el |
| 515 | 516 | ||
| @@ -588,11 +589,11 @@ Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el | |||
| 588 | and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el | 589 | and 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 |
| 591 | and changed org-exp.el ox-latex.el org.texi org-publish.el | 592 | and 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 | ||
| 597 | Caveh Jalali: changed configure.ac intel386.h sol2-4.h | 598 | Caveh Jalali: changed configure.ac intel386.h sol2-4.h |
| 598 | 599 | ||
| @@ -682,8 +683,8 @@ Christian Neukirchen: changed mm-util.el | |||
| 682 | 683 | ||
| 683 | Christian Ohler: wrote ert-tests.el ert.el | 684 | Christian Ohler: wrote ert-tests.el ert.el |
| 684 | and co-wrote ert-x.el | 685 | and co-wrote ert-x.el |
| 685 | and changed Makefile.in automated automated/Makefile.in configure.ac | 686 | and 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 | ||
| 688 | Christian Plate: changed nnmaildir.el sgml-mode.el | 689 | Christian 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 | ||
| 712 | Christopher Genovese: changed assoc.el help-fns.el | 713 | Christopher Genovese: changed assoc.el help-fns.el |
| 713 | 714 | ||
| 714 | Christophe Rhodes: changed org-exp.el ox-latex.el | 715 | Christophe Rhodes: changed ox-latex.el ox.el |
| 715 | 716 | ||
| 716 | Christopher J. Madsen: wrote decipher.el | 717 | Christopher J. Madsen: wrote decipher.el |
| 717 | and changed replace.el files.el ispell.el time.el | 718 | and 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 | |||
| 728 | Christopher Wellons: changed emacs-lisp/cl-lib.el | 729 | Christopher Wellons: changed emacs-lisp/cl-lib.el |
| 729 | 730 | ||
| 730 | Christoph Scholtes: changed README.W32 progmodes/python.el stdint.h | 731 | Christoph 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 | ||
| 736 | Christoph Wedler: wrote antlr-mode.el | 737 | Christoph Wedler: wrote antlr-mode.el |
| 737 | and changed progmodes/python.el format.el gnus-art.el gnus-picon.el | 738 | and 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 | ||
| 741 | Chris Zheng: changed gnutls.c calculator.el w32-win.el | 742 | Chris 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 | |||
| 781 | and co-wrote sasl-cram.el sasl-digest.el | 782 | and co-wrote sasl-cram.el sasl-digest.el |
| 782 | and changed mml2015.el epa.texi mml1991.el auth-source.el mml-smime.el | 783 | and 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 | ||
| 787 | Dale Gulledge: changed TUTORIAL.eo | 788 | Dale Gulledge: changed TUTORIAL.eo |
| 788 | 789 | ||
| @@ -811,10 +812,10 @@ Dan Christensen: changed gnus-sum.el nndoc.el nnfolder.el gnus-art.el | |||
| 811 | Dan Davison: wrote ob-matlab.el ob-octave.el | 812 | Dan Davison: wrote ob-matlab.el ob-octave.el |
| 812 | and co-wrote ob-R.el ob-core.el ob-exp.el ob-lob.el ob-perl.el | 813 | and 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 |
| 814 | and changed ob.el ob-sh.el org-exp.el org.el ox-latex.el ob-tangle.el | 815 | and 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 | ||
| 819 | Daniel Bergey: changed indian.el | 820 | Daniel Bergey: changed indian.el |
| 820 | 821 | ||
| @@ -827,11 +828,11 @@ Daniel Colascione: wrote finalizer-tests.el generator-tests.el | |||
| 827 | and co-wrote js.el | 828 | and co-wrote js.el |
| 828 | and changed w32fns.c alloc.c emacs.c cl-macs.el image.c keyboard.c lisp.h | 829 | and 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 | ||
| 833 | Daniel Dehennin: changed mml2015.el gnus-mlspl.el gnus-msg.el | 834 | Daniel 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 | ||
| 836 | Daniel E. Doherty: changed calc.texi | 837 | Daniel E. Doherty: changed calc.texi |
| 837 | 838 | ||
| @@ -842,11 +843,10 @@ Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi | |||
| 842 | 843 | ||
| 843 | Daniel Hackney: wrote package-test.el | 844 | Daniel Hackney: wrote package-test.el |
| 844 | and co-wrote package.el | 845 | and co-wrote package.el |
| 845 | and changed package-x.el ange-ftp.el automated/Makefile.in | 846 | and 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 | ||
| 851 | Daniel Jensen: changed apropos.el | 851 | Daniel Jensen: changed apropos.el |
| 852 | 852 | ||
| @@ -1013,9 +1013,9 @@ David Lawrence: changed comint.el simple.el files.el c++-mode.el | |||
| 1013 | 1013 | ||
| 1014 | David Lord: changed timeclock.el | 1014 | David Lord: changed timeclock.el |
| 1015 | 1015 | ||
| 1016 | David Maus: changed org.el org-agenda.el org-exp.el org-feed.el org-wl.el | 1016 | David 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 | ||
| 1166 | Dmitry Gutov: wrote elisp-mode-tests.el json-tests.el vc-hg.el | 1166 | Dmitry Gutov: wrote elisp-mode-tests.el json-tests.el vc-hg.el |
| 1167 | xref-tests.el | 1167 | xref-tests.el |
| 1168 | and changed ruby-mode.el xref.el elisp-mode.el etags.el | 1168 | and 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 | ||
| 1174 | Dmitry Kurochkin: changed isearch.el | 1174 | Dmitry Kurochkin: changed isearch.el |
| @@ -1203,10 +1203,10 @@ Ed Swarthout: changed hexl.el textmodes/table.el | |||
| 1203 | Eduardo Muñoz: changed dired.el ls-lisp.el | 1203 | Eduardo Muñoz: changed dired.el ls-lisp.el |
| 1204 | 1204 | ||
| 1205 | Eduard Wiebe: wrote flymake-tests.el | 1205 | Eduard Wiebe: wrote flymake-tests.el |
| 1206 | and changed dired.el flymake.texi Makefile browse-url.el flymake.el | 1206 | and 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 | ||
| 1211 | Edward M. Reingold: wrote cal-china.el cal-coptic.el cal-french.el | 1211 | Edward 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] | |||
| 1252 | and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el | 1252 | and 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 | ||
| 1257 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c | 1257 | Emanuele 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 | |||
| 1346 | and co-wrote ob-R.el ob-clojure.el ob-core.el ob-exp.el ob-fortran.el | 1346 | and 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 |
| 1349 | and changed org.texi org.el org-exp-blocks.el org-exp.el ox-latex.el | 1349 | and 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 | ||
| 1436 | Feng Li: changed calc-ext.el pascal.el which-func.el | 1436 | Feng Li: changed calc-ext.el pascal.el which-func.el |
| 1437 | 1437 | ||
| 1438 | Feng Shu: changed org.el org.texi org-exp.el ox-html.el ox-latex.el | 1438 | Feng 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 | ||
| 1441 | Ferenc Wagner: changed nnweb.el | 1440 | Ferenc 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 | ||
| 1620 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 1619 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| 1621 | 1620 | ||
| @@ -1702,14 +1701,14 @@ Harald Maier: changed w32heap.c | |||
| 1702 | Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el | 1701 | Harald 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 | ||
| 1705 | Harri Kiiskinen: changed org-protocol.el org-publish.el | 1704 | Harri Kiiskinen: changed org-protocol.el ox-publish.el |
| 1706 | 1705 | ||
| 1707 | H. Dieter Wilhelm: changed calc-help.el maintaining.texi | 1706 | H. Dieter Wilhelm: changed calc-help.el maintaining.texi |
| 1708 | 1707 | ||
| 1709 | Heiko Muenkel: changed b2m.c | 1708 | Heiko Muenkel: changed b2m.c |
| 1710 | 1709 | ||
| 1711 | Helmut Eller: changed emacs-lisp/debug.el xref.el cl-indent.el cl-macs.el | 1710 | Helmut 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 | ||
| 1714 | Helmut Waitzmann: changed gnus-sum.el gnus.texi | 1713 | Helmut Waitzmann: changed gnus-sum.el gnus.texi |
| 1715 | 1714 | ||
| @@ -1734,7 +1733,7 @@ Hideki Iwamoto: changed etags.c | |||
| 1734 | Hiroshi Fujishima: changed efaq.texi gnus-score.el mail-source.el | 1733 | Hiroshi Fujishima: changed efaq.texi gnus-score.el mail-source.el |
| 1735 | spam-stat.el | 1734 | spam-stat.el |
| 1736 | 1735 | ||
| 1737 | Hiroshi Nakano: changed ralloc.c unexelf.c | 1736 | Hiroshi Nakano: changed unexelf.c ralloc.c |
| 1738 | 1737 | ||
| 1739 | Hiroshi Oota: changed coding.c | 1738 | Hiroshi Oota: changed coding.c |
| 1740 | 1739 | ||
| @@ -1768,6 +1767,8 @@ Hynek Schlawack: changed gnus-art.el gnus-sum.el | |||
| 1768 | 1767 | ||
| 1769 | Ian D: changed doc-view.el image-mode.el | 1768 | Ian D: changed doc-view.el image-mode.el |
| 1770 | 1769 | ||
| 1770 | Ian Dunn: changed eww.el | ||
| 1771 | |||
| 1771 | Ian Eure: changed sql.el url-util.el | 1772 | Ian Eure: changed sql.el url-util.el |
| 1772 | 1773 | ||
| 1773 | Ian Kelling: changed process.c ob-core.el | 1774 | Ian Kelling: changed process.c ob-core.el |
| @@ -1856,9 +1857,9 @@ Jack Duthen: changed which-func.el | |||
| 1856 | 1857 | ||
| 1857 | Jack Repenning: changed unexelfsgi.c | 1858 | Jack Repenning: changed unexelfsgi.c |
| 1858 | 1859 | ||
| 1859 | Jackson Ray Hamilton: changed js.el indent/js-indent-init-dynamic.js | 1860 | Jackson 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 | ||
| 1863 | Jack Twilley: changed message.el | 1864 | Jack Twilley: changed message.el |
| 1864 | 1865 | ||
| @@ -1872,7 +1873,7 @@ Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el | |||
| 1872 | 1873 | ||
| 1873 | Jambunathan K: wrote ox-odt.el | 1874 | Jambunathan K: wrote ox-odt.el |
| 1874 | and co-wrote ox-html.el | 1875 | and co-wrote ox-html.el |
| 1875 | and changed org-lparse.el org.el org-exp.el org.texi icomplete.el | 1876 | and 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 | ||
| 1908 | Jamie Zawinski: wrote mailabbrev.el tar-mode.el | 1909 | Jamie Zawinski: wrote mailabbrev.el tar-mode.el |
| 1909 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el | 1910 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el |
| 1910 | and changed bytecode.c mail-extr.el subr.el | 1911 | and changed mail-extr.el subr.el bytecode.c |
| 1911 | 1912 | ||
| 1912 | Jan Beich: changed configure.ac | 1913 | Jan 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 | ||
| 1929 | Jan Nieuwenhuizen: changed gud.el info.el TUTORIAL.nl add-log.el | 1930 | Jan 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 | ||
| 1933 | Jan Rychter: changed gnus-msg.el | 1934 | Jan Rychter: changed gnus-msg.el |
| 1934 | 1935 | ||
| 1935 | Jan Schormann: wrote solitaire.el | 1936 | Jan Schormann: wrote solitaire.el |
| 1936 | 1937 | ||
| 1937 | Jan Seeger: changed org-publish.el parse-time.el | 1938 | Jan Seeger: changed ox-publish.el parse-time.el |
| 1938 | 1939 | ||
| 1939 | Jan Tatarik: wrote gnus-icalendar.el | 1940 | Jan Tatarik: wrote gnus-icalendar.el |
| 1940 | and changed gnus-score.el gnus-logic.el | 1941 | and changed gnus-score.el gnus-logic.el |
| @@ -2123,7 +2124,7 @@ João Cachopo: changed spam.el | |||
| 2123 | 2124 | ||
| 2124 | João Távora: wrote elec-pair.el electric-tests.el message-mode-tests.el | 2125 | João Távora: wrote elec-pair.el electric-tests.el message-mode-tests.el |
| 2125 | and changed tex-mode.el message.el shr.el electric.el emacs.texi | 2126 | and 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 | ||
| 2128 | Jochen Hein: changed gnus-art.el | 2129 | Jochen Hein: changed gnus-art.el |
| 2129 | 2130 | ||
| @@ -2240,7 +2241,7 @@ John Williams: changed etags.el | |||
| 2240 | 2241 | ||
| 2241 | John Yates: changed hideshow.el | 2242 | John Yates: changed hideshow.el |
| 2242 | 2243 | ||
| 2243 | Jon Anders Skorpen: changed org-publish.el | 2244 | Jon Anders Skorpen: changed ox-publish.el |
| 2244 | 2245 | ||
| 2245 | Jonas Bernoulli: changed eieio.el button.el ido.el lisp-mnt.el | 2246 | Jonas 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 | |||
| 2280 | Jorgen Schäfer: wrote erc-autoaway.el erc-goodies.el erc-spelling.el | 2281 | Jorgen Schäfer: wrote erc-autoaway.el erc-goodies.el erc-spelling.el |
| 2281 | and changed erc.el erc-track.el erc-backend.el erc-match.el erc-stamp.el | 2282 | and 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 | ||
| 2287 | Jose A. Ortega Ruiz: changed gnus-sum.el url-http.el | 2288 | Jose 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 | ||
| 2299 | Joseph M. Kelsey: changed fileio.c skeleton.el | 2300 | Joseph M. Kelsey: changed skeleton.el fileio.c |
| 2300 | 2301 | ||
| 2301 | Josh Elsasser: changed configure.ac | 2302 | Josh Elsasser: changed configure.ac |
| 2302 | 2303 | ||
| @@ -2390,7 +2391,7 @@ and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el | |||
| 2390 | Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el | 2391 | Kailash 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 | ||
| 2393 | Kai Tetzlaff: changed org-publish.el url-http.el | 2394 | Kai Tetzlaff: changed ox-publish.el url-http.el |
| 2394 | 2395 | ||
| 2395 | Kalle Kankare: changed image.c | 2396 | Kalle Kankare: changed image.c |
| 2396 | 2397 | ||
| @@ -2420,8 +2421,8 @@ Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el | |||
| 2420 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el | 2421 | Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el |
| 2421 | and changed simple.el files.el doc-view.el image-mode.el info.el | 2422 | and 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 | ||
| 2427 | Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c | 2428 | Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c |
| @@ -2688,11 +2689,10 @@ Lasse Rasinen: changed gnus-start.el | |||
| 2688 | Laurent Martelli: changed mm-decode.el | 2689 | Laurent Martelli: changed mm-decode.el |
| 2689 | 2690 | ||
| 2690 | Lawrence Mitchell: wrote erc-backend.el erc-log.el | 2691 | Lawrence Mitchell: wrote erc-backend.el erc-log.el |
| 2691 | and changed erc.el ox-latex.el org.el erc-match.el erc-nets.el | 2692 | and 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 | ||
| 2697 | Lawrence R. Dodd: co-wrote dired-x.el | 2697 | Lawrence R. Dodd: co-wrote dired-x.el |
| 2698 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el | 2698 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el |
| @@ -2706,7 +2706,8 @@ Lee Duhem: changed eval.c | |||
| 2706 | 2706 | ||
| 2707 | Leigh Stoller: changed emacsclient.c server.el | 2707 | Leigh Stoller: changed emacsclient.c server.el |
| 2708 | 2708 | ||
| 2709 | Lele Gaifax: changed progmodes/python.el TUTORIAL.it python-tests.el | 2709 | Lele Gaifax: changed progmodes/python.el TUTORIAL.it flymake.el |
| 2710 | python-tests.el | ||
| 2710 | 2711 | ||
| 2711 | Lennart Borgman: co-wrote ert-x.el | 2712 | Lennart Borgman: co-wrote ert-x.el |
| 2712 | and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el | 2713 | and 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 | ||
| 2778 | Luke Lee: changed hideif.el | 2779 | Luke Lee: changed hideif.el |
| 2779 | 2780 | ||
| @@ -2801,7 +2802,7 @@ Malcolm Purvis: changed spam-stat.el | |||
| 2801 | 2802 | ||
| 2802 | Manoj Srivastava: wrote manoj-dark-theme.el | 2803 | Manoj Srivastava: wrote manoj-dark-theme.el |
| 2803 | 2804 | ||
| 2804 | Manuel Giraud: changed ox-html.el org-publish.el org.texi | 2805 | Manuel Giraud: changed ox-html.el ox-publish.el org.texi |
| 2805 | 2806 | ||
| 2806 | Manuel Gómez: changed speedbar.el | 2807 | Manuel 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 |
| 3068 | and co-wrote tramp-cache.el tramp-sh.el tramp.el | 3069 | and co-wrote tramp-cache.el tramp-sh.el tramp.el |
| 3069 | and changed tramp.texi dbusbind.c trampver.el trampver.texi tramp-adb.el | 3070 | and 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 | ||
| 3326 | Nick Alcock: changed gnus.el | 3327 | Nick Alcock: changed gnus.el |
| 3327 | 3328 | ||
| 3328 | Nick Dokos: changed org-exp.el org-table.el icalendar.el mh-search.el | 3329 | Nick 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 | ||
| 3331 | Nick Roberts: wrote gdb-mi.el t-mouse.el | 3332 | Nick 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 |
| 3345 | and co-wrote ox-beamer.el ox-icalendar.el ox-man.el | 3346 | and co-wrote ox-beamer.el ox-icalendar.el ox-man.el |
| 3346 | and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el | 3347 | and 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 | ||
| 3352 | Nicolas Graner: changed message.el | 3353 | Nicolas Graner: changed message.el |
| 3353 | 3354 | ||
| 3354 | Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el | 3355 | Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el |
| 3355 | thunk-tests.el thunk.el | 3356 | thunk-tests.el thunk.el |
| 3356 | and co-wrote auth-source-tests.el subr-tests.el | 3357 | and co-wrote auth-source-tests.el subr-tests.el |
| 3357 | and changed sequences.texi README configure.ac emacs.png sed2v2.inp | 3358 | and 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 | ||
| 3363 | Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el | 3364 | Nicolas 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 | ||
| 3394 | Noah Lavine: changed tramp.el | 3395 | Noah Lavine: changed tramp.el |
| 3395 | 3396 | ||
| 3396 | Noam Postavsky: changed search.c cl-macs.el cl-preloaded.el | 3397 | Noam 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 | ||
| 3402 | Nobuyoshi Nakada: co-wrote ruby-mode.el | 3403 | Nobuyoshi Nakada: co-wrote ruby-mode.el |
| 3403 | 3404 | ||
| @@ -3663,15 +3664,15 @@ Philipp Haselwarter: changed gnus-agent.el gnus-sum.el gnus-sync.el | |||
| 3663 | Philipp Rumpf: changed electric.el | 3664 | Philipp Rumpf: changed electric.el |
| 3664 | 3665 | ||
| 3665 | Philipp Stephani: wrote xt-mouse-tests.el | 3666 | Philipp Stephani: wrote xt-mouse-tests.el |
| 3666 | and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c mod-test.c | 3667 | and 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 | ||
| 3671 | Phillip Lord: changed undo.c simple.el viper-cmd.el keyboard.c cmds.c | 3672 | Phillip 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 | ||
| 3676 | Phil Sainty: changed lisp.el package.el progmodes/grep.el simple.el | 3677 | Phil 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 | |||
| 3705 | Primoz Peterlin: changed TUTORIAL.sl | 3706 | Primoz Peterlin: changed TUTORIAL.sl |
| 3706 | 3707 | ||
| 3707 | Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el | 3708 | Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el |
| 3708 | and changed cl-lib-tests.el obarray.el sgml-mode.el | 3709 | and changed obarray.el sgml-mode.el cl-lib-tests.el |
| 3709 | 3710 | ||
| 3710 | Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el | 3711 | Puneeth 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 | ||
| 3713 | Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi | 3714 | Rafael 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 | ||
| 3897 | Roger Breitenstein: changed smtpmail.el | 3898 | Roger Breitenstein: changed smtpmail.el |
| 3898 | 3899 | ||
| 3899 | Roland B. Roberts: changed buffer.h callproc.c dired.c files.el | 3900 | Roland 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 | ||
| 3902 | Roland Kaufmann: changed org-exp.el | 3903 | Roland Kaufmann: changed ox.el |
| 3903 | 3904 | ||
| 3904 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el | 3905 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el |
| 3905 | and co-wrote find-dired.el progmodes/compile.el | 3906 | and co-wrote find-dired.el progmodes/compile.el |
| @@ -3976,9 +3977,9 @@ Saito Takuya: changed mule.el progmodes/compile.el | |||
| 3976 | 3977 | ||
| 3977 | Sam Dooley: changed keyboard.c | 3978 | Sam Dooley: changed keyboard.c |
| 3978 | 3979 | ||
| 3979 | Samer Masterson: changed esh-arg.el startup.el CONTRIBUTE | 3980 | Samer 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 | ||
| 3983 | Sam Falkner: changed nntp.el | 3984 | Sam Falkner: changed nntp.el |
| 3984 | 3985 | ||
| @@ -4056,7 +4057,7 @@ and co-wrote dired-x.el find-dired.el | |||
| 4056 | and changed add-log.el | 4057 | and changed add-log.el |
| 4057 | 4058 | ||
| 4058 | Sebastian Rose: co-wrote org-protocol.el | 4059 | Sebastian Rose: co-wrote org-protocol.el |
| 4059 | and changed org-publish.el ftfont.c org-jsinfo.el | 4060 | and changed ox-publish.el ftfont.c ox-jsinfo.el |
| 4060 | 4061 | ||
| 4061 | Sebastian Tennant: changed desktop.el | 4062 | Sebastian Tennant: changed desktop.el |
| 4062 | 4063 | ||
| @@ -4132,12 +4133,12 @@ Shun-ichi Goto: changed url-http.el | |||
| 4132 | 4133 | ||
| 4133 | Shyam Karanatt: changed image-mode.el | 4134 | Shyam Karanatt: changed image-mode.el |
| 4134 | 4135 | ||
| 4135 | Sidney Markowitz: changed doctor.el nsmenu.m | 4136 | Sidney Markowitz: changed nsmenu.m doctor.el |
| 4136 | 4137 | ||
| 4137 | Sigbjorn Finne: changed gnus-srvr.el | 4138 | Sigbjorn Finne: changed gnus-srvr.el |
| 4138 | 4139 | ||
| 4139 | Simen Heggestøyl: changed css-mode.el json-tests.el json.el | 4140 | Simen 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 | ||
| 4142 | Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el fringe.el imap.el | 4143 | Simon 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 | |||
| 4254 | and changed ada-mode.el ada-xref.el elisp-mode.el mode-local.el xref.el | 4255 | and 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 | ||
| 4260 | Stephen Peters: changed icalendar.el | 4260 | Stephen Peters: changed icalendar.el |
| 4261 | 4261 | ||
| @@ -4315,8 +4315,7 @@ and changed emacsclient.c server.el | |||
| 4315 | 4315 | ||
| 4316 | Sun Yijiang: changed TUTORIAL.cn | 4316 | Sun Yijiang: changed TUTORIAL.cn |
| 4317 | 4317 | ||
| 4318 | Suvayu Ali: changed org.texi org-exp.el org-inlinetask.el org-src.el | 4318 | Suvayu Ali: changed org.texi org-inlinetask.el org-src.el org.el ox.el |
| 4319 | org.el | ||
| 4320 | 4319 | ||
| 4321 | Svend Tollak Munkejord: changed deuglify.el | 4320 | Svend Tollak Munkejord: changed deuglify.el |
| 4322 | 4321 | ||
| @@ -4358,10 +4357,10 @@ and changed arc-mode.el | |||
| 4358 | Tassilo Horn: wrote doc-view.el | 4357 | Tassilo Horn: wrote doc-view.el |
| 4359 | and co-wrote org-gnus.el | 4358 | and co-wrote org-gnus.el |
| 4360 | and changed reftex-vars.el tex-mode.el gnus.texi tsdh-dark-theme.el | 4359 | and 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 | ||
| 4366 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el | 4365 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el |
| 4367 | 4366 | ||
| @@ -4394,7 +4393,7 @@ Tetsuo Tsukamoto: changed nnrss.el | |||
| 4394 | Tetsurou Okazaki: changed Makefile.in byte-opt.el lib-src/Makefile.in | 4393 | Tetsurou 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 | ||
| 4397 | T.F. Torrey: changed org-exp.el org-rmail.el | 4396 | T.F. Torrey: changed org-rmail.el ox.el |
| 4398 | 4397 | ||
| 4399 | Thamer Mahmoud: changed arabic.el | 4398 | Thamer Mahmoud: changed arabic.el |
| 4400 | 4399 | ||
| @@ -4695,6 +4694,8 @@ Vladimir Kazanov: changed java.srt | |||
| 4695 | 4694 | ||
| 4696 | Vladimir Lomov: changed ox-html.el | 4695 | Vladimir Lomov: changed ox-html.el |
| 4697 | 4696 | ||
| 4697 | Vladimir Panteleev: changed ert.texi | ||
| 4698 | |||
| 4698 | Vladimir Volovich: changed smime.el | 4699 | Vladimir Volovich: changed smime.el |
| 4699 | 4700 | ||
| 4700 | Volker Sobek: changed programs.texi | 4701 | Volker Sobek: changed programs.texi |
| @@ -4772,16 +4773,16 @@ Wolfgang Glas: changed unexsgi.c | |||
| 4772 | Wolfgang Jenkner: wrote man-tests.el textprop-tests.el | 4773 | Wolfgang Jenkner: wrote man-tests.el textprop-tests.el |
| 4773 | and changed gnus-agent.el image-mode.el man.el network-stream.el | 4774 | and 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 | ||
| 4779 | Wolfgang Lux: changed nsterm.m keyboard.c | 4780 | Wolfgang Lux: changed nsterm.m keyboard.c |
| 4780 | 4781 | ||
| 4781 | Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el | 4782 | Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el |
| 4782 | and changed process.c alloc.c callint.c config.in configure.ac data.c | 4783 | and 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 | ||
| 4786 | Wolfgang Scherer: changed vc-cvs.el | 4787 | Wolfgang 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 | ||
| 4816 | Yann Dirson: changed imenu.el | 4817 | Yann Dirson: changed imenu.el |
| 4817 | 4818 | ||
| 4818 | Yann Hodique: changed org-publish.el package.el rcirc.el | 4819 | Yann Hodique: changed ox-publish.el package.el rcirc.el |
| 4819 | 4820 | ||
| 4820 | Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el | 4821 | Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el |
| 4821 | 4822 | ||