From 6102d01ecae664edf192bb25c01622df4518eb49 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Fri, 3 Feb 2017 11:39:48 +0100 Subject: [PATCH] ; Update ChangeLog.2 and AUTHORS files --- ChangeLog.2 | 250 +++++++++++++++++++++++++++++++++++++++++++++++- etc/AUTHORS | 269 ++++++++++++++++++++++++++-------------------------- 2 files changed, 384 insertions(+), 135 deletions(-) diff --git a/ChangeLog.2 b/ChangeLog.2 index 0ad6b51f26a..e0e46efc0c3 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -1,3 +1,251 @@ +2017-01-31 Eli Zaretskii + + Index byte-compile-debug + + * doc/lispref/compile.texi (Compilation Functions): Index + byte-compile-debug. + +2017-01-31 Philipp Stephani + + Document `byte-compile-debug' in the ELisp manual + + * doc/lispref/compile.texi: Document variable `byte-compile-debug'. + +2017-01-31 Philipp Stephani + + Document variable `byte-compile-debug' + + * lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable. + +2017-01-31 Noam Postavsky + + Fix call to debugger on assertion failure + + * lisp/emacs-lisp/cl-preloaded.el (cl--assertion-failed): The first + argument must be `error', and the second is a list of arguments for + `signal'. + +2017-01-29 Noam Postavsky + + Call modification hooks in org-src fontify buffers + + * lisp/org/org-src.el (org-src-font-lock-fontify-block): Let-bind + `inhibit-modification-hooks' to nil, since this function can be called + from jit-lock-function which binds that variable to t (Bug#25132). + +2017-01-28 Eli Zaretskii + + Improve documentation of 'format' conversions + + * src/editfns.c (Fformat): More accurate description of %g and + effects of the various flags on it. More accurate description of + integer conversions. + + * doc/lispref/strings.texi (Formatting Strings): More accurate + description of %g and effects of the various flags on it. More + accurate description of integer conversions. (Bug#25557) + +2017-01-27 Vladimir Panteleev (tiny change) + + Remove stale functions from ert manual + + * doc/misc/ert.texi (Useful Techniques when Writing Tests): + Replace ert--mismatch references with its cl-lib replacement, + cl-mismatch. + +2017-01-27 Eli Zaretskii + + Fix a typo in Eshell manual + + * doc/misc/eshell.texi (History): Fix a typo. Reported by Mak + Kolybabi . + +2017-01-20 Eli Zaretskii + + Improve documentation of hooks related to saving buffers + + * lisp/files.el (write-file-functions, write-contents-functions) + (before-save-hook, after-save-hook): Note that these are only used + by save-buffer. + + * doc/lispref/backups.texi (Auto-Saving): + * doc/lispref/files.texi (Saving Buffers): Mention that + save-related hooks are not run by auto-saving. (Bug#25460) + +2017-01-20 Eli Zaretskii + + Improve documentation of auto-save-visited-file-name + + * doc/emacs/files.texi (Auto Save Files): Mention subtle + differences between saving the buffer and auto-saving with + auto-save-visited-file-name set non-nil. (Bug#25478) + +2017-01-18 Tom Tromey + + fix typo in mailcap-mime-extensions + + * lisp/gnus/mailcap.el (mailcap-mime-extensions): Use "text/x-patch", + not "test/x-patch". (Bug#25472) + +2017-01-18 Lele Gaifax (tiny change) + + Fix typos in flymake.el + + * lisp/progmodes/flymake.el (flymake-check-patch-master-file-buffer): + Spelling fixes in the doc string. + +2017-01-17 Glenn Morris + + More NEWS checking for admin.el's set-version + + * admin/admin.el (set-version): Warn if temporary NEWS markup + still present in release candidates. + +2017-01-17 Michael Albinus + + Fix auto-save-file-name problem in Tramp on MS Windows. Do not merge + + * lisp/net/tramp.el (tramp-handle-make-auto-save-file-name): + Fix a problem when running on MS Windows. + +2017-01-16 Ian Dunn (tiny change) + + * lisp/net/eww.el (eww-tag-meta): Handle single quoted URLs (Bug#25445). + +2017-01-14 Stefan Monnier + + * lisp/progmodes/sql.el (sql-product-alist): Doc tweak + + `:sqli-comint-func' does not have to be a symbol. + +2017-01-14 Eli Zaretskii + + * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440) + +2017-01-13 Eli Zaretskii + + Improve documentation of dabbrevs + + * doc/emacs/abbrevs.texi (Dynamic Abbrevs): Add a cross reference + to "Dabbrev Customization". + (Dabbrev Customization): More details about the default value of + dabbrev-abbrev-char-regexp and use cases when it might not be good + enough. (Bug#25432) + +2017-01-12 Noam Postavsky + + Clarify that easy-menu-add is a nop (Bug#25382) + + * lisp/emacs-lisp/easymenu.el (easy-menu-add): Make it into an alias of + `ignore', like `easy-menu-remove'. + +2017-01-12 Glenn Morris + + * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fix entry. + +2017-01-11 Eli Zaretskii + + Revert "Add DNS keywords and remove duplications" + + This reverts commit 1cb9aa5b14867983d0013a61709b4d0af18364ff. + +2017-01-11 Alexander Kuleshov + + Add DNS keywords and remove duplications + + * lisp/textmodes/dns-mode.el (dns-mode-types): Add two TLSA and + NSEC" DNS related keywords and remove duplication of "NSAP". + +2017-01-10 Eli Zaretskii + + Improve documentation of coding-systems + + * doc/lispref/nonascii.texi (Coding System Basics): Mention + 'prefer-utf-8'. Index it and 'undecided'. + (Encoding and I/O): Fix a typo. + (User-Chosen Coding Systems): Improve the documentation of + ACCEPT-DEFAULT-P argument to select-safe-coding-system. Document + select-safe-coding-system-function. + (Specifying Coding Systems): Document coding-system-require-warning. + +2017-01-09 Eli Zaretskii + + Improve definition of 'variable-pitch' face on MS-Windows + + * lisp/faces.el (variable-pitch): Don't specify too many + attributes of the font, otherwise faces that request different + weight or slant or size will not get them. + +2017-01-09 Eli Zaretskii + + Fix an error message in python.el + + * lisp/progmodes/python.el (python-shell-get-process-or-error): + Don't repeat the same key binding twice. (Bug#25405) + +2017-01-07 Noam Postavsky + + Clarify major mode switching + + * doc/emacs/modes.texi (Major Modes): + * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each + buffer has exactly one major mode and can't be "turned off", only + switched away from (Bug#25357). + +2017-01-07 Noam Postavsky + + Add helpful comment to compile-command's docstring + + * lisp/progmodes/compile.el (compile-command): Mention trailing space in + docstring (Bug#25337). + +2017-01-06 Eli Zaretskii + + Fix ':version' of 'select-enable-primary' + + * lisp/select.el (select-enable-primary): Fix a typo in + ':version'. (Bug#25375) + +2017-01-04 Glenn Morris + + Update remaining copyright years with admin.el M-x set-copyright + + * etc/refcards/ru-refcard.tex (cyear): Set to 2017. + +2017-01-04 Glenn Morris + + * lisp/ffap.el (ffap-lax-url): Bump :version after recent change. + +2017-01-03 Philipp Stephani + + Document that functions in 'ffap-alist' can use the match data + + * lisp/ffap.el (ffap-alist): Document that ffap sets the match data + while walking 'ffap-alist'. + +2017-01-01 Paul Eggert + + Fix copyright years by hand + + These are dates that admin/update-copyright did not update, or + updated incorrectly. + +2017-01-01 Paul Eggert + + Update copyright year to 2017 + + Run admin/update-copyright. + +2016-12-30 Nicolas Petton + + Bump Emacs version to 25.1.91 + + * README: + * configure.ac: + * msdos/sed2v2.inp: + * nt/README.W32: Bump Emacs version. + * lisp/ldefs-boot.el: Update. + 2016-12-30 Alan Mackenzie Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292. @@ -35313,7 +35561,7 @@ This file records repository revisions from commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to -commit e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (inclusive). +commit ab0a60a1b334fafc7d805eb44e6069ea314ad486 (inclusive). See ChangeLog.1 for earlier changes. ;; Local Variables: diff --git a/etc/AUTHORS b/etc/AUTHORS index e53577140e3..d166b6d1fc8 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS @@ -66,9 +66,8 @@ and changed nsterm.m nsfns.m nsfont.m nsterm.h nsmenu.m configure.ac Agustín Martín: changed ispell.el flyspell.el fixit.texi Aidan Gauland: wrote em-tramp.el -and changed eshell.texi em-term.el em-unix.el erc-match.el - automated/eshell.el em-cmpl.el em-dirs.el em-ls.el em-script.el - esh-proc.el +and changed eshell.texi em-term.el em-unix.el erc-match.el em-cmpl.el + em-dirs.el em-ls.el em-script.el esh-proc.el automated/eshell.el Aidan Kehoe: changed ipa.el lread.c mm-util.el erc-log.el erc.el gnus-sum.el gnus-util.el latin-ltx.el nnfolder.el ob-tangle.el @@ -125,6 +124,8 @@ Alexander Klimov: changed files.el calc-graph.el files.texi man.el rx.el Alexander Kreuzer: changed nnrss.el +Alexander Kuleshov: changed dns-mode.el + Alexander L. Belikoff: wrote erc.el Alexander Pohoyda: co-wrote mail/rmailmm.el @@ -149,7 +150,7 @@ and changed emacs3.py vc-hooks.el vc.el xml.el Alex Coventry: changed files.el -Alex Dunn: changed subr-tests.el subr.el +Alex Dunn: changed subr.el subr-tests.el Alex Kosorukoff: changed org-capture.el @@ -352,10 +353,10 @@ Artem Chuprina: changed message.el Artur Malabarba: wrote char-fold-tests.el faces-tests.el isearch-tests.el let-alist.el simple-test.el sort-tests.el tabulated-list-test.el and changed package.el isearch.el lisp/char-fold.el files.el - tabulated-list.el package-test.el menu-bar.el replace.el bytecomp.el + tabulated-list.el menu-bar.el replace.el package-test.el bytecomp.el faces.el files-x.el test/automated/char-fold-tests.el custom.el - custom.texi help-fns.el simple.el subr-tests.el align.el bindings.el - cl-lib-tests.el cl-macs.el and 40 other files + custom.texi help-fns.el simple.el align.el bindings.el cl-macs.el + cus-edit.el keyboard.c and 40 other files Arun Persaud: changed org-agenda.el org-src.el @@ -369,8 +370,8 @@ Aubrey Jaffer: changed info.el unexelf.c Aurélien Aptel: changed alloc.c emacs-module.h lisp.h Makefile configure.ac cus-face.el data.c dispextern.h display.texi dynlib.c - dynlib.h emacs-module.c faces.el lread.c mod-test.c modhelp.py nsterm.m - ox-html.el print.c src/Makefile.in test.el and 5 other files + dynlib.h emacs-module.c faces.el lread.c modhelp.py nsterm.m ox-html.el + print.c src/Makefile.in url.texi w32term.c and 5 other files Axel Boldt: changed ehelp.el electric.el @@ -386,18 +387,18 @@ and changed c++-mode.el cplus-md1.el syntax.c syntax.h Barry Fishman: changed configure.ac gnu-linux.h image.c -Barry O'Reilly: changed simple.el lisp.h undo-tests.el keyboard.c - markers.texi alloc.c bytecode.c casetab.c data.c eval.c fileio.c fw.el - idle.el insdel.c lread.c pulse.el search.c subr.el text.texi - timer-tests.el undo.c +Barry O'Reilly: changed simple.el lisp.h keyboard.c markers.texi + undo-tests.el alloc.c bytecode.c casetab.c data.c eval.c fileio.c fw.el + idle.el insdel.c lread.c pulse.el search.c subr.el text.texi undo.c + timer-tests.el Bastien Guerry: wrote gnus-bookmark.el and co-wrote org-bibtex.el org-list.el org-protocol.el org-src.el and changed org.el org-agenda.el org.texi ox-html.el org-clock.el - org-capture.el org-table.el ox-latex.el org-exp.el ox-odt.el - org-compat.el ob.el org-mobile.el org-colview.el org-publish.el ox.el - org-macs.el org-pcomplete.el org-timer.el org-faces.el ox-ascii.el - and 119 other files + org-capture.el org-table.el ox-latex.el ox.el ox-odt.el org-compat.el + ox-publish.el ob.el org-mobile.el org-colview.el org-macs.el + org-pcomplete.el org-timer.el org-faces.el ox-ascii.el org-archive.el + and 116 other files Ben A. Mesander: co-wrote erc-dcc.el @@ -509,7 +510,7 @@ Boyd Lynn Gerber: changed configure.ac Bozhidar Batsov: changed ruby-mode.el subr-x.el subr.el bytecomp.el comint.el js.el lisp-mode.el package.el progmodes/python.el prolog.el - ruby-mode-tests.el scheme.el + scheme.el ruby-mode-tests.el Brad Howes: changed gnus-demon.el @@ -588,11 +589,11 @@ Carsten Dominik: wrote idlw-complete-structtag.el idlw-toolbar.el and co-wrote idlw-help.el idlw-shell.el idlwave.el org-bbdb.el org-bibtex.el org-entities.el org-gnus.el org-list.el org-pcomplete.el org-src.el ox-beamer.el ox-html.el ox-icalendar.el -and changed org-exp.el ox-latex.el org.texi org-publish.el - org-remember.el orgcard.tex org-export-latex.el org-docbook.el - ox-ascii.el org-attach.el org-protocol.el org-mouse.el org-jsinfo.el - org-mac-message.el org-wl.el org-crypt.el org-freemind.el idlw-rinfo.el - org-exp-blocks.el org-habit.el org-mhe.el and 35 other files +and changed ox.el ox-latex.el org.texi org-remember.el orgcard.tex + ox-publish.el org-docbook.el ox-ascii.el org-attach.el org-protocol.el + org-mouse.el org-mac-message.el org-wl.el ox-jsinfo.el org-crypt.el + org-freemind.el idlw-rinfo.el org-exp-blocks.el org-habit.el org-mhe.el + org-plot.el and 35 other files Caveh Jalali: changed configure.ac intel386.h sol2-4.h @@ -682,8 +683,8 @@ Christian Neukirchen: changed mm-util.el Christian Ohler: wrote ert-tests.el ert.el and co-wrote ert-x.el -and changed Makefile.in automated automated/Makefile.in configure.ac - ert-x-tests.el ert.texi misc/Makefile.in +and changed Makefile.in configure.ac ert.texi misc/Makefile.in automated + automated/Makefile.in ert-x-tests.el Christian Plate: changed nnmaildir.el sgml-mode.el @@ -711,7 +712,7 @@ Christopher Allan Webber: changed gamegrid.el org-agenda.el tetris.el Christopher Genovese: changed assoc.el help-fns.el -Christophe Rhodes: changed org-exp.el ox-latex.el +Christophe Rhodes: changed ox-latex.el ox.el Christopher J. Madsen: wrote decipher.el and changed replace.el files.el ispell.el time.el @@ -728,15 +729,15 @@ Christopher Schmidt: changed ibuffer.el org.el tips.texi calc-aent.el Christopher Wellons: changed emacs-lisp/cl-lib.el Christoph Scholtes: changed README.W32 progmodes/python.el stdint.h - INSTALL maintaining.texi INSTALL.REPO admin.el bookmark.el - configure.bat control.texi cua-base.el help-mode.el help.el ibuffer.el - ido.el make-dist makedist.bat menu.c minibuf.c process.c - progmodes/grep.el and 5 other files + INSTALL maintaining.texi admin.el bookmark.el configure.bat + control.texi cua-base.el help-mode.el help.el ibuffer.el ido.el + make-dist makedist.bat menu.c minibuf.c process.c progmodes/grep.el + replace.el and 5 other files Christoph Wedler: wrote antlr-mode.el and changed progmodes/python.el format.el gnus-art.el gnus-picon.el - message.el prog-mode.el python-tests.el register.el smiley.el - texinfmt.el + message.el prog-mode.el register.el smiley.el texinfmt.el + python-tests.el Chris Zheng: changed gnutls.c calculator.el w32-win.el @@ -781,8 +782,8 @@ Daiki Ueno: wrote epa-dired.el epa-file.el epa-hook.el epa-mail.el epa.el and co-wrote sasl-cram.el sasl-digest.el and changed mml2015.el epa.texi mml1991.el auth-source.el mml-smime.el package.el mml.el gnus.texi mm-decode.el mm-uu.el process.c subr.el - auth.texi epg-tests.el gnus-sum.el mm-view.el mml-sec.el processes.texi - archive-contents archive-contents.sig dbus.el and 45 other files + auth.texi gnus-sum.el mm-view.el mml-sec.el processes.texi dbus.el + dired.el dired.texi epa-file-hook.el and 45 other files Dale Gulledge: changed TUTORIAL.eo @@ -811,10 +812,10 @@ Dan Christensen: changed gnus-sum.el nndoc.el nnfolder.el gnus-art.el Dan Davison: wrote ob-matlab.el ob-octave.el and co-wrote ob-R.el ob-core.el ob-exp.el ob-lob.el ob-perl.el ob-python.el ob-ref.el org-src.el -and changed ob.el ob-sh.el org-exp.el org.el ox-latex.el ob-tangle.el - ob-C.el ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el - ob-scheme.el ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el - ob-mscgen.el ob-ocaml.el ob-org.el ob-plantuml.el and 14 other files +and changed ob.el ob-sh.el org.el ox.el ox-latex.el ob-tangle.el ob-C.el + ob-asymptote.el ob-clojure.el ob-haskell.el ob-ruby.el ob-scheme.el + ob-table.el ob-ditaa.el ob-dot.el ob-gnuplot.el ob-js.el ob-mscgen.el + ob-ocaml.el ob-org.el ob-plantuml.el and 14 other files Daniel Bergey: changed indian.el @@ -827,11 +828,11 @@ Daniel Colascione: wrote finalizer-tests.el generator-tests.el and co-wrote js.el and changed w32fns.c alloc.c emacs.c cl-macs.el image.c keyboard.c lisp.h process.c sh-script.el configure.ac cygw32.c simple.el src/Makefile.in - w32term.h automated/cl-lib-tests.el cygw32.h dbusbind.c fns.c unexcw.c - unexw32.c w32.c and 155 other files + w32term.h cygw32.h dbusbind.c fns.c unexcw.c unexw32.c w32.c w32term.c + and 155 other files Daniel Dehennin: changed mml2015.el gnus-mlspl.el gnus-msg.el - mm-decode.el org-exp.el + mm-decode.el ox.el Daniel E. Doherty: changed calc.texi @@ -842,11 +843,10 @@ Daniel Engeler: changed sysdep.c elisp.texi emacs.texi internals.texi Daniel Hackney: wrote package-test.el and co-wrote package.el -and changed package-x.el ange-ftp.el automated/Makefile.in - automated/package-test.el browse-url.el dbus.el dired-x.el +and changed package-x.el ange-ftp.el browse-url.el dbus.el dired-x.el ediff-diff.el ediff-init.el ediff-merg.el ediff-mult.el ediff-util.el ediff-wind.el ediff.el emacsclient.c emerge.el eudc.el eudcb-ldap.el - eww.el finder.el imap.el and 7 other files + eww.el finder.el imap.el pcvs.el printing.el and 7 other files Daniel Jensen: changed apropos.el @@ -1013,9 +1013,9 @@ David Lawrence: changed comint.el simple.el files.el c++-mode.el David Lord: changed timeclock.el -David Maus: changed org.el org-agenda.el org-exp.el org-feed.el org-wl.el +David Maus: changed org.el org-agenda.el ox.el org-feed.el org-wl.el org-macs.el ox-html.el org-capture.el org.texi org-gnus.el org-bbdb.el - org-clock.el org-protocol.el org-publish.el ob-haskell.el ob.el + org-clock.el org-protocol.el ox-publish.el ob-haskell.el ob.el org-bibtex.el org-compat.el org-footnote.el org-id.el org-list.el and 20 other files @@ -1165,10 +1165,10 @@ Dmitry Gorbik: changed org.el Dmitry Gutov: wrote elisp-mode-tests.el json-tests.el vc-hg.el xref-tests.el -and changed ruby-mode.el xref.el elisp-mode.el etags.el - ruby-mode-tests.el vc-git.el project.el ruby.rb js.el package.el vc.el - log-edit.el symref/grep.el menu-bar.el package-test.el - progmodes/grep.el vc-svn.el find-func.el lisp.el minibuffer.el pulse.el +and changed ruby-mode.el xref.el elisp-mode.el etags.el vc-git.el + project.el js.el package.el ruby-mode-tests.el ruby.rb vc.el + log-edit.el symref/grep.el menu-bar.el progmodes/grep.el vc-svn.el + find-func.el lisp.el minibuffer.el pulse.el simple.el and 93 other files Dmitry Kurochkin: changed isearch.el @@ -1203,10 +1203,10 @@ Ed Swarthout: changed hexl.el textmodes/table.el Eduardo Muñoz: changed dired.el ls-lisp.el Eduard Wiebe: wrote flymake-tests.el -and changed dired.el flymake.texi Makefile browse-url.el flymake.el - footnote.el javascript.el jit-lock.el korean.el locate.el mule-conf.el - nxml-mode.texi objects.texi ps-print.el sysdep.c test.c test.pl - vc-rcs.el +and changed dired.el flymake.texi browse-url.el flymake.el footnote.el + javascript.el jit-lock.el korean.el locate.el mule-conf.el + nxml-mode.texi objects.texi ps-print.el sysdep.c vc-rcs.el Makefile + test.c test.pl Edward M. Reingold: wrote cal-china.el cal-coptic.el cal-french.el cal-islam.el cal-iso.el cal-julian.el cal-move.el cal-persia.el @@ -1252,7 +1252,7 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c] and changed xdisp.c msdos.c w32.c w32fns.c display.texi files.el simple.el fileio.c w32proc.c w32term.c keyboard.c emacs.c dispnew.c dispextern.h INSTALL config.bat sed1v2.inp src/Makefile.in term.c - frames.texi window.c and 1018 other files + frames.texi window.c and 1020 other files Emanuele Giaquinta: changed configure.ac rxvt.el charset.c etags.c fontset.c frame.el gnus-faq.texi loadup.el lread.c sh-script.el @@ -1346,7 +1346,7 @@ Eric Schulte: wrote ob-C.el ob-asymptote.el ob-awk.el ob-calc.el and co-wrote ob-R.el ob-clojure.el ob-core.el ob-exp.el ob-fortran.el ob-lisp.el ob-lob.el ob-maxima.el ob-perl.el ob-picolisp.el ob-python.el ob-ref.el ob-scheme.el org-bibtex.el -and changed org.texi org.el org-exp-blocks.el org-exp.el ox-latex.el +and changed org.texi org.el org-exp-blocks.el ox.el ox-latex.el org-src.el ob-plantuml.el ob-screen.el org-macs.el org-table.el org-agenda.el org-mouse.el orgcard.tex ob-lilypond.el ob-mscgen.el ob-octave.el org-clock.el org-compat.el org-footnote.el ox-ascii.el @@ -1435,8 +1435,7 @@ Felix S. T. Wu: co-wrote vi.el (public domain) Feng Li: changed calc-ext.el pascal.el which-func.el -Feng Shu: changed org.el org.texi org-exp.el ox-html.el ox-latex.el - ox-odt.el ox.el +Feng Shu: changed org.el org.texi ox.el ox-html.el ox-latex.el ox-odt.el Ferenc Wagner: changed nnweb.el @@ -1615,7 +1614,7 @@ and changed configure.ac Makefile.in src/Makefile.in calendar.el diary-lib.el lisp/Makefile.in files.el rmail.el progmodes/f90.el make-dist simple.el bytecomp.el emacs.texi misc/Makefile.in authors.el ack.texi lib-src/Makefile.in startup.el admin.el cal-menu.el - display.texi and 1602 other files + display.texi and 1603 other files Glynn Clements: wrote gamegrid.el snake.el tetris.el @@ -1702,14 +1701,14 @@ Harald Maier: changed w32heap.c Harald Meland: changed gnus-art.el gnus-salt.el gnus-score.el gnus-util.el gnus-win.el mail-source.el -Harri Kiiskinen: changed org-protocol.el org-publish.el +Harri Kiiskinen: changed org-protocol.el ox-publish.el H. Dieter Wilhelm: changed calc-help.el maintaining.texi Heiko Muenkel: changed b2m.c Helmut Eller: changed emacs-lisp/debug.el xref.el cl-indent.el cl-macs.el - elisp-mode.el etags.el eval.c lisp-mode.el process-tests.el process.c + elisp-mode.el etags.el eval.c lisp-mode.el process.c process-tests.el Helmut Waitzmann: changed gnus-sum.el gnus.texi @@ -1734,7 +1733,7 @@ Hideki Iwamoto: changed etags.c Hiroshi Fujishima: changed efaq.texi gnus-score.el mail-source.el spam-stat.el -Hiroshi Nakano: changed ralloc.c unexelf.c +Hiroshi Nakano: changed unexelf.c ralloc.c Hiroshi Oota: changed coding.c @@ -1768,6 +1767,8 @@ Hynek Schlawack: changed gnus-art.el gnus-sum.el Ian D: changed doc-view.el image-mode.el +Ian Dunn: changed eww.el + Ian Eure: changed sql.el url-util.el Ian Kelling: changed process.c ob-core.el @@ -1856,9 +1857,9 @@ Jack Duthen: changed which-func.el Jack Repenning: changed unexelfsgi.c -Jackson Ray Hamilton: changed js.el indent/js-indent-init-dynamic.js - indent/js-indent-init-t.js js-indent-init-dynamic.js js-jsx.js js.js - sgml-mode.el +Jackson Ray Hamilton: changed js.el sgml-mode.el + indent/js-indent-init-dynamic.js indent/js-indent-init-t.js + js-indent-init-dynamic.js js-jsx.js js.js Jack Twilley: changed message.el @@ -1872,7 +1873,7 @@ Jaeyoun Chung: changed hangul3.el hanja3.el gnus-mule.el hangul.el Jambunathan K: wrote ox-odt.el and co-wrote ox-html.el -and changed org-lparse.el org.el org-exp.el org.texi icomplete.el +and changed org-lparse.el org.el org.texi ox.el icomplete.el OrgOdtContentTemplate.xml OrgOdtStyles.xml hi-lock.el replace.el minibuffer.el org-footnote.el org-inlinetask.el register.el doc-view.el etags.el htmlfontify.el ido.el indian.el iswitchb.el org-bbdb.el @@ -1907,7 +1908,7 @@ James Wright: changed em-unix.el Jamie Zawinski: wrote mailabbrev.el tar-mode.el and co-wrote byte-opt.el byte-run.el bytecomp.el disass.el font-lock.el -and changed bytecode.c mail-extr.el subr.el +and changed mail-extr.el subr.el bytecode.c Jan Beich: changed configure.ac @@ -1927,14 +1928,14 @@ and changed dbus.el dbus.texi dbusbind.c eieio.el idle.el insert.el log-edit.el srecode/find.el wisent/python.el zeroconf.el Jan Nieuwenhuizen: changed gud.el info.el TUTORIAL.nl add-log.el - compilation.txt compile-tests.el emacs.c emacsclient.c gnus-start.el - nnmh.el progmodes/compile.el server.el startup.el + compilation.txt emacs.c emacsclient.c gnus-start.el nnmh.el + progmodes/compile.el server.el startup.el compile-tests.el Jan Rychter: changed gnus-msg.el Jan Schormann: wrote solitaire.el -Jan Seeger: changed org-publish.el parse-time.el +Jan Seeger: changed ox-publish.el parse-time.el Jan Tatarik: wrote gnus-icalendar.el and changed gnus-score.el gnus-logic.el @@ -2123,7 +2124,7 @@ João Cachopo: changed spam.el João Távora: wrote elec-pair.el electric-tests.el message-mode-tests.el and changed tex-mode.el message.el shr.el electric.el emacs.texi - lisp-mode.el progmodes/python.el python-tests.el simple.el tls.el vc.el + lisp-mode.el progmodes/python.el simple.el tls.el vc.el python-tests.el Jochen Hein: changed gnus-art.el @@ -2240,7 +2241,7 @@ John Williams: changed etags.el John Yates: changed hideshow.el -Jon Anders Skorpen: changed org-publish.el +Jon Anders Skorpen: changed ox-publish.el Jonas Bernoulli: changed eieio.el button.el ido.el lisp-mnt.el tabulated-list.el tips.texi @@ -2280,8 +2281,8 @@ Jorge A. Alfaro-Murillo: changed message.el Jorgen Schäfer: wrote erc-autoaway.el erc-goodies.el erc-spelling.el and changed erc.el erc-track.el erc-backend.el erc-match.el erc-stamp.el erc-button.el erc-fill.el erc-members.el erc-truncate.el erc-compat.el - package-test.el Makefile erc-dcc.el erc-ibuffer.el erc-macs.el - erc-page.el erc-pcomplete.el erc-sound.el minibuffer.el package.el + Makefile erc-dcc.el erc-ibuffer.el erc-macs.el erc-page.el + erc-pcomplete.el erc-sound.el minibuffer.el package.el package-test.el erc-bbdb.el and 13 other files Jose A. Ortega Ruiz: changed gnus-sum.el url-http.el @@ -2296,7 +2297,7 @@ and changed xterm.c xfns.c keyboard.c screen.c dispnew.c xdisp.c window.c process.c alloc.c buffer.h files.el screen.el insdel.c emacs.c and 106 other files -Joseph M. Kelsey: changed fileio.c skeleton.el +Joseph M. Kelsey: changed skeleton.el fileio.c Josh Elsasser: changed configure.ac @@ -2390,7 +2391,7 @@ and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el Kailash C. Chowksey: changed HELLO ind-util.el kannada.el knd-util.el lisp/Makefile.in loadup.el -Kai Tetzlaff: changed org-publish.el url-http.el +Kai Tetzlaff: changed ox-publish.el url-http.el Kalle Kankare: changed image.c @@ -2420,8 +2421,8 @@ Karl Eichwalder: changed Makefile.in add-log.el bookmark.el dired-aux.el Karl Fogel: wrote bookmark.el mail-hist.el saveplace.el and changed simple.el files.el doc-view.el image-mode.el info.el vc-svn.el CONTRIBUTE INSTALL autogen.sh isearch.el menu-bar.el - simple-test.el thingatpt.el INSTALL.REPO comint.el configure - configure.ac editfns.c git-workflow gnus-bookmark.el gnus-msg.el + thingatpt.el INSTALL.REPO comint.el configure configure.ac editfns.c + git-workflow gnus-bookmark.el gnus-msg.el gnus-sum.el and 15 other files Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c @@ -2688,11 +2689,10 @@ Lasse Rasinen: changed gnus-start.el Laurent Martelli: changed mm-decode.el Lawrence Mitchell: wrote erc-backend.el erc-log.el -and changed erc.el ox-latex.el org.el erc-match.el erc-nets.el - erc-nickserv.el org-exp.el ox-html.el browse-url.el erc-button.el - erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el - ob.el Makefile cl-macs.el erc-autoaway.el erc-autojoin.el - and 26 other files +and changed erc.el ox-latex.el org.el ox.el erc-match.el erc-nets.el + erc-nickserv.el ox-html.el browse-url.el erc-button.el erc-compat.el + erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el ob.el Makefile + cl-macs.el erc-autoaway.el erc-autojoin.el and 25 other files Lawrence R. Dodd: co-wrote dired-x.el and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el @@ -2706,7 +2706,8 @@ Lee Duhem: changed eval.c Leigh Stoller: changed emacsclient.c server.el -Lele Gaifax: changed progmodes/python.el TUTORIAL.it python-tests.el +Lele Gaifax: changed progmodes/python.el TUTORIAL.it flymake.el + python-tests.el Lennart Borgman: co-wrote ert-x.el and changed nxml-mode.el tutorial.el window.el ada-xref.el buff-menu.el @@ -2773,7 +2774,7 @@ Lukas Huonker: changed tetris.el Łukasz Demianiuk: changed erc.el Łukasz Stelmach: changed cookie1.el gtkutil.c message.el org-agenda.el - org-bbdb.el org-exp.el org.el ox-html.el ps-print.el + org-bbdb.el org.el ox-html.el ox.el ps-print.el Luke Lee: changed hideif.el @@ -2801,7 +2802,7 @@ Malcolm Purvis: changed spam-stat.el Manoj Srivastava: wrote manoj-dark-theme.el -Manuel Giraud: changed ox-html.el org-publish.el org.texi +Manuel Giraud: changed ox-html.el ox-publish.el org.texi Manuel Gómez: changed speedbar.el @@ -3067,7 +3068,7 @@ Michael Albinus: wrote auto-revert-tests.el dbus-tests.el dbus.el tramp-tests.el url-tramp.el vc-tests.el xesam.el zeroconf.el and co-wrote tramp-cache.el tramp-sh.el tramp.el and changed tramp.texi dbusbind.c trampver.el trampver.texi tramp-adb.el - ange-ftp.el dbus.texi files.el autorevert.el tramp-fish.el files.texi + ange-ftp.el dbus.texi files.el tramp-fish.el autorevert.el files.texi tramp-imap.el notifications.el os.texi configure.ac lisp.h gfilenotify.c tramp-vc.el keyboard.c lisp/Makefile.in simple.el and 125 other files @@ -3325,7 +3326,7 @@ Nicholas Maniscalco: changed term.el Nick Alcock: changed gnus.el -Nick Dokos: changed org-exp.el org-table.el icalendar.el mh-search.el +Nick Dokos: changed org-table.el ox.el icalendar.el mh-search.el org-mobile.el org.el ox-ascii.el url-cache.el Nick Roberts: wrote gdb-mi.el t-mouse.el @@ -3344,20 +3345,20 @@ Nicolas Goaziou: wrote org-element.el org-macro.el ox-ascii.el ox-latex.el ox-md.el ox-org.el ox.el and co-wrote ox-beamer.el ox-icalendar.el ox-man.el and changed org-list.el org.el ox-html.el org-footnote.el ox-texinfo.el - org-exp.el org.texi ox-publish.el ox-odt.el org-inlinetask.el - org-indent.el org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el + org.texi ox-publish.el ox-odt.el org-inlinetask.el org-indent.el + org-docbook.el ob-exp.el org-agenda.el org-timer.el ob.el org-capture.el ob-asymptote.el org-clock.el org-macs.el - org-pcomplete.el and 25 other files + org-pcomplete.el org-table.el and 22 other files Nicolas Graner: changed message.el Nicolas Petton: wrote map-tests.el map.el seq-tests.el seq.el thunk-tests.el thunk.el and co-wrote auth-source-tests.el subr-tests.el -and changed sequences.texi README configure.ac emacs.png sed2v2.inp - authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg Emacs.icns - Makefile.in README.W32 auth-source.el emacs.ico obarray-tests.el - obarray.el data.c emacs-document.svg emacs-document23.svg emacs.texi +and changed sequences.texi README configure.ac sed2v2.inp emacs.png + authors.el emacs23.png arc-mode.el cl-extra.el emacs.svg README.W32 + Emacs.icns Makefile.in auth-source.el emacs.ico obarray.el data.c + emacs-document.svg emacs-document23.svg emacs.texi emacs23.svg and 8 other files Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el @@ -3393,11 +3394,11 @@ and changed rsz-mini.el emacs-buffer.gdb comint.el files.el Makefile Noah Lavine: changed tramp.el -Noam Postavsky: changed search.c cl-macs.el cl-preloaded.el - debugging.texi simple.el w32.c buffer-tests.el buffer.c buffers.texi - category.c cmdproxy.c cursor-sensor.el cus-edit.el dired.c - elisp-mode.el em-term.el emacs-lisp-intro.texi etags.el eval.c ffap.el - files.el and 27 other files +Noam Postavsky: changed search.c cl-preloaded.el debugging.texi + modes.texi simple.el w32.c cl-macs.el buffer.c buffers.texi category.c + cmdproxy.c cus-edit.el dired.c elisp-mode.el em-term.el + emacs-lisp-intro.texi etags.el eval.c files.el find-func.el help-fns.el + and 30 other files Nobuyoshi Nakada: co-wrote ruby-mode.el @@ -3663,15 +3664,15 @@ Philipp Haselwarter: changed gnus-agent.el gnus-sum.el gnus-sync.el Philipp Rumpf: changed electric.el Philipp Stephani: wrote xt-mouse-tests.el -and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c mod-test.c - xterm.el Makefile alloc.c callproc.c cl.texi configure.ac dynlib.c - dynlib.h easy-mmode.el ediff.texi electric-tests.el emacs-module.h - fileio.c fns.c modhelp.py and 8 other files +and changed emacs-module.c lisp.h xt-mouse.el editfns.c eval.c xterm.el + Makefile alloc.c callproc.c configure.ac dynlib.c dynlib.h + emacs-module.h fileio.c fns.c mod-test.c modhelp.py mule.el + src/Makefile.in term.el unexmacosx.c and 11 other files Phillip Lord: changed undo.c simple.el viper-cmd.el keyboard.c cmds.c fileio.c README.W32 autoload.el automated/Makefile.in cl-extra.el ert.el files.texi htmlfontify.el insdel.c keyboard.h menu-bar.el org.el - seq-tests.el seq.el simple-test.el text.texi viper-init.el + seq.el text.texi viper-init.el seq-tests.el simple-test.el Phil Sainty: changed lisp.el package.el progmodes/grep.el simple.el subword.el @@ -3705,10 +3706,10 @@ Prestoo Ten: changed screen.el Primoz Peterlin: changed TUTORIAL.sl Przemysław Wojnowski: wrote obarray-tests.el sgml-mode-tests.el -and changed cl-lib-tests.el obarray.el sgml-mode.el +and changed obarray.el sgml-mode.el cl-lib-tests.el -Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el - org-capture.el ox-html.el +Puneeth Chaganti: changed org.texi ox.el org-agenda.el org-capture.el + ox-html.el Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi @@ -3896,10 +3897,10 @@ Rodrigo Real: changed pt-br-refcard.tex Roger Breitenstein: changed smtpmail.el -Roland B. Roberts: changed buffer.h callproc.c dired.c files.el - gnus-group.el gnus-sum.el process.c sort.el sysdep.c systty.h +Roland B. Roberts: changed gnus-group.el gnus-sum.el buffer.h callproc.c + dired.c files.el process.c sort.el sysdep.c systty.h -Roland Kaufmann: changed org-exp.el +Roland Kaufmann: changed ox.el Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el and co-wrote find-dired.el progmodes/compile.el @@ -3976,9 +3977,9 @@ Saito Takuya: changed mule.el progmodes/compile.el Sam Dooley: changed keyboard.c -Samer Masterson: changed esh-arg.el startup.el CONTRIBUTE - automated/eshell.el em-hist.el em-pred.el em-term.el esh-io.el eshell - os.texi pcomplete.el url-handlers.el +Samer Masterson: changed esh-arg.el startup.el CONTRIBUTE em-hist.el + em-pred.el em-term.el esh-io.el eshell os.texi pcomplete.el + url-handlers.el automated/eshell.el Sam Falkner: changed nntp.el @@ -4056,7 +4057,7 @@ and co-wrote dired-x.el find-dired.el and changed add-log.el Sebastian Rose: co-wrote org-protocol.el -and changed org-publish.el ftfont.c org-jsinfo.el +and changed ox-publish.el ftfont.c ox-jsinfo.el Sebastian Tennant: changed desktop.el @@ -4132,12 +4133,12 @@ Shun-ichi Goto: changed url-http.el Shyam Karanatt: changed image-mode.el -Sidney Markowitz: changed doctor.el nsmenu.m +Sidney Markowitz: changed nsmenu.m doctor.el Sigbjorn Finne: changed gnus-srvr.el -Simen Heggestøyl: changed css-mode.el json-tests.el json.el - scss-mode.scss css-mode.css files.el js.el scheme.el +Simen Heggestøyl: changed css-mode.el json.el json-tests.el files.el + js.el scheme.el scss-mode.scss css-mode.css Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el fringe.el imap.el mml-sec.el mml-smime.el password-cache.el rfc2104.el sieve-mode.el @@ -4254,8 +4255,7 @@ Stephen Leake: wrote elisp-mode-tests.el and changed ada-mode.el ada-xref.el elisp-mode.el mode-local.el xref.el CONTRIBUTE vc-mtn.el window.el ada-mode.texi ada-prj.el cedet-global.el ede/generic.el ada-stmt.el cl-generic.el ede/locate.el files.texi - project.el windows.texi INSTALL.REPO align.el auto.el - and 19 other files + project.el windows.texi align.el auto.el autoload.el and 19 other files Stephen Peters: changed icalendar.el @@ -4315,8 +4315,7 @@ and changed emacsclient.c server.el Sun Yijiang: changed TUTORIAL.cn -Suvayu Ali: changed org.texi org-exp.el org-inlinetask.el org-src.el - org.el +Suvayu Ali: changed org.texi org-inlinetask.el org-src.el org.el ox.el Svend Tollak Munkejord: changed deuglify.el @@ -4358,10 +4357,10 @@ and changed arc-mode.el Tassilo Horn: wrote doc-view.el and co-wrote org-gnus.el and changed reftex-vars.el tex-mode.el gnus.texi tsdh-dark-theme.el - gnus-sum.el reftex-cite.el tsdh-light-theme.el file-notify-tests.el - reftex.el misc.texi prog-mode.el subword.el image-mode.el lisp-mode.el - cc-cmds.el display.texi em-term.el emacsbug.el files.el gnus-art.el - nnimap.el and 72 other files + gnus-sum.el reftex-cite.el tsdh-light-theme.el reftex.el misc.texi + prog-mode.el subword.el image-mode.el lisp-mode.el cc-cmds.el + display.texi em-term.el emacsbug.el file-notify-tests.el files.el + gnus-art.el nnimap.el and 72 other files Tatsuya Ichikawa: changed gnus-agent.el gnus-cache.el @@ -4394,7 +4393,7 @@ Tetsuo Tsukamoto: changed nnrss.el Tetsurou Okazaki: changed Makefile.in byte-opt.el lib-src/Makefile.in log-edit.el lread.c xterm.c -T.F. Torrey: changed org-exp.el org-rmail.el +T.F. Torrey: changed org-rmail.el ox.el Thamer Mahmoud: changed arabic.el @@ -4695,6 +4694,8 @@ Vladimir Kazanov: changed java.srt Vladimir Lomov: changed ox-html.el +Vladimir Panteleev: changed ert.texi + Vladimir Volovich: changed smime.el Volker Sobek: changed programs.texi @@ -4772,16 +4773,16 @@ Wolfgang Glas: changed unexsgi.c Wolfgang Jenkner: wrote man-tests.el textprop-tests.el and changed gnus-agent.el image-mode.el man.el network-stream.el ansi-color.el comint.el gnus-spec.el gnus-sum.el gnus-util.el - automated/Makefile.in calc-store.el calc-tests.el calc-units.el - conf-mode.el dired-x.el editfns.c font-lock.el functions.texi gmalloc.c - gnus-group.el gnus-picon.el and 15 other files + calc-store.el calc-units.el conf-mode.el dired-x.el editfns.c + font-lock.el functions.texi gmalloc.c gnus-group.el gnus-picon.el + gnus-salt.el gnus-start.el and 15 other files Wolfgang Lux: changed nsterm.m keyboard.c Wolfgang Rupprecht: wrote float-sup.el floatfns.c sup-mouse.el -and changed process.c alloc.c callint.c config.in configure.ac data.c - fns.c lisp-mode.el lisp.h loadup.el lread.c net-utils.el nntp.el - print.c sort.el +and changed process.c config.in configure.ac net-utils.el nntp.el alloc.c + callint.c data.c fns.c lisp-mode.el lisp.h loadup.el lread.c print.c + sort.el Wolfgang Scherer: changed vc-cvs.el @@ -4815,7 +4816,7 @@ and changed macterm.c macfns.c mac-win.el mac.c macterm.h macmenu.c Yann Dirson: changed imenu.el -Yann Hodique: changed org-publish.el package.el rcirc.el +Yann Hodique: changed ox-publish.el package.el rcirc.el Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el -- 2.39.5