summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2016-12-30 15:37:44 +0100
committerNicolas Petton <nicolas@petton.fr>2016-12-30 15:37:44 +0100
commit665be694b641b040b67def026e03d6e965bccb03 (patch)
tree7b74f816e5dd34cd3c58e06060d43584bcbec8dc
parente8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (diff)
downloademacs-665be694b641b040b67def026e03d6e965bccb03.tar.gz
; Update ChangeLog.2 and AUTHORS files
-rw-r--r--ChangeLog.2305
-rw-r--r--etc/AUTHORS113
2 files changed, 363 insertions, 55 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 0b73dc2f841..a055862ae5e 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,306 @@
+2016-12-30 Alan Mackenzie <acm@muc.de>
+
+ Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292.
+
+ The ambiguity was whether INITVALUE is evaluated when it's not going to be
+ used to set SYMBOL's value.
+
+ * src/eval.c (defvar): Rewrite a paragraph of the doc string.
+
+ (cherry picked from commit 8295e97f18490a535d1188a3daf0b0fd1bf4fa0d)
+
+2016-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280)
+
+ (inline--dont-quote): Quote the function with #' when passing it to `apply'.
+ Cherry picked from commit e6161f648903d821865b9610b3b6aa0f82a5dcb7.
+
+2016-12-26 Eli Zaretskii <eliz@gnu.org>
+
+ Document 'default-toplevel-value' and 'set-default-toplevel-value'
+
+ * doc/lispref/variables.texi (Default Value): Document
+ 'default-toplevel-value' and 'set-default-toplevel-value'.
+
+2016-12-25 Leo Liu <sdl.web@gmail.com>
+
+ Don't modify minibuffer variables globally
+
+ * lisp/files.el (cd): Use setq-local instead. (Bug#25260)
+
+2016-12-24 Eli Zaretskii <eliz@gnu.org>
+
+ Revert to pre-25.1 behavior in ffap
+
+ * lisp/ffap.el (ffap-lax-url): Change the default to t, to produce
+ the same behavior as in Emacs 24.x. (Bug#25264)
+ Explain the trade-offs of customizing this in the doc string.
+
+2016-12-24 Noam Postavsky <npostavs@gmail.com>
+
+ * lisp/ffap.el: Fix obsolete comment referencing ffap-bug.
+
+2016-12-23 Eli Zaretskii <eliz@gnu.org>
+
+ Attempt to fix 64-bit AIX build
+
+ * src/unexaix.c (make_hdr, copy_text_and_data, write_segment): Fix
+ type-casts that assumed 32-bit pointers. (Bug#25141)
+
+2016-12-23 Philipp Stephani <phst@google.com>
+
+ Clarify usage of 'ediff-cleanup-hook' (Bug#24675)
+
+ * doc/misc/ediff.texi (Hooks): Clarify usage of 'ediff-cleanup-hook'
+
+2016-12-23 Philipp Stephani <phst@google.com>
+
+ Document that variable binding order is unspecified
+
+ * doc/lispref/variables.texi (Local Variables):
+ * doc/misc/cl.texi (Modify Macros): Document that binding order in 'let' and
+ 'cl-letf' is unspecified.
+
+2016-12-23 Eli Zaretskii <eliz@gnu.org>
+
+ * lisp/desktop.el (desktop-buffers-not-to-save): Doc fix.
+
+2016-12-23 Stefan Monnier <monnier@IRO.UMontreal.CA>
+
+ Fix M-x hints on Mac port
+
+ * lisp/simple.el (execute-extended-command--shorter): Call
+ input-pending-p to trigger input processing on some systems, such
+ as Mac port. (Bug#23002)
+
+2016-12-22 Martin Rudalics <rudalics@gmx.at>
+
+ Work around reporting a dpi change in apply_xft_settings
+
+ * src/xsettings.c (apply_xft_settings): Don't report a change
+ when dpi settings do not differ substantially.
+
+2016-12-20 Alan Mackenzie <acm@muc.de>
+
+ Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk.
+
+ lisp/progmodes/cc-defs.el: Amend the version number.
+ etc/NEWS: Add an item explaining the change.
+
+2016-12-20 Noam Postavsky <npostavs@gmail.com>
+
+ Improve skeleton docstrings
+
+ * lisp/skeleton.el (skeleton-end-newline): Remove mention of
+ `skeleton-end-hook', its default code was moved into `skeleton-insert'.
+ (skeleton-insert): Mention `skeleton-end-newline' and move reference to
+ `skeleton-end-hook' above the explanation of skeleton syntax.
+
+2016-12-19 Eli Zaretskii <eliz@gnu.org>
+
+ Improve documentation of 'w32-scroll-lock-modifier'
+
+ * doc/emacs/msdos.texi (Windows Keyboard): Document how to set up
+ w32-scroll-lock-modifier so that Scroll Lock toggles the LED.
+
+ * src/w32fns.c (syms_of_w32fns) <w32-scroll-lock-modifier>: Doc
+ fix. (Bug#25204)
+
+2016-12-19 Eli Zaretskii <eliz@gnu.org>
+
+ Document 'describe-fontset'
+
+ * doc/emacs/mule.texi (Fontsets): Document 'describe-fontset'.
+ (Bug#25216)
+
+2016-12-19 Eli Zaretskii <eliz@gnu.org>
+
+ Document 'describe-fontset'
+
+ * doc/emacs/mule.texi (Fontsets): Document 'describe-fontset'.
+ (Bug#25216)
+
+2016-12-17 Eli Zaretskii <eliz@gnu.org>
+
+ Repair desktop restoration on text terminals
+
+ * lisp/desktop.el (desktop-restoring-frameset-p): Test for the GUI
+ frame here, instead of in desktop-restoring-frameset. That's
+ because desktop-read wants to know whether frameset will actually
+ be restored, and has fallback procedures up its sleeve when it
+ won't be; these fallbacks need to be invoked when the frameset is
+ not going to be restored. (Bug#24298)
+
+2016-12-17 Dmitry Gutov <dgutov@yandex.ru>
+
+ Ignore forward-sexp-function in js-mode indentation code
+
+ * lisp/progmodes/js.el (js--multi-line-declaration-indentation)
+ (js--maybe-goto-declaration-keyword-end):
+ Bind forward-sexp-function to nil (bug#25215).
+
+2016-12-16 Eli Zaretskii <eliz@gnu.org>
+
+ Improve documentation of 'define-coding-system'
+
+ * lisp/international/mule.el (define-coding-system): Warn against
+ possible infinite recursion in pre-write-conversion and
+ post-read-conversion functions. (Bug#25203)
+
+2016-12-11 Michael Albinus <michael.albinus@gmx.de>
+
+ Fix Bug#25162
+
+ * doc/emacs/files.texi (Reverting): Document
+ auto-revert-remote-files and auto-revert-verbose.
+
+ * lisp/autorevert.el (auto-revert-verbose, auto-revert-mode)
+ (auto-revert-tail-mode, global-auto-revert-mode): Fix docstring.
+
+2016-12-11 Glenn Morris <rgm@gnu.org>
+
+ Fix a typo in define-abbrev-table
+
+ * lisp/abbrev.el (define-abbrev-table): Fix typo in docstring handling.
+
+2016-12-11 Glenn Morris <rgm@gnu.org>
+
+ Bump makeinfo requirement from 4.7 to 4.13
+
+ * configure.ac: Bump makeinfo version requirement from 4.7 to 4.13.
+ We need at least 4.8, and that may be buggy, so go for the last
+ of the 4 series, which is 8 years old. (Bug#25108)
+
+2016-12-11 Glenn Morris <rgm@gnu.org>
+
+ Fixes related to select-enable-clipboard
+
+ * lisp/menu-bar.el (clipboard-yank, clipboard-kill-ring-save)
+ (clipboard-kill-region):
+ * lisp/eshell/esh-io.el (eshell-virtual-targets)
+ (eshell-clipboard-append):
+ Replace option gui-select-enable-clipboard with
+ select-enable-clipboard; renamed October 2014. (Bug#25145)
+
+2016-12-10 Noam Postavsky <npostavs@gmail.com>
+
+ Define struct predicate before acccesors
+
+ The accessor functions use the predicate function, which causes problems
+ when reloading after unload-feature: the compiler-macro property is
+ still present on the predicate symbol, and the compiler fails to find
+ the definition when trying to inline it into the accessor
+ function (Bug#25088).
+
+ * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Move predicate definition
+ before field accessor definitions.
+
+2016-12-08 Glenn Morris <rgm@gnu.org>
+
+ Doc fix for vc-git
+
+ * lisp/vc/vc-git.el (vc-git-region-history): Add a doc string.
+
+2016-12-08 Glenn Morris <rgm@gnu.org>
+
+ Further improve make-dist checking
+
+ * make-dist: Print status messages when checking.
+
+2016-12-08 Glenn Morris <rgm@gnu.org>
+
+ Improve previous make-dist change
+
+ * make-dist: Let make check the info files more thoroughly.
+
+2016-12-08 Glenn Morris <rgm@gnu.org>
+
+ Make make-dist --snapshot do some sanity checks
+
+ * make-dist: Snapshot mode no longer disables checks.
+ Checks now includes checks for freshness. (Bug#25084)
+ Checks now exits with an error if problems were found.
+
+2016-12-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix minor quoting problems in doc strings
+
+2016-12-07 Philipp Stephani <p.stephani2@gmail.com>
+
+ * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring
+
+ so that it matches the actual implementation.
+ See https://lists.gnu.org/archive/html/help-gnu-emacs/2016-04/msg00071.html
+
+2016-12-07 Noam Postavsky <npostavs@gmail.com>
+
+ Don't assume window-point and point are the same
+
+ The function `cursor-sensor--detect' calls `bobp' to decide whether to
+ check properties at (1- (window-point)). However, (window-point) may be
+ at beginning of buffer, even if (point) is not. In this case an
+ `args-out-of-range' error will be signaled (Bug#25104).
+
+ * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor--detect): Check the
+ value of (window-point) against (point-min), rather than (bobp) to
+ decide if (1- (window-point)) is accessible.
+
+2016-12-02 Nicolas Petton <nicolas@petton.fr>
+
+ Fix bug#25087
+
+ * etc/themes/manoj-dark-theme.el: Fix two typos.
+
+ (cherry picked from commit 66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e)
+
+2016-12-02 Eli Zaretskii <eliz@gnu.org>
+
+ * lisp/vc/ediff-util.el (ediff-janitor): Doc fix. (Bug#25046)
+
+2016-12-02 Eli Zaretskii <eliz@gnu.org>
+
+ Improve indexing of 'man'
+
+ * doc/emacs/programs.texi (Man Page): Index 'man', not
+ 'manual-entry', as the latter is an alias for the former.
+ Suggested by Hong Xu <hong@topbug.net>. (Bug#25033)
+
+2016-12-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ Port to Sun C 5.14
+
+ Backport from master. Sun C 5.14 supports C11 but not GCC
+ extensions, and so refuses to compile Emacs without this patch.
+ * src/alloc.c (lmalloc, lrealloc): Don't use INT_ADD_WRAPV on
+ size_t, as in general this macro is restricted to signed types.
+
+2016-12-02 Richard Stallman <rms@gnu.org>
+
+ Fix mail-combine-fields
+
+ * lisp/mail/sendmail.el (mail-combine-fields): Call `save-excursion' to
+ avoid losing our place in the search loop.
+
+ (cherry picked from commit 5fbba6cceaf843cfca449eb000a0a65243b61808)
+
+2016-12-01 Martin Rudalics <rudalics@gmx.at>
+
+ Fix documentation of `window-combination-resize'
+
+ * src/window.c (Vwindow_combination_resize): Fix doc-string.
+ * doc/lispref/windows.texi (Recombining Windows): Fix
+ documentation of `window-combination-resize'.
+
+2016-11-29 Bogdan Creanga <bogdan.creanga@gmail.com> (tiny change)
+
+ Typo fixes in elisp manual
+
+ * doc/lispref/sequences.texi: Add missing '4' in result (Bug#25047).
+ * doc/lispref/strings.texi (Text Comparison): Avoid duplicate
+ definitions of 'string-prefix-p' and 'string-suffix-p'.
+ * doc/lispref/symbols.texi (Definitions): Pluralize 'definitions'.
+
2016-11-28 Eli Zaretskii <eliz@gnu.org>
Fix 'expand-file-name' during startup on MS-Windows
@@ -35010,7 +35313,7 @@
This file records repository revisions from
commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit 5878abf87b6b3ead1367cbae5cc6b0743349f611 (inclusive).
+commit e8f0d7dcadd2b35f62f7a14b96df15e5314d7f6e (inclusive).
See ChangeLog.1 for earlier changes.
;; Local Variables:
diff --git a/etc/AUTHORS b/etc/AUTHORS
index ccf91349de3..e53577140e3 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -394,10 +394,10 @@ Barry O'Reilly: changed simple.el lisp.h undo-tests.el keyboard.c
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 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
+ 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
Ben A. Mesander: co-wrote erc-dcc.el
@@ -490,6 +490,8 @@ Bob Rogers: changed vc-dir.el vc-svn.el cperl-mode.el diff.el ewoc.el
Bob Weiner: changed info.el quail.el dframe.el etags.c rmail.el
rmailsum.el speedbar.el
+Bogdan Creanga: changed sequences.texi strings.texi symbols.texi
+
Bojan Petrovic: changed pop3.el
Boris Goldowsky: wrote avoid.el descr-text.el enriched.el facemenu.el
@@ -586,11 +588,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 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
+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
Caveh Jalali: changed configure.ac intel386.h sol2-4.h
@@ -709,7 +711,7 @@ Christopher Allan Webber: changed gamegrid.el org-agenda.el tetris.el
Christopher Genovese: changed assoc.el help-fns.el
-Christophe Rhodes: changed ox-latex.el ox.el
+Christophe Rhodes: changed org-exp.el ox-latex.el
Christopher J. Madsen: wrote decipher.el
and changed replace.el files.el ispell.el time.el
@@ -809,10 +811,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.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
+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
Daniel Bergey: changed indian.el
@@ -829,7 +831,7 @@ and changed w32fns.c alloc.c emacs.c cl-macs.el image.c keyboard.c lisp.h
unexw32.c w32.c and 155 other files
Daniel Dehennin: changed mml2015.el gnus-mlspl.el gnus-msg.el
- mm-decode.el ox.el
+ mm-decode.el org-exp.el
Daniel E. Doherty: changed calc.texi
@@ -1011,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 ox.el org-feed.el org-wl.el
+David Maus: changed org.el org-agenda.el org-exp.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 ox-publish.el ob-haskell.el ob.el
+ org-clock.el org-protocol.el org-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
@@ -1250,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 1017 other files
+ frames.texi window.c and 1018 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
@@ -1344,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 ox.el ox-latex.el
+and changed org.texi org.el org-exp-blocks.el org-exp.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
@@ -1433,7 +1435,8 @@ 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 ox.el ox-html.el ox-latex.el ox-odt.el
+Feng Shu: changed org.el org.texi org-exp.el ox-html.el ox-latex.el
+ ox-odt.el ox.el
Ferenc Wagner: changed nnweb.el
@@ -1612,7 +1615,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 1603 other files
+ display.texi and 1602 other files
Glynn Clements: wrote gamegrid.el snake.el tetris.el
@@ -1699,7 +1702,7 @@ 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 ox-publish.el
+Harri Kiiskinen: changed org-protocol.el org-publish.el
H. Dieter Wilhelm: changed calc-help.el maintaining.texi
@@ -1869,7 +1872,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.texi ox.el icomplete.el
+and changed org-lparse.el org.el org-exp.el org.texi 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
@@ -1931,7 +1934,7 @@ Jan Rychter: changed gnus-msg.el
Jan Schormann: wrote solitaire.el
-Jan Seeger: changed ox-publish.el parse-time.el
+Jan Seeger: changed org-publish.el parse-time.el
Jan Tatarik: wrote gnus-icalendar.el
and changed gnus-score.el gnus-logic.el
@@ -2237,7 +2240,7 @@ John Williams: changed etags.el
John Yates: changed hideshow.el
-Jon Anders Skorpen: changed ox-publish.el
+Jon Anders Skorpen: changed org-publish.el
Jonas Bernoulli: changed eieio.el button.el ido.el lisp-mnt.el
tabulated-list.el tips.texi
@@ -2387,7 +2390,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 ox-publish.el url-http.el
+Kai Tetzlaff: changed org-publish.el url-http.el
Kalle Kankare: changed image.c
@@ -2685,10 +2688,11 @@ 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 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
+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
Lawrence R. Dodd: co-wrote dired-x.el
and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el
@@ -2769,7 +2773,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.el ox-html.el ox.el ps-print.el
+ org-bbdb.el org-exp.el org.el ox-html.el ps-print.el
Luke Lee: changed hideif.el
@@ -2797,7 +2801,7 @@ Malcolm Purvis: changed spam-stat.el
Manoj Srivastava: wrote manoj-dark-theme.el
-Manuel Giraud: changed ox-html.el ox-publish.el org.texi
+Manuel Giraud: changed ox-html.el org-publish.el org.texi
Manuel Gómez: changed speedbar.el
@@ -2952,7 +2956,7 @@ Martin Pohlack: changed iimage.el pc-select.el
Martin Rudalics: changed window.el window.c windows.texi frame.c w32fns.c
xdisp.c w32term.c xterm.c frames.texi xfns.c frame.el help.el buffer.c
display.texi cus-start.el dispnew.c mouse.el window.h dired.el nsfns.m
- frame.h and 177 other files
+ frame.h and 178 other files
Martin Stjernholm: wrote cc-bytecomp.el
and co-wrote cc-align.el cc-cmds.el cc-compat.el cc-defs.el cc-engine.el
@@ -3063,7 +3067,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 tramp-fish.el autorevert.el files.texi
+ ange-ftp.el dbus.texi files.el autorevert.el tramp-fish.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
@@ -3321,7 +3325,7 @@ Nicholas Maniscalco: changed term.el
Nick Alcock: changed gnus.el
-Nick Dokos: changed org-table.el ox.el icalendar.el mh-search.el
+Nick Dokos: changed org-exp.el org-table.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
@@ -3340,10 +3344,10 @@ 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.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-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-capture.el ob-asymptote.el org-clock.el org-macs.el
- org-pcomplete.el org-table.el and 22 other files
+ org-pcomplete.el and 25 other files
Nicolas Graner: changed message.el
@@ -3354,7 +3358,7 @@ 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 7 other files
+ and 8 other files
Nicolas Richard: wrote cl-seq-tests.el cmds-tests.el
and changed ffap.el package.el help.el keyboard.c landmark.el org.el
@@ -3389,11 +3393,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-preloaded.el debugging.texi simple.el
- w32.c buffer-tests.el buffer.c buffers.texi category.c cl-macs.el
- 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 24 other files
+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
Nobuyoshi Nakada: co-wrote ruby-mode.el
@@ -3660,9 +3664,9 @@ 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 configure.ac dynlib.c dynlib.h
- electric-tests.el emacs-module.h fileio.c fns.c modhelp.py mule.el
- src/Makefile.in term.el and 4 other files
+ 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
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
@@ -3703,8 +3707,8 @@ 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
-Puneeth Chaganti: changed org.texi ox.el org-agenda.el org-capture.el
- ox-html.el
+Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el
+ org-capture.el ox-html.el
Rafael Laboissiere: changed org-remember.el org-bibtex.el org.el org.texi
@@ -3895,7 +3899,7 @@ 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 Kaufmann: changed ox.el
+Roland Kaufmann: changed org-exp.el
Roland McGrath: wrote autoload.el etags.el map-ynp.el progmodes/grep.el
and co-wrote find-dired.el progmodes/compile.el
@@ -4052,7 +4056,7 @@ and co-wrote dired-x.el find-dired.el
and changed add-log.el
Sebastian Rose: co-wrote org-protocol.el
-and changed ox-publish.el ftfont.c ox-jsinfo.el
+and changed org-publish.el ftfont.c org-jsinfo.el
Sebastian Tennant: changed desktop.el
@@ -4311,7 +4315,8 @@ and changed emacsclient.c server.el
Sun Yijiang: changed TUTORIAL.cn
-Suvayu Ali: changed org.texi org-inlinetask.el org-src.el org.el ox.el
+Suvayu Ali: changed org.texi org-exp.el org-inlinetask.el org-src.el
+ org.el
Svend Tollak Munkejord: changed deuglify.el
@@ -4389,7 +4394,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-rmail.el ox.el
+T.F. Torrey: changed org-exp.el org-rmail.el
Thamer Mahmoud: changed arabic.el
@@ -4810,7 +4815,7 @@ and changed macterm.c macfns.c mac-win.el mac.c macterm.h macmenu.c
Yann Dirson: changed imenu.el
-Yann Hodique: changed ox-publish.el package.el rcirc.el
+Yann Hodique: changed org-publish.el package.el rcirc.el
Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el