diff options
| author | Stefan Kangas | 2021-12-02 17:34:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-02 17:34:10 +0100 |
| commit | fa2e812894b999eba8afc4b146ca5e70fa9bd1c8 (patch) | |
| tree | 09f2fb89ba08231529883f111236212078eaa28b | |
| parent | a97fce7a894f1d5848842a7c37684d01eff48deb (diff) | |
| parent | aa1d7dd867c7d4e06f1b0d3172adc095f3f19643 (diff) | |
| download | emacs-fa2e812894b999eba8afc4b146ca5e70fa9bd1c8.tar.gz emacs-fa2e812894b999eba8afc4b146ca5e70fa9bd1c8.zip | |
Merge from origin/emacs-28
aa1d7dd867 ; * etc/AUTHORS: Update.
6294e60205 ; * admin/authors.el (authors-aliases): More fixes.
40fc31ea28 ; * ChangeLog.3: Update.
2be090d5d3 ; * ChangeLog.3: Minor fixes.
9963b11bf7 ; * admin/authors.el (authors-aliases): Further updates.
50b40e1d4f ; * lisp/org/ob-julia.el: Fix Author header for authors.el.
84166ea2e6 CC Mode: Recognise "struct foo {" as introducing a type de...
| -rw-r--r-- | ChangeLog.3 | 68 | ||||
| -rw-r--r-- | admin/authors.el | 11 | ||||
| -rw-r--r-- | etc/AUTHORS | 1657 | ||||
| -rw-r--r-- | lisp/org/ob-julia.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 7 |
5 files changed, 1173 insertions, 574 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 0650586bed3..6e621823ff2 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -1,3 +1,65 @@ | |||
| 1 | 2021-12-01 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | CC Mode: Recognise "struct foo {" as introducing a type declaration | ||
| 4 | |||
| 5 | This fixes bug #52157. | ||
| 6 | |||
| 7 | * lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): If such a construct | ||
| 8 | is parsed, set the flag at-type-decl which is part of the function's return | ||
| 9 | value. | ||
| 10 | |||
| 11 | 2021-12-01 Stefan Kangas <stefan@marxist.se> | ||
| 12 | |||
| 13 | Update authors.el for Emacs 28 | ||
| 14 | |||
| 15 | * admin/authors.el (authors-aliases, authors-ignored-files) | ||
| 16 | (authors-renamed-files-alist): Update for Emacs 28. | ||
| 17 | |||
| 18 | 2021-11-30 Juri Linkov <juri@linkov.net> | ||
| 19 | |||
| 20 | * lisp/repeat.el: Fix long-standing problem when a random key activates map | ||
| 21 | |||
| 22 | * lisp/repeat.el (repeat-check-key): New defcustom (bug#51390). | ||
| 23 | (repeat--command-property): New internal function. | ||
| 24 | (repeat-check-key): New function. | ||
| 25 | (repeat-post-hook): Use repeat--command-property and repeat-check-key. | ||
| 26 | |||
| 27 | * test/lisp/repeat-tests.el (repeat-tests-check-key): New test. | ||
| 28 | |||
| 29 | 2021-11-30 Juri Linkov <juri@linkov.net> | ||
| 30 | |||
| 31 | * lisp/repeat.el (repeat-keep-prefix): Change default to nil. | ||
| 32 | |||
| 33 | 'repeat-keep-prefix' doesn't yet have sufficient support | ||
| 34 | that covers all cases in bug#51281, so it's disabled now. | ||
| 35 | |||
| 36 | 2021-11-30 Juri Linkov <juri@linkov.net> | ||
| 37 | |||
| 38 | * test/lisp/repeat-tests.el (repeat-tests-call-b): Test for commit 588caf0b27. | ||
| 39 | |||
| 40 | This tests for 'repeat-map' as a variable instead of a symbol. | ||
| 41 | |||
| 42 | 2021-11-30 Juri Linkov <juri@linkov.net> | ||
| 43 | |||
| 44 | * src/callint.c (Fcall_interactively): Fix inhibit_mouse_event_check. | ||
| 45 | |||
| 46 | Don't search for the next mouse event with parameters | ||
| 47 | when inhibit-mouse-event-check is non-nil (bug#50067). | ||
| 48 | |||
| 49 | 2021-11-30 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 50 | |||
| 51 | Fix regression in gdb-frame-handler | ||
| 52 | |||
| 53 | * lisp/progmodes/gdb-mi.el (gdb-frame-handler): Protect against | ||
| 54 | nil fullnames (bug#52196). | ||
| 55 | |||
| 56 | 2021-11-30 YugaEgo <yet@ego.team> (tiny change) | ||
| 57 | |||
| 58 | Format and index concept 'predicate' in ELisp Intro | ||
| 59 | |||
| 60 | * doc/lispintro/emacs-lisp-intro.texi (Wrong Type of Argument): | ||
| 61 | Add index and format definition (bug#52197). | ||
| 62 | |||
| 1 | 2021-11-29 Protesilaos Stavrou <info@protesilaos.com> | 63 | 2021-11-29 Protesilaos Stavrou <info@protesilaos.com> |
| 2 | 64 | ||
| 3 | Remove problematic characters from modus-themes.org (bug#52126) | 65 | Remove problematic characters from modus-themes.org (bug#52126) |
| @@ -130058,6 +130120,7 @@ | |||
| 130058 | to pacify LeakSanitizer. | 130120 | to pacify LeakSanitizer. |
| 130059 | 130121 | ||
| 130060 | 2019-04-20 Michael R. Mauger <michael@mauger.com> | 130122 | 2019-04-20 Michael R. Mauger <michael@mauger.com> |
| 130123 | |||
| 130061 | Fix Bug#35307. | 130124 | Fix Bug#35307. |
| 130062 | 130125 | ||
| 130063 | * lisp/progmodes/sql.el(sql-product-alist): Added | 130126 | * lisp/progmodes/sql.el(sql-product-alist): Added |
| @@ -130067,6 +130130,7 @@ | |||
| 130067 | adjustments needed for Emacs to support it. | 130130 | adjustments needed for Emacs to support it. |
| 130068 | 130131 | ||
| 130069 | 2019-04-20 Michael R. Mauger <michael@mauger.com> | 130132 | 2019-04-20 Michael R. Mauger <michael@mauger.com> |
| 130133 | |||
| 130070 | Fix Bug#24483. | 130134 | Fix Bug#24483. |
| 130071 | 130135 | ||
| 130072 | * lisp/progmodes/sql.el | 130136 | * lisp/progmodes/sql.el |
| @@ -233319,9 +233383,7 @@ | |||
| 233319 | 233383 | ||
| 233320 | This file records repository revisions from | 233384 | This file records repository revisions from |
| 233321 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to | 233385 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to |
| 233322 | 2021-03-18bd67a4f40a733cb139ace3af4616bc2702282 (inclusive). | 233386 | commit 2be090d5d3002e2ddfc8dbe46c29536f7410a86d (inclusive). |
| 233323 | 2021-02-03d9244f7cbef9f91e697ad5fc0ce49ec97 (inclusive). | ||
| 233324 | commit 30553d889d733613e8e5fd22358980baa7ee148e (inclusive). | ||
| 233325 | See ChangeLog.2 for earlier changes. | 233387 | See ChangeLog.2 for earlier changes. |
| 233326 | 233388 | ||
| 233327 | ;; Local Variables: | 233389 | ;; Local Variables: |
diff --git a/admin/authors.el b/admin/authors.el index 78f0d4e4aa0..12b30d9843e 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -50,6 +50,7 @@ files.") | |||
| 50 | ("Álvar Jesús Ibeas Martín" "Álvar Ibeas") | 50 | ("Álvar Jesús Ibeas Martín" "Álvar Ibeas") |
| 51 | ("Andrea Corallo" "AndreaCorallo") | 51 | ("Andrea Corallo" "AndreaCorallo") |
| 52 | ("Andrew Csillag" "Drew Csillag") | 52 | ("Andrew Csillag" "Drew Csillag") |
| 53 | ("Andrew G Cohen" "Andrew Cohen") | ||
| 53 | ("Anna M. Bigatti" "Anna Bigatti") | 54 | ("Anna M. Bigatti" "Anna Bigatti") |
| 54 | ("Aurélien Aptel" "Aurelien Aptel") | 55 | ("Aurélien Aptel" "Aurelien Aptel") |
| 55 | ("Barry A. Warsaw" "Barry A. Warsaw, Century Computing, Inc." | 56 | ("Barry A. Warsaw" "Barry A. Warsaw, Century Computing, Inc." |
| @@ -59,6 +60,7 @@ files.") | |||
| 59 | ("Bill Mann" "William F. Mann") | 60 | ("Bill Mann" "William F. Mann") |
| 60 | ("Bill Rozas" "Guillermo J. Rozas") | 61 | ("Bill Rozas" "Guillermo J. Rozas") |
| 61 | (nil "binjo.cn@gmail.com") | 62 | (nil "binjo.cn@gmail.com") |
| 63 | (nil "bug-gnu-emacs@gnu.org") ; mistake | ||
| 62 | ("Björn Torkelsson" "Bjorn Torkelsson") | 64 | ("Björn Torkelsson" "Bjorn Torkelsson") |
| 63 | ("Brian Fox" "Brian J. Fox") | 65 | ("Brian Fox" "Brian J. Fox") |
| 64 | ("Brian P Templeton" "BT Templeton") | 66 | ("Brian P Templeton" "BT Templeton") |
| @@ -84,6 +86,7 @@ files.") | |||
| 84 | ("Emilio C. Lopes" "Emilio Lopes") | 86 | ("Emilio C. Lopes" "Emilio Lopes") |
| 85 | ("Eric M. Ludlam" "Eric Ludlam") | 87 | ("Eric M. Ludlam" "Eric Ludlam") |
| 86 | ("Eric S. Raymond" "Eric Raymond") | 88 | ("Eric S. Raymond" "Eric Raymond") |
| 89 | ("Etienne Prud’Homme" "Etienne Prud'Homme") | ||
| 87 | ("Fabián Ezequiel Gallina" "Fabian Ezequiel Gallina" "Fabi.n E\\. Gallina") | 90 | ("Fabián Ezequiel Gallina" "Fabian Ezequiel Gallina" "Fabi.n E\\. Gallina") |
| 88 | (nil "felix.*EmacsWiki") | 91 | (nil "felix.*EmacsWiki") |
| 89 | (nil "foudfou") | 92 | (nil "foudfou") |
| @@ -132,7 +135,6 @@ files.") | |||
| 132 | ("Kim F. Storm" "Kim Storm") | 135 | ("Kim F. Storm" "Kim Storm") |
| 133 | ("Kyle Jones" "Kyle E. Jones") | 136 | ("Kyle Jones" "Kyle E. Jones") |
| 134 | ("Lars Magne Ingebrigtsen" "Lars Ingebrigtsen") | 137 | ("Lars Magne Ingebrigtsen" "Lars Ingebrigtsen") |
| 135 | (nil "leo") | ||
| 136 | (nil "LynX@bk.ru") | 138 | (nil "LynX@bk.ru") |
| 137 | (nil "lu4nx") | 139 | (nil "lu4nx") |
| 138 | ("Marcus G. Daniels" "Marcus Daniels") | 140 | ("Marcus G. Daniels" "Marcus Daniels") |
| @@ -143,7 +145,8 @@ files.") | |||
| 143 | ("Agustín Martín" "Agustin Martin" "Agustín Martín Domingo") | 145 | ("Agustín Martín" "Agustin Martin" "Agustín Martín Domingo") |
| 144 | ("Martin Lorentzon" "Martin Lorentzson") | 146 | ("Martin Lorentzon" "Martin Lorentzson") |
| 145 | ("Matt Swift" "Matthew Swift") | 147 | ("Matt Swift" "Matthew Swift") |
| 146 | (nil "Madhu") | 148 | ("Mattias Engdegård" "Mattias Engdegard") |
| 149 | (nil "^Madhu") | ||
| 147 | (nil "mu@magi.net.ru") | 150 | (nil "mu@magi.net.ru") |
| 148 | ("Maxime Edouard Robert Froumentin" "Max Froumentin") | 151 | ("Maxime Edouard Robert Froumentin" "Max Froumentin") |
| 149 | ("Michael R. Mauger" "Michael Mauger") | 152 | ("Michael R. Mauger" "Michael Mauger") |
| @@ -206,7 +209,7 @@ files.") | |||
| 206 | ("Takaaki Ota" "Tak Ota") | 209 | ("Takaaki Ota" "Tak Ota") |
| 207 | ("Takahashi Naoto" "Naoto Takahashi") | 210 | ("Takahashi Naoto" "Naoto Takahashi") |
| 208 | ("Teodor Zlatanov" "Ted Zlatanov") | 211 | ("Teodor Zlatanov" "Ted Zlatanov") |
| 209 | (nil "TEC") | 212 | (nil "^TEC") |
| 210 | (nil "The PCL-CVS Trust") | 213 | (nil "The PCL-CVS Trust") |
| 211 | ("Thomas Dye" "Tom Dye") | 214 | ("Thomas Dye" "Tom Dye") |
| 212 | ("Thomas Horsley" "Tom Horsley") ; FIXME ? | 215 | ("Thomas Horsley" "Tom Horsley") ; FIXME ? |
| @@ -232,7 +235,7 @@ files.") | |||
| 232 | ("Carlos Pita" "memeplex") | 235 | ("Carlos Pita" "memeplex") |
| 233 | ("Vinicius Jose Latorre" "viniciusjl") | 236 | ("Vinicius Jose Latorre" "viniciusjl") |
| 234 | ("Gaby Launay" "galaunay") | 237 | ("Gaby Launay" "galaunay") |
| 235 | ("Dick R. Chiang" "dickmao" "dick") | 238 | ("Dick R. Chiang" "dickmao") |
| 236 | ) | 239 | ) |
| 237 | "Alist of author aliases. | 240 | "Alist of author aliases. |
| 238 | 241 | ||
diff --git a/etc/AUTHORS b/etc/AUTHORS index b599809e3e2..96259761206 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -9,8 +9,9 @@ Aaron Ecay: changed ob-R.el ob-core.el org-src.el ox-latex.el nsterm.m | |||
| 9 | ob-awk.el ob-exp.el ob-python.el ob-tangle.el org-bibtex.el org-id.el | 9 | ob-awk.el ob-exp.el ob-python.el ob-tangle.el org-bibtex.el org-id.el |
| 10 | org.el org.texi package.el paren.el | 10 | org.el org.texi package.el paren.el |
| 11 | 11 | ||
| 12 | Aaron Jensen: changed frameset.el nsterm.m Info.plist.in flyspell.el | 12 | Aaron Jensen: changed frameset.el nsterm.m xdisp-tests.el xdisp.c |
| 13 | mouse.el server.el systhread.c w32term.c xdisp.c xterm.c | 13 | Info.plist.in flyspell.el mouse.el server.el systhread.c w32term.c |
| 14 | xterm.c | ||
| 14 | 15 | ||
| 15 | Aaron Larson: co-wrote bibtex.el | 16 | Aaron Larson: co-wrote bibtex.el |
| 16 | 17 | ||
| @@ -18,7 +19,7 @@ Aaron S. Hawley: wrote lisp-tests.el undo-tests.el | |||
| 18 | and changed simple.el files.texi isearch.el morse.el sgml-mode.el | 19 | and changed simple.el files.texi isearch.el morse.el sgml-mode.el |
| 19 | tar-mode.el textmodes/table.el thingatpt.el add-log.el autoinsert.el | 20 | tar-mode.el textmodes/table.el thingatpt.el add-log.el autoinsert.el |
| 20 | building.texi calc.el cc-fonts.el comint.el compare-w.el custom.texi | 21 | building.texi calc.el cc-fonts.el comint.el compare-w.el custom.texi |
| 21 | diff.el edebug.el etags.el ffap.el files.el and 31 other files | 22 | diff.el edebug.el etags.el ffap.el files.el and 30 other files |
| 22 | 23 | ||
| 23 | Abdó Roig-Maranges: changed org.el org-agenda.el ox-html.el ox-odt.el | 24 | Abdó Roig-Maranges: changed org.el org-agenda.el ox-html.el ox-odt.el |
| 24 | 25 | ||
| @@ -37,11 +38,14 @@ Adam Gołębiowski: changed lib-src/Makefile.in | |||
| 37 | Adam Hupp: changed emacs.py emacs2.py emacs3.py gud.el | 38 | Adam Hupp: changed emacs.py emacs2.py emacs3.py gud.el |
| 38 | progmodes/python.el | 39 | progmodes/python.el |
| 39 | 40 | ||
| 41 | Adam Porter: changed tab-line.el cl-macs.el map.el control.texi | ||
| 42 | map-tests.el pcase-tests.el tab-bar.el | ||
| 43 | |||
| 40 | Adam Sjøgren: changed mml2015.el shr.el spam.el xterm.c blink.xpm | 44 | Adam Sjøgren: changed mml2015.el shr.el spam.el xterm.c blink.xpm |
| 41 | braindamaged.xpm cry.xpm dead.xpm evil.xpm forced.xpm frown.xpm | 45 | braindamaged.xpm cry.xpm dead.xpm evil.xpm forced.xpm frown.xpm |
| 42 | gnus-sum.el grin.xpm gtkutil.c indifferent.xpm message.el | 46 | gnus-sum.el grin.xpm gtkutil.c indifferent.xpm message.el |
| 43 | reverse-smile.xpm sad.xpm smile.xpm wry.xpm gnus-html.el | 47 | reverse-smile.xpm sad.xpm smile.xpm wry.xpm gnus-html.el |
| 44 | and 7 other files | 48 | and 10 other files |
| 45 | 49 | ||
| 46 | Adam Sokolnicki: changed ruby-mode.el | 50 | Adam Sokolnicki: changed ruby-mode.el |
| 47 | 51 | ||
| @@ -70,7 +74,7 @@ and changed nsterm.m nsfns.m nsfont.m nsterm.h nsmenu.m configure.ac | |||
| 70 | 74 | ||
| 71 | Agustín Martín: changed ispell.el flyspell.el fixit.texi | 75 | Agustín Martín: changed ispell.el flyspell.el fixit.texi |
| 72 | 76 | ||
| 73 | Ahmed Khanzada: changed battery.el | 77 | Ahmed Khanzada: changed battery.el nsterm.m |
| 74 | 78 | ||
| 75 | Aidan Gauland: wrote em-tramp.el | 79 | Aidan Gauland: wrote em-tramp.el |
| 76 | and changed eshell.texi em-term.el em-unix.el erc-match.el em-cmpl.el | 80 | and changed eshell.texi em-term.el em-unix.el erc-match.el em-cmpl.el |
| @@ -85,6 +89,8 @@ and changed cc-mode.el perl-mode.el | |||
| 85 | 89 | ||
| 86 | Akinori Musha: changed ruby-mode.el Makefile.in sieve-mode.el | 90 | Akinori Musha: changed ruby-mode.el Makefile.in sieve-mode.el |
| 87 | 91 | ||
| 92 | Akira Kyle: changed eww.el process.c xwidget.c | ||
| 93 | |||
| 88 | Aki Vehtari: changed bibtex.el gnus-art.el gnus-score.el gnus-sum.el | 94 | Aki Vehtari: changed bibtex.el gnus-art.el gnus-score.el gnus-sum.el |
| 89 | nnmail.el tar-mode.el | 95 | nnmail.el tar-mode.el |
| 90 | 96 | ||
| @@ -97,25 +103,26 @@ Alakazam Petrofsky: changed hanoi.el | |||
| 97 | Alan Mackenzie: wrote cc-awk.el | 103 | Alan Mackenzie: wrote cc-awk.el |
| 98 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el | 104 | and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el |
| 99 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el | 105 | cc-langs.el cc-mode.el cc-styles.el cc-vars.el |
| 100 | and changed cc-mode.texi bytecomp.el display.texi follow.el subr.el | 106 | and changed cc-mode.texi minibuf.c bytecomp.el edebug.el follow.el |
| 101 | edebug.el progmodes/compile.el programs.texi syntax.texi modes.texi | 107 | window.c display.texi subr.el syntax.texi progmodes/compile.el |
| 102 | font-lock.el isearch.el text.texi help.el ispell.el lread.c syntax.c | 108 | programs.texi keyboard.c lisp.h modes.texi window.el windows.texi |
| 103 | windows.texi .dir-locals.el control.texi cus-start.el | 109 | cus-start.el eval.c font-lock.el isearch.el newcomment.el |
| 104 | and 148 other files | 110 | and 166 other files |
| 105 | 111 | ||
| 106 | Alan Modra: changed unexelf.c | 112 | Alan Modra: changed unexelf.c |
| 107 | 113 | ||
| 108 | Alan Schmitt: changed gnus-sum.el nnimap.el ob-ocaml.el org-faces.el | 114 | Alan Schmitt: co-wrote ox-koma-letter.el |
| 115 | and changed gnus-sum.el nnimap.el ob-ocaml.el org-faces.el | ||
| 109 | 116 | ||
| 110 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el | 117 | Alan Shutko: changed diary-lib.el calendar.el bindings.el cal-hebrew.el |
| 111 | easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el | 118 | easy-mmode.el gnus-sum.el ibuf-ext.el ibuffer.el lunar.el macros.el |
| 112 | solar.el | 119 | solar.el |
| 113 | 120 | ||
| 114 | Alan Third: wrote dabbrev-tests.el image-transforms-tests.el | 121 | Alan Third: wrote dabbrev-tests.el image-transforms-tests.el |
| 115 | and changed nsterm.m nsterm.h nsfns.m nsmenu.m ns-win.el nsimage.m | 122 | and changed nsterm.m nsterm.h nsfns.m image.c nsmenu.m configure.ac |
| 116 | image.c macfont.m configure.ac frame.el xdisp.c macos.texi display.texi | 123 | nsimage.m ns-win.el macfont.m dispextern.h frame.el nsfont.m |
| 117 | image.el xterm.c Info.plist.in conf_post.h dispextern.h frame.c frame.h | 124 | display.texi xdisp.c frame.c frame.h macos.texi xterm.c .gitlab-ci.yml |
| 118 | frames.texi and 21 other files | 125 | Makefile.in emacs.c and 39 other files |
| 119 | 126 | ||
| 120 | Alastair Burt: changed gnus-art.el smiley.el | 127 | Alastair Burt: changed gnus-art.el smiley.el |
| 121 | 128 | ||
| @@ -125,25 +132,104 @@ and changed sieve.el gnus-msg.el gnus.texi mail/sieve-manage.el | |||
| 125 | 132 | ||
| 126 | Albert L. Ting: changed gnus-group.el mail-hist.el | 133 | Albert L. Ting: changed gnus-group.el mail-hist.el |
| 127 | 134 | ||
| 135 | Aleksandr Vityazev: changed tramp-compat.el | ||
| 136 | |||
| 128 | Aleksei Gusev: changed progmodes/compile.el | 137 | Aleksei Gusev: changed progmodes/compile.el |
| 129 | 138 | ||
| 130 | Alexandru Harsanyi: changed soap-client.el soap-inspect.el emacs3.py | 139 | Alexander Adolf: wrote eudcb-macos-contacts.el |
| 131 | vc-hooks.el vc.el xml.el | 140 | and changed eudc.texi |
| 141 | |||
| 142 | Alexander Becher: changed vc-annotate.el | ||
| 143 | |||
| 144 | Alexander Gramiak: changed w32term.c xterm.c nsterm.m dispextern.h | ||
| 145 | xdisp.c frame.c image.c nsgui.h w32gui.h xfns.c frame.el termhooks.h | ||
| 146 | w32fns.c w32term.h faces.el nsterm.h xfaces.c xterm.h frame.h xfont.c | ||
| 147 | configure.ac and 69 other files | ||
| 148 | |||
| 149 | Alexander Haeckel: changed getset.el | ||
| 150 | |||
| 151 | Alexander Klimov: changed files.el calc-graph.el files.texi man.el rx.el | ||
| 152 | sendmail.el | ||
| 153 | |||
| 154 | Alexander Kreuzer: changed nnrss.el | ||
| 155 | |||
| 156 | Alexander Kuleshov: changed dns-mode.el files.texi image-mode.el | ||
| 157 | keyboard.c ld-script.el xdisp.c | ||
| 158 | |||
| 159 | Alexander L. Belikoff: wrote erc.el | ||
| 160 | |||
| 161 | Alexander Miller: changed dispextern.h faces.el frame.c frame.h | ||
| 162 | frames.texi nsfns.m nsterm.m w32fns.c xfaces.c xfns.c xterm.c | ||
| 163 | |||
| 164 | Alexander Pohoyda: co-wrote mail/rmailmm.el | ||
| 165 | and changed rmailsum.el man.el rmail.el sendmail.el | ||
| 166 | |||
| 167 | Alexander Shopov: changed code-pages.el | ||
| 168 | |||
| 169 | Alexander Vorobiev: changed org-compat.el | ||
| 170 | |||
| 171 | Alexander Zhuckov: changed ebrowse.c | ||
| 172 | |||
| 173 | Alexandre Adolphe: changed cus-face.el dispextern.h display.texi nsfont.m | ||
| 174 | nsterm.m w32term.c xdisp.c xfaces.c xterm.c | ||
| 175 | |||
| 176 | Alexandre Duret-Lutz: changed nnmaildir.el | ||
| 177 | |||
| 178 | Alexandre Garreau: changed message.el | ||
| 179 | |||
| 180 | Alexandre Julliard: wrote vc-git.el | ||
| 181 | and changed vc.el ewoc.el | ||
| 182 | |||
| 183 | Alexandre Oliva: wrote gnus-mlspl.el | ||
| 184 | and changed unexelf.c emacs-regex.c format.el iris4d.h iris5d.h unexsgi.c | ||
| 185 | |||
| 186 | Alexandre Veyrenc: changed fr-refcard.tex | ||
| 187 | |||
| 188 | Alexandru Harsanyi: wrote soap-client.el soap-inspect.el | ||
| 189 | and changed emacs3.py vc-hooks.el vc.el xml.el | ||
| 190 | |||
| 191 | Alexandr Vityazev: changed shortdoc.el | ||
| 192 | |||
| 193 | Alex Bochannek: changed gnus.texi gnus-sum.el gnus-score.el gnus-topic.el | ||
| 194 | gnus-util.el gnus-fun.el gnus-group.el gnus.el ange-ftp.el gnus-art.el | ||
| 195 | nnimap.el tramp-sh.el | ||
| 196 | |||
| 197 | Alex Coventry: changed files.el | ||
| 198 | |||
| 199 | Alex Dunn: changed subr-tests.el subr.el | ||
| 200 | |||
| 201 | Alexei Khlebnikov: changed autorevert.el vc-git.el | ||
| 202 | |||
| 203 | Alex Kosorukoff: changed org-capture.el | ||
| 204 | |||
| 205 | Alex Mcgrath: changed rcirc.el | ||
| 132 | 206 | ||
| 133 | Alex Gramiak: wrote ansi-color.el conf-mode-tests.el cus-theme.el | 207 | Alex Murray: changed erc-desktop-notifications.el network-stream.el |
| 134 | erc-compat.el erc-hecomplete.el erc-join.el erc-lang.el erc-ring.el | 208 | |
| 135 | erc.el gnus-mlspl.el master.el soap-client.el soap-inspect.el | 209 | Alex Ott: changed TUTORIAL.ru ede/files.el ru-refcard.tex base.el |
| 136 | spam-stat.el sql.el vc-git.el which-func.el | 210 | cedet-files.el cpp-root.el ede.el ede/generic.el idle.el ispell.el |
| 211 | semantic/format.el | ||
| 212 | |||
| 213 | Alex Reed: changed verilog-mode.el | ||
| 214 | |||
| 215 | Alex Rezinsky: wrote which-func.el | ||
| 216 | |||
| 217 | Alex Schroeder: wrote ansi-color.el cus-theme.el erc-compat.el | ||
| 218 | erc-hecomplete.el erc-join.el erc-lang.el erc-ring.el master.el | ||
| 219 | spam-stat.el sql.el | ||
| 137 | and co-wrote longlines.el mail/rmailmm.el | 220 | and co-wrote longlines.el mail/rmailmm.el |
| 138 | and changed erc-track.el erc-button.el w32term.c xterm.c erc-stamp.el | 221 | and changed erc.el erc-track.el erc-button.el erc-stamp.el erc-match.el |
| 139 | nsterm.m xdisp.c dispextern.h frame.c image.c nsgui.h w32gui.h xfns.c | 222 | erc-autoaway.el erc-nickserv.el rcirc.texi Makefile erc-autojoin.el |
| 140 | erc-match.el frame.el termhooks.h w32fns.c Makefile TUTORIAL.ru | 223 | erc-fill.el erc-pcomplete.el erc-complete.el erc-ibuffer.el |
| 141 | erc-autoaway.el erc-nickserv.el and 215 other files | 224 | erc-members.el rmail.el comint.el custom.el erc-bbdb.el erc-chess.el |
| 225 | erc-ezbounce.el and 35 other files | ||
| 226 | |||
| 227 | Alex Shinn: changed files.el | ||
| 142 | 228 | ||
| 143 | Alfred Correira: changed generic-x.el | 229 | Alfred Correira: changed generic-x.el |
| 144 | 230 | ||
| 145 | Alfred M. Szmidt: changed rmail.el vc-svn.el html2text.el openbsd.h | 231 | Alfred M. Szmidt: changed rmail.el vc-svn.el html2text.el openbsd.h |
| 146 | progmodes/compile.el rmailsum.el | 232 | progmodes/compile.el rmailsum.el vc.el |
| 147 | 233 | ||
| 148 | Alfredo Finelli: changed TUTORIAL.it | 234 | Alfredo Finelli: changed TUTORIAL.it |
| 149 | 235 | ||
| @@ -151,10 +237,10 @@ Ali Bahrami: changed configure configure.ac sol2-10.h | |||
| 151 | 237 | ||
| 152 | Alin C. Soare: changed lisp-mode.el hexl.el | 238 | Alin C. Soare: changed lisp-mode.el hexl.el |
| 153 | 239 | ||
| 154 | Allen Li: changed abbrev.el abbrev-tests.el abbrevs.texi sending.texi | 240 | Allen Li: changed abbrev.el abbrev-tests.el abbrevs.texi recentf.el |
| 155 | autoload.el bookmark.el comint.el dired-x.el misc.texi nsm.el | 241 | sending.texi autoload.el bookmark.el comint.el dired-x.el gnus-group.el |
| 156 | progmodes/compile.el ring-tests.el ring.el sequences.texi subr.el | 242 | misc.texi nsm.el progmodes/compile.el ring-tests.el ring.el |
| 157 | xref.el | 243 | sequences.texi subr.el xref.el |
| 158 | 244 | ||
| 159 | Allen S. Rout: changed org-capture.el | 245 | Allen S. Rout: changed org-capture.el |
| 160 | 246 | ||
| @@ -166,14 +252,18 @@ Alp Aker: changed nsfont.m nsterm.m buff-menu.el nsfns.m nsmenu.m | |||
| 166 | 252 | ||
| 167 | Álvar Jesús Ibeas Martín: changed TUTORIAL.es emacs-lisp-intro.texi | 253 | Álvar Jesús Ibeas Martín: changed TUTORIAL.es emacs-lisp-intro.texi |
| 168 | 254 | ||
| 255 | Alyssa Ross: changed progmodes/compile.el simple.el | ||
| 256 | |||
| 169 | Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c | 257 | Ami Fischman: changed bindings.el calendar.el diary-lib.el print.c |
| 170 | savehist.el vc-git.el | 258 | savehist.el vc-git.el |
| 171 | 259 | ||
| 172 | Amin Bandali: changed erc.el erc-button.el erc-desktop-notifications.el | 260 | Amin Bandali: changed erc.el erc-backend.el erc-button.el erc-track.el |
| 173 | erc-track.el erc-autoaway.el erc-compat.el erc-fill.el erc-ibuffer.el | 261 | erc-compat.el erc-dcc.el erc-desktop-notifications.el erc-match.el |
| 174 | erc-imenu.el erc-join.el erc-lang.el erc-list.el erc-log.el | 262 | erc-services.el erc-speedbar.el erc-status-sidebar.el erc.texi |
| 175 | erc-match.el erc-notify.el erc-pcomplete.el erc-replace.el erc-ring.el | 263 | erc-autoaway.el erc-fill.el erc-goodies.el erc-ibuffer.el erc-imenu.el |
| 176 | erc-services.el erc-sound.el erc-speedbar.el and 5 other files | 264 | erc-join.el erc-lang.el erc-list.el erc-log.el and 11 other files |
| 265 | |||
| 266 | Amos Bird: changed xfns.c | ||
| 177 | 267 | ||
| 178 | Anand Mitra: changed gnus-sum.el | 268 | Anand Mitra: changed gnus-sum.el |
| 179 | 269 | ||
| @@ -183,12 +273,19 @@ Anders Lindgren: wrote autorevert.el cwarn.el faceup-test-basics.el | |||
| 183 | faceup-test-files.el faceup.el follow.el | 273 | faceup-test-files.el faceup.el follow.el |
| 184 | and changed nsterm.m nsfns.m nsmenu.m nsterm.h font-lock.el nsimage.m | 274 | and changed nsterm.m nsfns.m nsmenu.m nsterm.h font-lock.el nsimage.m |
| 185 | README etags.c term.el window.el Info.plist.in compile.el diff-mode.el | 275 | README etags.c term.el window.el Info.plist.in compile.el diff-mode.el |
| 186 | ert.el faceup-test-mode.el faceup-test-this-file-directory.el loadup.el | 276 | ert.el faceup-test-mode.el faceup-test-this-file-directory.el |
| 187 | lread.c ns-win.el nsfont.m test1.txt and 3 other files | 277 | lisp-mode.el loadup.el lread.c ns-win.el nsfont.m and 4 other files |
| 188 | 278 | ||
| 189 | Anders Waldenborg: changed emacsclient.c | 279 | Anders Waldenborg: changed emacsclient.c |
| 190 | 280 | ||
| 191 | Andrea Corallo: changed map-tests.el map.el | 281 | Andrea Corallo: wrote comp-cstr-tests.el comp-cstr.el comp-tests.el |
| 282 | comp.el | ||
| 283 | and changed comp.c pdumper.c lread.c bytecomp.el comp.h configure.ac | ||
| 284 | lisp.h startup.el loadup.el alloc.c data.c emacs.c .gitlab-ci.yml | ||
| 285 | nadvice.el cl-macs.el advice.el help.el lisp/Makefile.in package.el | ||
| 286 | Makefile.in comp-test-funcs.el and 62 other files | ||
| 287 | |||
| 288 | André A. Gomes: changed ispell.el | ||
| 192 | 289 | ||
| 193 | Andrea Rossetti: changed ruler-mode.el | 290 | Andrea Rossetti: changed ruler-mode.el |
| 194 | 291 | ||
| @@ -203,11 +300,11 @@ Andreas Büsching: changed emacsclient.c | |||
| 203 | Andreas Fuchs: wrote erc-ezbounce.el erc-match.el erc-replace.el | 300 | Andreas Fuchs: wrote erc-ezbounce.el erc-match.el erc-replace.el |
| 204 | erc-truncate.el | 301 | erc-truncate.el |
| 205 | and co-wrote erc-fill.el | 302 | and co-wrote erc-fill.el |
| 206 | and changed erc.el erc-bbdb.el erc-button.el erc-log.el erc-stamp.el | 303 | and changed erc.el erc-bbdb.el erc-button.el erc-log.el comp.c |
| 207 | erc-autoaway.el erc-autojoin.el erc-dcc.el erc-imenu.el erc-list.el | 304 | erc-stamp.el comp.el erc-autoaway.el erc-autojoin.el erc-dcc.el |
| 208 | erc-members.el erc-menu.el erc-netsplit.el erc-notify.el erc-ring.el | 305 | erc-imenu.el erc-list.el erc-members.el erc-menu.el erc-netsplit.el |
| 209 | erc-speedbar.el erc-track.el erc-xdcc.el gnus-registry.el mml-sec.el | 306 | erc-notify.el erc-ring.el erc-speedbar.el erc-track.el erc-xdcc.el |
| 210 | mml2015.el | 307 | gnus-registry.el and 3 other files |
| 211 | 308 | ||
| 212 | Andreas Jaeger: changed gnus-msg.el gnus-start.el gnus-xmas.el | 309 | Andreas Jaeger: changed gnus-msg.el gnus-start.el gnus-xmas.el |
| 213 | nnfolder.el nnml.el | 310 | nnfolder.el nnml.el |
| @@ -230,8 +327,8 @@ Andreas Rottmann: changed emacsclient.1 emacsclient.c misc.texi server.el | |||
| 230 | 327 | ||
| 231 | Andreas Schwab: changed configure.ac lisp.h xdisp.c process.c alloc.c | 328 | Andreas Schwab: changed configure.ac lisp.h xdisp.c process.c alloc.c |
| 232 | coding.c Makefile.in files.el fileio.c keyboard.c lread.c xterm.c fns.c | 329 | coding.c Makefile.in files.el fileio.c keyboard.c lread.c xterm.c fns.c |
| 233 | editfns.c emacs.c src/Makefile.in print.c eval.c font.c xfns.c sysdep.c | 330 | src/Makefile.in editfns.c emacs.c print.c eval.c font.c xfns.c sysdep.c |
| 234 | and 651 other files | 331 | and 656 other files |
| 235 | 332 | ||
| 236 | Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el | 333 | Andreas Seltenreich: changed nnweb.el gnus.texi message.el gnus-sum.el |
| 237 | gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el | 334 | gnus.el nnslashdot.el gnus-srvr.el gnus-util.el mm-url.el mm-uu.el |
| @@ -251,23 +348,27 @@ Andre Spiegel: changed vc.el vc-hooks.el vc-cvs.el vc-rcs.el vc-sccs.el | |||
| 251 | Andre Srinivasan: changed gnus-group.el gnus-sum.el gnus.texi message.el | 348 | Andre Srinivasan: changed gnus-group.el gnus-sum.el gnus.texi message.el |
| 252 | mm-decode.el mml.el nnmail.el | 349 | mm-decode.el mml.el nnmail.el |
| 253 | 350 | ||
| 351 | Andrew Barbarello: wrote erc-status-sidebar.el | ||
| 352 | |||
| 254 | Andrew Beals: changed spook.lines | 353 | Andrew Beals: changed spook.lines |
| 255 | 354 | ||
| 355 | Andrew Burgess: changed cua-base.el | ||
| 356 | |||
| 256 | Andrew Choi: changed macterm.c darwin.h mac-win.el sysdep.c emacs.c mac.c | 357 | Andrew Choi: changed macterm.c darwin.h mac-win.el sysdep.c emacs.c mac.c |
| 257 | macfns.c fontset.c frame.c keyboard.c xfaces.c dispextern.h macmenu.c | 358 | macfns.c fontset.c frame.c keyboard.c xfaces.c dispextern.h macmenu.c |
| 258 | unexmacosx.c configure.ac frame.h macterm.h titdic-cnv.el xdisp.c | 359 | unexmacosx.c configure.ac frame.h macterm.h titdic-cnv.el xdisp.c |
| 259 | alloc.c callproc.c and 27 other files | 360 | alloc.c callproc.c and 27 other files |
| 260 | 361 | ||
| 261 | Andrew Cohen: wrote spam-wash.el | ||
| 262 | and changed nnir.el gnus-sum.el nnimap.el gnus-msg.el gnus.texi | ||
| 263 | gnus-group.el gnus-int.el dns.el gnus-art.el gnus-registry.el | ||
| 264 | gnus-srvr.el gnus.el nnheader.el nnspool.el | ||
| 265 | |||
| 266 | Andrew Csillag: wrote m4-mode.el | 362 | Andrew Csillag: wrote m4-mode.el |
| 267 | 363 | ||
| 268 | Andrew Eggenberger: changed cl-extra.el seq.el | 364 | Andrew Eggenberger: changed cl-extra.el seq.el |
| 269 | 365 | ||
| 270 | Andrew G Cohen: changed gnus-sum.el gnus-art.el | 366 | Andrew G Cohen: wrote nnselect.el spam-wash.el |
| 367 | and changed nnir.el gnus-sum.el nnimap.el gnus-msg.el gnus-group.el | ||
| 368 | gnus.texi gnus-int.el gnus-art.el gnus-cache.el gnus.el nnheader.el | ||
| 369 | nnspool.el auth-source.el dns.el gnus-agent.el gnus-cloud.el | ||
| 370 | gnus-registry.el gnus-srvr.el gnus-start.el nndiary.el nnfolder.el | ||
| 371 | and 5 other files | ||
| 271 | 372 | ||
| 272 | Andrew Hall: changed paren.el | 373 | Andrew Hall: changed paren.el |
| 273 | 374 | ||
| @@ -289,6 +390,8 @@ Andrew Schein: changed sql.el | |||
| 289 | 390 | ||
| 290 | Andrew Schwartzmeyer: changed subr-tests.el subr.el | 391 | Andrew Schwartzmeyer: changed subr-tests.el subr.el |
| 291 | 392 | ||
| 393 | Andrew Whatson: changed comp.el | ||
| 394 | |||
| 292 | Andrew W. Nosenko: changed tramp.el | 395 | Andrew W. Nosenko: changed tramp.el |
| 293 | 396 | ||
| 294 | Andrew Zhilin: changed emacs22.png emacs22.ico | 397 | Andrew Zhilin: changed emacs22.png emacs22.ico |
| @@ -299,10 +402,9 @@ Andrey Slusar: changed gnus-async.el gnus.el | |||
| 299 | 402 | ||
| 300 | Andrey Zhdanov: changed gud.el | 403 | Andrey Zhdanov: changed gud.el |
| 301 | 404 | ||
| 302 | Andrii Kolomoiets: changed vc-hg.el progmodes/python.el vc-git.el vc.el | 405 | Andrii Kolomoiets: changed vc-hg.el progmodes/python.el vc.el vc-dir.el |
| 303 | maintaining.texi vc-svn.el | 406 | vc-git.el cyril-util.el ewoc.el frame.c frame.el maintaining.texi |
| 304 | 407 | ns-win.el nsterm.h nsterm.m project.el vc-dispatcher.el vc-svn.el | |
| 305 | Andrzej Lichnerowicz: wrote ob-io.el | ||
| 306 | 408 | ||
| 307 | Andrzej P: changed gdb-mi.el | 409 | Andrzej P: changed gdb-mi.el |
| 308 | 410 | ||
| @@ -332,16 +434,18 @@ Ansgar Burchardt: changed latin-ltx.el | |||
| 332 | 434 | ||
| 333 | Antoine Beaupré: changed vc-git.el | 435 | Antoine Beaupré: changed vc-git.el |
| 334 | 436 | ||
| 335 | Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el | 437 | Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi |
| 336 | ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el | 438 | ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el |
| 337 | erc-goodies.el erc-stamp.el erc-track.el files.el find-file.el | 439 | erc-goodies.el erc-stamp.el erc-track.el files.el find-file.el |
| 338 | gnus-art.el gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el | 440 | gnus-art.el gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el |
| 339 | and 8 other files | 441 | mh-mime.el and 7 other files |
| 340 | 442 | ||
| 341 | Antonin Houska: changed newcomment.el | 443 | Antonin Houska: changed newcomment.el |
| 342 | 444 | ||
| 343 | Arash Esbati: changed reftex-vars.el reftex-ref.el reftex.el nnmaildir.el | 445 | Arash Esbati: changed reftex-vars.el reftex-auc.el reftex-ref.el |
| 344 | reftex-auc.el reftex-cite.el reftex-dcr.el | 446 | reftex.el nnmaildir.el reftex-cite.el reftex-dcr.el reftex-toc.el |
| 447 | |||
| 448 | Arik Mitschang: changed smime.el | ||
| 345 | 449 | ||
| 346 | Ari Roponen: changed xterm.c image.c atimer.c doc.c ftcrfont.c hash.texi | 450 | Ari Roponen: changed xterm.c image.c atimer.c doc.c ftcrfont.c hash.texi |
| 347 | mule.texi package.el startup.el subr.el svg.el time-date.el woman.el | 451 | mule.texi package.el startup.el subr.el svg.el time-date.el woman.el |
| @@ -362,21 +466,32 @@ and changed smime.el mml-smime.el smime-ldap.el flymake.el gnus-art.el | |||
| 362 | Arni Magnusson: wrote bat-mode.el | 466 | Arni Magnusson: wrote bat-mode.el |
| 363 | and changed frames.texi generic-x.el texinfo.el | 467 | and changed frames.texi generic-x.el texinfo.el |
| 364 | 468 | ||
| 469 | Arnold Noronha: changed ido.el | ||
| 470 | |||
| 365 | Artem Chuprina: changed message.el | 471 | Artem Chuprina: changed message.el |
| 366 | 472 | ||
| 473 | Artem Loenko: changed src/Makefile.in | ||
| 474 | |||
| 475 | Arthur Miller: changed help-fns.el ange-ftp.el bytecomp.el comp.c comp.el | ||
| 476 | dired.c dired.el files.texi help.texi lisp.h ls-lisp.el sysdep.c | ||
| 477 | tramp-adb.el tramp-rclone.el tramp-sh.el tramp-smb.el tramp.el | ||
| 478 | wdired.el | ||
| 479 | |||
| 367 | Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el | 480 | Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el |
| 368 | let-alist.el simple-tests.el sort-tests.el tabulated-list-test.el | 481 | let-alist.el simple-tests.el sort-tests.el tabulated-list-tests.el |
| 369 | and changed package.el isearch.el lisp/char-fold.el files.el | 482 | and changed package.el isearch.el lisp/char-fold.el files.el |
| 370 | tabulated-list.el package-test.el menu-bar.el replace.el bytecomp.el | 483 | tabulated-list.el package-test.el menu-bar.el replace.el bytecomp.el |
| 371 | faces.el files-x.el custom.el custom.texi help-fns.el | 484 | faces.el files-x.el custom.el custom.texi help-fns.el |
| 372 | let-alist-tests.el simple.el subr-tests.el align.el bindings.el | 485 | let-alist-tests.el simple.el subr-tests.el align.el bindings.el |
| 373 | cl-lib-tests.el cl-macs.el and 42 other files | 486 | cl-lib-tests.el cl-macs.el and 43 other files |
| 374 | 487 | ||
| 375 | Artyom Loenko: changed Info.plist.in | 488 | Artyom Loenko: changed Info.plist.in |
| 376 | 489 | ||
| 377 | Arun Persaud: changed org-agenda.el org-src.el | 490 | Arun Persaud: changed org-agenda.el org-src.el |
| 378 | 491 | ||
| 379 | Ashish Shukla: changed emacs-gnutls.texi gnutls.el | 492 | Asher Gordon: changed gomoku.el mml.el |
| 493 | |||
| 494 | Ashish Shukla: changed emacs-gnutls.texi gnutls.el comp.el | ||
| 380 | 495 | ||
| 381 | Ashwin Ram: wrote refer.el | 496 | Ashwin Ram: wrote refer.el |
| 382 | 497 | ||
| @@ -386,6 +501,9 @@ Atsuo Ohki: changed lread.c | |||
| 386 | 501 | ||
| 387 | Aubrey Jaffer: changed info.el unexelf.c | 502 | Aubrey Jaffer: changed info.el unexelf.c |
| 388 | 503 | ||
| 504 | Augusto Stoffel: changed progmodes/python.el comint.el isearch.el | ||
| 505 | eldoc.el misc.texi progmodes/compile.el search.texi | ||
| 506 | |||
| 389 | Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile | 507 | Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile |
| 390 | configure.ac cus-face.el data.c dispextern.h display.texi dynlib.c | 508 | configure.ac cus-face.el data.c dispextern.h display.texi dynlib.c |
| 391 | dynlib.h emacs-module.c faces.el lread.c modhelp.py nsterm.m ox-html.el | 509 | dynlib.h emacs-module.c faces.el lread.c modhelp.py nsterm.m ox-html.el |
| @@ -421,14 +539,16 @@ Bartosz Duszel: changed allout.el bib-mode.el cc-cmds.el hexl.el icon.el | |||
| 421 | sendmail.el ses.el simple.el verilog-mode.el vi.el vip.el viper-cmd.el | 539 | sendmail.el ses.el simple.el verilog-mode.el vi.el vip.el viper-cmd.el |
| 422 | xscheme.el | 540 | xscheme.el |
| 423 | 541 | ||
| 424 | Basil L. Contovounesios: changed simple.el message.el subr.el gravatar.el | 542 | Basil L. Contovounesios: changed simple.el message.el subr.el eww.el |
| 425 | custom.el gnus-group.el gnus-sum.el gnus-win.el internals.texi | 543 | custom.el bibtex.el text.texi gnus-sum.el modes.texi customize.texi |
| 426 | modes.texi text.texi window.c bibtex.el button.el customize.texi | 544 | files.texi gnus-group.el gnus-win.el gravatar.el internals.texi json.el |
| 427 | display.texi eww.el gnus-art.el gnus-msg.el gnus.texi lists.texi | 545 | shr.el window.c battery-tests.el button.el custom-tests.el |
| 428 | and 150 other files | 546 | and 278 other files |
| 547 | |||
| 548 | Bastian Beischer: changed semantic/complete.el calc-yank.el include.el | ||
| 549 | mru-bookmark.el refs.el senator.el | ||
| 429 | 550 | ||
| 430 | Bastian Beischer: changed semantic/complete.el include.el mru-bookmark.el | 551 | Bastian Beranek: changed tab-bar.el |
| 431 | refs.el senator.el | ||
| 432 | 552 | ||
| 433 | Bastien Guerry: wrote gnus-bookmark.el | 553 | Bastien Guerry: wrote gnus-bookmark.el |
| 434 | and co-wrote ol-bibtex.el org-list.el org-protocol.el org-src.el | 554 | and co-wrote ol-bibtex.el org-list.el org-protocol.el org-src.el |
| @@ -436,7 +556,7 @@ and changed org.el org-agenda.el org.texi ox-html.el org-clock.el | |||
| 436 | org-capture.el org-table.el ox-latex.el ox.el ox-odt.el org-compat.el | 556 | org-capture.el org-table.el ox-latex.el ox.el ox-odt.el org-compat.el |
| 437 | ox-publish.el ob.el org-mobile.el org-colview.el org-macs.el | 557 | ox-publish.el ob.el org-mobile.el org-colview.el org-macs.el |
| 438 | org-pcomplete.el org-timer.el org-faces.el ox-ascii.el org-archive.el | 558 | org-pcomplete.el org-timer.el org-faces.el ox-ascii.el org-archive.el |
| 439 | and 120 other files | 559 | and 119 other files |
| 440 | 560 | ||
| 441 | Ben A. Mesander: co-wrote erc-dcc.el | 561 | Ben A. Mesander: co-wrote erc-dcc.el |
| 442 | 562 | ||
| @@ -455,9 +575,9 @@ and changed org-clock.el org.el | |||
| 455 | 575 | ||
| 456 | Benjamin Ragheb: changed fortune.el | 576 | Benjamin Ragheb: changed fortune.el |
| 457 | 577 | ||
| 458 | Benjamin Riefenstahl: changed files.el image-mode.el w32select.c emacs.c | 578 | Benjamin Riefenstahl: changed files.el image-mode.el nnrss-tests.el |
| 459 | image.el inc/ms-w32.h lisp.h mac-win.el macterm.c mule-cmds.el | 579 | w32select.c emacs.c image.el inc/ms-w32.h lisp.h mac-win.el macterm.c |
| 460 | runemacs.c tcl.el w32.c w32.h | 580 | mule-cmds.el nnrss.el runemacs.c tcl.el w32.c w32.h |
| 461 | 581 | ||
| 462 | Benjamin Rutt: co-wrote gnus-dired.el | 582 | Benjamin Rutt: co-wrote gnus-dired.el |
| 463 | and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el | 583 | and changed vc.el gnus-msg.el message.el diff-mode.el ffap.el nnimap.el |
| @@ -511,6 +631,8 @@ and changed mh-customize.el mh-search.el mh-alias.el mh-e.texi Makefile | |||
| 511 | 631 | ||
| 512 | Bjarte Johansen: wrote ob-sed.el | 632 | Bjarte Johansen: wrote ob-sed.el |
| 513 | 633 | ||
| 634 | Björn Holby: changed vhdl-mode.el | ||
| 635 | |||
| 514 | Björn Lindström: changed rcirc.texi | 636 | Björn Lindström: changed rcirc.texi |
| 515 | 637 | ||
| 516 | Bjørn Mork: changed nnimap.el gnus-agent.el message.el mml2015.el | 638 | Bjørn Mork: changed nnimap.el gnus-agent.el message.el mml2015.el |
| @@ -554,7 +676,8 @@ and changed fill.el simple.el indent.el paragraphs.el cmds.c intervals.c | |||
| 554 | Boris Samorodov: changed imap.el | 676 | Boris Samorodov: changed imap.el |
| 555 | 677 | ||
| 556 | Boruch Baum: co-wrote footnote.el | 678 | Boruch Baum: co-wrote footnote.el |
| 557 | and changed bookmark.el | 679 | and changed bookmark.el apropos.el autorevert.el calc.el cua-rect.el |
| 680 | help.el ses.el simple.el textmodes/table.el | ||
| 558 | 681 | ||
| 559 | Boyd Lynn Gerber: changed configure.ac | 682 | Boyd Lynn Gerber: changed configure.ac |
| 560 | 683 | ||
| @@ -585,6 +708,9 @@ Brian Fox: changed Makefile.in Makefile configure.ac minibuf.c dired.el | |||
| 585 | 708 | ||
| 586 | Brian Jenkins: changed frame.c frames.texi hooks.texi | 709 | Brian Jenkins: changed frame.c frames.texi hooks.texi |
| 587 | 710 | ||
| 711 | Brian Leung: changed comint.el gud.el advice.el comp.c comp.el em-hist.el | ||
| 712 | files.el find-func.el gdb-mi.el help.el nadvice.el shell.el shortdoc.el | ||
| 713 | |||
| 588 | Brian Marick: co-wrote hideif.el | 714 | Brian Marick: co-wrote hideif.el |
| 589 | 715 | ||
| 590 | Brian McKenna: changed eww.el | 716 | Brian McKenna: changed eww.el |
| @@ -606,7 +732,8 @@ Brian van den Broek: changed org.texi | |||
| 606 | 732 | ||
| 607 | Bruce Stephens: changed calc-ext.el | 733 | Bruce Stephens: changed calc-ext.el |
| 608 | 734 | ||
| 609 | Bruno Félix Rezende Ribeiro: changed functions.texi gnus.texi | 735 | Bruno Félix Rezende Ribeiro: changed os.texi finder.el functions.texi |
| 736 | gnus.texi info.el lisp-mnt.el package.el | ||
| 610 | 737 | ||
| 611 | Bruno Haible: co-wrote po.el | 738 | Bruno Haible: co-wrote po.el |
| 612 | and changed INSTALL emacs.1 epaths.in info.el paths.el | 739 | and changed INSTALL emacs.1 epaths.in info.el paths.el |
| @@ -615,6 +742,8 @@ Bryan Henderson: changed Makefile term.el | |||
| 615 | 742 | ||
| 616 | Bryan O'Sullivan: changed ange-ftp.el | 743 | Bryan O'Sullivan: changed ange-ftp.el |
| 617 | 744 | ||
| 745 | Caio Henrique: changed menu-bar.el | ||
| 746 | |||
| 618 | Caio Tiago Oliveira: changed ob-scala.el | 747 | Caio Tiago Oliveira: changed ob-scala.el |
| 619 | 748 | ||
| 620 | Caleb Deupree: changed w32-fns.el | 749 | Caleb Deupree: changed w32-fns.el |
| @@ -630,19 +759,23 @@ Carl Edman: co-wrote ns-win.el | |||
| 630 | 759 | ||
| 631 | Carl Henrik Lunde: changed format-spec.el | 760 | Carl Henrik Lunde: changed format-spec.el |
| 632 | 761 | ||
| 633 | Carlos Pita: changed progmodes/python.el erc-pcomplete.el fringe.c | 762 | Carl Lei: changed cc-langs.el |
| 634 | gtkutil.c image-mode.el keyboard.c sh-script.el | 763 | |
| 764 | Carlos Pita: changed progmodes/python.el Makefile.in comint.el | ||
| 765 | emacs.service emacsclient.desktop erc-pcomplete.el fringe.c gtkutil.c | ||
| 766 | image-mode.el keyboard.c sh-script.el | ||
| 635 | 767 | ||
| 636 | Carsten Bormann: changed ibmrs6000.h latin-post.el | 768 | Carsten Bormann: changed ibmrs6000.h latin-post.el |
| 637 | 769 | ||
| 638 | Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el | 770 | Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el |
| 639 | ol-info.el ol-rmail.el ol.el org-agenda.el org-archive.el | 771 | ol-info.el ol-man.el ol-rmail.el ol.el org-agenda.el org-archive.el |
| 640 | org-capture.el org-clock.el org-colview.el org-compat.el | 772 | org-capture.el org-clock.el org-colview.el org-compat.el |
| 641 | org-datetree.el org-faces.el org-feed.el org-footnote.el org-goto.el | 773 | org-datetree.el org-faces.el org-feed.el org-footnote.el org-goto.el |
| 642 | org-id.el org-indent.el org-inlinetask.el org-macs.el org-mobile.el | 774 | org-id.el org-indent.el org-inlinetask.el org-macs.el org-mobile.el |
| 643 | org-table.el org-timer.el org.el reftex-auc.el reftex-cite.el | 775 | org-refile.el org-table.el org-timer.el org.el reftex-auc.el |
| 644 | reftex-dcr.el reftex-global.el reftex-index.el reftex-parse.el | 776 | reftex-cite.el reftex-dcr.el reftex-global.el reftex-index.el |
| 645 | reftex-ref.el reftex-sel.el reftex-toc.el reftex-vars.el reftex.el | 777 | reftex-parse.el reftex-ref.el reftex-sel.el reftex-toc.el |
| 778 | reftex-vars.el reftex.el | ||
| 646 | and co-wrote idlw-help.el idlw-shell.el idlwave.el ol-bbdb.el | 779 | and co-wrote idlw-help.el idlw-shell.el idlwave.el ol-bbdb.el |
| 647 | ol-bibtex.el ol-gnus.el org-entities.el org-list.el org-pcomplete.el | 780 | ol-bibtex.el ol-gnus.el org-entities.el org-list.el org-pcomplete.el |
| 648 | org-src.el ox-beamer.el ox-html.el ox-icalendar.el | 781 | org-src.el ox-beamer.el ox-html.el ox-icalendar.el |
| @@ -667,7 +800,7 @@ Changwoo Ryu: changed files.el | |||
| 667 | 800 | ||
| 668 | Chao-Hong Liu: changed TUTORIAL.cn TUTORIAL.zh | 801 | Chao-Hong Liu: changed TUTORIAL.cn TUTORIAL.zh |
| 669 | 802 | ||
| 670 | Charles A. Roelli: changed nsterm.m vc.el nsfns.m simple.el isearch.el | 803 | Charles A. Roelli: changed nsterm.m vc.el simple.el nsfns.m isearch.el |
| 671 | nsmenu.m nsterm.h process.c register.el diff-mode.el display.texi | 804 | nsmenu.m nsterm.h process.c register.el diff-mode.el display.texi |
| 672 | files.el files.texi fixit.texi macfont.m minibuf.c nsfont.m nsimage.m | 805 | files.el files.texi fixit.texi macfont.m minibuf.c nsfont.m nsimage.m |
| 673 | nsselect.m org-clock.el progmodes/python.el and 47 other files | 806 | nsselect.m org-clock.el progmodes/python.el and 47 other files |
| @@ -698,7 +831,7 @@ and co-wrote longlines.el tango-dark-theme.el tango-theme.el | |||
| 698 | and changed simple.el display.texi xdisp.c files.el frames.texi | 831 | and changed simple.el display.texi xdisp.c files.el frames.texi |
| 699 | cus-edit.el files.texi custom.el subr.el text.texi faces.el keyboard.c | 832 | cus-edit.el files.texi custom.el subr.el text.texi faces.el keyboard.c |
| 700 | startup.el package.el misc.texi emacs.texi modes.texi mouse.el | 833 | startup.el package.el misc.texi emacs.texi modes.texi mouse.el |
| 701 | custom.texi image.c window.el and 933 other files | 834 | custom.texi image.c window.el and 932 other files |
| 702 | 835 | ||
| 703 | Chris Chase: co-wrote idlw-shell.el idlwave.el | 836 | Chris Chase: co-wrote idlw-shell.el idlwave.el |
| 704 | 837 | ||
| @@ -715,13 +848,15 @@ Chris Hall: changed callproc.c frame.c | |||
| 715 | 848 | ||
| 716 | Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c | 849 | Chris Hanson: changed xscheme.el scheme.el xterm.c hpux.h x11term.c |
| 717 | hp9000s300.h keyboard.c process.c texinfmt.el sort.el syntax.c | 850 | hp9000s300.h keyboard.c process.c texinfmt.el sort.el syntax.c |
| 718 | texnfo-upd.el x11fns.c xfns.c dired.el emacsclient.c fileio.c | 851 | texnfo-upd.el x11fns.c xfns.c dired.el emacs-regex.c emacsclient.c |
| 719 | hp9000s800.h indent.c info.el man.el and 17 other files | 852 | fileio.c hp9000s800.h indent.c info.el and 17 other files |
| 720 | 853 | ||
| 721 | Chris Hecker: changed calc-aent.el | 854 | Chris Hecker: changed calc-aent.el |
| 722 | 855 | ||
| 723 | Chris Lindblad: co-wrote tcl.el | 856 | Chris Lindblad: co-wrote tcl.el |
| 724 | 857 | ||
| 858 | Chris Mcmahan: changed package.el | ||
| 859 | |||
| 725 | Chris Moore: changed dired.el hexl.el jka-cmpr-hook.el replace.el | 860 | Chris Moore: changed dired.el hexl.el jka-cmpr-hook.el replace.el |
| 726 | wdired.el Makefile.in comint.el diff-mode.el gnus-sum.el isearch.el | 861 | wdired.el Makefile.in comint.el diff-mode.el gnus-sum.el isearch.el |
| 727 | mouse.el pgg-gpg.el pgg-pgp.el pgg-pgp5.el server.el shell.el | 862 | mouse.el pgg-gpg.el pgg-pgp.el pgg-pgp5.el server.el shell.el |
| @@ -739,8 +874,6 @@ Christian Egli: changed org-taskjuggler.el org.texi | |||
| 739 | Christian Faulhammer: changed configure configure.ac src/Makefile.in | 874 | Christian Faulhammer: changed configure configure.ac src/Makefile.in |
| 740 | vc-bzr.el | 875 | vc-bzr.el |
| 741 | 876 | ||
| 742 | Christian Garbs: wrote ob-vala.el | ||
| 743 | |||
| 744 | Christian Limpach: co-wrote ns-win.el | 877 | Christian Limpach: co-wrote ns-win.el |
| 745 | and changed configure.ac | 878 | and changed configure.ac |
| 746 | 879 | ||
| @@ -794,6 +927,8 @@ and changed replace.el files.el ispell.el time.el | |||
| 794 | 927 | ||
| 795 | Christopher J. White: changed url-http.el | 928 | Christopher J. White: changed url-http.el |
| 796 | 929 | ||
| 930 | Christopher League: changed bookmark.el cus-theme.el | ||
| 931 | |||
| 797 | Christopher Oliver: changed mouse.el | 932 | Christopher Oliver: changed mouse.el |
| 798 | 933 | ||
| 799 | Christopher Schmidt: changed files.el ibuffer.el org.el tips.texi | 934 | Christopher Schmidt: changed files.el ibuffer.el org.el tips.texi |
| @@ -806,7 +941,7 @@ Christopher Thorne: changed dired.el progmodes/grep.el | |||
| 806 | Christopher Wellons: changed emacs-lisp/cl-lib.el hashcash.el | 941 | Christopher Wellons: changed emacs-lisp/cl-lib.el hashcash.el |
| 807 | viper-cmd.el viper-ex.el viper-init.el viper.el | 942 | viper-cmd.el viper-ex.el viper-init.el viper.el |
| 808 | 943 | ||
| 809 | Christophe Troestler: changed epg.el | 944 | Christophe Troestler: changed gnus-icalendar.el epg.el newcomment.el |
| 810 | 945 | ||
| 811 | Christoph Scholtes: changed README.W32 progmodes/python.el stdint.h | 946 | Christoph Scholtes: changed README.W32 progmodes/python.el stdint.h |
| 812 | INSTALL maintaining.texi INSTALL.REPO admin.el bookmark.el | 947 | INSTALL maintaining.texi INSTALL.REPO admin.el bookmark.el |
| @@ -832,10 +967,16 @@ Claudio Bley: changed image.c image.el process.c stat.h w32-win.el w32.c | |||
| 832 | 967 | ||
| 833 | Claudio Fontana: changed Makefile.in leim/Makefile.in lib-src/Makefile.in | 968 | Claudio Fontana: changed Makefile.in leim/Makefile.in lib-src/Makefile.in |
| 834 | 969 | ||
| 970 | Clemens Radermacher: changed cus-start.el frame.c minibuf.texi window.el | ||
| 971 | |||
| 835 | Clément Pit--Claudel: changed debugging.texi emacs-lisp/debug.el eval.c | 972 | Clément Pit--Claudel: changed debugging.texi emacs-lisp/debug.el eval.c |
| 836 | progmodes/python.el subr-tests.el subr.el url-http.el url-vars.el | 973 | progmodes/python.el subr-tests.el subr.el url-http.el url-vars.el |
| 837 | 974 | ||
| 838 | Clément Pit-Claudel: changed keyboard.c text.texi | 975 | Clément Pit-Claudel: changed Dockerfile.emba button.el configure.ac |
| 976 | display.texi ert.el gitlab-ci.yml keyboard.c tex-mode.el text.texi | ||
| 977 | xdisp.c | ||
| 978 | |||
| 979 | Codruț Constantin Gușoi: changed files.el | ||
| 839 | 980 | ||
| 840 | Colin Marquardt: changed gnus.el message.el | 981 | Colin Marquardt: changed gnus.el message.el |
| 841 | 982 | ||
| @@ -850,8 +991,14 @@ and changed calc.el replace.el update-game-score.c calc-ext.el | |||
| 850 | 991 | ||
| 851 | Colin Williams: changed calc.texi | 992 | Colin Williams: changed calc.texi |
| 852 | 993 | ||
| 994 | Colin Woodbury: changed files.el files.texi macros.texi shortdoc.el | ||
| 995 | |||
| 853 | Constantin Kulikov: changed server.el startup.el | 996 | Constantin Kulikov: changed server.el startup.el |
| 854 | 997 | ||
| 998 | Constantino Calancha: changed dired.el | ||
| 999 | |||
| 1000 | Corwin Brust: changed erc-services.el | ||
| 1001 | |||
| 855 | Courtney Bane: changed term.c | 1002 | Courtney Bane: changed term.c |
| 856 | 1003 | ||
| 857 | Craig Markwardt: changed icalendar.el | 1004 | Craig Markwardt: changed icalendar.el |
| @@ -878,12 +1025,14 @@ and changed mail-extr.el | |||
| 878 | 1025 | ||
| 879 | Dale Sedivec: changed sgml-mode.el wisent/python.el | 1026 | Dale Sedivec: changed sgml-mode.el wisent/python.el |
| 880 | 1027 | ||
| 881 | Damien Cassou: wrote auth-source-pass-tests.el | 1028 | Damien Cassou: wrote auth-source-pass-tests.el hierarchy-tests.el |
| 1029 | hierarchy.el | ||
| 882 | and co-wrote auth-source-pass.el auth-source-tests.el | 1030 | and co-wrote auth-source-pass.el auth-source-tests.el |
| 883 | and changed auth.texi message.el seq-tests.el seq.el simple-tests.el | 1031 | and changed auth.texi checkdoc.el ispell.el message.el seq-tests.el |
| 884 | simple.el auth-source.el checkdoc-tests.el checkdoc.el imenu-tests.el | 1032 | seq.el simple-tests.el simple.el auth-source.el autorevert.el |
| 885 | imenu.el info.el isearch.el ispell.el json-tests.el json.el | 1033 | checkdoc-tests.el imenu-tests.el imenu.el info.el isearch.el |
| 886 | message-tests.el package.el rmc.el sequences.texi xref.el | 1034 | json-tests.el json.el message-tests.el package.el rmc.el sequences.texi |
| 1035 | xref.el | ||
| 887 | 1036 | ||
| 888 | Damien Elmes: changed erc.el erc-dcc.el erc-track.el erc-log.el | 1037 | Damien Elmes: changed erc.el erc-dcc.el erc-track.el erc-log.el |
| 889 | erc-pcomplete.el README erc-button.el erc-nets.el erc-ring.el Makefile | 1038 | erc-pcomplete.el README erc-button.el erc-nets.el erc-ring.el Makefile |
| @@ -898,12 +1047,12 @@ Dan Christensen: changed gnus-sum.el nndoc.el nnfolder.el gnus-art.el | |||
| 898 | spam.el time-date.el | 1047 | spam.el time-date.el |
| 899 | 1048 | ||
| 900 | Dan Davison: wrote ob-matlab.el ob-octave.el | 1049 | Dan Davison: wrote ob-matlab.el ob-octave.el |
| 901 | and co-wrote ob-R.el ob-core.el ob-exp.el ob-lob.el ob-perl.el | 1050 | and co-wrote ob-R.el ob-core.el ob-exp.el ob-java.el ob-lob.el ob-perl.el |
| 902 | ob-python.el ob-ref.el org-src.el | 1051 | ob-python.el ob-ref.el org-src.el |
| 903 | and changed ob.el ob-sh.el org.el ox.el ox-latex.el ob-tangle.el ob-C.el | 1052 | and changed ob.el ob-sh.el org.el ox.el ox-latex.el ob-tangle.el ob-C.el |
| 904 | ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el ob-scheme.el | 1053 | ob-clojure.el ob-haskell.el ob-ruby.el ob-scheme.el ob-table.el |
| 905 | ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el ob-mscgen.el | 1054 | ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el ob-ocaml.el ob-org.el |
| 906 | ob-ocaml.el ob-org.el ob-plantuml.el and 14 other files | 1055 | ob-plantuml.el ob-sass.el ob-screen.el and 12 other files |
| 907 | 1056 | ||
| 908 | Daniel Barrett: changed dbnotn.rnc | 1057 | Daniel Barrett: changed dbnotn.rnc |
| 909 | 1058 | ||
| @@ -919,7 +1068,7 @@ and co-wrote js.el | |||
| 919 | and changed keyboard.c emacs.c w32fns.c alloc.c image.c cl-macs.el lisp.h | 1068 | and changed keyboard.c emacs.c w32fns.c alloc.c image.c cl-macs.el lisp.h |
| 920 | src/Makefile.in configure.ac frame.c frame.el process.c xterm.el | 1069 | src/Makefile.in configure.ac frame.c frame.el process.c xterm.el |
| 921 | sh-script.el xfaces.c coding.c cygw32.c data.c dbusbind.c fns.c font.c | 1070 | sh-script.el xfaces.c coding.c cygw32.c data.c dbusbind.c fns.c font.c |
| 922 | and 216 other files | 1071 | and 213 other files |
| 923 | 1072 | ||
| 924 | Daniel Dehennin: changed gnus-mlspl.el mml2015.el gnus-msg.el gnus.texi | 1073 | Daniel Dehennin: changed gnus-mlspl.el mml2015.el gnus-msg.el gnus.texi |
| 925 | mm-decode.el nnmail.el ox.el | 1074 | mm-decode.el nnmail.el ox.el |
| @@ -931,6 +1080,10 @@ Daniel Elliott: changed octave.el | |||
| 931 | Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi | 1080 | Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi |
| 932 | misc.texi process.c process.h processes.texi term.el w32.c w32.h | 1081 | misc.texi process.c process.h processes.texi term.el w32.c w32.h |
| 933 | 1082 | ||
| 1083 | Daniele Nicolodi: changed url-http.el | ||
| 1084 | |||
| 1085 | Daniel Gröber: changed rxvt.el | ||
| 1086 | |||
| 934 | Daniel Hackney: wrote package-tests.el | 1087 | Daniel Hackney: wrote package-tests.el |
| 935 | and co-wrote package.el | 1088 | and co-wrote package.el |
| 936 | and changed package-test.el package-x.el ange-ftp.el | 1089 | and changed package-test.el package-x.el ange-ftp.el |
| @@ -943,20 +1096,31 @@ Daniel Jensen: changed apropos.el | |||
| 943 | 1096 | ||
| 944 | Daniel Kahn Gillmor: changed mml-sec.el | 1097 | Daniel Kahn Gillmor: changed mml-sec.el |
| 945 | 1098 | ||
| 946 | Daniel Koning: changed artist.el commands.texi subr.el | 1099 | Daniel Koning: changed simple.el artist.el commands.texi subr.el |
| 947 | 1100 | ||
| 948 | Daniel LaLiberte: wrote cust-print.el edebug.el isearch.el | 1101 | Daniel LaLiberte: wrote cust-print.el edebug.el isearch.el |
| 949 | and co-wrote hideif.el | 1102 | and co-wrote hideif.el |
| 950 | and changed mlconvert.el eval-region.el | 1103 | and changed mlconvert.el eval-region.el |
| 951 | 1104 | ||
| 1105 | Daniel Lenski: changed speedbar.el | ||
| 1106 | |||
| 952 | Daniel Lopez: changed progmodes/compile.el | 1107 | Daniel Lopez: changed progmodes/compile.el |
| 953 | 1108 | ||
| 954 | Daniel Lublin: changed dns-mode.el | 1109 | Daniel Lublin: changed dns-mode.el |
| 955 | 1110 | ||
| 1111 | Daniel Martín: changed shortdoc.el nsterm.m erc.texi files.el files.texi | ||
| 1112 | msdos-xtra.texi ns-win.el basic.texi cmacexp.el compilation.txt | ||
| 1113 | compile-tests.el cscope.el diff.el dired.el editfns.c emacs.texi | ||
| 1114 | files-tests.el find-func-tests.el find-func.el frame.c frame.el | ||
| 1115 | and 16 other files | ||
| 1116 | |||
| 956 | Daniel McClanahan: changed lisp-mode.el | 1117 | Daniel McClanahan: changed lisp-mode.el |
| 957 | 1118 | ||
| 958 | Daniel M Coffman: changed arc-mode.el | 1119 | Daniel M Coffman: changed arc-mode.el |
| 959 | 1120 | ||
| 1121 | Daniel Mendler: changed minibuffer.el minibuf.texi simple.el help-fns.el | ||
| 1122 | info.el minibuf.c minibuffer-tests.el xref.el | ||
| 1123 | |||
| 960 | Daniel M German: co-wrote org-protocol.el | 1124 | Daniel M German: co-wrote org-protocol.el |
| 961 | 1125 | ||
| 962 | Daniel Néri: changed message.el | 1126 | Daniel Néri: changed message.el |
| @@ -983,6 +1147,8 @@ Daniel Ralston: changed rcirc.el | |||
| 983 | 1147 | ||
| 984 | Daniel Schoepe: changed gnus-sum.el | 1148 | Daniel Schoepe: changed gnus-sum.el |
| 985 | 1149 | ||
| 1150 | Daniel Semyonov: changed mairix.el | ||
| 1151 | |||
| 986 | Dani Moncayo: changed msys-to-w32 Makefile.in configure.ac buffers.texi | 1152 | Dani Moncayo: changed msys-to-w32 Makefile.in configure.ac buffers.texi |
| 987 | lists.texi mini.texi INSTALL README.W32 basic.texi custom.texi | 1153 | lists.texi mini.texi INSTALL README.W32 basic.texi custom.texi |
| 988 | dired.texi display.texi emacs-lisp-intro.texi files.texi killing.texi | 1154 | dired.texi display.texi emacs-lisp-intro.texi files.texi killing.texi |
| @@ -993,15 +1159,19 @@ and co-wrote hideshow.el | |||
| 993 | and changed vc.el configure.ac vc-hg.el vc-git.el src/Makefile.in | 1159 | and changed vc.el configure.ac vc-hg.el vc-git.el src/Makefile.in |
| 994 | vc-bzr.el sysdep.c emacs.c process.c vc-cvs.el lisp.h term.c | 1160 | vc-bzr.el sysdep.c emacs.c process.c vc-cvs.el lisp.h term.c |
| 995 | vc-hooks.el xterm.c keyboard.c vc-svn.el xterm.el callproc.c darwin.h | 1161 | vc-hooks.el xterm.c keyboard.c vc-svn.el xterm.el callproc.c darwin.h |
| 996 | term.el gnu-linux.h and 921 other files | 1162 | term.el gnu-linux.h and 920 other files |
| 997 | 1163 | ||
| 998 | Danny Roozendaal: wrote handwrite.el | 1164 | Danny Roozendaal: wrote handwrite.el |
| 999 | 1165 | ||
| 1000 | Danny Siu: changed gnus-sum.el gnus-picon.el nndoc.el nnimap.el smiley.el | 1166 | Danny Siu: changed gnus-sum.el gnus-picon.el nndoc.el nnimap.el smiley.el |
| 1001 | 1167 | ||
| 1168 | Dan Ports: changed configure.ac | ||
| 1169 | |||
| 1002 | Dan Rosenberg: changed movemail.c | 1170 | Dan Rosenberg: changed movemail.c |
| 1003 | 1171 | ||
| 1004 | Dario Gjorgjevski: changed auth-source.el recentf.el syntax.el | 1172 | Dario Gjorgjevski: changed progmodes/python.el project.el auth-source.el |
| 1173 | cus-edit.el erc-desktop-notifications.el ido.el minibuffer-tests.el | ||
| 1174 | recentf.el sh-script.el syntax.el tramp.el xml.el | ||
| 1005 | 1175 | ||
| 1006 | Darren Hoo: changed db-find.el db.el gnus-art.el isearch.el man.el | 1176 | Darren Hoo: changed db-find.el db.el gnus-art.el isearch.el man.el |
| 1007 | nsmenu.m startup.el | 1177 | nsmenu.m startup.el |
| @@ -1027,7 +1197,7 @@ and co-wrote latin-ltx.el socks.el | |||
| 1027 | and changed configure.ac help.el mule-cmds.el fortran.el mule-conf.el | 1197 | and changed configure.ac help.el mule-cmds.el fortran.el mule-conf.el |
| 1028 | xterm.c browse-url.el mule.el coding.c src/Makefile.in european.el | 1198 | xterm.c browse-url.el mule.el coding.c src/Makefile.in european.el |
| 1029 | fns.c mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el | 1199 | fns.c mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el |
| 1030 | files.el keyboard.c byte-opt.el info.el and 772 other files | 1200 | files.el keyboard.c byte-opt.el info.el and 771 other files |
| 1031 | 1201 | ||
| 1032 | Dave Pearson: wrote 5x5.el quickurl.el | 1202 | Dave Pearson: wrote 5x5.el quickurl.el |
| 1033 | 1203 | ||
| @@ -1063,8 +1233,10 @@ David De La Harpe Golden: changed files.el mouse.el simple.el fileio.c | |||
| 1063 | cus-start.el nsselect.m select.el w32-fns.el x-win.el xterm.c | 1233 | cus-start.el nsselect.m select.el w32-fns.el x-win.el xterm.c |
| 1064 | 1234 | ||
| 1065 | David Edmondson: changed message.el erc.el mml2015.el process.c | 1235 | David Edmondson: changed message.el erc.el mml2015.el process.c |
| 1066 | gnus-cite.el imap.el mm-uu.el mm-view.el nnfolder.el nnimap.el nnml.el | 1236 | gnus-cite.el gnus-cloud.el gnus.texi imap.el mm-uu.el mm-view.el |
| 1067 | rcirc.el shr.el | 1237 | nnfolder.el nnimap.el nnml.el rcirc.el shr.el |
| 1238 | |||
| 1239 | Davide Masserut: changed bindings.el basic.texi | ||
| 1068 | 1240 | ||
| 1069 | David Engster: wrote mairix.el nnmairix.el | 1241 | David Engster: wrote mairix.el nnmairix.el |
| 1070 | and co-wrote gitmerge.el | 1242 | and co-wrote gitmerge.el |
| @@ -1072,7 +1244,7 @@ and changed cedet/semantic.el db.el insert.el semantic/complete.el c.by | |||
| 1072 | c.el db-el.el db-file.el db-find.el ede-grammar.el eieio-opt.el | 1244 | c.el db-el.el db-file.el db-find.el ede-grammar.el eieio-opt.el |
| 1073 | eieio.el eieio.texi gnus.texi registry.el srecode/compile.el | 1245 | eieio.el eieio.texi gnus.texi registry.el srecode/compile.el |
| 1074 | wisent/python.el analyze.el bovine/el.el bovine/grammar.el | 1246 | wisent/python.el analyze.el bovine/el.el bovine/grammar.el |
| 1075 | decorate/mode.el and 87 other files | 1247 | decorate/mode.el and 88 other files |
| 1076 | 1248 | ||
| 1077 | David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el | 1249 | David Gillespie: wrote calc-aent.el calc-alg.el calc-arith.el calc-bin.el |
| 1078 | calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el | 1250 | calc-comb.el calc-cplx.el calc-embed.el calc-ext.el calc-fin.el |
| @@ -1139,7 +1311,7 @@ and changed mode-clone.el | |||
| 1139 | David Michael: changed files.el | 1311 | David Michael: changed files.el |
| 1140 | 1312 | ||
| 1141 | David M. Koppelman: wrote hi-lock.el | 1313 | David M. Koppelman: wrote hi-lock.el |
| 1142 | and changed display.texi | 1314 | and changed display.texi userlock.el |
| 1143 | 1315 | ||
| 1144 | David Moore: co-wrote nnvirtual.el | 1316 | David Moore: co-wrote nnvirtual.el |
| 1145 | and changed gnus-xmas.el | 1317 | and changed gnus-xmas.el |
| @@ -1195,13 +1367,15 @@ Debarshi Ray: changed erc-backend.el erc.el | |||
| 1195 | 1367 | ||
| 1196 | Decklin Foster: changed nngateway.el | 1368 | Decklin Foster: changed nngateway.el |
| 1197 | 1369 | ||
| 1198 | Deepak Goel: changed idlw-shell.el ada-xref.el feedmail.el files.el | 1370 | Deepak Goel: changed idlw-shell.el feedmail.el files.el find-func.el |
| 1199 | find-func.el flymake.el mh-search.el mh-seq.el mh-thread.el mh-xface.el | 1371 | flymake.el mh-search.el mh-seq.el mh-thread.el mh-xface.el org.el |
| 1200 | org.el simple.el vc.el vhdl-mode.el wdired.el README ada-mode.el | 1372 | simple.el vc.el vhdl-mode.el wdired.el README allout.el appt.el |
| 1201 | allout.el appt.el apropos.el artist.el and 85 other files | 1373 | apropos.el artist.el bibtex.el bindings.el and 83 other files |
| 1202 | 1374 | ||
| 1203 | D. E. Evans: changed basic.texi | 1375 | D. E. Evans: changed basic.texi |
| 1204 | 1376 | ||
| 1377 | Deneb Meketa: changed progmodes/python.el | ||
| 1378 | |||
| 1205 | Denis B. Roegel: co-wrote solar.el | 1379 | Denis B. Roegel: co-wrote solar.el |
| 1206 | 1380 | ||
| 1207 | Denis Bueno: changed autorevert.el | 1381 | Denis Bueno: changed autorevert.el |
| @@ -1228,6 +1402,8 @@ Derek Peschel: changed etags.c | |||
| 1228 | 1402 | ||
| 1229 | Derek Upham: changed nxml-mode.el | 1403 | Derek Upham: changed nxml-mode.el |
| 1230 | 1404 | ||
| 1405 | Derek Zhou: changed process.c | ||
| 1406 | |||
| 1231 | Detlev Zundel: wrote re-builder.el | 1407 | Detlev Zundel: wrote re-builder.el |
| 1232 | and changed buffer.c | 1408 | and changed buffer.c |
| 1233 | 1409 | ||
| @@ -1243,7 +1419,11 @@ Diane Murray: changed erc.el erc-backend.el erc-menu.el erc-button.el | |||
| 1243 | erc-goodies.el erc-ibuffer.el erc-log.el erc-nicklist.el url-http.el | 1419 | erc-goodies.el erc-ibuffer.el erc-log.el erc-nicklist.el url-http.el |
| 1244 | Makefile erc-dcc.el and 36 other files | 1420 | Makefile erc-dcc.el and 36 other files |
| 1245 | 1421 | ||
| 1246 | Dick R. Chiang: changed checkdoc.el cl-macs-tests.el cl-macs.el | 1422 | Dick R. Chiang: changed ffap-tests.el ffap.el gnus-group.el gnus.texi |
| 1423 | message.el bindings.el buffer-tests.el buffer.c checkdoc.el | ||
| 1424 | cl-macs-tests.el cl-macs.el comint-tests.el gnus-srvr.el gnus-sum.el | ||
| 1425 | gnus-topic.el gnutls.c key.pub key.sec minibuffer.el misc.texi | ||
| 1426 | package.el and 6 other files | ||
| 1247 | 1427 | ||
| 1248 | Didier Verna: wrote gnus-diary.el nndiary.el | 1428 | Didier Verna: wrote gnus-diary.el nndiary.el |
| 1249 | and co-wrote nnml.el | 1429 | and co-wrote nnml.el |
| @@ -1263,7 +1443,7 @@ Dima Kogan: wrote diff-mode-tests.el | |||
| 1263 | and changed diff-mode.el erc-backend.el image.c font.c gud.el hideshow.el | 1443 | and changed diff-mode.el erc-backend.el image.c font.c gud.el hideshow.el |
| 1264 | autorevert.el comint.el find-file.el subword.el BOOST.tests PCRE.tests | 1444 | autorevert.el comint.el find-file.el subword.el BOOST.tests PCRE.tests |
| 1265 | PTESTS TESTS align.el alloc.c ediff-mult.el ediff.el erc-button.el | 1445 | PTESTS TESTS align.el alloc.c ediff-mult.el ediff.el erc-button.el |
| 1266 | isearch.el keyboard.c and 11 other files | 1446 | isearch.el keyboard.c and 12 other files |
| 1267 | 1447 | ||
| 1268 | Dirk Herrmann: co-wrote bibtex.el | 1448 | Dirk Herrmann: co-wrote bibtex.el |
| 1269 | 1449 | ||
| @@ -1271,12 +1451,14 @@ Dirk-Jan C. Binnema: changed org-agenda.el | |||
| 1271 | 1451 | ||
| 1272 | Dirk Ullrich: changed ispell.el | 1452 | Dirk Ullrich: changed ispell.el |
| 1273 | 1453 | ||
| 1454 | Dmitrii Kuragin: changed ispell.el | ||
| 1455 | |||
| 1274 | Dmitri Paduchikh: changed advice.el | 1456 | Dmitri Paduchikh: changed advice.el |
| 1275 | 1457 | ||
| 1276 | Dmitry Antipov: changed lisp.h xdisp.c alloc.c xterm.c frame.c buffer.c | 1458 | Dmitry Antipov: changed lisp.h xdisp.c alloc.c xterm.c frame.c buffer.c |
| 1277 | xfns.c window.c font.c w32term.c frame.h keyboard.c nsterm.m w32fns.c | 1459 | xfns.c window.c font.c w32term.c frame.h keyboard.c nsterm.m w32fns.c |
| 1278 | editfns.c xterm.h xfaces.c dispnew.c fileio.c dispextern.h fns.c | 1460 | editfns.c xterm.h xfaces.c dispnew.c fileio.c dispextern.h fns.c |
| 1279 | and 278 other files | 1461 | and 277 other files |
| 1280 | 1462 | ||
| 1281 | Dmitry Bolshakov: changed hideshow.el | 1463 | Dmitry Bolshakov: changed hideshow.el |
| 1282 | 1464 | ||
| @@ -1287,11 +1469,11 @@ Dmitry Gorbik: changed org.el | |||
| 1287 | 1469 | ||
| 1288 | Dmitry Gutov: wrote elisp-mode-tests.el jit-lock-tests.el json-tests.el | 1470 | Dmitry Gutov: wrote elisp-mode-tests.el jit-lock-tests.el json-tests.el |
| 1289 | vc-hg-tests.el xref-tests.el | 1471 | vc-hg-tests.el xref-tests.el |
| 1290 | and changed ruby-mode.el xref.el project.el vc-git.el elisp-mode.el | 1472 | and changed xref.el ruby-mode.el project.el vc-git.el elisp-mode.el |
| 1291 | etags.el ruby-mode-tests.el js.el package.el vc-hg.el vc.el | 1473 | etags.el ruby-mode-tests.el js.el vc.el vc-hg.el package.el |
| 1292 | symref/grep.el log-edit.el dired-aux.el simple.el minibuffer.el | 1474 | symref/grep.el dired-aux.el simple.el log-edit.el minibuffer.el |
| 1293 | menu-bar.el package-test.el progmodes/grep.el vc-svn.el eldoc.el | 1475 | progmodes/grep.el ido.el maintaining.texi menu-bar.el package-test.el |
| 1294 | and 111 other files | 1476 | and 123 other files |
| 1295 | 1477 | ||
| 1296 | Dmitry Kurochkin: changed isearch.el | 1478 | Dmitry Kurochkin: changed isearch.el |
| 1297 | 1479 | ||
| @@ -1311,6 +1493,10 @@ Don Woods: changed replace.el | |||
| 1311 | 1493 | ||
| 1312 | Doug Cutting: co-wrote disass.el | 1494 | Doug Cutting: co-wrote disass.el |
| 1313 | 1495 | ||
| 1496 | Doug Davis: changed elisp-mode.el progmodes/python.el | ||
| 1497 | |||
| 1498 | Doug Gilmore: changed xterm.c | ||
| 1499 | |||
| 1314 | Douglas Lewan: changed TUTORIAL.pt_BR | 1500 | Douglas Lewan: changed TUTORIAL.pt_BR |
| 1315 | 1501 | ||
| 1316 | Doug Maxey: changed mouse.el | 1502 | Doug Maxey: changed mouse.el |
| @@ -1319,12 +1505,16 @@ Drake Wilson: changed emacsclient.c files.el misc.texi | |||
| 1319 | 1505 | ||
| 1320 | Drew Adams: wrote light-blue-theme.el | 1506 | Drew Adams: wrote light-blue-theme.el |
| 1321 | and co-wrote color.el | 1507 | and co-wrote color.el |
| 1322 | and changed dired.el cus-edit.el imenu.el info.el ls-lisp.el faces.el | 1508 | and changed dired.el cus-edit.el imenu.el info.el ls-lisp.el menu-bar.el |
| 1323 | files.el help-mode.el help.el isearch.el menu-bar.el modes.texi | 1509 | dired.texi faces.el files.el frame.el help-fns.el help-mode.el help.el |
| 1324 | mouse.el ange-ftp.el apropos.el bindings.el bookmark.el custom.el | 1510 | help.texi isearch.el modes.texi mouse.el wid-edit.el ange-ftp.el |
| 1325 | descr-text.el dired-aux.el dired.texi and 18 other files | 1511 | apropos.el bindings.el and 22 other files |
| 1512 | |||
| 1513 | Earl Hyatt: changed ffap.el seq-tests.el sequences.texi windows.texi | ||
| 1514 | control.texi cus-edit.el hi-lock.el misc.texi pcase-tests.el pcase.el | ||
| 1515 | replace.el search.texi seq.el tab-bar.el | ||
| 1326 | 1516 | ||
| 1327 | E. Choroba: changed simple.el | 1517 | E. Choroba: changed cperl-mode.el simple.el |
| 1328 | 1518 | ||
| 1329 | Edison Ibañez: changed auth-source-pass-tests.el | 1519 | Edison Ibañez: changed auth-source-pass-tests.el |
| 1330 | 1520 | ||
| @@ -1361,6 +1551,8 @@ Eirik Fuller: changed ralloc.c xterm.c | |||
| 1361 | E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el | 1551 | E. Jay Berkenbilt: changed b2m.c flyspell.el ispell.el unrmail.el |
| 1362 | whitespace.el window.h | 1552 | whitespace.el window.h |
| 1363 | 1553 | ||
| 1554 | Elad Lahav: changed configure.ac | ||
| 1555 | |||
| 1364 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-cite.el gnus-int.el | 1556 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-cite.el gnus-int.el |
| 1365 | gnus-srvr.el gnus.el nnimap.el | 1557 | gnus-srvr.el gnus.el nnimap.el |
| 1366 | 1558 | ||
| @@ -1373,13 +1565,19 @@ and changed simple.el dired.el | |||
| 1373 | Eli Tziperman: wrote rmail-spam-filter.el | 1565 | Eli Tziperman: wrote rmail-spam-filter.el |
| 1374 | 1566 | ||
| 1375 | Eli Zaretskii: wrote [bidirectional display in xdisp.c] | 1567 | Eli Zaretskii: wrote [bidirectional display in xdisp.c] |
| 1376 | [tty menus in term.c] abbrev-tests.el bidi.c biditest.el | 1568 | [tty menus in term.c] abbrev-tests.el bidi.c biditest.el cham.el |
| 1377 | chartab-tests.el coding-tests.el doc-tests.el etags-tests.el rxvt.el | 1569 | chartab-tests.el coding-tests.el etags-tests.el rxvt.el tty-colors.el |
| 1378 | tty-colors.el | 1570 | and co-wrote help-tests.el |
| 1379 | and changed xdisp.c msdos.c w32.c display.texi w32fns.c simple.el | 1571 | and changed xdisp.c display.texi w32.c msdos.c w32fns.c simple.el |
| 1380 | files.el fileio.c keyboard.c w32term.c w32proc.c emacs.c files.texi | 1572 | files.el fileio.c keyboard.c emacs.c w32term.c text.texi dispnew.c |
| 1381 | text.texi dispnew.c frames.texi lisp.h dispextern.h window.c process.c | 1573 | w32proc.c files.texi frames.texi configure.ac lisp.h dispextern.h |
| 1382 | term.c and 1188 other files | 1574 | process.c editfns.c and 1231 other files |
| 1575 | |||
| 1576 | Eliza Velasquez: changed server.el | ||
| 1577 | |||
| 1578 | Ellington Santos: changed battery.el | ||
| 1579 | |||
| 1580 | Emacs-F: changed rmail-spam-filter.el | ||
| 1383 | 1581 | ||
| 1384 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c | 1582 | Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c |
| 1385 | fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el | 1583 | fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el |
| @@ -1391,20 +1589,21 @@ Emilio C. Lopes: changed woman.el cmuscheme.el help.el vc.el advice.el | |||
| 1391 | animate.el apropos.el artist.el bookmark.el cal-menu.el calc-prog.el | 1589 | animate.el apropos.el artist.el bookmark.el cal-menu.el calc-prog.el |
| 1392 | calc-store.el calcalg3.el calendar.el calendar.texi checkdoc.el | 1590 | calc-store.el calcalg3.el calendar.el calendar.texi checkdoc.el |
| 1393 | code-pages.el codepage.el completion.el cus-edit.el diff.el | 1591 | code-pages.el codepage.el completion.el cus-edit.el diff.el |
| 1394 | and 57 other files | 1592 | and 58 other files |
| 1395 | 1593 | ||
| 1396 | Emmanuel Briot: wrote xml.el | 1594 | Emmanuel Briot: wrote xml.el |
| 1397 | and changed ada-mode.el ada-stmt.el ada-prj.el ada-xref.el | 1595 | and changed ada-stmt.el |
| 1398 | 1596 | ||
| 1399 | Era Eriksson: changed bibtex.el dired.el json.el ses.el ses.texi shell.el | 1597 | Era Eriksson: changed bibtex.el dired.el json.el ses.el ses.texi shell.el |
| 1400 | tramp.el tramp.texi | 1598 | tramp.el tramp.texi |
| 1401 | 1599 | ||
| 1402 | Eric Abrahamsen: wrote gnus-test-headers.el | 1600 | Eric Abrahamsen: wrote gnus-dbus.el gnus-search-tests.el gnus-search.el |
| 1403 | and changed gnus-sum.el gnus-group.el gnus-start.el gnus-registry.el | 1601 | gnus-test-headers.el |
| 1404 | eieio-base.el nnimap.el gnus.texi nnir.el gnus-agent.el registry.el | 1602 | and changed gnus-sum.el gnus-group.el gnus-registry.el gnus-start.el |
| 1405 | gnus-srvr.el gnus.el eieio.el gnus-score.el files.el files.texi | 1603 | gnus.texi eieio-base.el nnimap.el nnir.el gnus-agent.el gnus.el |
| 1406 | gnus-art.el gnus-cache.el nnmail.el nnmaildir.el nnrss.el | 1604 | registry.el gnus-srvr.el eieio.el gnus-cache.el gnus-msg.el |
| 1407 | and 43 other files | 1605 | gnus-score.el message.el files.el files.texi gnus-art.el gnus-util.el |
| 1606 | and 50 other files | ||
| 1408 | 1607 | ||
| 1409 | Eric Bélanger: changed image.c | 1608 | Eric Bélanger: changed image.c |
| 1410 | 1609 | ||
| @@ -1430,62 +1629,61 @@ Eric Marsden: changed gnus-cache.el url-util.el | |||
| 1430 | 1629 | ||
| 1431 | Eric M. Ludlam: wrote analyze.el analyze/complete.el analyze/debug.el | 1630 | Eric M. Ludlam: wrote analyze.el analyze/complete.el analyze/debug.el |
| 1432 | args.el auto.el autoconf-edit.el base.el bovine.el bovine/debug.el | 1631 | args.el auto.el autoconf-edit.el base.el bovine.el bovine/debug.el |
| 1433 | bovine/el.el bovine/make.el c.el cedet-cscope.el cedet-files.el | 1632 | bovine/el.el bovine/make.el c.el cedet-cscope.el cedet-files-tests.el |
| 1434 | cedet-global.el cedet-idutils.el cedet-utests.el cedet/semantic.el | 1633 | cedet-files.el cedet-global.el cedet-idutils.el cedet-utests.el |
| 1435 | cedet/srecode.el checkdoc.el config.el cpp-root.el cscope.el | 1634 | cedet/semantic.el cedet/srecode.el checkdoc.el config.el cpp-root.el |
| 1436 | data-debug.el db-debug.el db-el.el db-file.el db-find.el db-global.el | 1635 | cscope.el data-debug.el db-debug.el db-el.el db-file.el db-find.el |
| 1437 | db-mode.el db-ref.el db-typecache.el db.el decorate.el decorate/mode.el | 1636 | db-global.el db-mode.el db-ref.el db-typecache.el db.el decorate.el |
| 1438 | dep.el detect.el dframe.el dictionary.el doc.el document.el | 1637 | decorate/mode.el dep.el detect.el dframe.el dictionary.el doc.el |
| 1439 | ede-grammar.el ede-tests.el ede.el ede/custom.el ede/dired.el | 1638 | document-tests.el document.el ede-grammar.el ede-tests.el ede.el |
| 1440 | ede/files.el ede/generic.el ede/linux.el ede/locate.el ede/make.el | 1639 | ede/custom.el ede/dired.el ede/files.el ede/generic.el ede/linux.el |
| 1441 | ede/shell.el ede/simple.el ede/speedbar.el ede/srecode.el ede/util.el | 1640 | ede/locate.el ede/make.el ede/shell.el ede/simple.el ede/speedbar.el |
| 1442 | edit.el eieio-base.el eieio-compat.el eieio-core.el eieio-custom.el | 1641 | ede/srecode.el ede/util.el edit.el eieio-base.el eieio-compat.el |
| 1443 | eieio-datadebug.el eieio-opt.el eieio-speedbar.el | 1642 | eieio-core.el eieio-custom.el eieio-datadebug.el eieio-opt.el |
| 1444 | eieio-test-methodinvoke.el eieio-test-persist.el eieio-tests.el | 1643 | eieio-speedbar.el eieio-test-methodinvoke.el eieio-test-persist.el |
| 1445 | eieio.el emacs-lisp/chart.el emacs.el expandproto.el extract.el | 1644 | eieio-tests.el eieio.el emacs-lisp/chart.el emacs.el expandproto.el |
| 1446 | ezimage.el fcn.el fields.el filter.el filters.el fw.el gcc.el getset.el | 1645 | extract.el ezimage.el fcn.el fields-tests.el fields.el filter.el |
| 1447 | global.el html.el ia-sb.el ia.el idle.el idutils.el include.el | 1646 | filters.el format-tests.el fw-tests.el fw.el gcc-tests.el gcc.el |
| 1448 | insert.el inversion.el javascript.el lex-spp.el lex.el list.el | 1647 | getset.el global.el html.el ia-sb.el ia.el idle.el idutils.el |
| 1449 | makefile-edit.el map.el mru-bookmark.el pconf.el pmake.el | 1648 | include.el insert.el inversion-tests.el inversion.el javascript.el |
| 1450 | proj-archive.el proj-aux.el proj-comp.el proj-elisp.el proj-info.el | 1649 | lex-spp.el lex.el list.el makefile-edit.el map.el mru-bookmark.el |
| 1451 | proj-misc.el proj-obj.el proj-prog.el proj-scheme.el proj-shared.el | 1650 | pconf.el pmake.el proj-archive.el proj-aux.el proj-comp.el |
| 1452 | proj.el project-am.el pulse.el refs.el sb-image.el sb.el scm.el | 1651 | proj-elisp.el proj-info.el proj-misc.el proj-obj.el proj-prog.el |
| 1453 | scope.el semantic-tests.el semantic-utest-c.el semantic-utest-fmt.el | 1652 | proj-scheme.el proj-shared.el proj.el project-am.el pulse.el refs.el |
| 1653 | sb-image.el sb.el scm.el scope.el semantic-tests.el semantic-utest-c.el | ||
| 1454 | semantic-utest-ia.el semantic-utest.el semantic/chart.el | 1654 | semantic-utest-ia.el semantic-utest.el semantic/chart.el |
| 1455 | semantic/complete.el semantic/ctxt.el semantic/debug.el | 1655 | semantic/complete.el semantic/ctxt.el semantic/debug.el |
| 1456 | semantic/find.el semantic/format.el semantic/imenu.el semantic/sort.el | 1656 | semantic/find.el semantic/format.el semantic/imenu.el semantic/sort.el |
| 1457 | semantic/texi.el semantic/util.el source.el speedbar.el | 1657 | semantic/texi.el semantic/util.el source.el speedbar.el |
| 1458 | srecode-tests.el srecode/compile.el srecode/ctxt.el srecode/el.el | 1658 | srecode/compile.el srecode/ctxt.el srecode/el.el srecode/find.el |
| 1459 | srecode/find.el srecode/java.el srecode/mode.el srecode/semantic.el | 1659 | srecode/java.el srecode/mode.el srecode/semantic.el srecode/table.el |
| 1460 | srecode/table.el srecode/texi.el srt.el symref.el symref/grep.el | 1660 | srecode/texi.el srt.el symref.el symref/grep.el system.el tag-file.el |
| 1461 | system.el tag-file.el tag-ls.el tag-write.el tag.el test-fmt.el test.el | 1661 | tag-ls.el tag-write.el tag.el test.el |
| 1462 | and co-wrote db-ebrowse.el srecode/cpp.el util-modes.el | 1662 | and co-wrote db-ebrowse.el srecode/cpp.el util-modes.el |
| 1463 | and changed c.srt ede.texi info.el rmail.el speedbspec.el cedet.el | 1663 | and changed c.srt ede.texi info.el rmail.el speedbspec.el cedet.el |
| 1464 | ede-autoconf.srt ede-make.srt eieio.texi gud.el sb-dir-minus.xpm | 1664 | ede-autoconf.srt ede-make.srt eieio.texi gud.el sb-dir-minus.xpm |
| 1465 | sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm | 1665 | sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm |
| 1466 | sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm | 1666 | sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm |
| 1467 | and 50 other files | 1667 | and 35 other files |
| 1468 | 1668 | ||
| 1469 | Eric Schulte: wrote ob-asymptote.el ob-awk.el ob-calc.el ob-comint.el | 1669 | Eric Schulte: wrote ob-awk.el ob-calc.el ob-comint.el ob-css.el |
| 1470 | ob-coq.el ob-css.el ob-ditaa.el ob-dot.el ob-emacs-lisp.el ob-eval.el | 1670 | ob-ditaa.el ob-dot.el ob-emacs-lisp.el ob-eval.el ob-forth.el |
| 1471 | ob-forth.el ob-gnuplot.el ob-haskell.el ob-java.el ob-js.el ob-latex.el | 1671 | ob-gnuplot.el ob-haskell.el ob-js.el ob-latex.el ob-makefile.el |
| 1472 | ob-makefile.el ob-ocaml.el ob-org.el ob-ruby.el ob-sass.el ob-shell.el | 1672 | ob-ocaml.el ob-org.el ob-ruby.el ob-sass.el ob-shell.el ob-sql.el |
| 1473 | ob-shen.el ob-sql.el ob-sqlite.el ob-table.el ob-tangle.el ob.el | 1673 | ob-sqlite.el ob-table.el ob-tangle.el ob.el org-plot.el |
| 1474 | org-plot.el | ||
| 1475 | and co-wrote ob-C.el ob-R.el ob-core.el ob-exp.el ob-fortran.el | 1674 | and co-wrote ob-C.el ob-R.el ob-core.el ob-exp.el ob-fortran.el |
| 1476 | ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el | 1675 | ob-java.el ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-python.el |
| 1477 | ob-python.el ob-ref.el ob-scheme.el ol-bibtex.el | 1676 | ob-ref.el ob-scheme.el ol-bibtex.el |
| 1478 | and changed org.texi org.el ob-clojure.el org-exp-blocks.el ob-sh.el | 1677 | and changed org.texi org.el ob-clojure.el org-exp-blocks.el ob-sh.el |
| 1479 | org-bibtex.el ox.el ox-latex.el org-src.el ob-plantuml.el ob-keys.el | 1678 | org-bibtex.el ox.el ox-latex.el org-src.el ob-plantuml.el ob-keys.el |
| 1480 | ob-screen.el org-macs.el org-table.el org-agenda.el org-mouse.el | 1679 | ob-screen.el org-macs.el org-table.el org-agenda.el org-mouse.el |
| 1481 | orgcard.tex ob-lilypond.el ob-mscgen.el ob-octave.el org-clock.el | 1680 | orgcard.tex ob-lilypond.el ob-octave.el org-clock.el org-compat.el |
| 1482 | and 16 other files | 1681 | and 13 other files |
| 1483 | 1682 | ||
| 1484 | Eric S Fraga: wrote ob-ledger.el | 1683 | Eric S Fraga: co-wrote ob-maxima.el |
| 1485 | and co-wrote ob-maxima.el | ||
| 1486 | and changed ox-icalendar.el org.texi ox-latex.el | 1684 | and changed ox-icalendar.el org.texi ox-latex.el |
| 1487 | 1685 | ||
| 1488 | Eric Skoglund: changed esh-proc.el eshell.texi | 1686 | Eric Skoglund: changed esh-proc.el eshell.texi replace.el |
| 1489 | 1687 | ||
| 1490 | Eric S. Raymond: wrote AT386.el asm-mode.el cookie1.el finder.el gud.el | 1688 | Eric S. Raymond: wrote AT386.el asm-mode.el cookie1.el finder.el gud.el |
| 1491 | lisp-mnt.el loadhist.el | 1689 | lisp-mnt.el loadhist.el |
| @@ -1513,6 +1711,10 @@ Erik Toubro Nielsen: changed gnus-sum.el gnus-topic.el | |||
| 1513 | 1711 | ||
| 1514 | Ernest Adrogué: changed european.el latin-pre.el mule-cmds.el | 1712 | Ernest Adrogué: changed european.el latin-pre.el mule-cmds.el |
| 1515 | 1713 | ||
| 1714 | Ernest N. Mamikonyan: changed texinfo.el | ||
| 1715 | |||
| 1716 | Ernesto Alfonso: changed simple.el | ||
| 1717 | |||
| 1516 | E Sabof: changed hi-lock.el image-dired.el | 1718 | E Sabof: changed hi-lock.el image-dired.el |
| 1517 | 1719 | ||
| 1518 | Espen Skoglund: wrote pascal.el | 1720 | Espen Skoglund: wrote pascal.el |
| @@ -1524,9 +1726,7 @@ Ethan Bradford: changed ispell.el ange-ftp.el gnus.el gnuspost.el lpr.el | |||
| 1524 | 1726 | ||
| 1525 | Ethan Ligon: changed org-docbook.el ox-html.el | 1727 | Ethan Ligon: changed org-docbook.el ox-html.el |
| 1526 | 1728 | ||
| 1527 | Etienne Prud'homme: changed align.el | 1729 | Etienne Prud’Homme: changed align.el css-mode-tests.el css-mode.el |
| 1528 | |||
| 1529 | Etienne Prud’Homme: changed css-mode-tests.el css-mode.el | ||
| 1530 | 1730 | ||
| 1531 | Eugene Exarevsky: changed sql.el | 1731 | Eugene Exarevsky: changed sql.el |
| 1532 | 1732 | ||
| @@ -1551,7 +1751,10 @@ Eyal Lotem: changed ido.el | |||
| 1551 | Fabián Ezequiel Gallina: wrote progmodes/python.el subr-x-tests.el | 1751 | Fabián Ezequiel Gallina: wrote progmodes/python.el subr-x-tests.el |
| 1552 | and changed python-tests.el subr-x.el imenu.el wisent/python.el | 1752 | and changed python-tests.el subr-x.el imenu.el wisent/python.el |
| 1553 | 1753 | ||
| 1554 | Fabrice Bauzac: changed dired-aux.el fixit.texi search.texi | 1754 | Fabrice Bauzac: changed objects.texi dired-aux.el fixit.texi ibuf-ext.el |
| 1755 | search.texi | ||
| 1756 | |||
| 1757 | Fabrice Nicol: changed etags.c etags.1 | ||
| 1555 | 1758 | ||
| 1556 | Fabrice Niessen: wrote leuven-theme.el | 1759 | Fabrice Niessen: wrote leuven-theme.el |
| 1557 | and changed org-agenda.el | 1760 | and changed org-agenda.el |
| @@ -1559,7 +1762,7 @@ and changed org-agenda.el | |||
| 1559 | Fabrice Popineau: changed w32.c ms-w32.h w32fns.c w32heap.c w32term.c | 1762 | Fabrice Popineau: changed w32.c ms-w32.h w32fns.c w32heap.c w32term.c |
| 1560 | configure.ac lisp.h unexw32.c buffer.c emacs.c image.c w32heap.h | 1763 | configure.ac lisp.h unexw32.c buffer.c emacs.c image.c w32heap.h |
| 1561 | w32proc.c w32term.h INSTALL addsection.c alloc.c dispextern.h | 1764 | w32proc.c w32term.h INSTALL addsection.c alloc.c dispextern.h |
| 1562 | emacs-x64.manifest emacs-x86.manifest etags.c and 25 other files | 1765 | emacs-regex.c emacs-x64.manifest emacs-x86.manifest and 25 other files |
| 1563 | 1766 | ||
| 1564 | Fan Kai: changed esh-arg.el | 1767 | Fan Kai: changed esh-arg.el |
| 1565 | 1768 | ||
| @@ -1568,14 +1771,14 @@ Faried Nawaz: changed message.el | |||
| 1568 | Federico Beffa: changed xscheme.el | 1771 | Federico Beffa: changed xscheme.el |
| 1569 | 1772 | ||
| 1570 | Federico Tedin: wrote tempo-tests.el | 1773 | Federico Tedin: wrote tempo-tests.el |
| 1571 | and changed minibuf.c mouse.el package.el rect.el cursor-sensor.el | 1774 | and changed minibuf.c esh-var.el minibuf.texi mouse.el package.el rect.el |
| 1572 | cus-start.el doc-view.el edebug.el eww.el files.texi gamegrid.el | 1775 | simple.el tempo.el coding.c cursor-sensor.el cus-start.el doc-view.el |
| 1573 | keyboard.c minibuf.texi package-tests.el package.texi simple.el | 1776 | edebug.el em-dirs.el eshell-tests.el eww.el fileio-tests.el fileio.c |
| 1574 | tempo.el vc-git.el xfaces.c | 1777 | files.texi gamegrid.el keyboard.c and 8 other files |
| 1575 | 1778 | ||
| 1576 | Felicián Németh: changed project.el xref.el | 1779 | Felicián Németh: changed project.el xref.el |
| 1577 | 1780 | ||
| 1578 | Felipe Ochoa: changed faces.el js.el js.js paren.el | 1781 | Felipe Ochoa: changed faces.el js.el paren.el |
| 1579 | 1782 | ||
| 1580 | Felix E. Klee: co-wrote svg.el | 1783 | Felix E. Klee: co-wrote svg.el |
| 1581 | and changed display.texi | 1784 | and changed display.texi |
| @@ -1593,18 +1796,20 @@ Feng Li: changed calc-ext.el pascal.el which-func.el | |||
| 1593 | 1796 | ||
| 1594 | Feng Shu: changed org.el org.texi ox.el ox-html.el ox-latex.el ox-odt.el | 1797 | Feng Shu: changed org.el org.texi ox.el ox-html.el ox-latex.el ox-odt.el |
| 1595 | 1798 | ||
| 1799 | Ferdinand Pieper: changed flow-fill-tests.el flow-fill.el | ||
| 1800 | |||
| 1596 | Ferenc Wagner: changed nnweb.el | 1801 | Ferenc Wagner: changed nnweb.el |
| 1597 | 1802 | ||
| 1598 | Filipe Cabecinhas: changed nsterm.m | 1803 | Filipe Cabecinhas: changed nsterm.m |
| 1599 | 1804 | ||
| 1600 | Filipp Gunbin: changed auth-source-tests.el auth-source.el autorevert.el | 1805 | Filipp Gunbin: changed compilation.txt progmodes/compile.el |
| 1601 | compilation.txt dired-aux.el gnus-ml.el progmodes/compile.el shell.el | 1806 | auth-source-tests.el auth-source.el autorevert.el dired-aux.el |
| 1602 | cc-menus.el custom.el dabbrev.el gnus-sum.el imenu.el info.el info.texi | 1807 | gnus-ml.el shell.el sysdep.c cc-menus.el compile-tests.el custom.el |
| 1603 | ldap.el search.texi sql.el | 1808 | dabbrev.el gnus-sum.el imenu.el info.el info.texi keymaps.texi ldap.el |
| 1604 | 1809 | processes.texi search.texi and 3 other files | |
| 1605 | Fix Bug#24483.: changed sql.el sql-tests.el | ||
| 1606 | 1810 | ||
| 1607 | Fix Bug#35307.: changed sql.el | 1811 | F. Jason Park: changed socks-tests.el erc-tests.el erc.el socks.el |
| 1812 | erc-button.el erc-ring.el erc-services.el puny-tests.el puny.el | ||
| 1608 | 1813 | ||
| 1609 | Flemming Hoejstrup Hansen: changed forms.el | 1814 | Flemming Hoejstrup Hansen: changed forms.el |
| 1610 | 1815 | ||
| @@ -1614,6 +1819,8 @@ Florian Beck: changed org.el | |||
| 1614 | 1819 | ||
| 1615 | Florian Ragwitz: changed gnus-html.el mail/sieve-manage.el | 1820 | Florian Ragwitz: changed gnus-html.el mail/sieve-manage.el |
| 1616 | 1821 | ||
| 1822 | Florian V. Savigny: changed sql.el | ||
| 1823 | |||
| 1617 | Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi | 1824 | Florian Weimer: changed message.el gnus.el coding.c gnus-sum.el gnus.texi |
| 1618 | mm-decode.el mm-util.el | 1825 | mm-decode.el mm-util.el |
| 1619 | 1826 | ||
| @@ -1623,7 +1830,7 @@ Francesco Potortì: wrote cmacexp.el | |||
| 1623 | and changed etags.c man.el delta.h etags.1 undigest.el rmail.el comint.el | 1830 | and changed etags.c man.el delta.h etags.1 undigest.el rmail.el comint.el |
| 1624 | configure.ac maintaining.texi uniquify.el latin-post.el etags.el | 1831 | configure.ac maintaining.texi uniquify.el latin-post.el etags.el |
| 1625 | latin-alt.el lib-src/Makefile.in sgml-mode.el Makefile.in data.c | 1832 | latin-alt.el lib-src/Makefile.in sgml-mode.el Makefile.in data.c |
| 1626 | european.el filelock.c files.el generic-x.el and 44 other files | 1833 | european.el filelock.c files.el generic-x.el and 45 other files |
| 1627 | 1834 | ||
| 1628 | Francesc Rocher: changed splash.png splash.svg startup.el README | 1835 | Francesc Rocher: changed splash.png splash.svg startup.el README |
| 1629 | cus-start.el gnus.el gnus.png gnus.svg macterm.c splash.pbm splash.xpm | 1836 | cus-start.el gnus.el gnus.png gnus.svg macterm.c splash.pbm splash.xpm |
| @@ -1701,12 +1908,16 @@ Fujii Hironori: changed w32fns.c | |||
| 1701 | 1908 | ||
| 1702 | Gábor Vida: changed gnus-demon.el auth-source.el ido.el | 1909 | Gábor Vida: changed gnus-demon.el auth-source.el ido.el |
| 1703 | 1910 | ||
| 1911 | Gabriel Do Nascimento Ribeiro: changed remember.el mb-depth.el repeat.el | ||
| 1912 | tab-line.el cmuscheme.el comint.el esh-mode.el etags.el gnus-sum.el | ||
| 1913 | hl-line.el idlwave.el inf-lisp.el mh-gnus.el mh-letter.el mh-mime.el | ||
| 1914 | mh-seq.el mh-utils.el minibuf.c minibuffer.el mule-cmds.el package.el | ||
| 1915 | and 10 other files | ||
| 1916 | |||
| 1704 | Gaby Launay: changed auth-source-pass.el | 1917 | Gaby Launay: changed auth-source-pass.el |
| 1705 | 1918 | ||
| 1706 | Gareth Jones: changed fns.c gnus-score.el | 1919 | Gareth Jones: changed fns.c gnus-score.el |
| 1707 | 1920 | ||
| 1708 | Gareth Rees: changed NEWS.24 | ||
| 1709 | |||
| 1710 | Garrett Wollman: changed sendmail.el | 1921 | Garrett Wollman: changed sendmail.el |
| 1711 | 1922 | ||
| 1712 | Gary Delp: wrote mailpost.el (public domain) | 1923 | Gary Delp: wrote mailpost.el (public domain) |
| @@ -1730,11 +1941,11 @@ Geert Kloosterman: changed which-func.el | |||
| 1730 | 1941 | ||
| 1731 | Gemini Lasswell: wrote backtrace-tests.el backtrace.el edebug-tests.el | 1942 | Gemini Lasswell: wrote backtrace-tests.el backtrace.el edebug-tests.el |
| 1732 | kmacro-tests.el testcover-tests.el thread-tests.el thread.el | 1943 | kmacro-tests.el testcover-tests.el thread-tests.el thread.el |
| 1733 | and changed edebug.el cl-print.el edebug.texi cl-print-tests.el | 1944 | and changed edebug.el cl-print.el edebug.texi emacs-lisp/debug.el |
| 1734 | debugging.texi cl-macs.el emacs-lisp/debug.el edebug-test-code.el | 1945 | cl-print-tests.el debugging.texi cl-macs.el edebug-test-code.el subr.el |
| 1735 | subr.el testcases.el testcover.el cl-generic.el ert-x.el eval.c | 1946 | testcases.el testcover.el cl-generic.el ert-x.el eval.c eieio-compat.el |
| 1736 | eieio-compat.el elisp.texi ert.el ert.texi eval-tests.el generator.el | 1947 | elisp.texi ert.el ert.texi eval-tests.el generator.el print.c |
| 1737 | print.c and 24 other files | 1948 | and 24 other files |
| 1738 | 1949 | ||
| 1739 | Geoff Gole: changed align.el ibuffer.el whitespace.el | 1950 | Geoff Gole: changed align.el ibuffer.el whitespace.el |
| 1740 | 1951 | ||
| @@ -1765,7 +1976,7 @@ Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el tooltip.el | |||
| 1765 | and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c | 1976 | and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c |
| 1766 | window.c keyboard.c lisp.h faces.el alloc.c buffer.c startup.el xterm.h | 1977 | window.c keyboard.c lisp.h faces.el alloc.c buffer.c startup.el xterm.h |
| 1767 | fns.c simple.el term.c configure.ac frame.c xmenu.c emacs.c | 1978 | fns.c simple.el term.c configure.ac frame.c xmenu.c emacs.c |
| 1768 | and 610 other files | 1979 | and 607 other files |
| 1769 | 1980 | ||
| 1770 | Gergely Nagy: changed erc.el | 1981 | Gergely Nagy: changed erc.el |
| 1771 | 1982 | ||
| @@ -1786,24 +1997,30 @@ Giuliano Procida: changed perl-mode.el | |||
| 1786 | Giuseppe Scrivano: changed browse-url.el buffer.c configure.ac sysdep.c | 1997 | Giuseppe Scrivano: changed browse-url.el buffer.c configure.ac sysdep.c |
| 1787 | xsmfns.c | 1998 | xsmfns.c |
| 1788 | 1999 | ||
| 2000 | G. Jay Kerns: wrote ob-julia.el | ||
| 2001 | |||
| 1789 | Glenn Morris: wrote check-declare.el f90-tests.el vc-bzr-tests.el | 2002 | Glenn Morris: wrote check-declare.el f90-tests.el vc-bzr-tests.el |
| 1790 | and changed configure.ac Makefile.in src/Makefile.in calendar.el | 2003 | and changed configure.ac Makefile.in src/Makefile.in calendar.el |
| 1791 | diary-lib.el lisp/Makefile.in files.el make-dist rmail.el | 2004 | lisp/Makefile.in diary-lib.el files.el make-dist rmail.el |
| 1792 | progmodes/f90.el bytecomp.el simple.el authors.el admin.el startup.el | 2005 | progmodes/f90.el bytecomp.el admin.el misc/Makefile.in simple.el |
| 1793 | emacs.texi misc/Makefile.in display.texi lib-src/Makefile.in ack.texi | 2006 | authors.el startup.el emacs.texi lib-src/Makefile.in display.texi |
| 1794 | subr.el and 1760 other files | 2007 | ack.texi subr.el and 1789 other files |
| 1795 | 2008 | ||
| 1796 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 2009 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| 1797 | 2010 | ||
| 1798 | Göktuğ Kayaalp: changed electric.el european.el text.texi vc-cvs.el | 2011 | Göktuğ Kayaalp: changed electric.el european.el text.texi vc-cvs.el |
| 1799 | vc-hg.el | 2012 | vc-hg.el |
| 1800 | 2013 | ||
| 2014 | Gong Qijian: changed startup.el | ||
| 2015 | |||
| 1801 | Göran Uddeborg: changed isc4-1.h | 2016 | Göran Uddeborg: changed isc4-1.h |
| 1802 | 2017 | ||
| 1803 | Gordon Matzigkeit: changed gnus-uu.el | 2018 | Gordon Matzigkeit: changed gnus-uu.el |
| 1804 | 2019 | ||
| 1805 | Graham Dobbins: changed lisp-mode.el | 2020 | Graham Dobbins: changed lisp-mode.el |
| 1806 | 2021 | ||
| 2022 | Grant Shangreaux: changed HELLO latin-post.el latin-pre.el | ||
| 2023 | |||
| 1807 | Greg A. Woods: co-wrote pcvs.el | 2024 | Greg A. Woods: co-wrote pcvs.el |
| 1808 | 2025 | ||
| 1809 | Greg Hill: changed bytecomp.el | 2026 | Greg Hill: changed bytecomp.el |
| @@ -1818,11 +2035,10 @@ and changed tar-mode.el | |||
| 1818 | 2035 | ||
| 1819 | Gregoire Jadi: changed proced.el | 2036 | Gregoire Jadi: changed proced.el |
| 1820 | 2037 | ||
| 1821 | Grégoire Jadi: changed org.texi emacsgtkfixed.c keyboard.c rcirc.el | 2038 | Grégoire Jadi: changed org.texi configure.ac emacsgtkfixed.c keyboard.c |
| 1822 | xwidget.c xwidget.el Makefile.in cl-generic.el configure.ac | 2039 | rcirc.el xwidget.c xwidget.el Makefile.in bibtex-tests.el bibtex.el |
| 1823 | dispextern.h dispnew.c emacs.c latin-post.el lisp.h ob-core.el | 2040 | cl-generic.el dispextern.h dispnew.c emacs.c latin-post.el lisp.h |
| 1824 | org-id.el org.el print.c reporter.el sendmail.el shr.el | 2041 | ob-core.el org-id.el org.el print.c reporter.el and 8 other files |
| 1825 | and 6 other files | ||
| 1826 | 2042 | ||
| 1827 | Gregorio Gervasio, Jr.: changed gnus-sum.el | 2043 | Gregorio Gervasio, Jr.: changed gnus-sum.el |
| 1828 | 2044 | ||
| @@ -1833,11 +2049,16 @@ Gregor Schmid: changed intervals.c intervals.h tcl-mode.el textprop.c | |||
| 1833 | 2049 | ||
| 1834 | Gregory Chernov: changed nnslashdot.el | 2050 | Gregory Chernov: changed nnslashdot.el |
| 1835 | 2051 | ||
| 1836 | Grégory Mounié: changed display.texi hi-lock.el man.el | 2052 | Gregory Heytings: changed isearch.el minibuffer.el mini.texi quail.el |
| 2053 | search.texi simple.el HELLO buffers.texi diff-mode.el emake facemenu.el | ||
| 2054 | files.el fringe.c help-macro.el icomplete.el keyboard.c misc-lang.el | ||
| 2055 | modula2.el pcmpl-gnu.el print.c pulse.el and 4 other files | ||
| 2056 | |||
| 2057 | Grégory Mounié: changed display.texi hi-lock.el man.el xfns.c | ||
| 1837 | 2058 | ||
| 1838 | Gregory Neil Shapiro: changed mailabbrev.el | 2059 | Gregory Neil Shapiro: changed mailabbrev.el |
| 1839 | 2060 | ||
| 1840 | Gregor Zattler: changed eshell.texi emacs-lisp-intro.texi | 2061 | Gregor Zattler: changed eww.texi eshell.texi emacs-lisp-intro.texi |
| 1841 | 2062 | ||
| 1842 | Greg Stark: changed gnus-ems.el timezone.el | 2063 | Greg Stark: changed gnus-ems.el timezone.el |
| 1843 | 2064 | ||
| @@ -1882,7 +2103,11 @@ Hans Wennborg: changed emacs.c | |||
| 1882 | 2103 | ||
| 1883 | Han-Wen Nienhuys: changed emacsclient.c server.el | 2104 | Han-Wen Nienhuys: changed emacsclient.c server.el |
| 1884 | 2105 | ||
| 1885 | Harald Hanche-Olsen: changed sgml-mode.el skeleton.el | 2106 | Harald Hanche-Olsen: changed misc.texi server.el sgml-mode.el skeleton.el |
| 2107 | |||
| 2108 | Harald Jörg: wrote cperl-mode-tests.el | ||
| 2109 | and changed cperl-mode.el perl-mode.el grammar.pl cperl-bug-19709.pl | ||
| 2110 | cperl-indent-exp.pl cperl-indent-styles.pl | ||
| 1886 | 2111 | ||
| 1887 | Harald Maier: changed w32heap.c | 2112 | Harald Maier: changed w32heap.c |
| 1888 | 2113 | ||
| @@ -1891,14 +2116,14 @@ Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el | |||
| 1891 | 2116 | ||
| 1892 | Harri Kiiskinen: changed org-protocol.el ox-publish.el | 2117 | Harri Kiiskinen: changed org-protocol.el ox-publish.el |
| 1893 | 2118 | ||
| 1894 | H. Dieter Wilhelm: changed calc-help.el maintaining.texi | 2119 | H. Dieter Wilhelm: changed calc-help.el maintaining.texi paragraphs.el |
| 1895 | 2120 | ||
| 1896 | Heiko Muenkel: changed b2m.c | 2121 | Heiko Muenkel: changed b2m.c |
| 1897 | 2122 | ||
| 1898 | Helmut Eller: changed emacs-lisp/debug.el xref.el CTAGS.good ETAGS.good_1 | 2123 | Helmut Eller: changed emacs-lisp/debug.el lisp-mode.el xref.el CTAGS.good |
| 1899 | ETAGS.good_2 ETAGS.good_3 ETAGS.good_4 ETAGS.good_5 ETAGS.good_6 | 2124 | ETAGS.good_1 ETAGS.good_2 ETAGS.good_3 ETAGS.good_4 ETAGS.good_5 |
| 1900 | cl-indent.el cl-macs.el elisp-mode.el ert.el etags.c etags.el eval.c | 2125 | ETAGS.good_6 cl-indent.el cl-macs.el elisp-mode.el ert.el etags.c |
| 1901 | lisp-mode.el process-tests.el process.c test-forth.fth | 2126 | etags.el eval.c process-tests.el process.c test-forth.fth |
| 1902 | 2127 | ||
| 1903 | Helmut Waitzmann: changed gnus-sum.el gnus.texi | 2128 | Helmut Waitzmann: changed gnus-sum.el gnus.texi |
| 1904 | 2129 | ||
| @@ -1933,17 +2158,18 @@ Holger Schauer: wrote fortune.el | |||
| 1933 | and changed message-utils.el | 2158 | and changed message-utils.el |
| 1934 | 2159 | ||
| 1935 | Hong Xu: changed etags.el simple.el maintaining.texi minibuf.texi | 2160 | Hong Xu: changed etags.el simple.el maintaining.texi minibuf.texi |
| 1936 | paren.el progmodes/python.el search.c editfns.c em-cmpl.el | 2161 | tramp.texi paren.el progmodes/python.el search.c editfns.c em-cmpl.el |
| 1937 | emacs-mime.texi files.texi flyspell.el gnus-cite.el message.el | 2162 | emacs-mime.texi files.texi flyspell.el gnus-cite.el message.el |
| 1938 | parse-time-tests.el parse-time.el progmodes/cpp.el programs.texi | 2163 | parse-time-tests.el parse-time.el progmodes/cpp.el programs.texi |
| 1939 | python-tests.el subr.el url-util.el and 3 other files | 2164 | python-tests.el subr.el and 4 other files |
| 1940 | 2165 | ||
| 1941 | Hosoya Kei: changed TUTORIAL.ja | 2166 | Hosoya Kei: changed TUTORIAL.ja |
| 1942 | 2167 | ||
| 1943 | Hovav Shacham: wrote windmove.el | 2168 | Hovav Shacham: wrote windmove.el |
| 1944 | 2169 | ||
| 1945 | Howard Gayle: wrote case-table.el casetab.c iso-ascii.el iso-transl.el | 2170 | Howard Gayle: wrote case-table.el casetab.c iso-ascii.el iso-transl.el |
| 1946 | rot13.el vt100-led.el | 2171 | vt100-led.el |
| 2172 | and co-wrote rot13.el | ||
| 1947 | 2173 | ||
| 1948 | Howard Melman: changed imenu.el picture.el | 2174 | Howard Melman: changed imenu.el picture.el |
| 1949 | 2175 | ||
| @@ -1959,6 +2185,8 @@ Hubert Chan: changed spam.el | |||
| 1959 | 2185 | ||
| 1960 | Hugh Brown: changed progmodes/grep.el building.texi | 2186 | Hugh Brown: changed progmodes/grep.el building.texi |
| 1961 | 2187 | ||
| 2188 | Hugh Daschbach: changed dbus-tests.el dbus.el org.gnu.Emacs.TestDBus.xml | ||
| 2189 | |||
| 1962 | Hynek Schlawack: changed gnus-art.el gnus-sum.el | 2190 | Hynek Schlawack: changed gnus-art.el gnus-sum.el |
| 1963 | 2191 | ||
| 1964 | Ian D: changed doc-view.el image-mode.el | 2192 | Ian D: changed doc-view.el image-mode.el |
| @@ -1976,16 +2204,24 @@ Ian Lance Taylor: changed sco4.h | |||
| 1976 | Ian T Zimmerman: wrote gametree.el | 2204 | Ian T Zimmerman: wrote gametree.el |
| 1977 | and changed ange-ftp.el desktop.el tex-mode.el | 2205 | and changed ange-ftp.el desktop.el tex-mode.el |
| 1978 | 2206 | ||
| 1979 | İ. Göktuğ Kayaalp: changed eww.el frames.texi mwheel.el vc-rcs.el | 2207 | Ian W: changed ispell.el |
| 2208 | |||
| 2209 | İ. Göktuğ Kayaalp: changed eww.el frame.h frames.texi mwheel.el vc-rcs.el | ||
| 1980 | 2210 | ||
| 1981 | Igor Kuzmin: wrote cconv.el | 2211 | Igor Kuzmin: wrote cconv.el |
| 1982 | 2212 | ||
| 2213 | Igor Saprykin: changed ftfont.c | ||
| 2214 | |||
| 2215 | Ihor Radchenko: changed fns.c | ||
| 2216 | |||
| 1983 | Iku Iwasa: changed auth-source-pass-tests.el auth-source-pass.el | 2217 | Iku Iwasa: changed auth-source-pass-tests.el auth-source-pass.el |
| 1984 | 2218 | ||
| 1985 | Ikumi Keita: changed characters.el japan-util.el kinsoku.el minibuf.c | 2219 | Ikumi Keita: changed characters.el japan-util.el kinsoku.el minibuf.c |
| 1986 | 2220 | ||
| 1987 | Ilja Weis: co-wrote gnus-topic.el | 2221 | Ilja Weis: co-wrote gnus-topic.el |
| 1988 | 2222 | ||
| 2223 | Illia Ostapyshyn: changed cus-start.el calc-graph.el | ||
| 2224 | |||
| 1989 | Ilya N. Golubev: changed mm-util.el shell.el | 2225 | Ilya N. Golubev: changed mm-util.el shell.el |
| 1990 | 2226 | ||
| 1991 | Ilya Shlyakhter: changed org.el ob-lilypond.el org-clock.el | 2227 | Ilya Shlyakhter: changed org.el ob-lilypond.el org-clock.el |
| @@ -1994,10 +2230,12 @@ Ilya Shlyakhter: changed org.el ob-lilypond.el org-clock.el | |||
| 1994 | Ilya Zakharevich: wrote tmm.el | 2230 | Ilya Zakharevich: wrote tmm.el |
| 1995 | and co-wrote cperl-mode.el | 2231 | and co-wrote cperl-mode.el |
| 1996 | and changed w32fns.c syntax.c intervals.c syntax.h textprop.c dired.c | 2232 | and changed w32fns.c syntax.c intervals.c syntax.h textprop.c dired.c |
| 1997 | font-lock.el intervals.h regex.c regex.h search.c | 2233 | emacs-regex.c emacs-regex.h font-lock.el intervals.h search.c |
| 1998 | 2234 | ||
| 1999 | Ilya Zonov: changed org-mouse.el | 2235 | Ilya Zonov: changed org-mouse.el |
| 2000 | 2236 | ||
| 2237 | Imran Khan: changed css-mode.el | ||
| 2238 | |||
| 2001 | Indiana University Foundation: changed buffer.c buffer.h indent.c | 2239 | Indiana University Foundation: changed buffer.c buffer.h indent.c |
| 2002 | region-cache.c region-cache.h search.c xdisp.c | 2240 | region-cache.c region-cache.h search.c xdisp.c |
| 2003 | 2241 | ||
| @@ -2007,15 +2245,16 @@ Inge Frick: changed easymenu.el keyboard.c view.el compile.el | |||
| 2007 | 2245 | ||
| 2008 | Inge Wallin: co-wrote avl-tree.el ewoc.el | 2246 | Inge Wallin: co-wrote avl-tree.el ewoc.el |
| 2009 | 2247 | ||
| 2010 | Ingo Lohmar: changed calendar.el calendar.texi help-fns.el | 2248 | Ingo Lohmar: changed sql.el calendar.el calendar.texi help-fns.el js.el |
| 2011 | js-indent-align-list-continuation-nil.js js.el ls-lisp.el org-agenda.el | 2249 | ls-lisp.el org-agenda.el org.el |
| 2012 | org.el | ||
| 2013 | 2250 | ||
| 2014 | Inoue Seiichiro: changed xterm.c xfns.c xterm.h | 2251 | Inoue Seiichiro: changed xterm.c xfns.c xterm.h |
| 2015 | 2252 | ||
| 2016 | International Business Machines: changed emacs.c fileio.c process.c | 2253 | International Business Machines: changed emacs.c fileio.c process.c |
| 2017 | sysdep.c unexcoff.c | 2254 | sysdep.c unexcoff.c |
| 2018 | 2255 | ||
| 2256 | Ioannis Kappas: changed package.el process-tests.el | ||
| 2257 | |||
| 2019 | Ippei Furuhashi: changed org.texi org-colview.el org-table.el org.el | 2258 | Ippei Furuhashi: changed org.texi org-colview.el org-table.el org.el |
| 2020 | 2259 | ||
| 2021 | Irie Shinsuke: changed subr.el | 2260 | Irie Shinsuke: changed subr.el |
| @@ -2028,6 +2267,10 @@ Ismail S: changed org-capture.el | |||
| 2028 | 2267 | ||
| 2029 | Istvan Marko: changed gnus-agent.el xfns.c | 2268 | Istvan Marko: changed gnus-agent.el xfns.c |
| 2030 | 2269 | ||
| 2270 | Itai Seggev: changed src/Makefile.in | ||
| 2271 | |||
| 2272 | Itai Y. Efrat: changed browse-url.el | ||
| 2273 | |||
| 2031 | Itai Zukerman: changed mm-decode.el | 2274 | Itai Zukerman: changed mm-decode.el |
| 2032 | 2275 | ||
| 2033 | Ivan Andrus: changed editfns.c epg.el ffap.el find-file.el ibuf-ext.el | 2276 | Ivan Andrus: changed editfns.c epg.el ffap.el find-file.el ibuf-ext.el |
| @@ -2046,6 +2289,8 @@ Ivan Shmakov: changed eww.el shr.el desktop.el eww.texi faces.el files.el | |||
| 2046 | erc-track.el facemenu.el files.texi iso-transl.el misearch.el nndoc.el | 2289 | erc-track.el facemenu.el files.texi iso-transl.el misearch.el nndoc.el |
| 2047 | rcirc.el simple.el smerge-mode.el and 5 other files | 2290 | rcirc.el simple.el smerge-mode.el and 5 other files |
| 2048 | 2291 | ||
| 2292 | Ivan Sokolov: changed ansi-color.el project.el | ||
| 2293 | |||
| 2049 | Ivan Vilata i Balaguer: changed org-clock.el org.texi | 2294 | Ivan Vilata i Balaguer: changed org-clock.el org.texi |
| 2050 | 2295 | ||
| 2051 | Ivan Zakharyaschev: changed codepage.el lread.c | 2296 | Ivan Zakharyaschev: changed codepage.el lread.c |
| @@ -2064,10 +2309,7 @@ Jack Duthen: changed which-func.el | |||
| 2064 | 2309 | ||
| 2065 | Jack Repenning: changed unexelfsgi.c | 2310 | Jack Repenning: changed unexelfsgi.c |
| 2066 | 2311 | ||
| 2067 | Jackson Ray Hamilton: changed js.el jsx-unclosed-2.jsx jsx.jsx js.js | 2312 | Jackson Ray Hamilton: changed js.el files.el sgml-mode.el |
| 2068 | jsx-comment-string.jsx files.el jsx-align-gt-with-lt.jsx | ||
| 2069 | jsx-indent-level.jsx jsx-quote.jsx jsx-self-closing.jsx | ||
| 2070 | jsx-unclosed-1.jsx sgml-mode.el | ||
| 2071 | 2313 | ||
| 2072 | Jack Twilley: changed message.el | 2314 | Jack Twilley: changed message.el |
| 2073 | 2315 | ||
| @@ -2077,10 +2319,20 @@ Jacques Duthen: co-wrote ps-print.el ps-samp.el | |||
| 2077 | 2319 | ||
| 2078 | Jae-hyeon Park: changed fontset.el | 2320 | Jae-hyeon Park: changed fontset.el |
| 2079 | 2321 | ||
| 2080 | Jaesup Kwak: changed xwidget.c | 2322 | Jaesup Kwak: changed xwidget.c nsxwidget.m xwidget.el nsxwidget.h |
| 2323 | xwidget.h Info.plist.in configure.ac emacs.c nsterm.m src/Makefile.in | ||
| 2081 | 2324 | ||
| 2082 | Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el | 2325 | Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el |
| 2083 | 2326 | ||
| 2327 | Jakub-W: changed calculator.el | ||
| 2328 | |||
| 2329 | J. Alexander Branham: wrote conf-mode-tests.el | ||
| 2330 | and changed checkdoc.el indent.el text.texi bibtex.el em-rebind.el | ||
| 2331 | esh-util.el js.el lpr.el message.el subr.el .dir-locals.el | ||
| 2332 | auth-source-pass.el bug-reference.el comint.el conf-mode.el dired-x.el | ||
| 2333 | dired.el ediff-diff.el ediff-help.el ediff-hook.el ediff-init.el | ||
| 2334 | and 43 other files | ||
| 2335 | |||
| 2084 | Jambunathan K: wrote ox-odt.el | 2336 | Jambunathan K: wrote ox-odt.el |
| 2085 | and co-wrote ox-html.el | 2337 | and co-wrote ox-html.el |
| 2086 | and changed org-lparse.el org.el org.texi ox.el icomplete.el | 2338 | and changed org-lparse.el org.el org.texi ox.el icomplete.el |
| @@ -2099,6 +2351,8 @@ and changed fns.c nxml-mode.texi window.c xselect.c | |||
| 2099 | James Cloos: wrote arabic.el | 2351 | James Cloos: wrote arabic.el |
| 2100 | and changed url-history.el xfns.c xterm.c xterm.h | 2352 | and changed url-history.el xfns.c xterm.c xterm.h |
| 2101 | 2353 | ||
| 2354 | James N. V. Cash: changed tab-bar.el eldoc.el help-fns.el | ||
| 2355 | |||
| 2102 | James R. Larus: co-wrote mh-e.el | 2356 | James R. Larus: co-wrote mh-e.el |
| 2103 | 2357 | ||
| 2104 | James R. Van Zandt: changed sh-script.el | 2358 | James R. Van Zandt: changed sh-script.el |
| @@ -2109,6 +2363,8 @@ James TD Smith: changed org.el org-colview.el org-clock.el | |||
| 2109 | org-remember.el org-plot.el org-agenda.el org-compat.el org-habit.el | 2363 | org-remember.el org-plot.el org-agenda.el org-compat.el org-habit.el |
| 2110 | org.texi | 2364 | org.texi |
| 2111 | 2365 | ||
| 2366 | James Thomas: changed ind-util.el quail/indian.el | ||
| 2367 | |||
| 2112 | James Troup: changed gnus-sum.el | 2368 | James Troup: changed gnus-sum.el |
| 2113 | 2369 | ||
| 2114 | James Van Artsdalen: changed unexcoff.c | 2370 | James Van Artsdalen: changed unexcoff.c |
| @@ -2119,7 +2375,7 @@ Jamie Zawinski: wrote mailabbrev.el tar-mode.el | |||
| 2119 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el | 2375 | and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el |
| 2120 | and changed bytecode.c mail-extr.el subr.el | 2376 | and changed bytecode.c mail-extr.el subr.el |
| 2121 | 2377 | ||
| 2122 | Jan Beich: changed configure.ac mml-smime.el | 2378 | Jan Beich: changed configure.ac efaq.texi mml-smime.el term.c |
| 2123 | 2379 | ||
| 2124 | Jan Böcker: wrote ol-docview.el | 2380 | Jan Böcker: wrote ol-docview.el |
| 2125 | and changed org.el org-docview.el org.texi | 2381 | and changed org.el org-docview.el org.texi |
| @@ -2128,7 +2384,7 @@ Jan Djärv: wrote dnd.el dynamic-setting.el x-dnd.el | |||
| 2128 | and changed gtkutil.c xterm.c nsterm.m xfns.c configure.ac nsfns.m | 2384 | and changed gtkutil.c xterm.c nsterm.m xfns.c configure.ac nsfns.m |
| 2129 | xmenu.c xterm.h nsterm.h nsmenu.m gtkutil.h keyboard.c x-win.el emacs.c | 2385 | xmenu.c xterm.h nsterm.h nsmenu.m gtkutil.h keyboard.c x-win.el emacs.c |
| 2130 | frame.c src/Makefile.in process.c xsettings.c cus-start.el nsfont.m | 2386 | frame.c src/Makefile.in process.c xsettings.c cus-start.el nsfont.m |
| 2131 | frames.texi and 304 other files | 2387 | frames.texi and 303 other files |
| 2132 | 2388 | ||
| 2133 | Jan-Hein Buhrman: changed ange-ftp.el env.el | 2389 | Jan-Hein Buhrman: changed ange-ftp.el env.el |
| 2134 | 2390 | ||
| @@ -2146,12 +2402,19 @@ Jan Schormann: wrote solitaire.el | |||
| 2146 | 2402 | ||
| 2147 | Jan Seeger: changed ox-publish.el parse-time.el | 2403 | Jan Seeger: changed ox-publish.el parse-time.el |
| 2148 | 2404 | ||
| 2149 | Jan Tatarik: wrote gnus-icalendar.el | 2405 | Jan Synacek: changed emacs-lisp-intro.texi minibuffer.el mwheel.el |
| 2406 | vc-git.el | ||
| 2407 | |||
| 2408 | Jan Tatarik: wrote gnus-icalendar-tests.el gnus-icalendar.el | ||
| 2150 | and changed gnus-score.el gnus-logic.el | 2409 | and changed gnus-score.el gnus-logic.el |
| 2151 | 2410 | ||
| 2152 | Jan Vroonhof: changed gnus-cite.el gnus-msg.el nntp.el | 2411 | Jan Vroonhof: changed gnus-cite.el gnus-msg.el nntp.el |
| 2153 | 2412 | ||
| 2154 | Jared Finder: changed progmodes/compile.el | 2413 | Jared Finder: changed menu-bar.el term.c commands.texi frame.c isearch.el |
| 2414 | mouse.el tmm.el wid-edit.el xt-mouse.el artist.el dispnew.c | ||
| 2415 | ediff-wind.el ediff.el faces.el foldout.el frames.texi keyboard.c | ||
| 2416 | lread.c mouse-drag.el progmodes/compile.el ruler-mode.el | ||
| 2417 | and 7 other files | ||
| 2155 | 2418 | ||
| 2156 | Jarek Czekalski: changed keyboard.c callproc.c mini.texi minibuf.c | 2419 | Jarek Czekalski: changed keyboard.c callproc.c mini.texi minibuf.c |
| 2157 | misc.texi server.el shell.el w32fns.c xgselect.c | 2420 | misc.texi server.el shell.el w32fns.c xgselect.c |
| @@ -2161,7 +2424,7 @@ and changed add-log.el filecache.el progmodes/grep.el comint.el | |||
| 2161 | gnus-art.el gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el | 2424 | gnus-art.el gnus-sum.el gnus.texi ispell.el lisp-mnt.el man.el |
| 2162 | nnmail.el apropos.el autorevert.el checkdoc.el cperl-mode.el | 2425 | nnmail.el apropos.el autorevert.el checkdoc.el cperl-mode.el |
| 2163 | css-mode.el desktop.el em-ls.el emacs-lisp/debug.el emacsclient.1 | 2426 | css-mode.el desktop.el em-ls.el emacs-lisp/debug.el emacsclient.1 |
| 2164 | executable.el and 23 other files | 2427 | executable.el and 24 other files |
| 2165 | 2428 | ||
| 2166 | Jarmo Hurri: wrote ob-processing.el | 2429 | Jarmo Hurri: wrote ob-processing.el |
| 2167 | and changed org-gnus.el org-table.el org.texi | 2430 | and changed org-gnus.el org-table.el org.texi |
| @@ -2171,10 +2434,15 @@ and changed url-auth.el | |||
| 2171 | 2434 | ||
| 2172 | Jarosław Rzeszótko: changed ielm.el url-http.el | 2435 | Jarosław Rzeszótko: changed ielm.el url-http.el |
| 2173 | 2436 | ||
| 2437 | Jashank Jeremy: changed elisp-mode.el faces.el frame.c frame.el frame.h | ||
| 2438 | xfaces.c | ||
| 2439 | |||
| 2174 | Jason Baker: changed gnus-art.el | 2440 | Jason Baker: changed gnus-art.el |
| 2175 | 2441 | ||
| 2176 | Jason Dunsmore: changed org.el ox-html.el | 2442 | Jason Dunsmore: changed org.el ox-html.el |
| 2177 | 2443 | ||
| 2444 | Jason Kim: changed shell.el | ||
| 2445 | |||
| 2178 | Jason L. Wright: changed smtpmail.el | 2446 | Jason L. Wright: changed smtpmail.el |
| 2179 | 2447 | ||
| 2180 | Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el | 2448 | Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el |
| @@ -2214,8 +2482,12 @@ J.D. Smith: changed idlwave.el idlw-shell.el idlw-help.el idlw-rinfo.el | |||
| 2214 | Jean-Christophe Helary: changed emacs-lisp-intro.texi ns-win.el | 2482 | Jean-Christophe Helary: changed emacs-lisp-intro.texi ns-win.el |
| 2215 | package-tests.el package.el strings.texi subr-x.el ucs-normalize.el | 2483 | package-tests.el package.el strings.texi subr-x.el ucs-normalize.el |
| 2216 | 2484 | ||
| 2485 | Jean Forget: changed cal-french.el | ||
| 2486 | |||
| 2217 | Jean Haidouk: changed latin-alt.el latin-post.el latin-pre.el | 2487 | Jean Haidouk: changed latin-alt.el latin-post.el latin-pre.el |
| 2218 | 2488 | ||
| 2489 | Jean Louis: changed dired-aux.el | ||
| 2490 | |||
| 2219 | Jean-Philippe Gravel: changed gdb-mi.el | 2491 | Jean-Philippe Gravel: changed gdb-mi.el |
| 2220 | 2492 | ||
| 2221 | Jean-Philippe Theberge: wrote thumbs.el | 2493 | Jean-Philippe Theberge: wrote thumbs.el |
| @@ -2246,8 +2518,14 @@ and changed mh-e.el mh-comp.el mh-utils.el mh-mime.el mh-customize.el | |||
| 2246 | mh-folder.el mh-funcs.el mh-alias.el mh-seq.el mh-show.el Makefile | 2518 | mh-folder.el mh-funcs.el mh-alias.el mh-seq.el mh-show.el Makefile |
| 2247 | bsdos4.h mh-identity.el mh-junk.el mh-letter.el | 2519 | bsdos4.h mh-identity.el mh-junk.el mh-letter.el |
| 2248 | 2520 | ||
| 2521 | Jeff Spencer: changed dired.el | ||
| 2522 | |||
| 2523 | Jeff Walsh: changed xwidget.c | ||
| 2524 | |||
| 2249 | Jelle Licht: changed auth-source-pass-tests.el auth-source-pass.el | 2525 | Jelle Licht: changed auth-source-pass-tests.el auth-source-pass.el |
| 2250 | 2526 | ||
| 2527 | Jen-Chieh Shen: changed window.el | ||
| 2528 | |||
| 2251 | Jens Krinke: changed smime.el | 2529 | Jens Krinke: changed smime.el |
| 2252 | 2530 | ||
| 2253 | Jens Lautenbacher: changed gnus.el | 2531 | Jens Lautenbacher: changed gnus.el |
| @@ -2255,6 +2533,8 @@ Jens Lautenbacher: changed gnus.el | |||
| 2255 | Jens Lechtenboerger: changed mml-sec.el gnus-util.el message.texi | 2533 | Jens Lechtenboerger: changed mml-sec.el gnus-util.el message.texi |
| 2256 | mml-smime.el mml1991.el mml2015.el message.el package.el package.texi | 2534 | mml-smime.el mml1991.el mml2015.el message.el package.el package.texi |
| 2257 | 2535 | ||
| 2536 | Jens Lechtenbörger: wrote gnus-util-tests.el mml-sec-tests.el | ||
| 2537 | |||
| 2258 | Jens Petersen: wrote find-func.el | 2538 | Jens Petersen: wrote find-func.el |
| 2259 | and changed mule-cmds.el pcmpl-rpm.el | 2539 | and changed mule-cmds.el pcmpl-rpm.el |
| 2260 | 2540 | ||
| @@ -2274,6 +2554,8 @@ Jérémie Courrèges-Anglas: changed org.texi ox-latex.el | |||
| 2274 | Jeremy Bertram Maitin-Shepard: changed erc.el erc-backend.el | 2554 | Jeremy Bertram Maitin-Shepard: changed erc.el erc-backend.el |
| 2275 | erc-button.el erc-track.el mml.el | 2555 | erc-button.el erc-track.el mml.el |
| 2276 | 2556 | ||
| 2557 | Jeremy Compostella: changed mml.el | ||
| 2558 | |||
| 2277 | Jérémy Compostella: changed tramp-sh.el battery.el keyboard.c windmove.el | 2559 | Jérémy Compostella: changed tramp-sh.el battery.el keyboard.c windmove.el |
| 2278 | window.el xdisp.c | 2560 | window.el xdisp.c |
| 2279 | 2561 | ||
| @@ -2300,6 +2582,8 @@ and changed gnus-sum.el gnus-art.el message.el gnus-group.el gnus-msg.el | |||
| 2300 | 2582 | ||
| 2301 | Jhair Tocancipa Triana: changed gnus-audio.el | 2583 | Jhair Tocancipa Triana: changed gnus-audio.el |
| 2302 | 2584 | ||
| 2585 | Jiacai Liu: changed project.el | ||
| 2586 | |||
| 2303 | Jiajie Chen: changed button.el | 2587 | Jiajie Chen: changed button.el |
| 2304 | 2588 | ||
| 2305 | Jihyun Cho: wrote hangul.el hanja-util.el | 2589 | Jihyun Cho: wrote hangul.el hanja-util.el |
| @@ -2309,7 +2593,7 @@ and co-wrote pcvs.el wyse50.el | |||
| 2309 | and changed keyboard.c xterm.c xfns.c window.c process.c ymakefile | 2593 | and changed keyboard.c xterm.c xfns.c window.c process.c ymakefile |
| 2310 | dispnew.c xdisp.c sysdep.c configure.ac lisp.h Makefile.in keymap.c | 2594 | dispnew.c xdisp.c sysdep.c configure.ac lisp.h Makefile.in keymap.c |
| 2311 | configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c | 2595 | configure make-dist buffer.c frame.c screen.c simple.el alloc.c emacs.c |
| 2312 | and 402 other files | 2596 | and 403 other files |
| 2313 | 2597 | ||
| 2314 | Jim Diamond: changed server.el | 2598 | Jim Diamond: changed server.el |
| 2315 | 2599 | ||
| @@ -2321,13 +2605,20 @@ Jim Meyering: changed lread.c make-docfile.c w32.c w32font.c copyright.el | |||
| 2321 | alloc.c artist.el autoinsert.el buffer.h callproc.c character.h | 2605 | alloc.c artist.el autoinsert.el buffer.h callproc.c character.h |
| 2322 | charset.c configure and 55 other files | 2606 | charset.c configure and 55 other files |
| 2323 | 2607 | ||
| 2324 | Jimmy Aguilar Mena: changed xdisp.c xfaces.c dispextern.h face-remap.el | 2608 | Jimmy Aguilar Mena: changed xdisp.c xfaces.c dispextern.h mouse.el |
| 2325 | hl-line.el icomplete.el xwidget.c | 2609 | face-remap.el hl-line.el icomplete.el uniquify.el xwidget.c |
| 2326 | 2610 | ||
| 2327 | Jimmy Yuen Ho Wong: changed nsm.el gnutls.c gnutls.el net-utils.el | 2611 | Jimmy Yuen Ho Wong: changed nsm.el gnutls.c gnutls.el disass.el |
| 2612 | net-utils.el | ||
| 2328 | 2613 | ||
| 2329 | Jim Paris: changed process.c | 2614 | Jim Paris: changed process.c |
| 2330 | 2615 | ||
| 2616 | Jim Porter: changed delsel.el ansi-color-tests.el ansi-color.el | ||
| 2617 | bindings.el term-tests.el term.el tramp.el callproc.c | ||
| 2618 | dichromacy-theme.el diff-mode.el files-tests.el gdb-mi.el grep-tests.el | ||
| 2619 | ispell.el leuven-theme.el man.el menu-bar.el misterioso-theme.el | ||
| 2620 | process.c process.h progmodes/grep.el and 6 other files | ||
| 2621 | |||
| 2331 | Jim Radford: changed gnus-start.el | 2622 | Jim Radford: changed gnus-start.el |
| 2332 | 2623 | ||
| 2333 | Jim Salem: wrote completion.el | 2624 | Jim Salem: wrote completion.el |
| @@ -2363,12 +2654,14 @@ Joanna Pluta: changed TUTORIAL.pl | |||
| 2363 | João Cachopo: changed spam.el | 2654 | João Cachopo: changed spam.el |
| 2364 | 2655 | ||
| 2365 | João Távora: wrote elec-pair.el electric-tests.el flymake-cc.el | 2656 | João Távora: wrote elec-pair.el electric-tests.el flymake-cc.el |
| 2366 | jsonrpc-tests.el jsonrpc.el message-tests.el | 2657 | jsonrpc-tests.el jsonrpc.el message-tests.el shorthands.el |
| 2367 | and changed flymake.el flymake-proc.el icomplete.el minibuffer.el | 2658 | and changed flymake.el icomplete.el minibuffer.el flymake-proc.el |
| 2368 | flymake-tests.el flymake.texi elisp-mode.el flymake-elisp.el | 2659 | eldoc.el elisp-mode.el flymake.texi flymake-tests.el flymake-elisp.el |
| 2369 | electric.el flymake-ui.el text.texi json-tests.el tex-mode.el | 2660 | electric.el elisp-mode-tests.el lread.c flymake-ui.el |
| 2370 | errors-and-warnings.c json.c xref.el auth-source-pass.el linum.el | 2661 | progmodes/python.el text.texi xref.el json-tests.el project.el |
| 2371 | maintaining.texi message.el progmodes/python.el and 30 other files | 2662 | tex-mode.el buffers.texi cfengine.el and 55 other files |
| 2663 | |||
| 2664 | João Tãvora: changed jsonrpc.el | ||
| 2372 | 2665 | ||
| 2373 | Jochen Hein: changed gnus-art.el | 2666 | Jochen Hein: changed gnus-art.el |
| 2374 | 2667 | ||
| @@ -2438,6 +2731,8 @@ John Anthony: changed inf-lisp.el ruby-mode.el text-mode.el | |||
| 2438 | 2731 | ||
| 2439 | John Basrai: changed man.el | 2732 | John Basrai: changed man.el |
| 2440 | 2733 | ||
| 2734 | John Cummings: changed files.el | ||
| 2735 | |||
| 2441 | John F. Carr: changed dired.c | 2736 | John F. Carr: changed dired.c |
| 2442 | 2737 | ||
| 2443 | John Fremlin: changed gnus-msg.el message.el | 2738 | John Fremlin: changed gnus-msg.el message.el |
| @@ -2502,8 +2797,12 @@ John Yates: changed hideshow.el | |||
| 2502 | 2797 | ||
| 2503 | Jon Anders Skorpen: changed ox-publish.el | 2798 | Jon Anders Skorpen: changed ox-publish.el |
| 2504 | 2799 | ||
| 2505 | Jonas Bernoulli: changed eieio.el button.el cus-edit.el ido.el | 2800 | Jonas Bernoulli: wrote transient.el |
| 2506 | lisp-mnt.el tabulated-list.el tips.texi | 2801 | and changed epa.el epa-file.el lisp-mnt.el tips.texi dired-aux.el |
| 2802 | dired-x.el dired.el eieio.el epa-dired.el font-lock.el | ||
| 2803 | progmodes/compile.el simple.el allout.el button.el comint.el | ||
| 2804 | cus-edit.el eldoc.el emacs-module-tests.el epa-hook.el epg-config.el | ||
| 2805 | epg.el and 9 other files | ||
| 2507 | 2806 | ||
| 2508 | Jonas Hoersch: changed org-inlinetask.el org.el | 2807 | Jonas Hoersch: changed org-inlinetask.el org.el |
| 2509 | 2808 | ||
| @@ -2534,10 +2833,11 @@ Jonathan Tomer: changed files-tests.el files.el tramp-tests.el | |||
| 2534 | 2833 | ||
| 2535 | Jonathan Vail: changed vc.el | 2834 | Jonathan Vail: changed vc.el |
| 2536 | 2835 | ||
| 2537 | Jonathan Yavner: wrote ses.el tcover-ses.el tcover-unsafep.el | 2836 | Jonathan Yavner: wrote ses.el tcover-ses.el testcover.el unsafep-tests.el |
| 2538 | testcover.el unsafep.el | 2837 | unsafep.el |
| 2539 | and changed ses.texi ses-example.ses edebug.el editfns.c files.el | 2838 | and changed ses.texi ses-example.ses edebug.el editfns.c files.el |
| 2540 | functions.texi misc/Makefile.in subr.el variables.texi | 2839 | functions.texi misc/Makefile.in subr.el tcover-unsafep.el |
| 2840 | variables.texi | ||
| 2541 | 2841 | ||
| 2542 | Jon Ericson: changed gnus.el spam-report.el | 2842 | Jon Ericson: changed gnus.el spam-report.el |
| 2543 | 2843 | ||
| @@ -2560,9 +2860,11 @@ and changed erc.el erc-track.el erc-backend.el erc-match.el misc.el | |||
| 2560 | erc-ibuffer.el erc-macs.el erc-page.el erc-pcomplete.el erc-sound.el | 2860 | erc-ibuffer.el erc-macs.el erc-page.el erc-pcomplete.el erc-sound.el |
| 2561 | minibuffer.el and 15 other files | 2861 | minibuffer.el and 15 other files |
| 2562 | 2862 | ||
| 2563 | Jose A. Ortega Ruiz: changed gnus-sum.el url-http.el | 2863 | Jorge P. De Morais Neto: changed TUTORIAL cl.texi |
| 2564 | 2864 | ||
| 2565 | Jose E. Marchesi: changed ada-mode.el gomoku.el simple.el smtpmail.el | 2865 | Jose A. Ortega Ruiz: changed mixal-mode.el gnus-sum.el url-http.el |
| 2866 | |||
| 2867 | Jose E. Marchesi: changed gomoku.el simple.el smtpmail.el | ||
| 2566 | 2868 | ||
| 2567 | José L. Doménech: changed dired-aux.el | 2869 | José L. Doménech: changed dired-aux.el |
| 2568 | 2870 | ||
| @@ -2594,18 +2896,22 @@ Jostein Kjønigsen: changed nxml-mode.el progmodes/compile.el | |||
| 2594 | 2896 | ||
| 2595 | Jouni K. Seppänen: changed gnus.texi nnimap.el mm-url.el | 2897 | Jouni K. Seppänen: changed gnus.texi nnimap.el mm-url.el |
| 2596 | 2898 | ||
| 2899 | J. Scott Berg: changed xterm.c | ||
| 2900 | |||
| 2901 | Juan José García-Ripoll: changed w32image.c configure.ac image.c | ||
| 2902 | w32-win.el w32.c w32term.c w32term.h | ||
| 2903 | |||
| 2597 | Juan León Lahoz García: wrote wdired.el | 2904 | Juan León Lahoz García: wrote wdired.el |
| 2598 | and changed files.el perl-mode.el | 2905 | and changed files.el perl-mode.el |
| 2599 | 2906 | ||
| 2600 | Juanma Barranquero: wrote emacs-lock.el frameset.el help-tests.el | 2907 | Juanma Barranquero: wrote emacs-lock.el frameset.el |
| 2601 | keymap-tests.el | 2908 | and co-wrote help-tests.el keymap-tests.el |
| 2602 | and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c | 2909 | and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c |
| 2603 | files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c | 2910 | files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c |
| 2604 | buffer.c keyboard.c ido.el image.c window.c eval.c allout.el | 2911 | buffer.c keyboard.c ido.el image.c window.c eval.c allout.el |
| 2605 | and 1235 other files | 2912 | and 1224 other files |
| 2606 | 2913 | ||
| 2607 | Juan Pechiar: wrote ob-mscgen.el | 2914 | Juan Pechiar: changed ob-octave.el |
| 2608 | and changed ob-octave.el | ||
| 2609 | 2915 | ||
| 2610 | Juergen Kreileder: changed imap.el nnimap.el | 2916 | Juergen Kreileder: changed imap.el nnimap.el |
| 2611 | 2917 | ||
| @@ -2615,7 +2921,7 @@ Jules Tamagnan: changed progmodes/python.el | |||
| 2615 | 2921 | ||
| 2616 | Julian Gehring: changed org.texi orgcard.tex | 2922 | Julian Gehring: changed org.texi orgcard.tex |
| 2617 | 2923 | ||
| 2618 | Julian Scheid: changed tramp.el color.el | 2924 | Julian Scheid: changed tramp.el cl-extra.el color.el ert.el |
| 2619 | 2925 | ||
| 2620 | Julien Avarre: changed gnus-fun.el | 2926 | Julien Avarre: changed gnus-fun.el |
| 2621 | 2927 | ||
| @@ -2635,6 +2941,8 @@ Jun Hao: changed auth-source.el desktop.el | |||
| 2635 | 2941 | ||
| 2636 | Junio Hamano: changed window.el | 2942 | Junio Hamano: changed window.el |
| 2637 | 2943 | ||
| 2944 | Junya Takahashi: changed epa-file.el | ||
| 2945 | |||
| 2638 | Jure Cuhalev: changed ispell.el | 2946 | Jure Cuhalev: changed ispell.el |
| 2639 | 2947 | ||
| 2640 | Jürgen Hartmann: changed window.el | 2948 | Jürgen Hartmann: changed window.el |
| @@ -2643,12 +2951,12 @@ Jürgen Hötzel: wrote tramp-adb.el | |||
| 2643 | and changed tramp-gvfs.el tramp-sh.el comint.el em-unix.el esh-util.el | 2951 | and changed tramp-gvfs.el tramp-sh.el comint.el em-unix.el esh-util.el |
| 2644 | tramp-cache.el tramp.el url-handlers.el wid-edit.el | 2952 | tramp-cache.el tramp.el url-handlers.el wid-edit.el |
| 2645 | 2953 | ||
| 2646 | Juri Linkov: wrote files-x.el misearch.el replace-tests.el tab-bar.el | 2954 | Juri Linkov: wrote compose.el files-x.el misearch.el repeat-tests.el |
| 2647 | tab-line.el | 2955 | replace-tests.el tab-bar.el tab-line.el |
| 2648 | and changed isearch.el info.el simple.el replace.el dired.el dired-aux.el | 2956 | and changed isearch.el simple.el info.el replace.el dired.el dired-aux.el |
| 2649 | progmodes/grep.el progmodes/compile.el startup.el subr.el diff-mode.el | 2957 | progmodes/grep.el subr.el window.el image-mode.el mouse.el diff-mode.el |
| 2650 | files.el menu-bar.el faces.el bindings.el display.texi image-mode.el | 2958 | files.el menu-bar.el minibuffer.el progmodes/compile.el startup.el |
| 2651 | desktop.el comint.el minibuffer.el search.texi and 419 other files | 2959 | faces.el vc.el display.texi search.texi and 444 other files |
| 2652 | 2960 | ||
| 2653 | Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h | 2961 | Jussi Lahdenniemi: changed w32fns.c ms-w32.h msdos.texi w32.c w32.h |
| 2654 | w32console.c w32heap.c w32inevt.c w32term.h | 2962 | w32console.c w32heap.c w32inevt.c w32term.h |
| @@ -2661,7 +2969,7 @@ Justin Gordon: changed ox-md.el | |||
| 2661 | 2969 | ||
| 2662 | Justin Sheehy: changed gnus-sum.el nntp.el | 2970 | Justin Sheehy: changed gnus-sum.el nntp.el |
| 2663 | 2971 | ||
| 2664 | Justin Timmons: changed progmodes/python.el | 2972 | Justin Timmons: changed apropos.el progmodes/python.el |
| 2665 | 2973 | ||
| 2666 | Justus Piater: changed org-agenda.el smtpmail.el | 2974 | Justus Piater: changed org-agenda.el smtpmail.el |
| 2667 | 2975 | ||
| @@ -2672,7 +2980,7 @@ and co-wrote longlines.el tramp-sh.el tramp.el | |||
| 2672 | and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el | 2980 | and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el |
| 2673 | tramp.texi nntp.el gnus.el simple.el ange-ftp.el dired.el paragraphs.el | 2981 | tramp.texi nntp.el gnus.el simple.el ange-ftp.el dired.el paragraphs.el |
| 2674 | bindings.el files.texi gnus-art.el gnus-group.el man.el INSTALL | 2982 | bindings.el files.texi gnus-art.el gnus-group.el man.el INSTALL |
| 2675 | Makefile.in crisp.el fileio.c and 44 other files | 2983 | Makefile.in crisp.el fileio.c and 45 other files |
| 2676 | 2984 | ||
| 2677 | Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el | 2985 | Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el |
| 2678 | lisp/Makefile.in loadup.el | 2986 | lisp/Makefile.in loadup.el |
| @@ -2681,13 +2989,15 @@ Kai Tetzlaff: changed ox-publish.el url-http.el | |||
| 2681 | 2989 | ||
| 2682 | Kalle Kankare: changed image.c | 2990 | Kalle Kankare: changed image.c |
| 2683 | 2991 | ||
| 2684 | Kalle Olavi Niemitalo: changed keyboard.c | 2992 | Kalle Olavi Niemitalo: changed xselect.c keyboard.c xfns.c xterm.h |
| 2685 | 2993 | ||
| 2686 | Kanematsu Daiji: changed nnimap.el | 2994 | Kanematsu Daiji: changed nnimap.el |
| 2687 | 2995 | ||
| 2688 | Kan-Ru Chen: changed nnir.el ecomplete.el window.el gnus-diary.el | 2996 | Kan-Ru Chen: changed nnir.el ecomplete.el window.el gnus-diary.el |
| 2689 | gnus.texi ibuf-ext.el nnmbox.el nroff-mode.el | 2997 | gnus.texi ibuf-ext.el nnmbox.el nroff-mode.el |
| 2690 | 2998 | ||
| 2999 | Kapuze Martin: changed python.wy | ||
| 3000 | |||
| 2691 | Karel Klíč: changed fileio.c files.el configure.ac eval.c ftfont.c lisp.h | 3001 | Karel Klíč: changed fileio.c files.el configure.ac eval.c ftfont.c lisp.h |
| 2692 | src/Makefile.in text.texi tramp.el | 3002 | src/Makefile.in text.texi tramp.el |
| 2693 | 3003 | ||
| @@ -2736,6 +3046,8 @@ Károly Lőrentey: changed xfns.c bindings.el keyboard.c menu-bar.el | |||
| 2736 | x-win.el xdisp.c xt-mouse.el xterm.c xterm.h .gdbinit AT386.el HELLO | 3046 | x-win.el xdisp.c xt-mouse.el xterm.c xterm.h .gdbinit AT386.el HELLO |
| 2737 | README and 101 other files | 3047 | README and 101 other files |
| 2738 | 3048 | ||
| 3049 | Karthik Chikmagalur: changed pcmpl-unix.el | ||
| 3050 | |||
| 2739 | Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el | 3051 | Katsuhiro Hermit Endo: changed gnus-group.el gnus-spec.el |
| 2740 | 3052 | ||
| 2741 | Katsumi Yamaoka: wrote canlock.el | 3053 | Katsumi Yamaoka: wrote canlock.el |
| @@ -2744,10 +3056,10 @@ and changed gnus-art.el gnus-sum.el message.el mm-decode.el gnus.texi | |||
| 2744 | shr.el rfc2047.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el | 3056 | shr.el rfc2047.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el |
| 2745 | mm-uu.el nnmail.el emacs-mime.texi and 161 other files | 3057 | mm-uu.el nnmail.el emacs-mime.texi and 161 other files |
| 2746 | 3058 | ||
| 2747 | Kaushal Modi: changed files.el isearch.el apropos.el calc-yank.el | 3059 | Kaushal Modi: changed dired-aux.el files.el isearch.el apropos.el |
| 2748 | custom.texi desktop.el ediff-diff.el eww.el ffap.el maintaining.texi | 3060 | calc-yank.el custom.texi desktop.el dired.el dired.texi ediff-diff.el |
| 2749 | printing.el ps-print.el tips.texi variables.texi vc-hooks.el | 3061 | eww.el ffap.el maintaining.texi printing.el ps-print.el tips.texi |
| 2750 | vc1-xtra.texi woman.el | 3062 | variables.texi vc-hooks.el vc1-xtra.texi woman.el |
| 2751 | 3063 | ||
| 2752 | Kaushik Srenevasan: changed gdb-mi.el | 3064 | Kaushik Srenevasan: changed gdb-mi.el |
| 2753 | 3065 | ||
| @@ -2755,8 +3067,8 @@ Kaveh R. Ghazi: changed delta88k.h xterm.c | |||
| 2755 | 3067 | ||
| 2756 | Kayvan Sylvan: changed supercite.el | 3068 | Kayvan Sylvan: changed supercite.el |
| 2757 | 3069 | ||
| 2758 | Kazuhiro Ito: changed coding.c flow-fill.el font.c keyboard.c | 3070 | Kazuhiro Ito: changed coding.c uudecode.el flow-fill.el font.c |
| 2759 | make-mode.el net/starttls.el xdisp.c | 3071 | japan-util.el keyboard.c make-mode.el net/starttls.el xdisp.c |
| 2760 | 3072 | ||
| 2761 | Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c | 3073 | Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c |
| 2762 | 3074 | ||
| @@ -2769,6 +3081,8 @@ Keitaro Miyazaki: changed re-builder.el | |||
| 2769 | Keith Amidon: co-wrote auth-source-pass.el | 3081 | Keith Amidon: co-wrote auth-source-pass.el |
| 2770 | and changed auth-source-pass-tests.el | 3082 | and changed auth-source-pass-tests.el |
| 2771 | 3083 | ||
| 3084 | Keith David Bershatsky: changed ns-win.el tex-mode.el | ||
| 3085 | |||
| 2772 | Keith Gabryelski: wrote hexl.c hexl.el | 3086 | Keith Gabryelski: wrote hexl.c hexl.el |
| 2773 | 3087 | ||
| 2774 | Keith Packard: changed font.c | 3088 | Keith Packard: changed font.c |
| @@ -2777,13 +3091,13 @@ Kelly Dean: changed simple.el help-mode.el desktop.el files.el lisp.el | |||
| 2777 | register.el easy-mmode.el fileio.c help-fns.el help-macro.el help.el | 3091 | register.el easy-mmode.el fileio.c help-fns.el help-macro.el help.el |
| 2778 | keyboard.c package-x.el rect.el windmove.el winner.el | 3092 | keyboard.c package-x.el rect.el windmove.el winner.el |
| 2779 | 3093 | ||
| 2780 | Kelvin White: changed erc.el erc-pcomplete.el erc.texi NEWS.24 | 3094 | Kelvin White: changed erc.el erc-pcomplete.el erc.texi erc-backend.el |
| 2781 | erc-backend.el erc-ring.el erc-stamp.el | 3095 | erc-ring.el erc-stamp.el |
| 2782 | 3096 | ||
| 2783 | Ken Brown: changed configure.ac gmalloc.c sheap.c emacs.c w32fns.c | 3097 | Ken Brown: changed configure.ac gmalloc.c sheap.c emacs.c w32fns.c |
| 2784 | fileio.c w32term.c unexcw.c conf_post.h cygwin.h filenotify-tests.el | 3098 | fileio.c w32term.c unexcw.c conf_post.h cygwin.h filenotify-tests.el |
| 2785 | lisp.h browse-url.el dispextern.h emacs.rc.in fileio-tests.el frame.c | 3099 | src/Makefile.in lisp.h sysdep.c browse-url.el dispextern.h emacs.rc.in |
| 2786 | image.c keyboard.c profiler.c src/Makefile.in and 48 other files | 3100 | fileio-tests.el frame.c image.c keyboard.c and 50 other files |
| 2787 | 3101 | ||
| 2788 | Ken Brush: changed emacsclient.c | 3102 | Ken Brush: changed emacsclient.c |
| 2789 | 3103 | ||
| @@ -2793,7 +3107,7 @@ and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el | |||
| 2793 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c xdisp.c | 3107 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c xdisp.c |
| 2794 | font.c fontset.el xterm.c fileio.c mule-conf.el ftfont.c characters.el | 3108 | font.c fontset.el xterm.c fileio.c mule-conf.el ftfont.c characters.el |
| 2795 | fns.c mule-diag.el coding.h charset.h ccl.c xfaces.c editfns.c | 3109 | fns.c mule-diag.el coding.h charset.h ccl.c xfaces.c editfns.c |
| 2796 | composite.c and 389 other files | 3110 | composite.c and 387 other files |
| 2797 | 3111 | ||
| 2798 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el | 3112 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el |
| 2799 | 3113 | ||
| @@ -2828,7 +3142,7 @@ Kevin Blake: changed font-lock.el ring.el | |||
| 2828 | 3142 | ||
| 2829 | Kevin Broadey: wrote foldout.el | 3143 | Kevin Broadey: wrote foldout.el |
| 2830 | 3144 | ||
| 2831 | Kevin Brubeck Unhammer: changed erc-track.el | 3145 | Kevin Brubeck Unhammer: changed erc-join.el erc-track.el erc.el |
| 2832 | 3146 | ||
| 2833 | Kevin Christian: changed gnus-score.el | 3147 | Kevin Christian: changed gnus-score.el |
| 2834 | 3148 | ||
| @@ -2851,7 +3165,9 @@ and changed gnus-agent.el gnus-sum.el gnus-start.el gnus-int.el nntp.el | |||
| 2851 | 3165 | ||
| 2852 | Kevin Layer: changed mml.el w32proc.c | 3166 | Kevin Layer: changed mml.el w32proc.c |
| 2853 | 3167 | ||
| 2854 | Kévin Le Gouguec: changed font-lock.el font-lock-tests.el | 3168 | Kévin Le Gouguec: changed font-lock.el gnus-sum.el dired-aux-tests.el |
| 3169 | dired-aux.el electric-tests.el font-lock-tests.el gnus.el message.texi | ||
| 3170 | project.el sh-script.el shr.el | ||
| 2855 | 3171 | ||
| 2856 | Kevin Rodgers: changed compile.el mailabbrev.el progmodes/compile.el | 3172 | Kevin Rodgers: changed compile.el mailabbrev.el progmodes/compile.el |
| 2857 | dired-x.el files.el ange-ftp.el byte-opt.el desktop.el diff-mode.el | 3173 | dired-x.el files.el ange-ftp.el byte-opt.el desktop.el diff-mode.el |
| @@ -2863,14 +3179,16 @@ Kevin Ryde: wrote info-xref.el | |||
| 2863 | and changed info-look.el info.el checkdoc.el cl.texi compilation.txt | 3179 | and changed info-look.el info.el checkdoc.el cl.texi compilation.txt |
| 2864 | etags.c arc-mode.el ffap.el gnus-art.el gnus-sum.el mule.el os.texi | 3180 | etags.c arc-mode.el ffap.el gnus-art.el gnus-sum.el mule.el os.texi |
| 2865 | progmodes/compile.el woman.el browse-url.el copyright.el dig.el | 3181 | progmodes/compile.el woman.el browse-url.el copyright.el dig.el |
| 2866 | files.el flyspell.el keyboard.c mailcap.el and 86 other files | 3182 | files.el flyspell.el keyboard.c mailcap.el and 88 other files |
| 3183 | |||
| 3184 | Kien Nguyen: changed comp.c | ||
| 2867 | 3185 | ||
| 2868 | Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el | 3186 | Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el cua-rect.el ido.el |
| 2869 | keypad.el kmacro.el | 3187 | keypad.el kmacro.el |
| 2870 | and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c | 3188 | and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c |
| 2871 | xterm.c dispnew.c subr.el w32term.c lisp.h fringe.c display.texi | 3189 | xterm.c dispnew.c subr.el w32term.c lisp.h fringe.c display.texi |
| 2872 | macterm.c alloc.c fns.c xfaces.c keymap.c xfns.c xterm.h .gdbinit | 3190 | macterm.c alloc.c fns.c xfaces.c keymap.c xfns.c xterm.h .gdbinit |
| 2873 | and 249 other files | 3191 | and 248 other files |
| 2874 | 3192 | ||
| 2875 | Kimit Yada: changed copyright.el | 3193 | Kimit Yada: changed copyright.el |
| 2876 | 3194 | ||
| @@ -2884,6 +3202,8 @@ Kirk Kelsey: changed make-mode.el vc-hg.el | |||
| 2884 | 3202 | ||
| 2885 | Kishore Kumar: changed terminal.el | 3203 | Kishore Kumar: changed terminal.el |
| 2886 | 3204 | ||
| 3205 | Kiso Katsuyuki: changed tab-line.el | ||
| 3206 | |||
| 2887 | Klaus Straubinger: changed url-http.el url-history.el pcmpl-rpm.el | 3207 | Klaus Straubinger: changed url-http.el url-history.el pcmpl-rpm.el |
| 2888 | url-cookie.el url.el | 3208 | url-cookie.el url.el |
| 2889 | 3209 | ||
| @@ -2906,16 +3226,18 @@ Koichi Arakawa: changed tramp-sh.el w32proc.c | |||
| 2906 | Konrad Hinsen: wrote ol-eshell.el | 3226 | Konrad Hinsen: wrote ol-eshell.el |
| 2907 | and changed ob-python.el | 3227 | and changed ob-python.el |
| 2908 | 3228 | ||
| 2909 | Konstantin Kharlamov: changed ada-mode.el calc-aent.el calc-ext.el | 3229 | Konstantin Kharlamov: changed smerge-mode.el diff-mode.el files.el |
| 2910 | calc-lang.el cc-mode.el cperl-mode.el css-mode.el cua-rect.el | 3230 | autorevert.el calc-aent.el calc-ext.el calc-lang.el cc-mode.el |
| 2911 | diff-mode.el dnd.el ebnf-abn.el ebnf-dtd.el ebnf-ebx.el | 3231 | cperl-mode.el css-mode.el cua-rect.el dnd.el ebnf-abn.el ebnf-dtd.el |
| 2912 | emacs-module-tests.el epg.el faces.el gnus-art.el gtkutil.c hideif.el | 3232 | ebnf-ebx.el emacs-module-tests.el epg.el faces.el gnus-art.el gtkutil.c |
| 2913 | htmlfontify.el lex.el and 24 other files | 3233 | hideif.el and 26 other files |
| 2914 | 3234 | ||
| 2915 | Konstantin Kliakhandler: changed org-agenda.el | 3235 | Konstantin Kliakhandler: changed org-agenda.el |
| 2916 | 3236 | ||
| 2917 | Konstantin Novitsky: changed progmodes/python.el | 3237 | Konstantin Novitsky: changed progmodes/python.el |
| 2918 | 3238 | ||
| 3239 | Kristian Hole: changed sql.el | ||
| 3240 | |||
| 2919 | Kristoffer Grönlund: wrote wombat-theme.el | 3241 | Kristoffer Grönlund: wrote wombat-theme.el |
| 2920 | 3242 | ||
| 2921 | Krzysztof Jurewicz: changed erc.el secrets.el | 3243 | Krzysztof Jurewicz: changed erc.el secrets.el |
| @@ -2935,11 +3257,12 @@ and changed battery.el ielm.el octave-hlp.el octave-mode.texi term.el | |||
| 2935 | Kurt Swanson: changed gnus-art.el gnus-salt.el gnus-sum.el gnus-ems.el | 3257 | Kurt Swanson: changed gnus-art.el gnus-salt.el gnus-sum.el gnus-ems.el |
| 2936 | gnus-group.el gnus-msg.el gnus-score.el gnus-util.el nnmail.el window.c | 3258 | gnus-group.el gnus-msg.el gnus-score.el gnus-util.el nnmail.el window.c |
| 2937 | 3259 | ||
| 3260 | Kyle Hubert: changed ediff-util.el | ||
| 3261 | |||
| 2938 | Kyle Jones: wrote life.el | 3262 | Kyle Jones: wrote life.el |
| 2939 | and changed saveconf.el buffer.c mail-utils.el sendmail.el | 3263 | and changed saveconf.el buffer.c mail-utils.el sendmail.el |
| 2940 | 3264 | ||
| 2941 | Kyle Meyer: wrote ob-stan.el | 3265 | Kyle Meyer: changed org-compat.el ox.el |
| 2942 | and changed org-compat.el ox.el | ||
| 2943 | 3266 | ||
| 2944 | Kyotaro Horiguchi: changed coding.c indent.c | 3267 | Kyotaro Horiguchi: changed coding.c indent.c |
| 2945 | 3268 | ||
| @@ -2968,29 +3291,29 @@ and co-wrote dabbrev.el imenu.el | |||
| 2968 | Lars Ljung: changed esh-ext.el isearch.el | 3291 | Lars Ljung: changed esh-ext.el isearch.el |
| 2969 | 3292 | ||
| 2970 | Lars Magne Ingebrigtsen: wrote compface.el decompress-tests.el dns.el | 3293 | Lars Magne Ingebrigtsen: wrote compface.el decompress-tests.el dns.el |
| 2971 | dom.el ecomplete.el eww.el exif.el format-spec.el gnus-agent.el | 3294 | dom.el ecomplete.el erc-tests.el eww.el exif.el format-spec.el |
| 2972 | gnus-art.el gnus-async.el gnus-bcklg.el gnus-cache.el gnus-cloud.el | 3295 | gnus-agent.el gnus-art.el gnus-async.el gnus-bcklg.el gnus-cache.el |
| 2973 | gnus-demon.el gnus-draft.el gnus-dup.el gnus-eform.el gnus-fun.el | 3296 | gnus-cloud.el gnus-demon.el gnus-draft.el gnus-dup.el gnus-eform.el |
| 2974 | gnus-group.el gnus-html.el gnus-int.el gnus-logic.el gnus-picon.el | 3297 | gnus-fun.el gnus-group.el gnus-html.el gnus-int.el gnus-logic.el |
| 2975 | gnus-range.el gnus-salt.el gnus-spec.el gnus-srvr.el gnus-start.el | 3298 | gnus-picon.el gnus-range.el gnus-salt.el gnus-spec.el gnus-srvr.el |
| 2976 | gnus-sum.el gnus-undo.el gnus-util.el gnus-uu.el gnus-win.el | 3299 | gnus-start.el gnus-sum.el gnus-undo.el gnus-util.el gnus-uu.el |
| 2977 | ietf-drums.el image-converter.el mail-parse.el mail-prsvr.el | 3300 | gnus-win.el ietf-drums.el image-converter.el mail-parse.el |
| 2978 | mail-source.el message.el messcompat.el mm-archive.el mm-view.el mml.el | 3301 | mail-prsvr.el mail-source.el message.el messcompat.el mm-archive.el |
| 2979 | netrc.el network-stream-tests.el network-stream.el nnagent.el nndir.el | 3302 | mm-view.el mml.el netrc.el network-stream-tests.el network-stream.el |
| 2980 | nndraft.el nngateway.el nnmail.el nnoo.el nntp.el nnweb.el nsm.el | 3303 | nnagent.el nndir.el nndraft.el nngateway.el nnmail.el nnoo.el nntp.el |
| 2981 | parse-time-tests.el puny.el qp.el rfc2045.el rfc2104-tests.el | 3304 | nnweb.el nsm.el parse-time-tests.el puny.el qp.el rfc2045.el |
| 2982 | rfc2231.el rtree.el score-mode.el shr-tests.el shr.el spam.el | 3305 | rfc2104-tests.el rfc2231.el rtree.el score-mode.el shr-tests.el shr.el |
| 2983 | text-property-search-tests.el text-property-search.el url-domsuf.el | 3306 | spam.el text-property-search-tests.el text-property-search.el |
| 2984 | url-queue.el | 3307 | url-domsuf.el url-queue.el |
| 2985 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el | 3308 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus-score.el |
| 2986 | gnus-topic.el gnus.el gssapi.el mailcap.el mm-bodies.el mm-decode.el | 3309 | gnus-topic.el gnus.el gssapi.el mailcap.el mm-bodies.el mm-decode.el |
| 2987 | mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el | 3310 | mm-encode.el mm-util.el nnbabyl.el nndoc.el nneething.el nnfolder.el |
| 2988 | nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el | 3311 | nnheader.el nnimap.el nnmbox.el nnmh.el nnml.el nnspool.el nnvirtual.el |
| 2989 | rfc2047.el svg.el time-date.el | 3312 | rfc2047.el svg.el time-date.el |
| 2990 | and changed gnus.texi process.c subr.el simple.el files.el gnutls.c | 3313 | and changed gnus.texi simple.el subr.el files.el process.c text.texi |
| 2991 | gnus-ems.el smtpmail.el display.texi url-http.el auth-source.el | 3314 | display.texi dired.el gnutls.c gnus-ems.el smtpmail.el help-fns.el |
| 2992 | gnus-cite.el pop3.el dired.el edebug.el gnus-xmas.el text.texi image.el | 3315 | auth-source.el url-http.el edebug.el gnus-cite.el image.el pop3.el |
| 2993 | image.c gnutls.el nnrss.el and 651 other files | 3316 | dired-aux.el fns.c image.c and 859 other files |
| 2994 | 3317 | ||
| 2995 | Lars Rasmusson: changed ebrowse.c | 3318 | Lars Rasmusson: changed ebrowse.c |
| 2996 | 3319 | ||
| @@ -3016,15 +3339,15 @@ Lee Duhem: changed eval.c | |||
| 3016 | 3339 | ||
| 3017 | Leigh Stoller: changed emacsclient.c server.el | 3340 | Leigh Stoller: changed emacsclient.c server.el |
| 3018 | 3341 | ||
| 3019 | Lele Gaifax: changed progmodes/python.el flymake.el python-tests.el | 3342 | Lele Gaifax: changed progmodes/python.el TUTORIAL.it flymake.el |
| 3020 | TUTORIAL.it flymake-proc.el flymake.texi isearch.el | 3343 | python-tests.el flymake-proc.el flymake.texi isearch.el |
| 3021 | 3344 | ||
| 3022 | Lennart Borgman: co-wrote ert-x.el | 3345 | Lennart Borgman: co-wrote ert-x.el |
| 3023 | and changed nxml-mode.el tutorial.el re-builder.el window.el ada-xref.el | 3346 | and changed nxml-mode.el tutorial.el re-builder.el window.el buff-menu.el |
| 3024 | buff-menu.el emacs-lisp/debug.el emacsclient.c filesets.el flymake.el | 3347 | emacs-lisp/debug.el emacsclient.c filesets.el flymake.el help-fns.el |
| 3025 | help-fns.el isearch.el linum.el lisp-mode.el lisp.el mouse.el | 3348 | isearch.el linum.el lisp-mode.el lisp.el mouse.el progmodes/grep.el |
| 3026 | recentf.el remember.el replace.el ruby-mode.el shell.el | 3349 | recentf.el remember.el replace.el reveal.el ruby-mode.el |
| 3027 | and 4 other files | 3350 | and 5 other files |
| 3028 | 3351 | ||
| 3029 | Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c | 3352 | Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c |
| 3030 | 3353 | ||
| @@ -3042,8 +3365,12 @@ Leonardo Nobrega: changed progmodes/python.el | |||
| 3042 | 3365 | ||
| 3043 | Leonard Randall: changed org-bibtex.el reftex-parse.el | 3366 | Leonard Randall: changed org-bibtex.el reftex-parse.el |
| 3044 | 3367 | ||
| 3368 | Leon Vack: changed erc-services.el | ||
| 3369 | |||
| 3045 | Leo P. White: changed eieio-custom.el | 3370 | Leo P. White: changed eieio-custom.el |
| 3046 | 3371 | ||
| 3372 | Leo Vivier: changed dired-aux.el | ||
| 3373 | |||
| 3047 | Levin Du: changed parse-time.el org-clock.el | 3374 | Levin Du: changed parse-time.el org-clock.el |
| 3048 | 3375 | ||
| 3049 | Le Wang: changed org-src.el comint.el hilit-chg.el misc.el | 3376 | Le Wang: changed org-src.el comint.el hilit-chg.el misc.el |
| @@ -3056,15 +3383,20 @@ Liam Stitt: changed url-file.el url-vars.el | |||
| 3056 | 3383 | ||
| 3057 | Liang Wang: changed etags.el | 3384 | Liang Wang: changed etags.el |
| 3058 | 3385 | ||
| 3386 | Liāu, Kiong-Gē 廖宮毅: changed comp.c mingw-cfg.site | ||
| 3387 | |||
| 3059 | Lixin Chin: changed bibtex.el | 3388 | Lixin Chin: changed bibtex.el |
| 3060 | 3389 | ||
| 3061 | Lloyd Zusman: changed mml.el pgg-gpg.el | 3390 | Lloyd Zusman: changed mml.el pgg-gpg.el |
| 3062 | 3391 | ||
| 3063 | Lluís Vilanova: changed ede/linux.el | 3392 | Lluís Vilanova: changed ede/linux.el |
| 3064 | 3393 | ||
| 3394 | Logan Perkins: changed keyboard.c | ||
| 3395 | |||
| 3065 | Luca Capello: changed mm-encode.el | 3396 | Luca Capello: changed mm-encode.el |
| 3066 | 3397 | ||
| 3067 | Lucas Werkmeister: changed emacs.c emacs.service | 3398 | Lucas Werkmeister: changed emacs.c emacs.service nxml-mode.el |
| 3399 | sgml-mode.el | ||
| 3068 | 3400 | ||
| 3069 | Lucid, Inc.: changed byte-opt.el byte-run.el bytecode.c bytecomp.el | 3401 | Lucid, Inc.: changed byte-opt.el byte-run.el bytecode.c bytecomp.el |
| 3070 | delsel.el disass.el faces.el font-lock.el mailabbrev.el select.el | 3402 | delsel.el disass.el faces.el font-lock.el mailabbrev.el select.el |
| @@ -3074,7 +3406,7 @@ Luc Teirlinck: wrote help-at-pt.el | |||
| 3074 | and changed files.el autorevert.el cus-edit.el subr.el simple.el | 3406 | and changed files.el autorevert.el cus-edit.el subr.el simple.el |
| 3075 | frames.texi startup.el display.texi files.texi dired.el comint.el | 3407 | frames.texi startup.el display.texi files.texi dired.el comint.el |
| 3076 | modes.texi custom.texi emacs.texi fns.c frame.el ielm.el minibuf.texi | 3408 | modes.texi custom.texi emacs.texi fns.c frame.el ielm.el minibuf.texi |
| 3077 | variables.texi buffers.texi commands.texi and 211 other files | 3409 | variables.texi buffers.texi commands.texi and 212 other files |
| 3078 | 3410 | ||
| 3079 | Ludovic Courtès: wrote nnregistry.el | 3411 | Ludovic Courtès: wrote nnregistry.el |
| 3080 | and changed configure.ac gnus.texi loadup.el | 3412 | and changed configure.ac gnus.texi loadup.el |
| @@ -3090,9 +3422,9 @@ Lukas Huonker: changed tetris.el | |||
| 3090 | Łukasz Jędrzejewski: changed auth-source-pass-tests.el | 3422 | Łukasz Jędrzejewski: changed auth-source-pass-tests.el |
| 3091 | auth-source-pass.el | 3423 | auth-source-pass.el |
| 3092 | 3424 | ||
| 3093 | Łukasz Stelmach: changed erc.el ps-print.el cookie1.el gnus-group.el | 3425 | Łukasz Stelmach: changed erc.el message.el ps-print.el cookie1.el |
| 3094 | gtkutil.c message.el org-agenda.el org-bbdb.el org.el org.texi | 3426 | gnus-group.el gtkutil.c org-agenda.el org-bbdb.el org.el org.texi |
| 3095 | ox-html.el ox.el simple.el | 3427 | ox-html.el ox.el shr.el simple.el |
| 3096 | 3428 | ||
| 3097 | Luke Lee: changed hideif.el | 3429 | Luke Lee: changed hideif.el |
| 3098 | 3430 | ||
| @@ -3102,7 +3434,7 @@ Lute Kamstra: changed modes.texi emacs-lisp/debug.el generic-x.el | |||
| 3102 | generic.el font-lock.el simple.el subr.el battery.el debugging.texi | 3434 | generic.el font-lock.el simple.el subr.el battery.el debugging.texi |
| 3103 | easy-mmode.el elisp.texi emacs-lisp/generic.el hl-line.el info.el | 3435 | easy-mmode.el elisp.texi emacs-lisp/generic.el hl-line.el info.el |
| 3104 | octave.el basic.texi bindings.el calc.el cmdargs.texi diff-mode.el | 3436 | octave.el basic.texi bindings.el calc.el cmdargs.texi diff-mode.el |
| 3105 | doclicense.texi and 290 other files | 3437 | doclicense.texi and 288 other files |
| 3106 | 3438 | ||
| 3107 | Lynn Slater: wrote help-macro.el | 3439 | Lynn Slater: wrote help-macro.el |
| 3108 | 3440 | ||
| @@ -3123,12 +3455,14 @@ Malcolm Purvis: changed spam-stat.el | |||
| 3123 | 3455 | ||
| 3124 | Manoj Srivastava: wrote manoj-dark-theme.el | 3456 | Manoj Srivastava: wrote manoj-dark-theme.el |
| 3125 | 3457 | ||
| 3126 | Manuel Giraud: changed ox-html.el ox-publish.el org.texi | 3458 | Manuel Giraud: changed ox-html.el ox-publish.el vc.el idlwave.el org.texi |
| 3127 | 3459 | ||
| 3128 | Manuel Gómez: changed speedbar.el | 3460 | Manuel Gómez: changed speedbar.el |
| 3129 | 3461 | ||
| 3130 | Manuel Serrano: wrote flyspell.el | 3462 | Manuel Serrano: wrote flyspell.el |
| 3131 | 3463 | ||
| 3464 | Manuel Uberti: changed project.el | ||
| 3465 | |||
| 3132 | Marcelo Toledo: changed TUTORIAL.pt_BR TUTORIAL.cn TUTORIAL.cs | 3466 | Marcelo Toledo: changed TUTORIAL.pt_BR TUTORIAL.cn TUTORIAL.cs |
| 3133 | TUTORIAL.de TUTORIAL.es TUTORIAL.fr TUTORIAL.it TUTORIAL.ja TUTORIAL.ko | 3467 | TUTORIAL.de TUTORIAL.es TUTORIAL.fr TUTORIAL.it TUTORIAL.ja TUTORIAL.ko |
| 3134 | TUTORIAL.pl TUTORIAL.ro TUTORIAL.ru TUTORIAL.sk TUTORIAL.sl TUTORIAL.th | 3468 | TUTORIAL.pl TUTORIAL.ro TUTORIAL.ru TUTORIAL.sk TUTORIAL.sl TUTORIAL.th |
| @@ -3144,11 +3478,13 @@ and changed battery.el doc-view.el elisp-mode-tests.el fill.el lisp.el | |||
| 3144 | 3478 | ||
| 3145 | Marc Lefranc: changed gnus-art.el | 3479 | Marc Lefranc: changed gnus-art.el |
| 3146 | 3480 | ||
| 3481 | Marco Centurion: changed dired-aux.el files.el files.texi | ||
| 3482 | |||
| 3147 | Marco Melgazzi: changed term.el | 3483 | Marco Melgazzi: changed term.el |
| 3148 | 3484 | ||
| 3149 | Marco Wahl: wrote ol-eww.el | 3485 | Marco Wahl: wrote ol-eww.el |
| 3150 | and changed org-agenda.el page-ext.el org.el scroll-lock-tests.el | 3486 | and changed org-agenda.el page-ext.el ffap.el kmacro.el kmacro.texi |
| 3151 | scroll-lock.el | 3487 | org.el scroll-lock-tests.el scroll-lock.el |
| 3152 | 3488 | ||
| 3153 | Marco Walther: changed mips-siemens.h unexelfsni.c unexsni.c | 3489 | Marco Walther: changed mips-siemens.h unexelfsni.c unexsni.c |
| 3154 | 3490 | ||
| @@ -3178,10 +3514,11 @@ and changed erc.el erc-dcc.el erc-speak.el Makefile erc-bbdb.el | |||
| 3178 | and 48 other files | 3514 | and 48 other files |
| 3179 | 3515 | ||
| 3180 | Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el | 3516 | Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el |
| 3181 | isearch.el vc-bzr.el NXML-NEWS cc-mode.texi compilation.txt ede.texi | 3517 | isearch.el vc-bzr.el OpenDocument-schema-v1.3+libreoffice.rnc |
| 3518 | OpenDocument-schema-v1.3.rnc cc-mode.texi compilation.txt ede.texi | ||
| 3182 | eieio.texi esh-mode.el flymake.el gnus-group.el menu-bar.el | 3519 | eieio.texi esh-mode.el flymake.el gnus-group.el menu-bar.el |
| 3183 | misc/Makefile.in nxml-mode.texi progmodes/compile.el | 3520 | misc/Makefile.in nxml-mode.texi progmodes/compile.el |
| 3184 | progmodes/python.el programs.texi and 8 other files | 3521 | progmodes/python.el and 10 other files |
| 3185 | 3522 | ||
| 3186 | Mark Davies: changed amdx86-64.h configure configure.ac hp800.h | 3523 | Mark Davies: changed amdx86-64.h configure configure.ac hp800.h |
| 3187 | lib-src/Makefile.in netbsd.h ralloc.c sh3el.h sort.el | 3524 | lib-src/Makefile.in netbsd.h ralloc.c sh3el.h sort.el |
| @@ -3217,9 +3554,9 @@ Mark Osbourne: changed hexl-mode.el | |||
| 3217 | 3554 | ||
| 3218 | Mark Oteiza: wrote mailcap-tests.el md4-tests.el xdg-tests.el xdg.el | 3555 | Mark Oteiza: wrote mailcap-tests.el md4-tests.el xdg-tests.el xdg.el |
| 3219 | and changed image-dired.el dunnet.el mpc.el eww.el json.el calc-units.el | 3556 | and changed image-dired.el dunnet.el mpc.el eww.el json.el calc-units.el |
| 3220 | subr-x.el subr.el lcms.c message.el tex-mode.el cl-macs.el cl.texi | 3557 | lcms.c subr-x.el subr.el message.el tex-mode.el cl-macs.el cl.texi |
| 3221 | ibuffer.el lcms-tests.el mailcap.el cl-print.el emacs-lisp/chart.el | 3558 | ibuffer.el lcms-tests.el mailcap.el progmodes/python.el cl-print.el |
| 3222 | files.el htmlfontify.el pcase.el and 178 other files | 3559 | eldoc.el emacs-lisp/chart.el files.el and 173 other files |
| 3223 | 3560 | ||
| 3224 | Mark Plaksin: changed nnrss.el term.el | 3561 | Mark Plaksin: changed nnrss.el term.el |
| 3225 | 3562 | ||
| @@ -3242,7 +3579,7 @@ and changed cus-edit.el files.el progmodes/compile.el rmail.el | |||
| 3242 | tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el dired.el | 3579 | tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el dired.el |
| 3243 | mule-cmds.el rmailout.el checkdoc.el configure.ac custom.el emacsbug.el | 3580 | mule-cmds.el rmailout.el checkdoc.el configure.ac custom.el emacsbug.el |
| 3244 | gnus.el help-fns.el ls-lisp.el mwheel.el sendmail.el | 3581 | gnus.el help-fns.el ls-lisp.el mwheel.el sendmail.el |
| 3245 | and 126 other files | 3582 | and 125 other files |
| 3246 | 3583 | ||
| 3247 | Markus Sauermann: changed lisp-mode.el | 3584 | Markus Sauermann: changed lisp-mode.el |
| 3248 | 3585 | ||
| @@ -3267,6 +3604,8 @@ Martin Buchholz: changed etags.c | |||
| 3267 | 3604 | ||
| 3268 | Martin Jesper Low Madsen: changed auth-source.el | 3605 | Martin Jesper Low Madsen: changed auth-source.el |
| 3269 | 3606 | ||
| 3607 | Martin Joerg: changed tramp-sh.el | ||
| 3608 | |||
| 3270 | Martin J. Reed: changed ldap.el | 3609 | Martin J. Reed: changed ldap.el |
| 3271 | 3610 | ||
| 3272 | Martin Kletzander: changed erc-join.el | 3611 | Martin Kletzander: changed erc-join.el |
| @@ -3283,9 +3622,9 @@ Martin Neitzel: changed supercite.el | |||
| 3283 | Martin Pohlack: changed iimage.el pc-select.el | 3622 | Martin Pohlack: changed iimage.el pc-select.el |
| 3284 | 3623 | ||
| 3285 | Martin Rudalics: changed window.el window.c windows.texi frame.c xdisp.c | 3624 | Martin Rudalics: changed window.el window.c windows.texi frame.c xdisp.c |
| 3286 | w32fns.c xterm.c frames.texi w32term.c xfns.c frame.el display.texi | 3625 | xterm.c w32fns.c frames.texi w32term.c xfns.c frame.el display.texi |
| 3287 | help.el buffer.c window.h cus-start.el frame.h dispnew.c mouse.el | 3626 | frame.h cus-start.el help.el buffer.c window.h mouse.el dispnew.c |
| 3288 | nsfns.m gtkutil.c and 209 other files | 3627 | nsfns.m gtkutil.c and 211 other files |
| 3289 | 3628 | ||
| 3290 | Martin Stjernholm: wrote cc-bytecomp.el | 3629 | Martin Stjernholm: wrote cc-bytecomp.el |
| 3291 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el | 3630 | and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el |
| @@ -3304,7 +3643,9 @@ and changed ob-emacs-lisp.el | |||
| 3304 | 3643 | ||
| 3305 | Masahiko Sato: wrote vip.el | 3644 | Masahiko Sato: wrote vip.el |
| 3306 | 3645 | ||
| 3307 | Masahiro Nakamura: changed ns-win.el nsterm.m | 3646 | Masahiro Nakamura: changed mpc.el tramp.texi nsterm.m w32fns.c keyboard.c |
| 3647 | ns-win.el nsmenu.m nsterm.h package.el refcard.tex shortdoc.el | ||
| 3648 | strokes.el | ||
| 3308 | 3649 | ||
| 3309 | Masanobu Umeda: wrote metamail.el rmailsort.el timezone.el | 3650 | Masanobu Umeda: wrote metamail.el rmailsort.el timezone.el |
| 3310 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus.el nnbabyl.el | 3651 | and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus.el nnbabyl.el |
| @@ -3328,7 +3669,7 @@ Masayuki Ataka: changed texinfmt.el texinfo.el characters.el cmuscheme.el | |||
| 3328 | Masayuki Fujii: changed dnd.el w32-win.el | 3669 | Masayuki Fujii: changed dnd.el w32-win.el |
| 3329 | 3670 | ||
| 3330 | Mathias Dahl: wrote image-dired.el | 3671 | Mathias Dahl: wrote image-dired.el |
| 3331 | and changed tumme.el dired.el dired.texi | 3672 | and changed tumme.el dired.el dired.texi abbrev.el abbrevs.texi |
| 3332 | 3673 | ||
| 3333 | Mathias Megyei: changed lisp/Makefile.in | 3674 | Mathias Megyei: changed lisp/Makefile.in |
| 3334 | 3675 | ||
| @@ -3336,7 +3677,12 @@ Mathieu Othacehe: changed tramp-adb.el | |||
| 3336 | 3677 | ||
| 3337 | Mats Lidell: changed TUTORIAL.sv european.el gnus-art.el org-element.el | 3678 | Mats Lidell: changed TUTORIAL.sv european.el gnus-art.el org-element.el |
| 3338 | 3679 | ||
| 3339 | Matt Armstrong: changed gnus-topic.el gnus.el imap.el message.el shell.el | 3680 | Matt Armstrong: changed display.texi filelock-tests.el buffer.c |
| 3681 | commands.texi filelock.c files.el gnus-topic.el gnus.el imap.el | ||
| 3682 | lisp-mnt.el map-tests.el marker.c message.el shell.el simple.el | ||
| 3683 | userlock.el | ||
| 3684 | |||
| 3685 | Matt Beshara: changed js.el nsfns.m | ||
| 3340 | 3686 | ||
| 3341 | Matt Bisson: changed xterm.c | 3687 | Matt Bisson: changed xterm.c |
| 3342 | 3688 | ||
| @@ -3344,7 +3690,7 @@ Matt Curtis: changed pulse.el | |||
| 3344 | 3690 | ||
| 3345 | Matt Fidler: changed package.el | 3691 | Matt Fidler: changed package.el |
| 3346 | 3692 | ||
| 3347 | Matthew Bauer: changed comint.el startup.el | 3693 | Matthew Bauer: changed comint.el shell.el startup.el |
| 3348 | 3694 | ||
| 3349 | Matthew Carter: changed sql.el | 3695 | Matthew Carter: changed sql.el |
| 3350 | 3696 | ||
| @@ -3364,12 +3710,16 @@ Matthew Mundell: changed calendar.texi diary-lib.el files.texi | |||
| 3364 | 3710 | ||
| 3365 | Matthew Newton: changed imenu.el | 3711 | Matthew Newton: changed imenu.el |
| 3366 | 3712 | ||
| 3713 | Matthew White: changed buffer.c bookmark-tests.el bookmark.el | ||
| 3714 | test-list.bmk | ||
| 3715 | |||
| 3367 | Matthias Dahl: changed faces.el process.c process.h | 3716 | Matthias Dahl: changed faces.el process.c process.h |
| 3368 | 3717 | ||
| 3369 | Matthias Förste: changed files.el | 3718 | Matthias Förste: changed files.el |
| 3370 | 3719 | ||
| 3371 | Matthias Meulien: changed bookmark.el progmodes/python.el buff-menu.el | 3720 | Matthias Meulien: changed bookmark.el progmodes/python.el vc-dir.el |
| 3372 | prog-mode.el simple.el tabify.el vc-dir.el vc-git.el | 3721 | buff-menu.el prog-mode.el simple.el tab-bar.el tabify.el vc-git.el |
| 3722 | vc-tests.el | ||
| 3373 | 3723 | ||
| 3374 | Matthias Wiehl: changed gnus.el | 3724 | Matthias Wiehl: changed gnus.el |
| 3375 | 3725 | ||
| @@ -3384,11 +3734,13 @@ Matt Hodges: changed textmodes/table.el faces.el iswitchb.el simple.el | |||
| 3384 | edebug.texi eldoc.el em-hist.el em-pred.el fixit.texi icon.el ido.el | 3734 | edebug.texi eldoc.el em-hist.el em-pred.el fixit.texi icon.el ido.el |
| 3385 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files | 3735 | locate.el paragraphs.el pcomplete.el repeat.el and 3 other files |
| 3386 | 3736 | ||
| 3387 | Mattias Engdegård: changed rx.el searching.texi rx-tests.el autorevert.el | 3737 | Mattias Engdegård: changed byte-opt.el rx.el rx-tests.el searching.texi |
| 3388 | calc-tests.el regexp-opt.el filenotify.el subr.el files.el | 3738 | bytecomp-tests.el bytecomp.el calc-tests.el progmodes/compile.el |
| 3389 | progmodes/compile.el mouse.el bytecomp.el compile-tests.el | 3739 | subr.el autorevert.el gdb-mi.el files.el regex-emacs-tests.el mouse.el |
| 3390 | autorevert-tests.el byte-opt.el bytecomp-tests.el calc-alg.el | 3740 | regexp-opt.el replace.el calc.el coding.c filenotify.el regex-emacs.c |
| 3391 | compilation.txt dired.el font.c regex-emacs.c and 161 other files | 3741 | calc-ext.el and 537 other files |
| 3742 | |||
| 3743 | Mattias M: changed asm-mode-tests.el asm-mode.el | ||
| 3392 | 3744 | ||
| 3393 | Matt Lundin: changed org-agenda.el org.el org-bibtex.el org-footnote.el | 3745 | Matt Lundin: changed org-agenda.el org.el org-bibtex.el org-footnote.el |
| 3394 | ox-publish.el org-bbdb.el org-datetree.el org-gnus.el | 3746 | ox-publish.el org-bbdb.el org-datetree.el org-gnus.el |
| @@ -3402,15 +3754,17 @@ Matt Simmons: changed message.el | |||
| 3402 | Matt Swift: changed dired.el editfns.c lisp-mode.el mm-decode.el | 3754 | Matt Swift: changed dired.el editfns.c lisp-mode.el mm-decode.el |
| 3403 | outline.el progmodes/compile.el rx.el simple.el startup.el | 3755 | outline.el progmodes/compile.el rx.el simple.el startup.el |
| 3404 | 3756 | ||
| 3405 | Mauro Aranda: changed wid-edit.el cus-edit.el gnus.texi octave.el pong.el | 3757 | Mauro Aranda: changed wid-edit.el cus-edit.el custom.el wid-edit-tests.el |
| 3406 | autorevert.el cc-mode.texi control.texi custom-tests.el custom.el | 3758 | widget.texi custom-tests.el checkdoc-tests.el checkdoc.el |
| 3407 | dbus.texi dired-x.texi elisp-mode.el epa.el esh-mode.el | 3759 | cus-edit-tests.el cus-theme.el customize.texi files.texi gnus.texi |
| 3408 | eshell/eshell.el eudc.texi files.texi functions.texi gnus-faq.texi | 3760 | octave.el pong.el autorevert.el button.el cc-mode.texi control.texi |
| 3409 | info.el and 14 other files | 3761 | custom--test-theme.el dbus.texi and 35 other files |
| 3410 | 3762 | ||
| 3411 | Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el | 3763 | Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el |
| 3412 | 3764 | ||
| 3413 | Max Mikhanosha: changed org-agenda.el org-habit.el org.el | 3765 | Maxim Nikulin: changed mailcap.el |
| 3766 | |||
| 3767 | Max Mikhanosha: changed org-agenda.el org-habit.el keyboard.c org.el | ||
| 3414 | 3768 | ||
| 3415 | Memnon Anon: changed org.texi | 3769 | Memnon Anon: changed org.texi |
| 3416 | 3770 | ||
| @@ -3419,14 +3773,15 @@ Micah Anderson: changed spook.lines | |||
| 3419 | Michael Albinus: wrote autorevert-tests.el dbus-tests.el dbus.el | 3773 | Michael Albinus: wrote autorevert-tests.el dbus-tests.el dbus.el |
| 3420 | filenotify-tests.el filenotify.el files-x-tests.el secrets-tests.el | 3774 | filenotify-tests.el filenotify.el files-x-tests.el secrets-tests.el |
| 3421 | secrets.el shadowfile-tests.el tramp-archive-tests.el tramp-archive.el | 3775 | secrets.el shadowfile-tests.el tramp-archive-tests.el tramp-archive.el |
| 3422 | tramp-cmds.el tramp-compat.el tramp-crypt.el tramp-ftp.el tramp-gvfs.el | 3776 | tramp-cmds.el tramp-compat.el tramp-crypt.el tramp-ftp.el tramp-fuse.el |
| 3423 | tramp-integration.el tramp-rclone.el tramp-smb.el tramp-sudoedit.el | 3777 | tramp-gvfs.el tramp-integration.el tramp-rclone.el tramp-smb.el |
| 3424 | tramp-tests.el url-tramp-tests.el url-tramp.el vc-tests.el zeroconf.el | 3778 | tramp-sshfs.el tramp-sudoedit.el tramp-tests.el url-tramp-tests.el |
| 3779 | url-tramp.el vc-tests.el zeroconf.el | ||
| 3425 | and co-wrote tramp-cache.el tramp-sh.el tramp.el | 3780 | and co-wrote tramp-cache.el tramp-sh.el tramp.el |
| 3426 | and changed tramp.texi tramp-adb.el trampver.el trampver.texi dbusbind.c | 3781 | and changed tramp.texi tramp-adb.el trampver.el trampver.texi dbusbind.c |
| 3427 | file-notify-tests.el files.el ange-ftp.el files.texi dbus.texi | 3782 | files.el ange-ftp.el file-notify-tests.el files.texi dbus.texi |
| 3428 | autorevert.el tramp-fish.el kqueue.c tramp-gw.el tramp-imap.el os.texi | 3783 | autorevert.el tramp-fish.el kqueue.c tramp-gw.el os.texi shell.el |
| 3429 | xesam.el configure.ac lisp.h shell.el gfilenotify.c and 253 other files | 3784 | tramp-imap.el gitlab-ci.yml lisp.h README xesam.el and 280 other files |
| 3430 | 3785 | ||
| 3431 | Michael Ben-Gershon: changed acorn.h configure.ac riscix1-1.h riscix1-2.h | 3786 | Michael Ben-Gershon: changed acorn.h configure.ac riscix1-1.h riscix1-2.h |
| 3432 | unexec.c | 3787 | unexec.c |
| @@ -3453,19 +3808,18 @@ Michael Downes: changed gnus-sum.el | |||
| 3453 | Michael D. Prange: wrote fortran.el | 3808 | Michael D. Prange: wrote fortran.el |
| 3454 | and changed tex-mode.el | 3809 | and changed tex-mode.el |
| 3455 | 3810 | ||
| 3456 | Michael Gauland: wrote ob-ebnf.el | 3811 | Michael Gauland: co-wrote ob-scheme.el |
| 3457 | and co-wrote ob-scheme.el | ||
| 3458 | and changed ebnf2ps.el org-src.el | 3812 | and changed ebnf2ps.el org-src.el |
| 3459 | 3813 | ||
| 3460 | Michael Gschwind: wrote iso-cvt.el | 3814 | Michael Gschwind: wrote iso-cvt.el |
| 3461 | 3815 | ||
| 3462 | Michael Harnois: changed nnimap.el | 3816 | Michael Harnois: changed nnimap.el |
| 3463 | 3817 | ||
| 3464 | Michael Heerdegen: changed cl-macs.el subr.el control.texi copyright.el | 3818 | Michael Heerdegen: changed bytecomp.el cl-macs.el subr.el control.texi |
| 3465 | css-mode.el dired.el easy-mmode.el filesets.el hi-lock.el macroexp.el | 3819 | copyright.el css-mode.el dired.el easy-mmode.el eieio-core.el |
| 3466 | modula2.el ob-C.el ob-core.el ob-exp.el ob-groovy.el ob-haskell.el | 3820 | filesets.el hi-lock.el macroexp.el modula2.el ob-C.el ob-core.el |
| 3467 | ob-io.el ob-lisp.el ob-lob.el ob-lua.el ob-octave.el | 3821 | ob-exp.el ob-groovy.el ob-haskell.el ob-lisp.el ob-lob.el ob-lua.el |
| 3468 | and 227 other files | 3822 | and 229 other files |
| 3469 | 3823 | ||
| 3470 | Michael Hendricks: changed help.el | 3824 | Michael Hendricks: changed help.el |
| 3471 | 3825 | ||
| @@ -3497,9 +3851,9 @@ Michael McNamara: co-wrote verilog-mode.el | |||
| 3497 | 3851 | ||
| 3498 | Michael Olson: changed erc.el erc-backend.el Makefile erc-track.el | 3852 | Michael Olson: changed erc.el erc-backend.el Makefile erc-track.el |
| 3499 | erc-log.el erc-stamp.el erc-autoaway.el erc-dcc.el erc-goodies.el | 3853 | erc-log.el erc-stamp.el erc-autoaway.el erc-dcc.el erc-goodies.el |
| 3500 | erc-list.el erc-compat.el erc-identd.el erc.texi ERC-NEWS erc-bbdb.el | 3854 | erc-list.el erc-compat.el erc-identd.el erc.texi erc-bbdb.el |
| 3501 | erc-match.el erc-notify.el erc-ibuffer.el erc-services.el remember.el | 3855 | erc-match.el erc-notify.el erc-ibuffer.el erc-services.el remember.el |
| 3502 | erc-button.el and 54 other files | 3856 | erc-button.el erc-nicklist.el and 54 other files |
| 3503 | 3857 | ||
| 3504 | Michael Orlitzky: changed tex-mode.el | 3858 | Michael Orlitzky: changed tex-mode.el |
| 3505 | 3859 | ||
| @@ -3538,6 +3892,8 @@ Michael Weylandt: changed ox-latex.el | |||
| 3538 | 3892 | ||
| 3539 | Michael Witten: changed TUTORIAL fixit.texi intro.texi | 3893 | Michael Witten: changed TUTORIAL fixit.texi intro.texi |
| 3540 | 3894 | ||
| 3895 | Michalis V: changed dired-aux.el em-cmpl.el help-mode.el tcl.el | ||
| 3896 | |||
| 3541 | Michal Jankowski: changed insdel.c keyboard.c | 3897 | Michal Jankowski: changed insdel.c keyboard.c |
| 3542 | 3898 | ||
| 3543 | Michał Kondraciuk: changed cus-edit.el | 3899 | Michał Kondraciuk: changed cus-edit.el |
| @@ -3547,11 +3903,11 @@ Michał Krzywkowski: changed elide-head.el | |||
| 3547 | Michal Nazarewicz: wrote cc-mode-tests.el descr-text-tests.el | 3903 | Michal Nazarewicz: wrote cc-mode-tests.el descr-text-tests.el |
| 3548 | tildify-tests.el | 3904 | tildify-tests.el |
| 3549 | and co-wrote tildify.el | 3905 | and co-wrote tildify.el |
| 3550 | and changed regex.c casefiddle.c simple.el test/src/regex-emacs-tests.el | 3906 | and changed emacs-regex.c casefiddle.c simple.el |
| 3551 | casefiddle-tests.el message.el regex.h search.c buffer.h ert-x.el | 3907 | test/src/regex-emacs-tests.el casefiddle-tests.el emacs-regex.h |
| 3552 | files.el frame.c remember.el sgml-mode.el unidata-gen.el README | 3908 | message.el search.c buffer.h cc-mode.el cc-mode.texi ert-x.el files.el |
| 3553 | SpecialCasing.txt bindings.el buffer.c cc-mode.el cfengine.el | 3909 | frame.c remember.el sgml-mode.el unidata-gen.el README |
| 3554 | and 37 other files | 3910 | SpecialCasing.txt bindings.el buffer.c and 41 other files |
| 3555 | 3911 | ||
| 3556 | Michal Nowak: changed gnutls.el | 3912 | Michal Nowak: changed gnutls.el |
| 3557 | 3913 | ||
| @@ -3573,6 +3929,10 @@ Miguel Ruiz: changed ob-gnuplot.el | |||
| 3573 | 3929 | ||
| 3574 | Mihai Olteanu: changed hexl.el | 3930 | Mihai Olteanu: changed hexl.el |
| 3575 | 3931 | ||
| 3932 | Miha Rihtaršič: changed keyboard.c commands.texi minibuf.c minibuffer.el | ||
| 3933 | simple.el comint.el data.c delsel.el errors.texi esh-mode.el eval.c | ||
| 3934 | ibuffer.el macros.c process.c sh-script.el | ||
| 3935 | |||
| 3576 | Mihir Rege: changed js.el | 3936 | Mihir Rege: changed js.el |
| 3577 | 3937 | ||
| 3578 | Mikael Djurfeldt: changed xdisp.c | 3938 | Mikael Djurfeldt: changed xdisp.c |
| @@ -3585,11 +3945,13 @@ Mike Gulick: changed gdb-mi.el | |||
| 3585 | 3945 | ||
| 3586 | Mike Haertel: changed 7300.h | 3946 | Mike Haertel: changed 7300.h |
| 3587 | 3947 | ||
| 3948 | Mike Hamrick: changed dispextern.h term.c termchar.h xfaces.c | ||
| 3949 | |||
| 3588 | Mike Kazantsev: changed erc-dcc.el | 3950 | Mike Kazantsev: changed erc-dcc.el |
| 3589 | 3951 | ||
| 3590 | Mike Kupfer: changed mh-comp.el mh-e.el ftcrfont.c mh-utils.el | 3952 | Mike Kupfer: changed mh-comp.el mh-e.el ftcrfont.c mh-utils.el |
| 3591 | emacs-mime.texi ftxfont.c gnus-mh.el gnus.texi mh-acros.el mh-compat.el | 3953 | emacs-mime.texi gnus-mh.el gnus.texi mh-acros.el mh-compat.el mh-e.texi |
| 3592 | mh-e.texi mh-identity.el mh-mime.el xftfont.c | 3954 | mh-identity.el mh-mime.el xftfont.c |
| 3593 | 3955 | ||
| 3594 | Mike Lamb: changed em-unix.el esh-util.el pcmpl-unix.el | 3956 | Mike Lamb: changed em-unix.el esh-util.el pcmpl-unix.el |
| 3595 | 3957 | ||
| @@ -3621,7 +3983,7 @@ Miles Bader: wrote button.el face-remap.el image-file.el macroexp.el | |||
| 3621 | and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c | 3983 | and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c |
| 3622 | info.el minibuf.c display.texi quick-install-emacs wid-edit.el xterm.c | 3984 | info.el minibuf.c display.texi quick-install-emacs wid-edit.el xterm.c |
| 3623 | dispextern.h subr.el window.el cus-edit.el diff-mode.el xfns.c | 3985 | dispextern.h subr.el window.el cus-edit.el diff-mode.el xfns.c |
| 3624 | bytecomp.el help.el lisp.h and 272 other files | 3986 | bytecomp.el help.el lisp.h and 271 other files |
| 3625 | 3987 | ||
| 3626 | Milton Wulei: changed gdb-ui.el | 3988 | Milton Wulei: changed gdb-ui.el |
| 3627 | 3989 | ||
| @@ -3673,14 +4035,22 @@ Nakamura Toshikazu: changed w32fns.c | |||
| 3673 | 4035 | ||
| 3674 | Nali Toja: changed configure.ac | 4036 | Nali Toja: changed configure.ac |
| 3675 | 4037 | ||
| 4038 | Naofumi Yasufuku: changed tramp-sh.el | ||
| 4039 | |||
| 3676 | Naohiro Aota: changed fontset.c ftfont.c gnus-art.el mm-view.el tls.el | 4040 | Naohiro Aota: changed fontset.c ftfont.c gnus-art.el mm-view.el tls.el |
| 3677 | xftfont.c | 4041 | xftfont.c |
| 3678 | 4042 | ||
| 4043 | Naoya Yamashita: changed gv-tests.el gv.el | ||
| 4044 | |||
| 4045 | Narendra Joshi: changed repeat.el | ||
| 4046 | |||
| 3679 | Nathaniel Flath: changed cc-menus.el cc-engine.el cc-fonts.el cc-langs.el | 4047 | Nathaniel Flath: changed cc-menus.el cc-engine.el cc-fonts.el cc-langs.el |
| 3680 | cc-mode.el cc-vars.el | 4048 | cc-mode.el cc-vars.el |
| 3681 | 4049 | ||
| 3682 | Nathan J. Williams: changed imap.el | 4050 | Nathan J. Williams: changed imap.el |
| 3683 | 4051 | ||
| 4052 | Nathan Moreau: changed vc.el | ||
| 4053 | |||
| 3684 | Nathan Trapuzzano: changed cconv.el cl-macs.el cperl-mode.el gnus.texi | 4054 | Nathan Trapuzzano: changed cconv.el cl-macs.el cperl-mode.el gnus.texi |
| 3685 | linum.el progmodes/python.el python-tests.el | 4055 | linum.el progmodes/python.el python-tests.el |
| 3686 | 4056 | ||
| @@ -3690,7 +4060,7 @@ Neal Ziring: co-wrote vi.el (public domain) | |||
| 3690 | 4060 | ||
| 3691 | Neil Mager: wrote appt.el | 4061 | Neil Mager: wrote appt.el |
| 3692 | 4062 | ||
| 3693 | Neil Roberts: changed custom.texi files.el | 4063 | Neil Roberts: changed custom.texi display.texi files.el xdisp.c |
| 3694 | 4064 | ||
| 3695 | Neil W. Van Dyke: wrote webjump.el | 4065 | Neil W. Van Dyke: wrote webjump.el |
| 3696 | 4066 | ||
| @@ -3709,10 +4079,12 @@ Niall Mansfield: changed etags.c | |||
| 3709 | 4079 | ||
| 3710 | Nic Ferrier: changed ert.el tramp.el | 4080 | Nic Ferrier: changed ert.el tramp.el |
| 3711 | 4081 | ||
| 3712 | Nicholas Drozd: changed calc.texi editfns.c ol.html ol.txt shr.el | 4082 | Nicholas Drozd: changed calc.texi editfns.c shr.el |
| 3713 | 4083 | ||
| 3714 | Nicholas Maniscalco: changed term.el | 4084 | Nicholas Maniscalco: changed term.el |
| 3715 | 4085 | ||
| 4086 | Nicholas Strauss: changed lunar.el | ||
| 4087 | |||
| 3716 | Nick Alcock: changed control.texi customize.texi display.texi files.el | 4088 | Nick Alcock: changed control.texi customize.texi display.texi files.el |
| 3717 | frames.texi gnus.el keymaps.texi modes.texi nonascii.texi syntax.texi | 4089 | frames.texi gnus.el keymaps.texi modes.texi nonascii.texi syntax.texi |
| 3718 | text.texi windows.texi | 4090 | text.texi windows.texi |
| @@ -3721,9 +4093,11 @@ Nick Dokos: changed org-table.el ox.el icalendar.el mh-search.el | |||
| 3721 | org-mobile.el org.el ox-ascii.el url-cache.el | 4093 | org-mobile.el org.el ox-ascii.el url-cache.el |
| 3722 | 4094 | ||
| 3723 | Nick Drozd: changed quail/georgian.el eww.el eww.texi shr.el HELLO | 4095 | Nick Drozd: changed quail/georgian.el eww.el eww.texi shr.el HELLO |
| 3724 | cc-mode-tests.el ido.texi | 4096 | cc-mode-tests.el ido.texi replace-tests.el |
| 3725 | 4097 | ||
| 3726 | Nick Helm: changed eldoc.el help.el help.texi nsterm.m | 4098 | Nick Gasson: changed comint-tests.el comint.el rmailsum.el |
| 4099 | |||
| 4100 | Nick Helm: changed dired-aux.el eldoc.el help.el help.texi nsterm.m | ||
| 3727 | whitespace-tests.el whitespace.el | 4101 | whitespace-tests.el whitespace.el |
| 3728 | 4102 | ||
| 3729 | Nick Roberts: wrote gdb-mi.el t-mouse.el | 4103 | Nick Roberts: wrote gdb-mi.el t-mouse.el |
| @@ -3732,34 +4106,41 @@ and changed gdb-ui.el gud.el building.texi tooltip.el speedbar.el | |||
| 3732 | keyboard.c subr.el frames.texi help-mode.el progmodes/compile.el | 4106 | keyboard.c subr.el frames.texi help-mode.el progmodes/compile.el |
| 3733 | xdisp.c display.texi term.c vc-svn.el and 145 other files | 4107 | xdisp.c display.texi term.c vc-svn.el and 145 other files |
| 3734 | 4108 | ||
| 4109 | Nick Savage: changed help-mode.el | ||
| 4110 | |||
| 3735 | Nick Terrell: changed jka-cmpr-hook.el | 4111 | Nick Terrell: changed jka-cmpr-hook.el |
| 3736 | 4112 | ||
| 3737 | Nico Francois: changed w32fns.c w32inevt.c w32menu.c | 4113 | Nico Francois: changed w32fns.c w32inevt.c w32menu.c |
| 3738 | 4114 | ||
| 3739 | Nicolas Avrutin: changed url-http.el | 4115 | Nicolas Avrutin: changed url-http.el |
| 3740 | 4116 | ||
| 4117 | Nicolás Bértolo: changed comp.c comp.el emacs.c lread.c comp.h lisp.h | ||
| 4118 | package.el alloc.c configure.ac eval.c pdumper.c src/Makefile.in | ||
| 4119 | w32-win.el w32.c w32common.h w32fns.c | ||
| 4120 | |||
| 3741 | Nicolas Calderon Asselin: changed org-clock.el | 4121 | Nicolas Calderon Asselin: changed org-clock.el |
| 3742 | 4122 | ||
| 3743 | Nicolas Goaziou: wrote org-duration.el org-element.el org-keys.el | 4123 | Nicolas Goaziou: wrote oc-basic.el oc-biblatex.el oc-csl.el oc-natbib.el |
| 3744 | org-lint.el org-macro.el org-num.el ox-ascii.el ox-latex.el ox-md.el | 4124 | oc.el ol-doi.el org-duration.el org-element.el org-keys.el org-lint.el |
| 3745 | ox-org.el ox.el | 4125 | org-macro.el org-num.el ox-ascii.el ox-latex.el ox-md.el ox-org.el |
| 3746 | and co-wrote ox-beamer.el ox-icalendar.el ox-man.el | 4126 | ox.el |
| 4127 | and co-wrote ox-beamer.el ox-icalendar.el ox-koma-letter.el ox-man.el | ||
| 3747 | and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el | 4128 | and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el |
| 3748 | org.texi ox-publish.el ox-odt.el org-inlinetask.el org-indent.el | 4129 | org.texi ox-publish.el ox-odt.el org-inlinetask.el org-indent.el |
| 3749 | org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el | 4130 | org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el |
| 3750 | org-capture.el ob-asymptote.el org-clock.el org-macs.el | 4131 | org-capture.el org-clock.el org-macs.el org-pcomplete.el org-table.el |
| 3751 | org-pcomplete.el org-table.el and 22 other files | 4132 | org-archive.el and 21 other files |
| 3752 | 4133 | ||
| 3753 | Nicolas Graner: changed message.el | 4134 | Nicolas Graner: changed eww.el message.el |
| 3754 | 4135 | ||
| 3755 | Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el | 4136 | Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el |
| 3756 | thunk-tests.el thunk.el url-handlers-test.el | 4137 | thunk-tests.el thunk.el url-handlers-tests.el |
| 3757 | and co-wrote auth-source-pass.el auth-source-tests.el subr-tests.el | 4138 | and co-wrote auth-source-pass.el auth-source-tests.el subr-tests.el |
| 3758 | and changed README configure.ac sed2v2.inp authors.el sequences.texi | 4139 | and changed README authors.el configure.ac sed2v2.inp sequences.texi |
| 3759 | README.W32 emacs.png emacs23.png HISTORY arc-mode.el cl-extra.el | 4140 | README.W32 emacs.png HISTORY emacs23.png arc-mode.el cl-extra.el |
| 3760 | emacs.svg manoj-dark-theme.el Emacs.icns Makefile.in auth-source.el | 4141 | emacs.svg manoj-dark-theme.el Emacs.icns Makefile.in auth-source.el |
| 3761 | emacs.ico fns.c make-tarball.txt obarray-tests.el obarray.el | 4142 | emacs.ico fns.c make-tarball.txt obarray-tests.el obarray.el |
| 3762 | and 37 other files | 4143 | and 36 other files |
| 3763 | 4144 | ||
| 3764 | Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el replace-tests.el | 4145 | Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el replace-tests.el |
| 3765 | and changed ffap.el package.el byte-run.el help.el keyboard.c landmark.el | 4146 | and changed ffap.el package.el byte-run.el help.el keyboard.c landmark.el |
| @@ -3783,7 +4164,7 @@ Nikolaj Schumacher: changed flymake.el progmodes/compile.el eldoc.el | |||
| 3783 | 4164 | ||
| 3784 | Nikolaus Rath: changed nnimap.el gnus-sum.el gnus.texi | 4165 | Nikolaus Rath: changed nnimap.el gnus-sum.el gnus.texi |
| 3785 | 4166 | ||
| 3786 | Nikolay Kudryavtsev: changed sql.el vc-git.el | 4167 | Nikolay Kudryavtsev: changed bytecomp.el checkdoc.el sql.el vc-git.el |
| 3787 | 4168 | ||
| 3788 | Nil Geisweiller: changed flymake.el | 4169 | Nil Geisweiller: changed flymake.el |
| 3789 | 4170 | ||
| @@ -3791,24 +4172,26 @@ Nils Ackermann: changed message.el nnmh.el reftex-vars.el | |||
| 3791 | 4172 | ||
| 3792 | Nitish Chinta: changed progmodes/python.el sendmail.el simple.el | 4173 | Nitish Chinta: changed progmodes/python.el sendmail.el simple.el |
| 3793 | 4174 | ||
| 3794 | N. Jackson: changed emacs.texi forms.texi | 4175 | N. Jackson: changed emacs.texi forms.texi os.texi |
| 4176 | |||
| 4177 | Noah Evans: changed follow.el | ||
| 3795 | 4178 | ||
| 3796 | Noah Friedman: wrote eldoc.el rlogin.el type-break.el | 4179 | Noah Friedman: wrote eldoc.el rlogin.el type-break.el |
| 3797 | and co-wrote erc-dcc.el | 4180 | and co-wrote erc-dcc.el |
| 3798 | and changed rsz-mini.el emacs-buffer.gdb comint.el files.el Makefile | 4181 | and changed rsz-mini.el emacs-buffer.gdb comint.el files.el Makefile |
| 3799 | mailabbrev.el sendmail.el subr.el timer.el xfns.c yow.el apropos.el | 4182 | mailabbrev.el sendmail.el shell.el src/sysdep.c subr.el timer.el xfns.c |
| 3800 | battery.el bytecomp.el calc.el coding.c complete.el config.in | 4183 | yow.el apropos.el battery.el bytecomp.el calc.el coding.c complete.el |
| 3801 | configure.ac copyright.h fns.c and 22 other files | 4184 | config.in configure.ac and 24 other files |
| 3802 | 4185 | ||
| 3803 | Noah Lavine: changed tramp.el | 4186 | Noah Lavine: changed tramp.el |
| 3804 | 4187 | ||
| 3805 | Noah Swainland: changed calc.el | 4188 | Noah Swainland: changed calc.el goto-addr.el misc.texi |
| 3806 | 4189 | ||
| 3807 | Noam Postavsky: changed progmodes/python.el lisp-mode.el bytecomp.el | 4190 | Noam Postavsky: changed progmodes/python.el lisp-mode.el bytecomp.el |
| 3808 | lisp-mode-tests.el term.el xdisp.c eval.c cl-macs.el data.c | 4191 | lisp-mode-tests.el term.el xdisp.c cl-macs.el eval.c simple.el data.c |
| 3809 | emacs-lisp/debug.el simple.el help-fns.el modes.texi subr.el | 4192 | emacs-lisp/debug.el modes.texi help-fns.el subr.el elisp-mode.el ert.el |
| 3810 | elisp-mode.el ert.el isearch.el processes.texi cl-print.el diff-mode.el | 4193 | isearch.el processes.texi search.c cl-print.el diff-mode.el |
| 3811 | ffap.el and 359 other files | 4194 | and 363 other files |
| 3812 | 4195 | ||
| 3813 | Nobuyoshi Nakada: co-wrote ruby-mode.el | 4196 | Nobuyoshi Nakada: co-wrote ruby-mode.el |
| 3814 | and changed ruby-mode-tests.el | 4197 | and changed ruby-mode-tests.el |
| @@ -3851,12 +4234,11 @@ Oleg Pykhalov: changed gnus-sum.el | |||
| 3851 | Oleg S. Tihonov: changed cyrillic.el ispell.el language/cyrillic.el | 4234 | Oleg S. Tihonov: changed cyrillic.el ispell.el language/cyrillic.el |
| 3852 | map-ynp.el subr.el | 4235 | map-ynp.el subr.el |
| 3853 | 4236 | ||
| 3854 | Oleh Krehel: wrote ob-J.el | 4237 | Oleh Krehel: co-wrote subr-tests.el |
| 3855 | and co-wrote subr-tests.el | ||
| 3856 | and changed dired-aux.el outline.el checkdoc.el files.el subr.el buffer.c | 4238 | and changed dired-aux.el outline.el checkdoc.el files.el subr.el buffer.c |
| 3857 | check-declare.el alloc.c appt.el buffer.h calc.el category.c | 4239 | check-declare.el alloc.c appt.el buffer.h calc.el category.c |
| 3858 | cl-indent.el custom.el derived.el dired-x.el dired.el dired.texi | 4240 | cl-indent.el cus-edit.el custom.el derived.el dired-x.el dired.el |
| 3859 | display.texi easy-mmode.el ffap.el and 14 other files | 4241 | dired.texi display.texi easy-mmode.el and 15 other files |
| 3860 | 4242 | ||
| 3861 | Oleksandr Gavenko: changed generic-x.el progmodes/grep.el | 4243 | Oleksandr Gavenko: changed generic-x.el progmodes/grep.el |
| 3862 | 4244 | ||
| @@ -3872,6 +4254,9 @@ and changed gamegrid.el gnus-cite.el nonascii.texi rx.el startup.el | |||
| 3872 | Oliver Seidel: wrote otodo-mode.el | 4254 | Oliver Seidel: wrote otodo-mode.el |
| 3873 | and co-wrote todo-mode.el | 4255 | and co-wrote todo-mode.el |
| 3874 | 4256 | ||
| 4257 | Olivier Certner: changed erc-track.el erc-ibuffer.el erc-services.el | ||
| 4258 | erc-stamp.el | ||
| 4259 | |||
| 3875 | Olivier Laurens: changed forms.el | 4260 | Olivier Laurens: changed forms.el |
| 3876 | 4261 | ||
| 3877 | Olivier Lecarme: changed make-mode.el ange-ftp.el apropos.el bibtex.el | 4262 | Olivier Lecarme: changed make-mode.el ange-ftp.el apropos.el bibtex.el |
| @@ -3882,6 +4267,8 @@ Olli Savia: changed etags.c syssignal.h | |||
| 3882 | 4267 | ||
| 3883 | Olof Ohlsson Sax: changed vc-svn.el | 4268 | Olof Ohlsson Sax: changed vc-svn.el |
| 3884 | 4269 | ||
| 4270 | Omar Polo: changed configure.ac emacsclient.c sysdep.c vc.el | ||
| 4271 | |||
| 3885 | Orivej Desh: changed tramp-sh.el | 4272 | Orivej Desh: changed tramp-sh.el |
| 3886 | 4273 | ||
| 3887 | Osamu Yamane: changed smtpmail.el | 4274 | Osamu Yamane: changed smtpmail.el |
| @@ -3898,6 +4285,11 @@ and changed ph.el | |||
| 3898 | 4285 | ||
| 3899 | Øyvind Stegard: changed gnus-msg.el | 4286 | Øyvind Stegard: changed gnus-msg.el |
| 3900 | 4287 | ||
| 4288 | Pablo Barbáchano: wrote ansi-color-tests.el | ||
| 4289 | and changed ansi-color.el | ||
| 4290 | |||
| 4291 | Pankaj Jangid: changed gnus-sum.el gnus.texi semantic.texi frame.c | ||
| 4292 | |||
| 3901 | Pascal Dupuis: changed octave.el | 4293 | Pascal Dupuis: changed octave.el |
| 3902 | 4294 | ||
| 3903 | Pascal Rigaux: changed image.c rfc2231.el | 4295 | Pascal Rigaux: changed image.c rfc2231.el |
| @@ -3915,10 +4307,10 @@ and changed imenu.el make-mode.el | |||
| 3915 | 4307 | ||
| 3916 | Paul Eggert: wrote rcs2log | 4308 | Paul Eggert: wrote rcs2log |
| 3917 | and co-wrote cal-dst.el | 4309 | and co-wrote cal-dst.el |
| 3918 | and changed lisp.h configure.ac alloc.c process.c fileio.c editfns.c | 4310 | and changed lisp.h configure.ac alloc.c fileio.c process.c editfns.c |
| 3919 | xdisp.c sysdep.c image.c keyboard.c data.c emacs.c fns.c lread.c | 4311 | sysdep.c xdisp.c fns.c image.c keyboard.c emacs.c data.c lread.c |
| 3920 | xterm.c eval.c callproc.c Makefile.in frame.c buffer.c gnulib-comp.m4 | 4312 | xterm.c eval.c gnulib-comp.m4 callproc.c Makefile.in frame.c buffer.c |
| 3921 | and 1813 other files | 4313 | and 1851 other files |
| 3922 | 4314 | ||
| 3923 | Paul Fisher: changed fns.c | 4315 | Paul Fisher: changed fns.c |
| 3924 | 4316 | ||
| @@ -3930,10 +4322,10 @@ Paul Jarc: wrote nnmaildir.el (public domain) nnnil.el (public domain) | |||
| 3930 | and changed message.el gnus-util.el gnus-int.el gnus.el gnus-agent.el | 4322 | and changed message.el gnus-util.el gnus-int.el gnus.el gnus-agent.el |
| 3931 | gnus-start.el gnus-sum.el nnmail.el | 4323 | gnus-start.el gnus-sum.el nnmail.el |
| 3932 | 4324 | ||
| 3933 | Paul Pogonyshev: changed subr.el byte-opt.el eval.c progmodes/python.el | 4325 | Paul Pogonyshev: changed subr.el byte-opt.el bytecomp.el |
| 3934 | which-func.el align.el bytecode.c bytecomp.el cc-langs.el cl-macs.el | 4326 | emacs-lisp/debug.el eval.c progmodes/python.el which-func.el align.el |
| 3935 | configure.ac dabbrev.el display.texi eldoc.el elisp-mode.el | 4327 | bytecode.c cc-langs.el cl-macs.el configure.ac dabbrev.el display.texi |
| 3936 | emacs-lisp/debug.el ert.el ert.texi etags.el fns-tests.el fns.c | 4328 | eldoc.el elisp-mode.el ert.el ert.texi etags.el fns-tests.el fns.c |
| 3937 | and 20 other files | 4329 | and 20 other files |
| 3938 | 4330 | ||
| 3939 | Paul Rankin: changed outline.el | 4331 | Paul Rankin: changed outline.el |
| @@ -3944,7 +4336,7 @@ Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c configure.ac | |||
| 3944 | lwlib/Makefile.in mail/rmailmm.el rmailedit.el rmailkwd.el | 4336 | lwlib/Makefile.in mail/rmailmm.el rmailedit.el rmailkwd.el |
| 3945 | and 10 other files | 4337 | and 10 other files |
| 3946 | 4338 | ||
| 3947 | Paul Rivier: changed ada-mode.el mixal-mode.el reftex-vars.el reftex.el | 4339 | Paul Rivier: changed mixal-mode.el reftex-vars.el reftex.el |
| 3948 | 4340 | ||
| 3949 | Paul Rubin: changed config.h sun2.h texinfmt.el window.c | 4341 | Paul Rubin: changed config.h sun2.h texinfmt.el window.c |
| 3950 | 4342 | ||
| @@ -3958,20 +4350,24 @@ Paul Stodghill: changed gnus-agent.el gnus-util.el | |||
| 3958 | 4350 | ||
| 3959 | Paul Van Der Walt: changed message.el | 4351 | Paul Van Der Walt: changed message.el |
| 3960 | 4352 | ||
| 4353 | Paul W. Rankin: changed bookmark.el font-lock.el nsterm.m outline.el | ||
| 4354 | |||
| 3961 | Pavel Janík: co-wrote eudc-bob.el eudc-export.el eudc-hotlist.el | 4355 | Pavel Janík: co-wrote eudc-bob.el eudc-export.el eudc-hotlist.el |
| 3962 | eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el | 4356 | eudc-vars.el eudc.el eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el |
| 3963 | and changed keyboard.c xterm.c COPYING xdisp.c process.c emacs.c lisp.h | 4357 | and changed keyboard.c xterm.c COPYING xdisp.c process.c emacs.c lisp.h |
| 3964 | menu-bar.el ldap.el make-dist xfns.c buffer.c coding.c eval.c fileio.c | 4358 | menu-bar.el ldap.el make-dist xfns.c buffer.c coding.c eval.c fileio.c |
| 3965 | flyspell.el fns.c indent.c Makefile.in callint.c cus-start.el | 4359 | flyspell.el fns.c indent.c Makefile.in callint.c cus-start.el |
| 3966 | and 702 other files | 4360 | and 699 other files |
| 3967 | 4361 | ||
| 3968 | Pavel Kobiakov: wrote flymake-proc.el flymake.el | 4362 | Pavel Kobiakov: wrote flymake-proc.el flymake.el |
| 3969 | and changed flymake.texi | 4363 | and changed flymake.texi |
| 3970 | 4364 | ||
| 3971 | Peder O. Klingenberg: wrote dns-mode-tests.el | 4365 | Peder O. Klingenberg: wrote dns-mode-tests.el |
| 3972 | and changed dns-mode.el icalendar.el mm-decode.el calc-comb.el calc.texi | 4366 | and changed dns-mode.el icalendar.el mm-decode.el calc-comb.el calc.texi |
| 3973 | dunnet.el emacsbug.el emacsclient.c eww.el gnus.texi misc.texi | 4367 | dunnet.el emacsbug.el emacsclient.c eww.el gnus.texi misc.texi snake.el |
| 3974 | url-http.el url-queue.el url-util.el url-vars.el url.texi | 4368 | subr.el url-http.el url-queue.el url-util.el url-vars.el url.texi |
| 4369 | |||
| 4370 | Pedro Andres Aranda Gutierrez: changed cus-face.el xfaces.c | ||
| 3975 | 4371 | ||
| 3976 | P. E. Jareth Hein: changed gnus-util.el | 4372 | P. E. Jareth Hein: changed gnus-util.el |
| 3977 | 4373 | ||
| @@ -4000,8 +4396,8 @@ Perry E. Metzger: changed xdisp.c bindings.el buffer.c display.texi | |||
| 4000 | 4396 | ||
| 4001 | Per Starbäck: changed ispell.el characters.el dired.el gnus-start.el BUGS | 4397 | Per Starbäck: changed ispell.el characters.el dired.el gnus-start.el BUGS |
| 4002 | apropos.el bibtex.el bytecomp.el charset.h coding.c doctor.el emacs.c | 4398 | apropos.el bibtex.el bytecomp.el charset.h coding.c doctor.el emacs.c |
| 4003 | european.el iso-transl.el pcmpl-gnu.el replace.el startup.el | 4399 | european.el iso-transl.el pcmpl-gnu.el progmodes/python.el replace.el |
| 4004 | trouble.texi vc.el xdisp.c | 4400 | startup.el trouble.texi vc.el xdisp.c |
| 4005 | 4401 | ||
| 4006 | Pete Beardmore: changed semantic/complete.el idle.el | 4402 | Pete Beardmore: changed semantic/complete.el idle.el |
| 4007 | 4403 | ||
| @@ -4017,7 +4413,7 @@ Peter Doornbosch: changed vc-svn.el | |||
| 4017 | 4413 | ||
| 4018 | Peter Dyballa: changed calendar.el | 4414 | Peter Dyballa: changed calendar.el |
| 4019 | 4415 | ||
| 4020 | Peter Feigl: changed scheme.el HELLO | 4416 | Peter Feigl: changed scheme.el HELLO tabulated-list.el |
| 4021 | 4417 | ||
| 4022 | Peter Heslin: changed flyspell.el outline.el | 4418 | Peter Heslin: changed flyspell.el outline.el |
| 4023 | 4419 | ||
| @@ -4031,12 +4427,14 @@ Peter Kleiweg: wrote ps-mode.el | |||
| 4031 | 4427 | ||
| 4032 | Peter Liljenberg: wrote elint.el | 4428 | Peter Liljenberg: wrote elint.el |
| 4033 | 4429 | ||
| 4034 | Peter Münster: changed gnus-delay.el gnus-demon.el gnus-group.el | 4430 | Peter Münster: changed image-dired.el gnus-delay.el gnus-demon.el |
| 4035 | gnus-start.el gnus.texi org-agenda.el org.el | 4431 | gnus-group.el gnus-start.el gnus.texi org-agenda.el org.el |
| 4036 | 4432 | ||
| 4037 | Peter O'Gorman: changed configure.ac frame.h hpux10-20.h termhooks.h | 4433 | Peter O'Gorman: changed configure.ac frame.h hpux10-20.h termhooks.h |
| 4038 | 4434 | ||
| 4039 | Peter Oliver: changed perl-mode.el server.el vc-sccs.el | 4435 | Peter Oliver: changed emacsclient.desktop Makefile.in emacs-mail.desktop |
| 4436 | emacsclient-mail.desktop server.el configure.ac emacs.desktop | ||
| 4437 | emacs.metainfo.xml misc.texi perl-mode.el ruby-mode-tests.el vc-sccs.el | ||
| 4040 | 4438 | ||
| 4041 | Peter Povinec: changed term.el | 4439 | Peter Povinec: changed term.el |
| 4042 | 4440 | ||
| @@ -4075,15 +4473,24 @@ Petri Kaurinkoski: changed configure.ac iris4d.h irix6-0.h irix6-5.h | |||
| 4075 | 4473 | ||
| 4076 | Petr Salinger: changed configure.ac gnu-kfreebsd.h | 4474 | Petr Salinger: changed configure.ac gnu-kfreebsd.h |
| 4077 | 4475 | ||
| 4476 | Petteri Hintsanen: changed sequences.texi Makefile.in emacs/Makefile.in | ||
| 4477 | lispintro/Makefile.in lispref/Makefile.in misc/Makefile.in | ||
| 4478 | |||
| 4078 | Phil Hagelberg: wrote ert-x-tests.el | 4479 | Phil Hagelberg: wrote ert-x-tests.el |
| 4079 | and changed package.el pcmpl-unix.el subr.el | 4480 | and changed package.el pcmpl-unix.el subr.el |
| 4080 | 4481 | ||
| 4482 | Philip Brown: changed comp.el | ||
| 4483 | |||
| 4081 | Philip Hudson: changed em-hist.el | 4484 | Philip Hudson: changed em-hist.el |
| 4082 | 4485 | ||
| 4083 | Philip Jackson: wrote find-cmd.el ol-irc.el | 4486 | Philip Jackson: wrote find-cmd.el ol-irc.el |
| 4084 | and changed org-irc.el | 4487 | and changed org-irc.el |
| 4085 | 4488 | ||
| 4086 | Philip K: changed ispell.el | 4489 | Philip Kaludercic: wrote epa-ks.el |
| 4490 | and changed rcirc.el rcirc.texi project.el gravatar.el outline.el | ||
| 4491 | message.el windmove.el css-mode.el epa.texi erc.el fns-tests.el fns.c | ||
| 4492 | ispell.el message.texi nnmaildir.el progmodes/python.el recentf.el | ||
| 4493 | replace.el sgml-mode.el skeleton.el subr.el timeclock.el | ||
| 4087 | 4494 | ||
| 4088 | Philippe Schnoebelen: wrote gomoku.el mpuz.el | 4495 | Philippe Schnoebelen: wrote gomoku.el mpuz.el |
| 4089 | and changed cl-extra.el | 4496 | and changed cl-extra.el |
| @@ -4096,35 +4503,40 @@ Philippe Waroquiers: changed etags.el term.c | |||
| 4096 | Philipp Haselwarter: changed gnus-agent.el gnus-sum.el gnus-sync.el | 4503 | Philipp Haselwarter: changed gnus-agent.el gnus-sum.el gnus-sync.el |
| 4097 | gnus.texi newcomment.el | 4504 | gnus.texi newcomment.el |
| 4098 | 4505 | ||
| 4506 | Philipp Klaus Krause: changed emacs.c movemail.c | ||
| 4507 | |||
| 4099 | Philipp Rumpf: changed electric.el | 4508 | Philipp Rumpf: changed electric.el |
| 4100 | 4509 | ||
| 4101 | Philipp Stephani: wrote callint-tests.el checkdoc-tests.el | 4510 | Philipp Stephani: wrote callint-tests.el checkdoc-tests.el |
| 4102 | cl-preloaded-tests.el ediff-diff-tests.el eval-tests.el ido-tests.el | 4511 | cl-preloaded-tests.el ediff-diff-tests.el eval-tests.el ido-tests.el |
| 4103 | lread-tests.el mouse-tests.el startup-tests.el xt-mouse-tests.el | 4512 | lread-tests.el mouse-tests.el startup-tests.el xt-mouse-tests.el |
| 4104 | and changed emacs-module.c emacs-module-tests.el json.c json-tests.el | 4513 | and changed emacs-module.c emacs-module-tests.el configure.ac json.c |
| 4105 | eval.c mod-test.c lisp.h lread.c nsterm.m configure.ac bytecomp.el | 4514 | eval.c process.c json-tests.el process-tests.el internals.texi alloc.c |
| 4106 | internals.texi gtkutil.c emacs-module.h.in files.el alloc.c | 4515 | emacs-module.h.in emacs.c lread.c nsterm.m lisp.h bytecomp.el pdumper.c |
| 4107 | electric-tests.el electric.el test/Makefile.in editfns.c emacs.c | 4516 | callproc.c seccomp-filter.c gtkutil.c files.el and 179 other files |
| 4108 | and 127 other files | 4517 | |
| 4109 | 4518 | Phillip Lord: wrote ps-print-tests.el w32-feature.el | |
| 4110 | Phillip Lord: wrote ps-print-tests.el | 4519 | and changed build-zips.sh build-dep-zips.py lisp/Makefile.in undo.c |
| 4111 | and changed build-zips.sh lisp/Makefile.in undo.c build-dep-zips.py | 4520 | simple.el test/Makefile.in README-scripts README-windows-binaries |
| 4112 | simple.el test/Makefile.in Makefile Makefile.in emacs.nsi keyboard.c | 4521 | emacs.nsi Makefile Makefile.in keyboard.c viper-cmd.el README.W32 |
| 4113 | viper-cmd.el README-windows-binaries README.W32 elisp-mode-tests.el | 4522 | elisp-mode-tests.el ldefs-clean.el loadup.el autoload.el |
| 4114 | ldefs-clean.el loadup.el README-scripts autoload.el | ||
| 4115 | automated/Makefile.in cmds.c dired.el and 171 other files | 4523 | automated/Makefile.in cmds.c dired.el and 171 other files |
| 4116 | 4524 | ||
| 4117 | Phil Sainty: wrote autoload-longlines-mode-tests.el | 4525 | Phil Sainty: wrote autoload-longlines-mode-tests.el |
| 4118 | autoload-major-mode-tests.el autoload-minor-mode-tests.el | 4526 | autoload-major-mode-tests.el autoload-minor-mode-tests.el |
| 4119 | so-long-tests-helpers.el so-long-tests.el so-long.el spelling-tests.el | 4527 | so-long-tests-helpers.el so-long-tests.el so-long.el spelling-tests.el |
| 4120 | and changed diff.el goto-addr.el term.el cl-macs.el comint.el derived.el | 4528 | and changed comint.el term.el diff.el goto-addr.el cl-macs.el derived.el |
| 4121 | easy-mmode.el emacs.texi files.texi lisp.el misc.texi package.el | 4529 | easy-mmode.el emacs.texi files.texi lisp.el misc.texi package.el |
| 4122 | progmodes/grep.el simple.el subword.el trouble.texi | 4530 | progmodes/grep.el simple.el subword.el trouble.texi |
| 4123 | 4531 | ||
| 4124 | Phil Sung: changed wdired.el dired.texi follow.el progmodes/python.el | 4532 | Phil Sung: changed wdired.el dired.texi follow.el progmodes/python.el |
| 4125 | 4533 | ||
| 4534 | Pierre-Antoine Rouby: changed etags.1 etags.c maintaining.texi | ||
| 4535 | |||
| 4126 | Pierre Lorenzon: changed eieio-custom.el pconf.el | 4536 | Pierre Lorenzon: changed eieio-custom.el pconf.el |
| 4127 | 4537 | ||
| 4538 | Pierre Neidhardt: changed shell.el | ||
| 4539 | |||
| 4128 | Pierre Poissinger: changed charset.c | 4540 | Pierre Poissinger: changed charset.c |
| 4129 | 4541 | ||
| 4130 | Pierre Téchoueyres: changed browse-url.el eieio-test-persist.el epg.el | 4542 | Pierre Téchoueyres: changed browse-url.el eieio-test-persist.el epg.el |
| @@ -4138,7 +4550,8 @@ Pieter Praet: changed org-crypt.el | |||
| 4138 | 4550 | ||
| 4139 | Pieter Schoenmakers: changed TUTORIAL.nl | 4551 | Pieter Schoenmakers: changed TUTORIAL.nl |
| 4140 | 4552 | ||
| 4141 | Pieter Van Oostrum: changed package.el shell-tests.el shell.el | 4553 | Pieter Van Oostrum: changed package.el package-tests.el package.texi |
| 4554 | shell-tests.el shell.el | ||
| 4142 | 4555 | ||
| 4143 | Piet van Oostrum: changed data.c fileio.c flyspell.el smtpmail.el | 4556 | Piet van Oostrum: changed data.c fileio.c flyspell.el smtpmail.el |
| 4144 | 4557 | ||
| @@ -4148,10 +4561,13 @@ Piotr Trojanek: changed gnutls.c process.c | |||
| 4148 | 4561 | ||
| 4149 | Piotr Zieliński: wrote org-mouse.el | 4562 | Piotr Zieliński: wrote org-mouse.el |
| 4150 | 4563 | ||
| 4151 | Pip Cet: changed fns.c display.texi xdisp.c xterm.c dispextern.h frame.el | 4564 | Pip Cet: wrote image-circular-tests.el |
| 4152 | gtkutil.c image.c json-tests.el json.c mail-utils.el nsterm.m simple.el | 4565 | and changed xdisp.c comp.c fns.c pdumper.c alloc.c byte-opt.el |
| 4153 | subr.el text.texi textprop.c timer-list.el tty-colors-tests.el | 4566 | display.texi ftcrfont.c image.c xterm.c bytecomp-tests.el bytecomp.el |
| 4154 | tty-colors.el url-http.el xfaces.c xterm.h | 4567 | ccl-tests.el ccl.c ccl.el cmds.c comint.el comp-test-funcs.el |
| 4568 | comp-tests.el comp.el composite.c and 28 other files | ||
| 4569 | |||
| 4570 | Po Lu: changed xdisp.c browse-url.el cc-compat.el nsfns.m nsterm.m | ||
| 4155 | 4571 | ||
| 4156 | Pontus Michael: changed simple.el | 4572 | Pontus Michael: changed simple.el |
| 4157 | 4573 | ||
| @@ -4159,15 +4575,23 @@ Prestoo Ten: changed screen.el | |||
| 4159 | 4575 | ||
| 4160 | Primoz Peterlin: changed TUTORIAL.sl | 4576 | Primoz Peterlin: changed TUTORIAL.sl |
| 4161 | 4577 | ||
| 4578 | Protesilaos Stavrou: wrote modus-operandi-theme.el modus-themes.el | ||
| 4579 | modus-vivendi-theme.el | ||
| 4580 | and changed modus-themes.org vc-dir.el log-view.el modus-themes.texi | ||
| 4581 | vc-git.el apropos.el custom.el diff-mode.el perl-mode.el shortdoc.el | ||
| 4582 | shr.el vc-cvs.el vc-hg.el vc-svn.el vc/vc-bzr.el | ||
| 4583 | |||
| 4162 | Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el | 4584 | Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el |
| 4163 | and changed abbrev-tests.el abbrev.el cl-lib-tests.el loadup.el | 4585 | and changed abbrev-tests.el abbrev.el cl-lib-tests.el loadup.el |
| 4164 | obarray.el sgml-mode.el | 4586 | obarray.el sgml-mode.el |
| 4165 | 4587 | ||
| 4166 | Puneeth Chaganti: changed org.texi ox.el org-agenda.el org-capture.el | 4588 | Puneeth Chaganti: changed org.texi ox.el org-agenda.el org-capture.el |
| 4167 | ox-html.el svg.el | 4589 | ox-html.el svg.el xwidget.el |
| 4590 | |||
| 4591 | Qiantan Hong: changed xwidget.c | ||
| 4168 | 4592 | ||
| 4169 | Radon Rosborough: changed package.el custom.texi package.texi startup.el | 4593 | Radon Rosborough: changed package.el custom.texi package.texi startup.el |
| 4170 | eval.c lread.c org.texi os.texi | 4594 | eval.c lread.c org.texi os.texi xterm.c |
| 4171 | 4595 | ||
| 4172 | Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi | 4596 | Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi |
| 4173 | 4597 | ||
| @@ -4189,6 +4613,8 @@ Rajappa Iyer: changed gnus-salt.el | |||
| 4189 | 4613 | ||
| 4190 | Raja R. Harinath: changed gnus-salt.el nnml.el | 4614 | Raja R. Harinath: changed gnus-salt.el nnml.el |
| 4191 | 4615 | ||
| 4616 | Rajeev Narang: changed icalendar.el | ||
| 4617 | |||
| 4192 | Rajesh Vaidheeswarran: changed whitespace.el ffap.el | 4618 | Rajesh Vaidheeswarran: changed whitespace.el ffap.el |
| 4193 | 4619 | ||
| 4194 | Ralf Angeli: wrote scroll-lock.el | 4620 | Ralf Angeli: wrote scroll-lock.el |
| @@ -4203,8 +4629,8 @@ Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el | |||
| 4203 | Ralf Mattes: changed el.srt | 4629 | Ralf Mattes: changed el.srt |
| 4204 | 4630 | ||
| 4205 | Ralph Schleicher: wrote battery.el info-look.el | 4631 | Ralph Schleicher: wrote battery.el info-look.el |
| 4206 | and changed libc.el browse-url.el fileio.c info.el mm-decode.el | 4632 | and changed libc.el browse-url.el eww.el eww.texi fileio.c info.el |
| 4207 | nnultimate.el perl-mode.el which-func.el | 4633 | mm-decode.el nnultimate.el perl-mode.el shr.el which-func.el |
| 4208 | 4634 | ||
| 4209 | Ramakrishnan M: changed mlm-util.el | 4635 | Ramakrishnan M: changed mlm-util.el |
| 4210 | 4636 | ||
| @@ -4218,8 +4644,9 @@ Randal Schwartz: wrote pp.el | |||
| 4218 | Ransom Williams: changed files.el | 4644 | Ransom Williams: changed files.el |
| 4219 | 4645 | ||
| 4220 | Rasmus Pank Roulund: wrote org-tempo.el | 4646 | Rasmus Pank Roulund: wrote org-tempo.el |
| 4221 | and changed ox-latex.el gnus-notifications.el org.el ange-ftp.el | 4647 | and co-wrote ox-koma-letter.el |
| 4222 | gnus-fun.el gnus-icalendar.el gnus-sum.el gnus.texi ido.el message.texi | 4648 | and changed ox-latex.el gnus-icalendar.el gnus-notifications.el org.el |
| 4649 | ange-ftp.el gnus-fun.el gnus-sum.el gnus.texi ido.el message.texi | ||
| 4223 | ob-C.el org-entities.el org-src.el org.texi ox-html.el ox.el vc-git.el | 4650 | ob-C.el org-entities.el org-src.el org.texi ox-html.el ox.el vc-git.el |
| 4224 | 4651 | ||
| 4225 | Raul Acevedo: changed info.el options.el | 4652 | Raul Acevedo: changed info.el options.el |
| @@ -4242,6 +4669,8 @@ Remek Trzaska: changed gnus-ems.el | |||
| 4242 | 4669 | ||
| 4243 | Remi Letot: changed nnmaildir.el | 4670 | Remi Letot: changed nnmaildir.el |
| 4244 | 4671 | ||
| 4672 | Remington Furman: changed thingatpt.el | ||
| 4673 | |||
| 4245 | Rémi Vanicat: changed ox-icalendar.el org-table.el | 4674 | Rémi Vanicat: changed ox-icalendar.el org-table.el |
| 4246 | 4675 | ||
| 4247 | Renaud Rioboo: changed nnmail.el | 4676 | Renaud Rioboo: changed nnmail.el |
| @@ -4254,15 +4683,14 @@ and changed vhdl-mode.texi | |||
| 4254 | 4683 | ||
| 4255 | Reuben Thomas: changed ispell.el whitespace.el dired-x.el files.el | 4684 | Reuben Thomas: changed ispell.el whitespace.el dired-x.el files.el |
| 4256 | sh-script.el emacsclient-tests.el remember.el README emacsclient.c | 4685 | sh-script.el emacsclient-tests.el remember.el README emacsclient.c |
| 4257 | misc.texi msdos.c simple.el INSTALL ada-mode.el ada-xref.el alloc.c | 4686 | misc.texi msdos.c simple.el INSTALL alloc.c arc-mode.el authors.el |
| 4258 | arc-mode.el authors.el config.bat copyright dired-x.texi | 4687 | config.bat copyright dired-x.texi dired.el dosfns.c and 35 other files |
| 4259 | and 36 other files | ||
| 4260 | 4688 | ||
| 4261 | Ricardo Wurmus: changed xwidget.el xwidget.c configure.ac xwidget.h | 4689 | Ricardo Wurmus: changed xwidget.el xwidget.c configure.ac xwidget.h |
| 4262 | 4690 | ||
| 4263 | Riccardo Murri: changed vc-bzr.el tls.el | 4691 | Riccardo Murri: changed vc-bzr.el tls.el |
| 4264 | 4692 | ||
| 4265 | Richard Copley: changed Makefile.in epaths.in epaths.nt gdb-mi.el | 4693 | Richard Copley: changed Makefile.in epaths.in epaths.nt gdb-mi.el sort.el |
| 4266 | text.texi | 4694 | text.texi |
| 4267 | 4695 | ||
| 4268 | Richard Dawe: changed config.in src/Makefile.in | 4696 | Richard Dawe: changed config.in src/Makefile.in |
| @@ -4272,7 +4700,7 @@ Richard G. Bielawski: changed modes.texi paren.el | |||
| 4272 | Richard Hoskins: changed message.el | 4700 | Richard Hoskins: changed message.el |
| 4273 | 4701 | ||
| 4274 | Richard Kim: wrote wisent/python.el | 4702 | Richard Kim: wrote wisent/python.el |
| 4275 | and changed bovine.texi db-global.el loading.texi python-wy.el | 4703 | and changed bovine.texi db-global.el gud.el loading.texi python-wy.el |
| 4276 | texnfo-upd.el wisent.texi | 4704 | texnfo-upd.el wisent.texi |
| 4277 | 4705 | ||
| 4278 | Richard King: wrote filelock.c uniquify.el userlock.el | 4706 | Richard King: wrote filelock.c uniquify.el userlock.el |
| @@ -4328,7 +4756,7 @@ Robert Cochran: changed tab-bar.el bytecomp.el checkdoc.el data.c | |||
| 4328 | 4756 | ||
| 4329 | Robert Fenk: changed desktop.el | 4757 | Robert Fenk: changed desktop.el |
| 4330 | 4758 | ||
| 4331 | Robert Jarzmik: changed ede/linux.el inversion.el | 4759 | Robert Jarzmik: changed ede/linux.el |
| 4332 | 4760 | ||
| 4333 | Robert J. Chassell: wrote makeinfo.el page-ext.el texinfo.el | 4761 | Robert J. Chassell: wrote makeinfo.el page-ext.el texinfo.el |
| 4334 | texnfo-upd.el | 4762 | texnfo-upd.el |
| @@ -4346,15 +4774,15 @@ Roberto Rodríguez: changed glossary.texi widget.texi | |||
| 4346 | Robert P. Goldman: changed org.texi ob-exp.el org.el ox-latex.el | 4774 | Robert P. Goldman: changed org.texi ob-exp.el org.el ox-latex.el |
| 4347 | 4775 | ||
| 4348 | Robert Pluim: wrote nsm-tests.el | 4776 | Robert Pluim: wrote nsm-tests.el |
| 4349 | and changed process.c ftfont.c gtkutil.c processes.texi vc-git.el | 4777 | and changed configure.ac process.c blocks.awk network-stream-tests.el |
| 4350 | configure.ac font.c network-stream.el nsm.el process-tests.el xfns.c | 4778 | font.c processes.texi ftfont.c gtkutil.c vc-git.el process-tests.el |
| 4351 | dispextern.h files.texi ftcrfont.c gnus-icalendar.el gnutls.el | 4779 | emoji-zwj.awk gnutls.el network-stream.el nsm.el tramp.texi mml-sec.el |
| 4352 | gtkutil.h network-stream-tests.el nsterm.m text.texi w32.c | 4780 | nsterm.m unicode xfns.c auth.texi composite.c and 133 other files |
| 4353 | and 90 other files | ||
| 4354 | 4781 | ||
| 4355 | Robert Thorpe: changed cus-start.el indent.el | 4782 | Robert Thorpe: changed cus-start.el indent.el rmail.texi |
| 4356 | 4783 | ||
| 4357 | Robert Weiner: changed cus-edit.el | 4784 | Robert Weiner: changed cus-edit.el etags.el positions.texi simple.el |
| 4785 | subr.el texinfo.el | ||
| 4358 | 4786 | ||
| 4359 | Rob Giardina: changed org-agenda.el | 4787 | Rob Giardina: changed org-agenda.el |
| 4360 | 4788 | ||
| @@ -4375,7 +4803,7 @@ Roger Breitenstein: changed smtpmail.el | |||
| 4375 | Roland B. Roberts: changed buffer.h callproc.c dired.c files.el | 4803 | Roland B. Roberts: changed buffer.h callproc.c dired.c files.el |
| 4376 | gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h | 4804 | gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h |
| 4377 | 4805 | ||
| 4378 | Roland Kaufmann: changed ox.el | 4806 | Roland Kaufmann: changed configure.ac ox.el |
| 4379 | 4807 | ||
| 4380 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el | 4808 | Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el |
| 4381 | and co-wrote find-dired.el progmodes/compile.el | 4809 | and co-wrote find-dired.el progmodes/compile.el |
| @@ -4386,9 +4814,9 @@ and changed compile.el add-log.el configure.ac files.el vc.el simple.el | |||
| 4386 | 4814 | ||
| 4387 | Roland Winkler: wrote proced.el | 4815 | Roland Winkler: wrote proced.el |
| 4388 | and changed bibtex.el faces.el crm.el find-dired.el bookmark.el process.c | 4816 | and changed bibtex.el faces.el crm.el find-dired.el bookmark.el process.c |
| 4389 | appt.el artist.el bibtex-style.el conf-mode.el cus-edit.el diary-lib.el | 4817 | smtpmail.el appt.el artist.el bibtex-style.el conf-mode.el cus-edit.el |
| 4390 | flyspell.el hideshow.el ibuf-ext.el ibuffer.el ispell.el make-mode.el | 4818 | diary-lib.el flyspell.el gnus.texi hideshow.el ibuf-ext.el ibuffer.el |
| 4391 | sgml-mode.el sh-script.el skeleton.el smtpmail.el | 4819 | ispell.el make-mode.el nnimap.el and 5 other files |
| 4392 | 4820 | ||
| 4393 | Rolf Ade: changed sql.el tcl.el | 4821 | Rolf Ade: changed sql.el tcl.el |
| 4394 | 4822 | ||
| @@ -4417,9 +4845,9 @@ Roy Liu: changed ns-win.el | |||
| 4417 | 4845 | ||
| 4418 | Rüdiger Sonderfeld: wrote inotify-tests.el reftex-tests.el | 4846 | Rüdiger Sonderfeld: wrote inotify-tests.el reftex-tests.el |
| 4419 | and changed eww.el octave.el shr.el bibtex.el configure.ac | 4847 | and changed eww.el octave.el shr.el bibtex.el configure.ac |
| 4420 | misc/Makefile.in reftex-vars.el vc-git.el TUTORIAL.de ada-mode.el | 4848 | misc/Makefile.in reftex-vars.el vc-git.el TUTORIAL.de autoinsert.el |
| 4421 | autoinsert.el building.texi calc-lang.el cc-langs.el dired.texi | 4849 | building.texi bytecomp.el calc-lang.el cc-langs.el dired.texi editfns.c |
| 4422 | editfns.c emacs.c emacs.texi epa.el erc.el eww.texi and 39 other files | 4850 | emacs.c emacs.texi epa.el erc.el eww.texi and 39 other files |
| 4423 | 4851 | ||
| 4424 | Rui-Tao Dong: changed nnweb.el | 4852 | Rui-Tao Dong: changed nnweb.el |
| 4425 | 4853 | ||
| @@ -4431,13 +4859,19 @@ Ruslan Bekenev: changed rfc2045.el rfc2047.el rfc2231.el | |||
| 4431 | 4859 | ||
| 4432 | Russ Allbery: changed message.el | 4860 | Russ Allbery: changed message.el |
| 4433 | 4861 | ||
| 4862 | Ruthra Kumar: changed arc-mode.el esh-cmd.el files.el | ||
| 4863 | |||
| 4434 | Ryan Barrett: changed dirtrack.el | 4864 | Ryan Barrett: changed dirtrack.el |
| 4435 | 4865 | ||
| 4436 | Ryan Brown: changed cl-indent.el | 4866 | Ryan Brown: changed cl-indent.el |
| 4437 | 4867 | ||
| 4438 | Ryan Crum: changed json.el | 4868 | Ryan Crum: changed term.el json.el |
| 4869 | |||
| 4870 | Ryan Olson: changed package.el | ||
| 4871 | |||
| 4872 | Ryan Prior: changed comint.el | ||
| 4439 | 4873 | ||
| 4440 | Ryan Thompson: changed advice-tests.el ido.el minibuffer-tests.el | 4874 | Ryan Thompson: changed ido.el advice-tests.el minibuffer-tests.el |
| 4441 | minibuffer.el savehist.el tmm.el | 4875 | minibuffer.el savehist.el tmm.el |
| 4442 | 4876 | ||
| 4443 | Ryan Twitchell: changed ido.el | 4877 | Ryan Twitchell: changed ido.el |
| @@ -4471,9 +4905,8 @@ Sam Kendall: changed etags.c etags.el | |||
| 4471 | Sam Steingold: wrote gulp.el midnight.el | 4905 | Sam Steingold: wrote gulp.el midnight.el |
| 4472 | and changed progmodes/compile.el cl-indent.el simple.el vc-cvs.el vc.el | 4906 | and changed progmodes/compile.el cl-indent.el simple.el vc-cvs.el vc.el |
| 4473 | mouse.el vc-hg.el etags.el files.el font-lock.el tex-mode.el | 4907 | mouse.el vc-hg.el etags.el files.el font-lock.el tex-mode.el |
| 4474 | ange-ftp.el sgml-mode.el vc-git.el window.el add-log.el bindings.el | 4908 | ange-ftp.el gnus-sum.el message.el sgml-mode.el vc-git.el window.el |
| 4475 | bookmark.el bug-reference.el calendar.el cperl-mode.el | 4909 | add-log.el bindings.el bookmark.el bug-reference.el and 186 other files |
| 4476 | and 157 other files | ||
| 4477 | 4910 | ||
| 4478 | Samuel Bronson: changed custom.el emacsclient.c keyboard.c | 4911 | Samuel Bronson: changed custom.el emacsclient.c keyboard.c |
| 4479 | progmodes/grep.el semantic/format.el unexmacosx.c | 4912 | progmodes/grep.el semantic/format.el unexmacosx.c |
| @@ -4490,6 +4923,8 @@ Sanghyuk Suh: changed mac-win.el macterm.c | |||
| 4490 | 4923 | ||
| 4491 | Santiago Payà i Miralta: changed vc-hg.el | 4924 | Santiago Payà i Miralta: changed vc-hg.el |
| 4492 | 4925 | ||
| 4926 | Saroj Thirumalai: changed printing.el | ||
| 4927 | |||
| 4493 | Sascha Lüdecke: co-wrote mml1991.el | 4928 | Sascha Lüdecke: co-wrote mml1991.el |
| 4494 | and changed gnus-win.el | 4929 | and changed gnus-win.el |
| 4495 | 4930 | ||
| @@ -4498,6 +4933,8 @@ Sascha Wilde: changed pgg-gpg.el pgg.texi pgg.el bubbles.el configure.ac | |||
| 4498 | 4933 | ||
| 4499 | Sašo Živanović: changed reftex-parse.el reftex.el | 4934 | Sašo Živanović: changed reftex-parse.el reftex.el |
| 4500 | 4935 | ||
| 4936 | Satoshi Nakagawa: changed url-http.el | ||
| 4937 | |||
| 4501 | Satyaki Das: wrote mh-acros.el mh-gnus.el mh-search.el mh-speed.el | 4938 | Satyaki Das: wrote mh-acros.el mh-gnus.el mh-search.el mh-speed.el |
| 4502 | mh-thread.el mh-tool-bar.el | 4939 | mh-thread.el mh-tool-bar.el |
| 4503 | and co-wrote mh-junk.el | 4940 | and co-wrote mh-junk.el |
| @@ -4539,6 +4976,9 @@ Sean O'Rourke: changed complete.el comint.el dabbrev.el find-func.el | |||
| 4539 | 4976 | ||
| 4540 | Sean Sieger: changed emacs-lisp-intro.texi | 4977 | Sean Sieger: changed emacs-lisp-intro.texi |
| 4541 | 4978 | ||
| 4979 | Sean Whitton: changed project.el bindings.el files.texi simple.el | ||
| 4980 | repeat.el | ||
| 4981 | |||
| 4542 | Sebastian Freundt: changed nnmaildir.el | 4982 | Sebastian Freundt: changed nnmaildir.el |
| 4543 | 4983 | ||
| 4544 | Sebastian Hermida: wrote misterioso-theme.el | 4984 | Sebastian Hermida: wrote misterioso-theme.el |
| @@ -4554,6 +4994,9 @@ and changed ox-publish.el ftfont.c ox-jsinfo.el | |||
| 4554 | 4994 | ||
| 4555 | Sebastian Tennant: changed desktop.el | 4995 | Sebastian Tennant: changed desktop.el |
| 4556 | 4996 | ||
| 4997 | Sebastian Urban: changed display.texi basic.texi docstyle.texi emacs.texi | ||
| 4998 | fixit.texi text.texi | ||
| 4999 | |||
| 4557 | Sebastian Wiesner: changed bytecomp.el comint.el files.el replace.el | 5000 | Sebastian Wiesner: changed bytecomp.el comint.el files.el replace.el |
| 4558 | simple.el | 5001 | simple.el |
| 4559 | 5002 | ||
| @@ -4578,14 +5021,18 @@ Seppo Sade: changed esh-ext.el | |||
| 4578 | 5021 | ||
| 4579 | Sergei Organov: changed vc.el | 5022 | Sergei Organov: changed vc.el |
| 4580 | 5023 | ||
| 5024 | Serge Tupchii: changed etags.c | ||
| 5025 | |||
| 4581 | Sergey Litvinov: co-wrote ob-fortran.el | 5026 | Sergey Litvinov: co-wrote ob-fortran.el |
| 4582 | and changed ob-maxima.el ob-octave.el | 5027 | and changed ob-maxima.el ob-octave.el |
| 4583 | 5028 | ||
| 5029 | Sergey Organov: changed desktop.el | ||
| 5030 | |||
| 4584 | Sergey Poznyakoff: changed rmail.el mh-mime.el rmail.texi smtpmail.el | 5031 | Sergey Poznyakoff: changed rmail.el mh-mime.el rmail.texi smtpmail.el |
| 4585 | 5032 | ||
| 4586 | Sergey Trofimov: changed window.el | 5033 | Sergey Trofimov: changed window.el |
| 4587 | 5034 | ||
| 4588 | Sergey Vinokurov: changed emacs-module-tests.el emacs-module.c mod-test.c | 5035 | Sergey Vinokurov: changed emacs-module-tests.el emacs-module.c |
| 4589 | 5036 | ||
| 4590 | Sergio Durigan Junior: changed eudcb-bbdb.el gdb-mi.el | 5037 | Sergio Durigan Junior: changed eudcb-bbdb.el gdb-mi.el |
| 4591 | 5038 | ||
| @@ -4623,6 +5070,10 @@ Shingo Tanaka: changed files.el | |||
| 4623 | 5070 | ||
| 4624 | Shinichirou Sugou: changed etags.c | 5071 | Shinichirou Sugou: changed etags.c |
| 4625 | 5072 | ||
| 5073 | Shitikanth Kashyap: changed progmodes/python.el tabulated-list.el | ||
| 5074 | |||
| 5075 | Shohei Yoshida: changed configure.ac | ||
| 5076 | |||
| 4626 | Shoji Nishimura: changed org.el | 5077 | Shoji Nishimura: changed org.el |
| 4627 | 5078 | ||
| 4628 | Sho Nakatani: changed doc-view.el | 5079 | Sho Nakatani: changed doc-view.el |
| @@ -4642,16 +5093,16 @@ Sidney Markowitz: changed doctor.el nsmenu.m | |||
| 4642 | Sigbjorn Finne: changed gnus-srvr.el | 5093 | Sigbjorn Finne: changed gnus-srvr.el |
| 4643 | 5094 | ||
| 4644 | Simen Heggestøyl: wrote apropos-tests.el asm-mode-tests.el | 5095 | Simen Heggestøyl: wrote apropos-tests.el asm-mode-tests.el |
| 4645 | autoconf-tests.el autoinsert-tests.el check-declare-tests.el | 5096 | autoconf-tests.el autoinsert-tests.el browse-url-tests.el |
| 4646 | color-tests.el css-mode-tests.el dom-tests.el elide-head-tests.el | 5097 | check-declare-tests.el color-tests.el css-mode-tests.el dom-tests.el |
| 4647 | glasses-tests.el help-mode-tests.el makesum-tests.el page-tests.el | 5098 | elide-head-tests.el glasses-tests.el help-mode-tests.el |
| 4648 | paren-tests.el po-tests.el ring-tests.el rot13-tests.el sql-tests.el | 5099 | makesum-tests.el page-tests.el paren-tests.el po-tests.el ring-tests.el |
| 4649 | webjump-tests.el | 5100 | rot13-tests.el sql-tests.el webjump-tests.el |
| 4650 | and changed css-mode.el css-mode.css json-tests.el json.el sgml-mode.el | 5101 | and changed css-mode.el project.el json-tests.el json.el scss-mode.scss |
| 4651 | scss-mode.scss page.el ring.el rot13.el scheme.el sql.el asm-mode.el | 5102 | sgml-mode.el less-css-mode.less maintaining.texi modes.texi page.el |
| 4652 | autoinsert.el color.el files.el js.el less-css-mode.el | 5103 | ring.el rot13.el scheme.el sql.el apropos.el asm-mode.el autoconf.el |
| 4653 | less-css-mode.less maintaining.texi makesum.el midnight.el | 5104 | autoinsert.el browse-url.el check-declare.el color.el |
| 4654 | and 5 other files | 5105 | and 15 other files |
| 4655 | 5106 | ||
| 4656 | Simona Arizanova: changed help.el | 5107 | Simona Arizanova: changed help.el |
| 4657 | 5108 | ||
| @@ -4660,13 +5111,16 @@ Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el fringe.el imap.el | |||
| 4660 | sasl-scram-sha256.el sieve-mode.el sieve.el smime.el starttls.el tls.el | 5111 | sasl-scram-sha256.el sieve-mode.el sieve.el smime.el starttls.el tls.el |
| 4661 | url-imap.el | 5112 | url-imap.el |
| 4662 | and co-wrote gnus-sieve.el gssapi.el mml1991.el nnfolder.el nnimap.el | 5113 | and co-wrote gnus-sieve.el gssapi.el mml1991.el nnfolder.el nnimap.el |
| 4663 | nnml.el sieve-manage.el | 5114 | nnml.el rot13.el sieve-manage.el |
| 4664 | and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el | 5115 | and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el |
| 4665 | pgg.el gnus-agent.el mml2015.el mml.el gnus-group.el mm-decode.el | 5116 | pgg.el gnus-agent.el mml2015.el mml.el gnus-group.el mm-decode.el |
| 4666 | gnus-msg.el gnus.texi mail/sieve-manage.el pgg-pgp5.el browse-url.el | 5117 | gnus-msg.el gnus.texi mail/sieve-manage.el pgg-pgp5.el browse-url.el |
| 4667 | gnus-int.el gnus.el hashcash.el mm-view.el password.el | 5118 | gnus-int.el gnus.el hashcash.el mm-view.el password.el |
| 4668 | and 101 other files | 5119 | and 101 other files |
| 4669 | 5120 | ||
| 5121 | Simon Lang: changed building.texi icomplete.el misterioso-theme.el | ||
| 5122 | progmodes/grep.el | ||
| 5123 | |||
| 4670 | Simon Law: changed delsel.el electric.el | 5124 | Simon Law: changed delsel.el electric.el |
| 4671 | 5125 | ||
| 4672 | Simon Leinen: changed Makefile.in smtpmail.el Makefile cm.c cm.h hpux9.h | 5126 | Simon Leinen: changed Makefile.in smtpmail.el Makefile cm.c cm.h hpux9.h |
| @@ -4680,8 +5134,6 @@ and changed font-lock.el rmail.el fortran.el sendmail.el subr.el dired.el | |||
| 4680 | menu-bar.el perl-mode.el ps-print.el rmailsum.el bytecomp.el | 5134 | menu-bar.el perl-mode.el ps-print.el rmailsum.el bytecomp.el |
| 4681 | cc-fonts.el data.c faces.el lisp-mode.el and 56 other files | 5135 | cc-fonts.el data.c faces.el lisp-mode.el and 56 other files |
| 4682 | 5136 | ||
| 4683 | Simon Michael: wrote ob-hledger.el | ||
| 4684 | |||
| 4685 | Simon Schubert: changed json.el | 5137 | Simon Schubert: changed json.el |
| 4686 | 5138 | ||
| 4687 | Simon South: co-wrote opascal.el | 5139 | Simon South: co-wrote opascal.el |
| @@ -4693,6 +5145,8 @@ Skip Collins: changed w32fns.c w32term.c w32term.h | |||
| 4693 | Sławomir Nowaczyk: changed emacs.py progmodes/python.el TUTORIAL.pl | 5145 | Sławomir Nowaczyk: changed emacs.py progmodes/python.el TUTORIAL.pl |
| 4694 | flyspell.el ls-lisp.el w32proc.c | 5146 | flyspell.el ls-lisp.el w32proc.c |
| 4695 | 5147 | ||
| 5148 | Spencer Baugh: changed data-tests.el alloc.c autorevert.el | ||
| 5149 | |||
| 4696 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el | 5150 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el |
| 4697 | unexcoff.c | 5151 | unexcoff.c |
| 4698 | 5152 | ||
| @@ -4707,30 +5161,35 @@ Stefan Bruda: co-wrote prolog.el | |||
| 4707 | Stefan Guath: changed find-dired.el | 5161 | Stefan Guath: changed find-dired.el |
| 4708 | 5162 | ||
| 4709 | Stefan Kangas: wrote bookmark-tests.el cal-julian-tests.el | 5163 | Stefan Kangas: wrote bookmark-tests.el cal-julian-tests.el |
| 4710 | delim-col-tests.el lunar-tests.el misc-tests.el morse-tests.el | 5164 | delim-col-tests.el etc-authors-mode.el life-tests.el loadhist-tests.el |
| 4711 | paragraphs-tests.el password-cache-tests.el qp-tests.el | 5165 | lunar-tests.el mail-utils-tests.el misc-tests.el morse-tests.el |
| 4712 | rfc2045-tests.el studly-tests.el tabify-tests.el timezone-tests.el | 5166 | netrc-tests.el paragraphs-tests.el password-cache-tests.el qp-tests.el |
| 4713 | underline-tests.el uudecode-tests.el | 5167 | rfc2045-tests.el sasl-cram-tests.el sasl-tests.el saveplace-tests.el |
| 4714 | and changed bookmark.el package.el efaq.texi package.texi ibuffer.el | 5168 | studly-tests.el tabify-tests.el time-tests.el timezone-tests.el |
| 4715 | mwheel.el cperl-mode.el fns.c gud.el simple.el subr.el autoinsert.el | 5169 | underline-tests.el uudecode-tests.el warnings-tests.el |
| 4716 | comint-tests.el cus-edit.el delim-col.el dired-aux.el dired-x.el | 5170 | and co-wrote help-tests.el keymap-tests.el |
| 4717 | em-term.el ert.texi flow-fill.el frames.texi and 147 other files | 5171 | and changed efaq.texi checkdoc.el package.el cperl-mode.el bookmark.el |
| 5172 | help.el keymap.c subr.el simple.el erc.el ediff-util.el idlwave.el | ||
| 5173 | time.el bytecomp-tests.el comp.el speedbar.el bytecomp.el | ||
| 5174 | emacs-lisp-intro.texi flyspell.el ibuffer.el package-tests.el | ||
| 5175 | and 1333 other files | ||
| 4718 | 5176 | ||
| 4719 | Stefan Merten: co-wrote rst.el | 5177 | Stefan Merten: co-wrote rst.el |
| 4720 | 5178 | ||
| 4721 | Stefan Monnier: wrote bibtex-style.el bytecomp-tests.el | 5179 | Stefan Monnier: wrote bibtex-style.el bytecomp-tests.el |
| 4722 | cl-generic-tests.el cl-generic.el cl-preloaded.el cl-print.el cl.el | 5180 | cl-generic-tests.el cl-generic.el cl-preloaded.el cl-print.el cl.el |
| 4723 | css-mode.el cursor-sensor.el cvs-status.el diff-mode.el fileloop.el | 5181 | css-mode.el cursor-sensor.el cvs-status.el diff-mode.el fileloop.el |
| 4724 | footnote-tests.el gv.el inline.el lisp-tests.el log-edit.el log-view.el | 5182 | find-func-tests.el footnote-tests.el gv.el inline.el lisp-mnt-tests.el |
| 5183 | lisp-tests.el log-edit.el log-view.el macroexp-tests.el | ||
| 4725 | minibuffer-tests.el minibuffer.el mpc.el nadvice.el pcase.el | 5184 | minibuffer-tests.el minibuffer.el mpc.el nadvice.el pcase.el |
| 4726 | pcvs-defs.el pcvs-info.el pcvs-parse.el pcvs-util.el radix-tree.el | 5185 | pcvs-defs.el pcvs-info.el pcvs-parse.el pcvs-util.el radix-tree.el |
| 4727 | regexp-opt-tests.el reveal.el smerge-mode.el smie.el subword-tests.el | 5186 | regexp-opt-tests.el reveal.el smerge-mode.el smie.el subword-tests.el |
| 4728 | vc-mtn.el | 5187 | vc-mtn.el |
| 4729 | and co-wrote font-lock.el gitmerge.el pcvs.el | 5188 | and co-wrote font-lock.el gitmerge.el pcvs.el |
| 4730 | and changed subr.el simple.el keyboard.c bytecomp.el files.el lisp.h | 5189 | and changed subr.el simple.el keyboard.c bytecomp.el cl-macs.el files.el |
| 4731 | cl-macs.el vc.el xdisp.c alloc.c eval.c sh-script.el | 5190 | lisp.h vc.el xdisp.c alloc.c eval.c sh-script.el progmodes/compile.el |
| 4732 | progmodes/compile.el keymap.c tex-mode.el buffer.c newcomment.el | 5191 | keymap.c buffer.c window.c tex-mode.el lisp-mode.el newcomment.el |
| 4733 | window.c lread.c fileio.c help-fns.el and 1372 other files | 5192 | help-fns.el lread.c and 1615 other files |
| 4734 | 5193 | ||
| 4735 | Stefano Facchini: changed gtkutil.c | 5194 | Stefano Facchini: changed gtkutil.c |
| 4736 | 5195 | ||
| @@ -4748,11 +5207,13 @@ Stefan Wiens: changed gnus-sum.el | |||
| 4748 | 5207 | ||
| 4749 | Steinar Bang: changed gnus-setup.el imap.el | 5208 | Steinar Bang: changed gnus-setup.el imap.el |
| 4750 | 5209 | ||
| 4751 | Štěpán Němec: changed INSTALL calc-ext.el checkdoc.el cl.texi comint.el | 5210 | Štěpán Němec: changed loadhist.el files.el gnus-sum.el loading.texi |
| 4752 | edebug.texi font-lock.el functions.texi gnus-sum.el insdel.c | 5211 | subr.el INSTALL calc-ext.el checkdoc.el cl.texi comint.el edebug.texi |
| 4753 | leim-ext.el loading.texi maps.texi mark.texi message.texi mini.texi | 5212 | ediff-init.el emacs-lisp/cl-lib.el find-func.el fixit.texi font-lock.el |
| 4754 | minibuf.texi misc.texi programs.texi subr.el text.texi | 5213 | functions.texi gnus-art.el gnus.texi help-fns.el help.el |
| 4755 | and 7 other files | 5214 | and 22 other files |
| 5215 | |||
| 5216 | Stéphane Boucher: changed replace.el | ||
| 4756 | 5217 | ||
| 4757 | Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi | 5218 | Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi |
| 4758 | ediff-mult.el | 5219 | ediff-mult.el |
| @@ -4761,11 +5222,11 @@ Stephen A. Wood: changed fortran.el | |||
| 4761 | 5222 | ||
| 4762 | Stephen Berman: wrote todo-mode-tests.el | 5223 | Stephen Berman: wrote todo-mode-tests.el |
| 4763 | and co-wrote todo-mode.el | 5224 | and co-wrote todo-mode.el |
| 4764 | and changed wdired.el todo-mode.texi diary-lib.el wdired-tests.el | 5225 | and changed wdired.el todo-mode.texi diary-lib.el dired.el |
| 4765 | dired-tests.el doc-view.el files.el minibuffer.el dired.el frames.texi | 5226 | wdired-tests.el dired-tests.el doc-view.el files.el info.el |
| 4766 | hl-line.el info.el menu-bar.el mouse.el otodo-mode.el subr.el | 5227 | minibuffer.el todo-test-1.todo eww.el frames.texi hl-line.el |
| 4767 | .gitattributes TUTORIAL allout.el artist.el compile.texi | 5228 | menu-bar.el mouse.el otodo-mode.el subr.el .gitattributes TUTORIAL |
| 4768 | and 43 other files | 5229 | allout.el and 59 other files |
| 4769 | 5230 | ||
| 4770 | Stephen C. Gilardi: changed configure.ac | 5231 | Stephen C. Gilardi: changed configure.ac |
| 4771 | 5232 | ||
| @@ -4779,19 +5240,20 @@ and changed diary-lib.el octave.el org-agenda.el locate.el replace.el | |||
| 4779 | 5240 | ||
| 4780 | Stephen Gildea: wrote refcard.tex | 5241 | Stephen Gildea: wrote refcard.tex |
| 4781 | and co-wrote mh-funcs.el mh-search.el | 5242 | and co-wrote mh-funcs.el mh-search.el |
| 4782 | and changed time-stamp.el time-stamp-tests.el mh-e.el mh-comp.el | 5243 | and changed time-stamp.el time-stamp-tests.el mh-e.el mh-junk.el |
| 4783 | mh-utils.el mh-junk.el files.el mh-customize.el mh-e.texi mh-show.el | 5244 | mh-comp.el mh-utils-tests.el mh-utils.el mh-e.texi mh-show.el files.el |
| 4784 | backups.texi dns-mode.el fileio.c files.texi fortran.el goto-addr.el | 5245 | mh-customize.el mh-xface-tests.el backups.texi compile.texi dns-mode.el |
| 4785 | mh-mime.el misc.texi mwheel.el tex-mode.el | 5246 | fileio.c files.texi finder.el fortran.el goto-addr.el iso8601-tests.el |
| 5247 | and 17 other files | ||
| 4786 | 5248 | ||
| 4787 | Stephen J. Turnbull: changed ediff-init.el strings.texi subr.el | 5249 | Stephen J. Turnbull: changed ediff-init.el strings.texi subr.el |
| 4788 | 5250 | ||
| 4789 | Stephen Leake: wrote elisp-mode-tests.el | 5251 | Stephen Leake: wrote elisp-mode-tests.el |
| 4790 | and changed ada-mode.el ada-xref.el elisp-mode.el xref.el window.el | 5252 | and changed elisp-mode.el xref.el window.el mode-local.el CONTRIBUTE |
| 4791 | mode-local.el CONTRIBUTE ada-prj.el project.el vc-mtn.el ada-stmt.el | 5253 | project.el vc-mtn.el ada-stmt.el cedet-global.el ede/generic.el |
| 4792 | cedet-global.el ede/generic.el simple.el autoload.el bytecomp.el | 5254 | simple.el autoload.el bytecomp.el cl-generic.el ede/locate.el |
| 4793 | cl-generic.el ede/locate.el files.texi functions.texi package.el | 5255 | files.texi functions.texi package.el progmodes/grep.el windows.texi |
| 4794 | and 30 other files | 5256 | INSTALL.REPO and 32 other files |
| 4795 | 5257 | ||
| 4796 | Stephen Pegoraro: changed xterm.c | 5258 | Stephen Pegoraro: changed xterm.c |
| 4797 | 5259 | ||
| @@ -4803,7 +5265,8 @@ Steve Fisk: co-wrote cal-tex.el | |||
| 4803 | 5265 | ||
| 4804 | Steve Grubb: changed vcdiff | 5266 | Steve Grubb: changed vcdiff |
| 4805 | 5267 | ||
| 4806 | Steven Allen: changed em-prompt.el xdg.el | 5268 | Steven Allen: changed em-prompt.el esh-mode.el tramp-gvfs.el |
| 5269 | tramp-integration.el url-expand.el xdg.el | ||
| 4807 | 5270 | ||
| 4808 | Steven De Herdt: changed vc/vc-bzr.el | 5271 | Steven De Herdt: changed vc/vc-bzr.el |
| 4809 | 5272 | ||
| @@ -4825,7 +5288,7 @@ Steven Tamm: changed macterm.c mac.c macfns.c configure.ac mac-win.el | |||
| 4825 | Steve Nygard: changed unexnext.c | 5288 | Steve Nygard: changed unexnext.c |
| 4826 | 5289 | ||
| 4827 | Steve Purcell: wrote less-css-mode.el | 5290 | Steve Purcell: wrote less-css-mode.el |
| 4828 | and changed package.el nnimap.el nsterm.m sql.el | 5291 | and changed package.el nnimap.el nsterm.m ruby-mode.el sql.el |
| 4829 | 5292 | ||
| 4830 | Steve Scott: changed rcirc.el | 5293 | Steve Scott: changed rcirc.el |
| 4831 | 5294 | ||
| @@ -4855,6 +5318,11 @@ Suhail Shergill: changed ob-core.el ox-html.el | |||
| 4855 | 5318 | ||
| 4856 | Sundar Narasimhan: changed rnews.el | 5319 | Sundar Narasimhan: changed rnews.el |
| 4857 | 5320 | ||
| 5321 | Sungbin Jo: changed nsxwidget.m xwidget.c xwidget.el nsxwidget.h | ||
| 5322 | xwidget.h Info.plist.in configure.ac emacs.c nsterm.m src/Makefile.in | ||
| 5323 | |||
| 5324 | Sun Lin: changed dired-aux.el | ||
| 5325 | |||
| 4858 | Sun Microsystems, Inc: wrote emacs.icon sun.el | 5326 | Sun Microsystems, Inc: wrote emacs.icon sun.el |
| 4859 | and changed emacsclient.c server.el | 5327 | and changed emacsclient.c server.el |
| 4860 | 5328 | ||
| @@ -4903,8 +5371,11 @@ Takai Kousuke: changed ccl.el image/compface.el | |||
| 4903 | 5371 | ||
| 4904 | Takeshi Yamada: changed fns.c | 5372 | Takeshi Yamada: changed fns.c |
| 4905 | 5373 | ||
| 5374 | Takesi Ayanokoji: changed anti.texi efaq.texi | ||
| 5375 | |||
| 4906 | Tak Kunihiro: wrote pixel-scroll.el | 5376 | Tak Kunihiro: wrote pixel-scroll.el |
| 4907 | and changed frames.texi mouse.el mwheel.el dired.el ns-win.el | 5377 | and changed frames.texi mouse.el mwheel.el dired.el lists.texi ns-win.el |
| 5378 | subr.el | ||
| 4908 | 5379 | ||
| 4909 | Tao Fang: changed url-http.el | 5380 | Tao Fang: changed url-http.el |
| 4910 | 5381 | ||
| @@ -4913,11 +5384,11 @@ and changed arc-mode.el | |||
| 4913 | 5384 | ||
| 4914 | Tassilo Horn: wrote doc-view.el | 5385 | Tassilo Horn: wrote doc-view.el |
| 4915 | and co-wrote ol-gnus.el | 5386 | and co-wrote ol-gnus.el |
| 4916 | and changed reftex-vars.el tex-mode.el gnus.texi reftex-cite.el | 5387 | and changed bug-reference.el reftex-vars.el tex-mode.el browse-url.el |
| 4917 | tsdh-dark-theme.el tsdh-light-theme.el gnus-sum.el file-notify-tests.el | 5388 | gnus.texi reftex-cite.el tsdh-dark-theme.el tsdh-light-theme.el |
| 4918 | reftex.el misc.texi org-gnus.el prog-mode.el subword.el image-mode.el | 5389 | gnus-sum.el maintaining.texi file-notify-tests.el gnus-art.el misc.texi |
| 4919 | json.el lisp-mode.el cc-cmds.el display.texi em-term.el emacsbug.el | 5390 | reftex.el org-gnus.el prog-mode.el subword.el image-mode.el json.el |
| 4920 | files.el and 82 other files | 5391 | lisp-mode.el rcirc.el and 99 other files |
| 4921 | 5392 | ||
| 4922 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el | 5393 | Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el |
| 4923 | 5394 | ||
| @@ -4936,8 +5407,9 @@ Teodor Zlatanov: wrote auth-source.el gnus-registry.el gnus-tests.el | |||
| 4936 | url-future-tests.el url-future.el url-util-tests.el | 5407 | url-future-tests.el url-future.el url-util-tests.el |
| 4937 | and changed spam.el gnus.el nnimap.el gnus.texi gnutls.c gnus-sum.el | 5408 | and changed spam.el gnus.el nnimap.el gnus.texi gnutls.c gnus-sum.el |
| 4938 | auth.texi cfengine.el gnus-sync.el gnus-util.el gnus-start.el netrc.el | 5409 | auth.texi cfengine.el gnus-sync.el gnus-util.el gnus-start.el netrc.el |
| 4939 | gnutls.h message.el spam-stat.el encrypt.el mail-source.el nnir.el | 5410 | gnutls.h message.el spam-stat.el .gitlab-ci.yml encrypt.el |
| 4940 | nnmail.el auth-source-tests.el configure.ac and 119 other files | 5411 | mail-source.el nnir.el nnmail.el auth-source-tests.el |
| 5412 | and 125 other files | ||
| 4941 | 5413 | ||
| 4942 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h | 5414 | Terje Rosten: changed xfns.c version.el xterm.c xterm.h |
| 4943 | 5415 | ||
| @@ -4956,12 +5428,17 @@ Thamer Mahmoud: changed arabic.el | |||
| 4956 | 5428 | ||
| 4957 | Theodore Jump: changed makefile.nt makefile.def w32-win.el w32faces.c | 5429 | Theodore Jump: changed makefile.nt makefile.def w32-win.el w32faces.c |
| 4958 | 5430 | ||
| 5431 | Theodor Thornhill: changed project.el css-mode.el maintaining.texi | ||
| 5432 | mwheel.el shell.el tutorial.el | ||
| 5433 | |||
| 4959 | Theresa O'Connor: wrote json.el | 5434 | Theresa O'Connor: wrote json.el |
| 4960 | and changed erc.el erc-viper.el erc-log.el erc-track.el viper.el | 5435 | and changed erc.el erc-viper.el erc-log.el erc-track.el viper.el |
| 4961 | erc-backend.el erc-chess.el erc-dcc.el erc-ezbounce.el erc-goodies.el | 5436 | erc-backend.el erc-chess.el erc-dcc.el erc-ezbounce.el erc-goodies.el |
| 4962 | erc-list.el erc-macs.el erc-match.el erc-ring.el erc-services.el | 5437 | erc-list.el erc-macs.el erc-match.el erc-ring.el erc-services.el |
| 4963 | erc-stamp.el goto-addr.el latin-ltx.el progmodes/python.el url-auth.el | 5438 | erc-stamp.el goto-addr.el latin-ltx.el progmodes/python.el url-auth.el |
| 4964 | 5439 | ||
| 5440 | Thibault Polge: changed ibuffer.el subr.el | ||
| 5441 | |||
| 4965 | Thien-Thi Nguyen: wrote last-chance.el | 5442 | Thien-Thi Nguyen: wrote last-chance.el |
| 4966 | and co-wrote hideshow.el | 5443 | and co-wrote hideshow.el |
| 4967 | and changed ewoc.el vc.el info.el processes.texi zone.el lisp-mode.el | 5444 | and changed ewoc.el vc.el info.el processes.texi zone.el lisp-mode.el |
| @@ -4978,7 +5455,7 @@ Thierry Volpiatto: changed bookmark.el files.el dired-aux.el | |||
| 4978 | eshell/eshell.el gnus-sum.el keyboard.c net-utils.el package.el | 5455 | eshell/eshell.el gnus-sum.el keyboard.c net-utils.el package.el |
| 4979 | tramp.el eldoc.el files.texi image-mode.el info.el man.el minibuffer.el | 5456 | tramp.el eldoc.el files.texi image-mode.el info.el man.el minibuffer.el |
| 4980 | pcmpl-gnu.el subr.el winner.el woman.el avoid.el commands.texi | 5457 | pcmpl-gnu.el subr.el winner.el woman.el avoid.el commands.texi |
| 4981 | and 15 other files | 5458 | and 16 other files |
| 4982 | 5459 | ||
| 4983 | Thomas Bach: changed wisent/python.el | 5460 | Thomas Bach: changed wisent/python.el |
| 4984 | 5461 | ||
| @@ -4994,10 +5471,11 @@ Thomas Dorner: changed ange-ftp.el | |||
| 4994 | Thomas Dye: changed org.texi org-bibtex.el ob-R.el org.el | 5471 | Thomas Dye: changed org.texi org-bibtex.el ob-R.el org.el |
| 4995 | 5472 | ||
| 4996 | Thomas Fitzsimmons: wrote soap-client.el | 5473 | Thomas Fitzsimmons: wrote soap-client.el |
| 4997 | and changed soap-inspect.el ldap.el eudc-vars.el eudc.el eudc.texi | 5474 | and changed soap-inspect.el ldap.el eudc.texi eudc-vars.el eudc.el |
| 4998 | ntlm.el eudcb-ldap.el eudcb-bbdb.el eudc-bob.el eudc-export.el | 5475 | ntlm.el url-http.el eudcb-ldap.el eudcb-bbdb.el ntlm-tests.el |
| 4999 | eudcb-ph.el package.el url-http.el diary-lib.el display.texi | 5476 | eudc-bob.el eudc-export.el eudcb-ph.el package.el README authinfo |
| 5000 | eudc-hotlist.el icalendar.el url-auth.el | 5477 | diary-lib.el display.texi eudc-hotlist.el eudcb-macos-contacts.el |
| 5478 | icalendar.el and 3 other files | ||
| 5001 | 5479 | ||
| 5002 | Thomas Horsley: changed cxux-crt0.s cxux.h cxux7.h emacs.c nh3000.h | 5480 | Thomas Horsley: changed cxux-crt0.s cxux.h cxux7.h emacs.c nh3000.h |
| 5003 | nh4000.h simple.el sysdep.c xterm.c | 5481 | nh4000.h simple.el sysdep.c xterm.c |
| @@ -5026,8 +5504,6 @@ and changed emacs-lock.el subr.el | |||
| 5026 | 5504 | ||
| 5027 | Thor Kristoffersen: changed nntp.el | 5505 | Thor Kristoffersen: changed nntp.el |
| 5028 | 5506 | ||
| 5029 | Thorsten Jolitz: co-wrote ob-picolisp.el | ||
| 5030 | |||
| 5031 | Thorsten Ohl: changed lread.c next.h | 5507 | Thorsten Ohl: changed lread.c next.h |
| 5032 | 5508 | ||
| 5033 | Tiago Saboga: changed files.el | 5509 | Tiago Saboga: changed files.el |
| @@ -5048,28 +5524,32 @@ Tim Harper: changed ns-win.el | |||
| 5048 | 5524 | ||
| 5049 | Tim Howe: changed org-clock.el | 5525 | Tim Howe: changed org-clock.el |
| 5050 | 5526 | ||
| 5051 | Tim Landscheidt: changed gnus-art.el gnus.texi icalendar.el sort.el | 5527 | Tim Landscheidt: changed gnus-art.el eieio-opt.el gnus.texi icalendar.el |
| 5052 | ws-mode.el | 5528 | sort.el ws-mode.el |
| 5053 | 5529 | ||
| 5054 | Timo Juhani Lindfors: changed gnus-msg.el | 5530 | Timo Juhani Lindfors: changed gnus-msg.el |
| 5055 | 5531 | ||
| 5056 | Timo Lilja: changed mail-source.el | 5532 | Timo Lilja: changed mail-source.el |
| 5057 | 5533 | ||
| 5058 | Timo Myyrä: changed battery.el | 5534 | Timo Myyrä: changed battery.el configure.ac english.el european.el |
| 5535 | language/japanese.el mule-conf.el systhread.c | ||
| 5059 | 5536 | ||
| 5060 | Timo Savola: changed emacs.c gtkutil.c startup.el x-win.el xfns.c xterm.c | 5537 | Timo Savola: changed emacs.c gtkutil.c startup.el x-win.el xfns.c xterm.c |
| 5061 | xterm.h | 5538 | xterm.h |
| 5062 | 5539 | ||
| 5540 | Tim Ruffing: changed emacs.service | ||
| 5541 | |||
| 5063 | Tim Van Holder: changed emacsclient.c Makefile.in configure.ac | 5542 | Tim Van Holder: changed emacsclient.c Makefile.in configure.ac |
| 5064 | progmodes/compile.el which-func.el | 5543 | progmodes/compile.el which-func.el |
| 5065 | 5544 | ||
| 5066 | Tino Calancha: wrote buff-menu-tests.el ediff-ptch-tests.el | 5545 | Tino Calancha: wrote buff-menu-tests.el ediff-ptch-tests.el |
| 5067 | em-ls-tests.el ffap-tests.el hi-lock-tests.el ls-lisp-tests.el | 5546 | em-ls-tests.el ffap-tests.el hi-lock-tests.el ls-lisp-tests.el |
| 5068 | register-tests.el rmc-tests.el | 5547 | register-tests.el rmc-tests.el |
| 5069 | and changed ibuffer.el ibuf-ext.el dired-tests.el dired.el replace.el | 5548 | and changed ibuffer.el dired.el ibuf-ext.el dired-tests.el replace.el |
| 5070 | dired-aux.el replace-tests.el simple.el ibuf-macs.el subr.el dired.texi | 5549 | dired-aux.el simple.el replace-tests.el dired.texi files.el |
| 5071 | ibuffer-tests.el ls-lisp.el diff-mode.el files.el cl-macs.el cl-seq.el | 5550 | ibuf-macs.el subr.el ibuffer-tests.el ls-lisp.el cl-macs.el |
| 5072 | dired-x.el ediff-ptch.el em-ls.el buff-menu.el and 95 other files | 5551 | diff-mode.el cl-seq.el dired-x.el ediff-ptch.el em-ls.el files-tests.el |
| 5552 | and 113 other files | ||
| 5073 | 5553 | ||
| 5074 | Titus von der Malsburg: changed simple.el window.el | 5554 | Titus von der Malsburg: changed simple.el window.el |
| 5075 | 5555 | ||
| @@ -5081,12 +5561,14 @@ Tobias Gerdin: changed xref.el | |||
| 5081 | 5561 | ||
| 5082 | Tobias Ringström: changed etags.c | 5562 | Tobias Ringström: changed etags.c |
| 5083 | 5563 | ||
| 5084 | Tobias Zawada: changed wid-edit.el | 5564 | Tobias Rittweiler: changed xref-tests.el xref.el |
| 5565 | |||
| 5566 | Tobias Zawada: changed find-func.el hideshow.el wid-edit.el | ||
| 5085 | 5567 | ||
| 5086 | Toby Allsopp: changed ldap.el eudc.el | 5568 | Toby Allsopp: changed ldap.el eudc.el |
| 5087 | 5569 | ||
| 5088 | Toby Cubitt: co-wrote avl-tree.el | 5570 | Toby Cubitt: co-wrote avl-tree.el |
| 5089 | and changed org-capture.el org.el org-agenda.el org-clock.el | 5571 | and changed org-capture.el org.el org-agenda.el cl-macs.el org-clock.el |
| 5090 | org-colview.el org.texi | 5572 | org-colview.el org.texi |
| 5091 | 5573 | ||
| 5092 | Toby Speight: changed generic-x.el window.el | 5574 | Toby Speight: changed generic-x.el window.el |
| @@ -5098,10 +5580,18 @@ Tokuya Kameshima: changed org-mew.el org-agenda.el | |||
| 5098 | 5580 | ||
| 5099 | Tomas Abrahamsson: wrote artist.el | 5581 | Tomas Abrahamsson: wrote artist.el |
| 5100 | 5582 | ||
| 5583 | Tomas Nordin: changed progmodes/python.el | ||
| 5584 | |||
| 5101 | Tomasz Gajewski: changed cpp-root.el | 5585 | Tomasz Gajewski: changed cpp-root.el |
| 5102 | 5586 | ||
| 5587 | Tomasz Konojacki: changed perl-mode.el | ||
| 5588 | |||
| 5103 | Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c | 5589 | Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c |
| 5104 | 5590 | ||
| 5591 | Tom Fitzhenry: changed vc-hg.el | ||
| 5592 | |||
| 5593 | Tom Gillespie: changed files.el | ||
| 5594 | |||
| 5105 | Tom Hageman: changed etags.c | 5595 | Tom Hageman: changed etags.c |
| 5106 | 5596 | ||
| 5107 | Tom Houlder: wrote mantemp.el | 5597 | Tom Houlder: wrote mantemp.el |
| @@ -5135,10 +5625,10 @@ Tom Seddon: changed w32font.c | |||
| 5135 | 5625 | ||
| 5136 | Tom Tromey: wrote bug-reference.el erc-list.el package-x.el | 5626 | Tom Tromey: wrote bug-reference.el erc-list.el package-x.el |
| 5137 | and co-wrote package.el tcl.el | 5627 | and co-wrote package.el tcl.el |
| 5138 | and changed data.c lisp.h js.el buffer.c data-tests.el alloc.c | 5628 | and changed data.c lisp.h js.el buffer.c data-tests.el mhtml-mode.el |
| 5139 | css-mode.el js-tests.el mhtml-mode.el process.c window.c editfns.c | 5629 | alloc.c css-mode.el js-tests.el process.c window.c bytecode.c editfns.c |
| 5140 | fns.c keyboard.c keymap.c lread.c makefile.el xfns.c bytecode.c cmds.c | 5630 | files.el fns.c keyboard.c keymap.c lread.c makefile.el xfns.c cmds.c |
| 5141 | configure.ac and 206 other files | 5631 | and 208 other files |
| 5142 | 5632 | ||
| 5143 | Tom Willemse: changed elec-pair.el package.el perl-mode.el prog-mode.el | 5633 | Tom Willemse: changed elec-pair.el package.el perl-mode.el prog-mode.el |
| 5144 | progmodes/python.el simple.el | 5634 | progmodes/python.el simple.el |
| @@ -5154,6 +5644,9 @@ Torsten Anders: changed ox-beamer.el | |||
| 5154 | 5644 | ||
| 5155 | Torsten Bronger: changed latin-ltx.el | 5645 | Torsten Bronger: changed latin-ltx.el |
| 5156 | 5646 | ||
| 5647 | Torsten Hilbrich: wrote dictionary-connection.el dictionary.el | ||
| 5648 | and changed net | ||
| 5649 | |||
| 5157 | Toru Tomabechi: wrote language/tibetan.el quail/tibetan.el tibet-util.el | 5650 | Toru Tomabechi: wrote language/tibetan.el quail/tibetan.el tibet-util.el |
| 5158 | 5651 | ||
| 5159 | Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c | 5652 | Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el cus-start.el fileio.c |
| @@ -5163,7 +5656,7 @@ Toshiaki Nomura: changed uxpds.h | |||
| 5163 | 5656 | ||
| 5164 | Trent W. Buck: changed rcirc.el remember.el rx.el | 5657 | Trent W. Buck: changed rcirc.el remember.el rx.el |
| 5165 | 5658 | ||
| 5166 | Trevor Murphy: changed find-dired.el gnus.texi nnimap.el org.el | 5659 | Trevor Murphy: changed find-dired.el gnus.texi nnimap.el org.el window.el |
| 5167 | 5660 | ||
| 5168 | Trevor Spiteri: changed progmodes/grep.el | 5661 | Trevor Spiteri: changed progmodes/grep.el |
| 5169 | 5662 | ||
| @@ -5184,8 +5677,8 @@ Tsuchiya Masatoshi: changed gnus-art.el mm-view.el gnus-sum.el | |||
| 5184 | 5677 | ||
| 5185 | Tsugutomo Enami: changed frame.c keyboard.c configure.ac dispnew.c | 5678 | Tsugutomo Enami: changed frame.c keyboard.c configure.ac dispnew.c |
| 5186 | fileio.c process.c simple.el sysdep.c xdisp.c add-log.el bytecomp.el | 5679 | fileio.c process.c simple.el sysdep.c xdisp.c add-log.el bytecomp.el |
| 5187 | editfns.c emacs.c frame.h gnus-group.el netbsd.h nnheader.el nnimap.el | 5680 | editfns.c emacs-regex.c emacs-regex.h emacs.c frame.h gnus-group.el |
| 5188 | perl-mode.el regex.c regex.h and 6 other files | 5681 | netbsd.h nnheader.el nnimap.el perl-mode.el and 6 other files |
| 5189 | 5682 | ||
| 5190 | Tsuyoshi Akiho: changed gnus-sum.el nnrss.el | 5683 | Tsuyoshi Akiho: changed gnus-sum.el nnrss.el |
| 5191 | 5684 | ||
| @@ -5214,16 +5707,21 @@ Ulrich Müller: changed configure.ac calc-units.el lib-src/Makefile.in | |||
| 5214 | src/Makefile.in version.el doctor.el emacs.1 files.el gamegrid.el | 5707 | src/Makefile.in version.el doctor.el emacs.1 files.el gamegrid.el |
| 5215 | gud.el server.el ChgPane.c ChgSel.c HELLO INSTALL Makefile.in | 5708 | gud.el server.el ChgPane.c ChgSel.c HELLO INSTALL Makefile.in |
| 5216 | XMakeAssoc.c authors.el bytecomp.el case-table.el configure | 5709 | XMakeAssoc.c authors.el bytecomp.el case-table.el configure |
| 5217 | and 39 other files | 5710 | and 40 other files |
| 5218 | 5711 | ||
| 5219 | Ulrich Neumerkel: changed xterm.c | 5712 | Ulrich Neumerkel: changed xterm.c |
| 5220 | 5713 | ||
| 5714 | Ulrich Ölmann: changed misc.texi | ||
| 5715 | |||
| 5221 | Ulrik Vieth: wrote meta-mode.el | 5716 | Ulrik Vieth: wrote meta-mode.el |
| 5222 | and changed files.el | 5717 | and changed files.el |
| 5223 | 5718 | ||
| 5224 | Ury Marshak: changed nsfns.m | 5719 | Ury Marshak: changed nsfns.m |
| 5225 | 5720 | ||
| 5226 | Uwe Brauer: changed mml-smime.el | 5721 | Utkarsh Singh: changed em-script.el files.el outline.el tex-mode.el |
| 5722 | vc-git.el window.el | ||
| 5723 | |||
| 5724 | Uwe Brauer: changed tex-mode.el mml-smime.el | ||
| 5227 | 5725 | ||
| 5228 | Vadim Nasardinov: changed allout.el | 5726 | Vadim Nasardinov: changed allout.el |
| 5229 | 5727 | ||
| @@ -5237,9 +5735,11 @@ Valentin Gatien-Baron: changed emacs-module.c | |||
| 5237 | 5735 | ||
| 5238 | Valentin Wüstholz: changed org.el | 5736 | Valentin Wüstholz: changed org.el |
| 5239 | 5737 | ||
| 5738 | Valery Alexeev: changed cyril-util.el cyrillic.el | ||
| 5739 | |||
| 5240 | Van L: changed subr.el | 5740 | Van L: changed subr.el |
| 5241 | 5741 | ||
| 5242 | Vasilij Schneidermann: changed cus-start.el eww.el cc-mode.el | 5742 | Vasilij Schneidermann: changed ETAGS.EBNF cus-start.el eww.el cc-mode.el |
| 5243 | debugging.texi display.texi edebug.el emacs-lisp/debug.el eval.c | 5743 | debugging.texi display.texi edebug.el emacs-lisp/debug.el eval.c |
| 5244 | ielm.el os.texi profiler.el redisplay-testsuite.el shr.el snake.el | 5744 | ielm.el os.texi profiler.el redisplay-testsuite.el shr.el snake.el |
| 5245 | term.el tetris.el xdisp.c xterm.c | 5745 | term.el tetris.el xdisp.c xterm.c |
| @@ -5260,7 +5760,10 @@ Victor J. Orlikowski: changed erc-dcc.el | |||
| 5260 | 5760 | ||
| 5261 | Victor Zandy: wrote zone.el | 5761 | Victor Zandy: wrote zone.el |
| 5262 | 5762 | ||
| 5263 | Viktor Rosenfeld: changed ob-sql.el org.el | 5763 | Viktor Rosenfeld: co-wrote ox-koma-letter.el |
| 5764 | and changed ob-sql.el org.el | ||
| 5765 | |||
| 5766 | Viktor Slavkovikj: changed rmail.el | ||
| 5264 | 5767 | ||
| 5265 | Ville Skyttä: changed mh-comp.el pgg.el tcl.el | 5768 | Ville Skyttä: changed mh-comp.el pgg.el tcl.el |
| 5266 | 5769 | ||
| @@ -5296,10 +5799,14 @@ and changed erc-backend.el erc.el erc-services.el hexl.el emacs.c | |||
| 5296 | erc-button.el erc-capab.el erc-join.el htmlfontify.texi sh-script.el | 5799 | erc-button.el erc-capab.el erc-join.el htmlfontify.texi sh-script.el |
| 5297 | xterm.c xterm.h | 5800 | xterm.c xterm.h |
| 5298 | 5801 | ||
| 5802 | Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el | ||
| 5803 | |||
| 5299 | Vladimir Kazanov: changed java.srt | 5804 | Vladimir Kazanov: changed java.srt |
| 5300 | 5805 | ||
| 5301 | Vladimir Lomov: changed ox-html.el | 5806 | Vladimir Lomov: changed ox-html.el |
| 5302 | 5807 | ||
| 5808 | Vladimir Nikishkin: changed scm.el | ||
| 5809 | |||
| 5303 | Vladimir Panteleev: wrote bat-mode-tests.el | 5810 | Vladimir Panteleev: wrote bat-mode-tests.el |
| 5304 | and changed ert.texi bat-mode.el | 5811 | and changed ert.texi bat-mode.el |
| 5305 | 5812 | ||
| @@ -5343,6 +5850,8 @@ Wilfred Hughes: changed button.el byte-opt.el css-mode.el find-func.el | |||
| 5343 | 5850 | ||
| 5344 | Will Glozer: changed macterm.c | 5851 | Will Glozer: changed macterm.c |
| 5345 | 5852 | ||
| 5853 | William Denton: changed ruby-mode.el | ||
| 5854 | |||
| 5346 | William F. Schelter: wrote telnet.el | 5855 | William F. Schelter: wrote telnet.el |
| 5347 | 5856 | ||
| 5348 | William M. Perry: wrote url-dav.el url-gw.el url-http.el url-util.el | 5857 | William M. Perry: wrote url-dav.el url-gw.el url-http.el url-util.el |
| @@ -5363,10 +5872,8 @@ William Sommerfeld: wrote emacsclient.c scribe.el server.el | |||
| 5363 | William Stevenson: wrote adwaita-theme.el | 5872 | William Stevenson: wrote adwaita-theme.el |
| 5364 | and changed artist.el | 5873 | and changed artist.el |
| 5365 | 5874 | ||
| 5366 | William Waites: wrote ob-abc.el | ||
| 5367 | |||
| 5368 | William Xu: changed arc-mode.el gcc.el hideif.el nsterm.m outline.el | 5875 | William Xu: changed arc-mode.el gcc.el hideif.el nsterm.m outline.el |
| 5369 | url.el webjump.el | 5876 | url.el webjump.el xref.el |
| 5370 | 5877 | ||
| 5371 | Will Mengarini: wrote repeat.el | 5878 | Will Mengarini: wrote repeat.el |
| 5372 | 5879 | ||
| @@ -5377,6 +5884,8 @@ and changed files.el | |||
| 5377 | 5884 | ||
| 5378 | Wim Nieuwenhuizen: changed TUTORIAL.nl | 5885 | Wim Nieuwenhuizen: changed TUTORIAL.nl |
| 5379 | 5886 | ||
| 5887 | Win Treese: changed nsmenu.m | ||
| 5888 | |||
| 5380 | Wlodzimierz Bzyl: co-wrote ogonek.el | 5889 | Wlodzimierz Bzyl: co-wrote ogonek.el |
| 5381 | and changed pl-refcard.tex | 5890 | and changed pl-refcard.tex |
| 5382 | 5891 | ||
| @@ -5405,6 +5914,7 @@ and changed process.c alloc.c callint.c config.in configure.ac data.c | |||
| 5405 | print.c sort.el | 5914 | print.c sort.el |
| 5406 | 5915 | ||
| 5407 | Wolfgang Scherer: changed vc-cvs.el vc-dir.el vc-svn.el vc.el pcvs.el | 5916 | Wolfgang Scherer: changed vc-cvs.el vc-dir.el vc-svn.el vc.el pcvs.el |
| 5917 | vc-git.el | ||
| 5408 | 5918 | ||
| 5409 | Wolfgang Schnerring: changed emacsclient.c | 5919 | Wolfgang Schnerring: changed emacsclient.c |
| 5410 | 5920 | ||
| @@ -5418,7 +5928,7 @@ Xavier Maillard: changed gnus-faq.texi gnus-score.el mh-utils.el spam.el | |||
| 5418 | 5928 | ||
| 5419 | Xi Lu: changed etags.c tramp-sh.el | 5929 | Xi Lu: changed etags.c tramp-sh.el |
| 5420 | 5930 | ||
| 5421 | Xu Chunyang: changed dom.el eww.el gud.el netrc.el | 5931 | Xu Chunyang: changed eww.el dom.el gud.el netrc.el |
| 5422 | 5932 | ||
| 5423 | Xue Fuqiao: changed display.texi emacs-lisp-intro.texi files.texi | 5933 | Xue Fuqiao: changed display.texi emacs-lisp-intro.texi files.texi |
| 5424 | maintaining.texi text.texi windows.texi nonascii.texi frames.texi | 5934 | maintaining.texi text.texi windows.texi nonascii.texi frames.texi |
| @@ -5433,14 +5943,18 @@ Yair F: changed hebrew.el | |||
| 5433 | Yamamoto Mitsuharu: wrote uvs.el | 5943 | Yamamoto Mitsuharu: wrote uvs.el |
| 5434 | and changed macterm.c macfns.c mac-win.el xterm.c mac.c macterm.h image.c | 5944 | and changed macterm.c macfns.c mac-win.el xterm.c mac.c macterm.h image.c |
| 5435 | macmenu.c macgui.h xdisp.c ftfont.c xfns.c keyboard.c macselect.c | 5945 | macmenu.c macgui.h xdisp.c ftfont.c xfns.c keyboard.c macselect.c |
| 5436 | ftcrfont.c configure.ac macfont.m w32term.c dispextern.h | 5946 | ftcrfont.c macfont.m configure.ac w32term.c dispextern.h |
| 5437 | src/Makefile.in unexmacosx.c and 109 other files | 5947 | src/Makefile.in unexmacosx.c and 108 other files |
| 5948 | |||
| 5949 | Yan Gajdos: changed vc-git.el | ||
| 5438 | 5950 | ||
| 5439 | Yann Dirson: changed imenu.el | 5951 | Yann Dirson: changed imenu.el |
| 5440 | 5952 | ||
| 5441 | Yann Hodique: changed ox-publish.el package.el rcirc.el | 5953 | Yann Hodique: changed ox-publish.el package.el rcirc.el |
| 5442 | 5954 | ||
| 5443 | Yasuhiro Kimura: changed japan-util.el | 5955 | Yasuhiro Kimura: changed schemas.xml japan-util.el |
| 5956 | |||
| 5957 | Yasuoka Masahiko: changed configure.ac | ||
| 5444 | 5958 | ||
| 5445 | Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el | 5959 | Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el |
| 5446 | 5960 | ||
| @@ -5449,6 +5963,10 @@ Yavor Doganov: changed configure.ac Makefile.in emacs.1 etags.1 make-dist | |||
| 5449 | 5963 | ||
| 5450 | Ye Qianchuan: changed descr-text.el | 5964 | Ye Qianchuan: changed descr-text.el |
| 5451 | 5965 | ||
| 5966 | Yichao Yu: changed xfns.c xterm.c | ||
| 5967 | |||
| 5968 | Yikai Zhao: changed memory-report.el | ||
| 5969 | |||
| 5452 | Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el | 5970 | Yoichi Nakayama: changed browse-url.el finder.el man.el rfc2368.el |
| 5453 | 5971 | ||
| 5454 | Yong Lu: changed charset.c coding.c language/greek.el | 5972 | Yong Lu: changed charset.c coding.c language/greek.el |
| @@ -5466,17 +5984,21 @@ Yoshinari Nomura: changed ox-html.el ox.el | |||
| 5466 | Yoshinori Koseki: wrote iimage.el | 5984 | Yoshinori Koseki: wrote iimage.el |
| 5467 | and changed fontset.el message.el nnheader.el nnmail.el | 5985 | and changed fontset.el message.el nnheader.el nnmail.el |
| 5468 | 5986 | ||
| 5469 | Yuan Fu: changed gdb-mi.el | 5987 | Yuan Fu: changed gdb-mi.el building.texi doc-view.el outline.el |
| 5988 | simple-tests.el cus-start.el display.texi gud.el simple.el text.texi | ||
| 5989 | window.el xdisp.c | ||
| 5470 | 5990 | ||
| 5471 | Yuanle Song: changed rng-xsd.el | 5991 | Yuanle Song: changed rng-xsd.el |
| 5472 | 5992 | ||
| 5993 | Yuchen Pei: changed calendar.texi diary-lib.el icalendar-tests.el | ||
| 5994 | |||
| 5473 | Yue Daian: wrote cl-font-lock.el | 5995 | Yue Daian: wrote cl-font-lock.el |
| 5474 | 5996 | ||
| 5475 | Yu-ji Hosokawa: changed README.W32 | 5997 | Yu-ji Hosokawa: changed README.W32 |
| 5476 | 5998 | ||
| 5477 | Yukihiro Matsumoto: co-wrote ruby-mode.el | 5999 | Yukihiro Matsumoto: co-wrote ruby-mode.el |
| 5478 | 6000 | ||
| 5479 | Yuri D'elia: changed message.el package.el | 6001 | Yuri D'Elia: changed message.el package.el |
| 5480 | 6002 | ||
| 5481 | Yuri Karaban: changed pop3.el | 6003 | Yuri Karaban: changed pop3.el |
| 5482 | 6004 | ||
| @@ -5500,15 +6022,20 @@ Yves Baumes: changed package.el | |||
| 5500 | Zachary Kanfer: changed org.el cus-edit.el keyboard.c newcomment.el | 6022 | Zachary Kanfer: changed org.el cus-edit.el keyboard.c newcomment.el |
| 5501 | simple.el | 6023 | simple.el |
| 5502 | 6024 | ||
| 6025 | Zajcev Evgeny: changed display.texi image.c battery.el buffer.c fileio.c | ||
| 6026 | lread.c svg.el window.el xdisp.c | ||
| 6027 | |||
| 5503 | Zhang Wei: changed chinese.el characters.el mule-cmds.el xfns.c erc.el | 6028 | Zhang Wei: changed chinese.el characters.el mule-cmds.el xfns.c erc.el |
| 5504 | faces.el fontset.el mm-util.el mule.el org-publish.el rfc2047.el | 6029 | faces.el fontset.el mm-util.el mule.el org-publish.el rfc2047.el |
| 5505 | x-win.el | 6030 | x-win.el |
| 5506 | 6031 | ||
| 5507 | Zhang Weize: wrote ob-plantuml.el | 6032 | Zhang Weize: wrote ob-plantuml.el |
| 5508 | 6033 | ||
| 6034 | Zhiwei Chen: changed hideif.el | ||
| 6035 | |||
| 5509 | Zhongwei Yao: changed tramp-adb.el | 6036 | Zhongwei Yao: changed tramp-adb.el |
| 5510 | 6037 | ||
| 5511 | Zhu Zihao: changed svg.el | 6038 | Zhu Zihao: changed eieio.el svg.el |
| 5512 | 6039 | ||
| 5513 | Zoltan Kemenczy: changed gud.el | 6040 | Zoltan Kemenczy: changed gud.el |
| 5514 | 6041 | ||
diff --git a/lisp/org/ob-julia.el b/lisp/org/ob-julia.el index 4fae0d142b2..3176baf3702 100644 --- a/lisp/org/ob-julia.el +++ b/lisp/org/ob-julia.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ob-julia.el --- org-babel functions for julia code evaluation -*- lexical-binding: t; -*- | 1 | ;;; ob-julia.el --- org-babel functions for julia code evaluation -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2021 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2021 Free Software Foundation, Inc. |
| 4 | ;; Authors: G. Jay Kerns, based on ob-R.el by Eric Schulte and Dan Davison | 4 | ;; Authors: G. Jay Kerns |
| 5 | ;; Maintainer: Pedro Bruel <pedro.bruel@gmail.com> | 5 | ;; Maintainer: Pedro Bruel <pedro.bruel@gmail.com> |
| 6 | ;; Keywords: literate programming, reproducible research, scientific computing | 6 | ;; Keywords: literate programming, reproducible research, scientific computing |
| 7 | ;; Homepage: https://github.com/phrb/ob-julia | 7 | ;; Homepage: https://github.com/phrb/ob-julia |
| @@ -24,6 +24,8 @@ | |||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; Org-Babel support for evaluating julia code | 26 | ;; Org-Babel support for evaluating julia code |
| 27 | ;; | ||
| 28 | ;; Based on ob-R.el by Eric Schulte and Dan Davison. | ||
| 27 | 29 | ||
| 28 | ;;; Code: | 30 | ;;; Code: |
| 29 | (require 'cl-lib) | 31 | (require 'cl-lib) |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index c7b01de9b98..d37a50997ad 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -10009,7 +10009,12 @@ This function might do hidden buffer changes." | |||
| 10009 | (save-excursion | 10009 | (save-excursion |
| 10010 | (goto-char type-start) | 10010 | (goto-char type-start) |
| 10011 | (let ((c-promote-possible-types t)) | 10011 | (let ((c-promote-possible-types t)) |
| 10012 | (c-forward-type))))) | 10012 | (c-forward-type)))) |
| 10013 | |||
| 10014 | ;; Signal a type declaration for "struct foo {". | ||
| 10015 | (when (and backup-at-type-decl | ||
| 10016 | (eq (char-after) ?{)) | ||
| 10017 | (setq at-type-decl t))) | ||
| 10013 | 10018 | ||
| 10014 | (setq backup-at-type at-type | 10019 | (setq backup-at-type at-type |
| 10015 | backup-type-start type-start | 10020 | backup-type-start type-start |