emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 37eba74 2/2: Update files for the 27.1.90 pretest


From: Eli Zaretskii
Subject: emacs-27 37eba74 2/2: Update files for the 27.1.90 pretest
Date: Fri, 18 Dec 2020 10:47:02 -0500 (EST)

branch: emacs-27
commit 37eba74d609c74bcf9ac3c481a29377913783ac4
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Update files for the 27.1.90 pretest
    
    * README:
    * configure.ac:
    * nt/README.W32:
    * msdos/sed2v2.inp: Bump Emacs version to 27.1.90.
    * lisp/ldefs-boot.el: Update from loaddefs.el
---
 ChangeLog.3        | 1642 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 README             |    2 +-
 configure.ac       |    2 +-
 etc/AUTHORS        |  368 ++++++------
 lisp/ldefs-boot.el |  720 +++--------------------
 msdos/sed2v2.inp   |    2 +-
 nt/README.W32      |    2 +-
 7 files changed, 1924 insertions(+), 814 deletions(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index 1a53011..0ce1e18 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1,3 +1,1643 @@
+2020-12-18  Eli Zaretskii  <eliz@fencepost.gnu.org>
+
+       * README:
+       * configure.ac:
+       * nt/README.W32:
+       * msdos/sed2v2.inp: Bump Emacs version to 27.1.90.
+
+2020-12-18  Eli Zaretskii  <eliz@gnu.org>
+
+       Minor fixes in authors.el and in tarball-making instructions
+
+       * admin/authors.el (authors): Make the error message more helpful.
+       (authors-ignored-files, authors-renamed-files-alist): Update.
+
+2020-12-16  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of 'query-replace'
+
+       * doc/emacs/search.texi (Query Replace): Add 'E' to the list of
+       characters one can type at 'query-replace' prompt.  (Bug#45273)
+
+2020-12-16  Bastien Guerry  <bzg@gnu.org>
+
+       Update to Org 9.4.3
+
+       Fix #45259
+
+2020-12-14  Alan Third  <alan@idiocy.org>
+
+       Fix error with fn key in NS port (bug#44533)
+
+       * src/nsterm.m ([EmacsView keyDown:]): Move the correction for fn key
+       handling to before the modifiers are calculated.
+
+       (cherry picked from commit 7970610d48701a949ce443c94c71eac47d044197)
+
+2020-12-14  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix point location when completing in gdb-mi.el
+
+       * lisp/progmodes/gdb-mi.el (def-gdb-auto-update-handler): Don't
+       force window-start position, so that redisplay doesn't move point
+       when popping completion window below the GUD one.  (Bug#45052)
+
+2020-12-13  Bastien Guerry  <bzg@gnu.org>
+
+       Update to Org 9.4.2
+
+       Mostly fixing compiler warnings.
+
+2020-12-13  Bastien Guerry  <bzg@gnu.org>
+
+       Update to Org 9.4.1
+
+2020-12-12  Alan Third  <alan@idiocy.org>
+
+       Fix crash in ns_mouse_position (bug#44313)
+
+       * src/nsterm.m (ns_destroy_window): Close the window before freeing
+       the frame resources so we don't end up accessing the frame struct
+       after it's been freed.
+
+       (cherry picked from commit 18a7267c32a909bb26bd93d24543155aeb10e042)
+
+2020-12-12  Alan Third  <alan@idiocy.org>
+
+       Fix crash when using XRender and restoring image from X (bug#44930)
+
+       * src/dispextern.h (struct image): Add original dimension elements.
+       * src/image.c (image_set_transform): Store the original dimensions.
+       (image_get_x_image): If we're using transforms use the original
+       dimensions with XGetImage.
+
+2020-12-11  Tassilo Horn  <tsdh@gnu.org>
+
+       Bind k to image-kill-buffer in doc-view-mode-map.
+
+       * lisp/doc-view.el (doc-view-mode-map): Bind k to image-kill-buffer.
+       The binding k -> doc-view-kill-proc-and-buffer has been removed in
+       2015 and the function been made an obsolete function alias to
+       image-kill-buffer (bug#45157).
+
+2020-12-09  Serge Tupchii  <serge.tupchii@protonmail.com>  (tiny change)
+
+       Fix crash (segfault) in etags on generating tags for Erlang files
+
+       * lib-src/etags.c: Set allocated and lastlen to zero, after
+       freeing last ptr in Erlang_functions to prevent dereferencing NULL
+       pointer (bug#45122).
+
+
+       (cherry picked from commit 2d8f0364fcd1d5dad2b82dd3a9af870b03854547)
+
+2020-12-09  Stefan Kangas  <stefan@marxist.se>
+
+       Update publicsuffix.txt from upstream
+
+       * etc/publicsuffix.txt: Update from
+       https://publicsuffix.org/list/public_suffix_list.dat
+       dated 2020-11-30 21:57:25 UTC.
+
+2020-12-06  Juri Linkov  <juri@linkov.net>
+
+       * lisp/vc/vc.el: Update args of backend API calls in the header comments
+
+       https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg00283.html
+
+2020-12-06  Juri Linkov  <juri@linkov.net>
+
+       Backport Handle read-char-from-minibuffer and y-or-n-p from 
pre-command-hook
+
+       * lisp/subr.el (read-char-from-minibuffer-insert-char)
+       (read-char-from-minibuffer-insert-other, y-or-n-p-insert-y)
+       (y-or-n-p-insert-n, y-or-n-p-insert-other):
+       Check for 'minibufferp' before executing the body.
+       (read-char-from-minibuffer, y-or-n-p): Let-bind this-command
+       before calling read-from-minibuffer.  (Bug#45029)
+
+2020-12-06  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of streams in batch mode
+
+       * doc/lispref/os.texi (Batch Mode):
+       * doc/lispref/streams.texi (Input Streams, Output Streams): Better
+       documentation of I/O streams in batch mode, with more
+       cross-references.
+
+2020-12-06  Eli Zaretskii  <eliz@gnu.org>
+
+       Support ks_c_5601-1987 encoding
+
+       * lisp/language/korean.el (ks_c_5601-1987): Define as an alias for
+       'korean-iso-8bit.  (It is sometimes used in email messages.)
+
+2020-12-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       Fix Xaw widget text disappearing when built with cairo (bug#43418)
+
+       * lwlib/lwlib-utils.c (crxft_font_open_name): Use FcFontMatch to
+       get a pattern to pass to cairo_ft_font_face_create_for_pattern.
+
+2020-12-05  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of 'ps-print-color-p'
+
+       * doc/emacs/misc.texi (PostScript Variables): Improve and clarify
+       the description of 'ps-print-color-p'.  (Bug#44962)
+
+2020-11-30  Dmitry Gutov  <dgutov@yandex.ru>
+
+       Reset xref-show-xrefs-function temporarily
+
+       * lisp/dired-aux.el (dired-do-find-regexp-and-replace):
+       Make sure xref-show-xrefs-function has the necessary value (bug#44905).
+
+2020-11-30  Eli Zaretskii  <eliz@gnu.org>
+
+       Don't show in 'view-lossage' responses to xterm feature queries
+
+       * lisp/term/xterm.el (xterm--read-event-for-query): Prevent
+       recording the characters read as the xterm response to a query,
+       so as not to show them in 'view-lossage'.  (Bug#44908)
+
+2020-11-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       Adapt Tramp versions.  Do not merge
+
+       * doc/misc/tramp.texi (Obtaining @value{tramp})
+       (Remote shell setup, Remote processes, Archive file names):
+       * doc/misc/trampver.texi:
+       * lisp/net/tramp.el:
+       * lisp/net/trampver.el (tramp-version)
+       (customize-package-emacs-version-alist): Adapt Tramp versions.
+
+2020-11-29  Akira Kyle  <akira@akirakyle.com>
+
+       Return the correct suffix in eww-make-unique-file-name
+
+       * lisp/net/eww.el (eww-make-unique-file-name): Return the correct
+       suffix (bug#44936).
+
+2020-11-28  Karl Fogel  <kfogel@red-bean.com>
+
+       Save bookmarks by using `write-file' (bug#12507)
+
+       Go back to using `write-file' to save bookmarks, instead of using
+       `write-region'.  This means numbered backups of the bookmark file may
+       get made again, depending on the value of `bookmark-version-control'.
+
+       Thanks especially to Drew Adams and Eli Zaretskii for their
+       persistence in tracking down information relevant to this change.
+
+2020-11-28  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix filing messages when 'rmail-output-reset-deleted-flag' is non-nil
+
+       * lisp/mail/rmailout.el (rmail-output): Fix off-by-one error in
+       deciding when to advance to the next message under non-nil
+       'rmail-output-reset-deleted-flag'.  (Bug#44839)
+
+2020-11-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       Make file copying in tramp-gvfs more robust
+
+       * test/lisp/net/tramp-tests.el (tramp-test11-copy-file)
+       (tramp-test12-rename-file): Do not skip for tramp-gvfs.el.
+
+       * lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file):
+       Add sanity checks.
+
+2020-11-28  Eli Zaretskii  <eliz@gnu.org>
+
+       Revert "Fix incorrect handling of module runtime and environment 
pointers."
+
+       This reverts commit cdc632fbe6e149318147a98cccf1b7af191f2ce8.
+       Those changes are too significant and non-trivial to be
+       suitable for a release branch at this time.
+
+2020-11-27  Philipp Stephani  <phst@google.com>
+
+       Fix incorrect handling of module runtime and environment pointers.
+
+       We used to store module runtime and environment pointers in the static
+       lists Vmodule_runtimes and Vmodule_environments.  However, this is
+       incorrect because these objects have to be kept per-thread.  With this
+       naive approach, interleaving module function calls in separate threads
+       leads to environments being removed in the wrong order, which in turn
+       can cause local module values to be incorrectly garbage-collected.
+
+       Instead, turn Vmodule_runtimes and Vmodule_environments into
+       hashtables keyed by the thread objects.  The fix is relatively
+       localized and should therefore be safe enough for the release branch.
+
+       Module assertions now have to walk the pointer list for the current
+       thread, which is more correct since they now only find environments
+       for the current thread.
+
+       Also add a unit test that exemplifies the problem.  It interleaves two
+       module calls in two threads so that the first call ends while the
+       second one is still active.  Without this change, this test triggers
+       an assertion failure.
+
+       * src/emacs-module.c (Fmodule_load, initialize_environment)
+       (finalize_environment, finalize_runtime_unwind): Store runtime and
+       environment pointers in per-thread lists.
+       (syms_of_module): Initialize runtimes and environments hashtables.
+       (module_assert_runtime, module_assert_env, value_to_lisp): Consider
+       only objects for the current thread.
+       (module_gc_hash_table_size, module_hash_push, module_hash_pop): New
+       generic hashtable helper functions.
+       (module_objects, module_push_pointer, module_pop_pointer): New helper
+       functions to main thread-specific lists of runtime and environment
+       pointers.
+       (mark_modules): Mark all environments in all threads.
+
+       * test/data/emacs-module/mod-test.c (Fmod_test_funcall): New test
+       function.
+       (emacs_module_init): Bind it.
+
+       * test/src/emacs-module-tests.el (emacs-module-tests--variable): New
+       helper type to guard access to state in a thread-safe way.
+       (emacs-module-tests--wait-for-variable)
+       (emacs-module-tests--change-variable): New helper functions.
+       (emacs-module-tests/interleaved-threads): New unit test.
+
+2020-11-26  Alan Mackenzie  <acm@muc.de>
+
+       CC Mode: Fix error in cache handling.  This fixes bug #43481
+
+       * lisp/progmodes/cc-engine.el (c-full-pp-to-literal): Handle correctly 
END
+       being before HERE by using parse-partial-sexp to get the end of the 
literal
+       containing HERE.
+
+2020-11-25  Martin Rudalics  <rudalics@gmx.at>
+
+       Revert extra focus redirection in do_switch_frame (Bug#24803)
+
+       * src/frame.c (do_switch_frame): Do not also redirect frame
+       focus when FRAME has its minibuffer window on the selected
+       frame which was intended to fix Bug#24500.  It may cause
+       Bug#24803 and lead to a nasty state where no active cursor is
+       shown on any frame, see
+       https://lists.gnu.org/archive/html/emacs-devel/2020-11/msg01137.html.
+
+2020-11-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       Minor cleanup of tramp-tests.el on MS Windows
+
+       * test/lisp/net/tramp-tests.el (tramp-test29-start-file-process):
+       Do not test remote pty on MS Windows.
+
+2020-11-24  Basil L. Contovounesios  <contovob@tcd.ie>
+
+       Fix handling of defcustom :local tag
+
+       For discussion, see the following emacs-devel thread:
+       https://lists.gnu.org/r/emacs-devel/2020-11/msg00734.html
+
+       * lisp/custom.el (custom-declare-variable): Delay call to
+       make-variable-buffer-local until after user option has been
+       initialized with a value.  Otherwise the user option may be
+       initialized to nil.
+       * test/lisp/custom-tests.el (custom--test-local-option)
+       (custom--test-permanent-option): New :local user options.
+       (custom-test-local-option): New test for defcustom :local keyword.
+
+2020-11-24  Alan Mackenzie  <acm@muc.de>
+
+       CC Mode.  Fix an off by one error.  Fixes bug #41809
+
+       * lisp/progmodes/cc-engine.el (c-full-pp-to-literal): Change > to >= 
(twice).
+
+2020-11-24  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix display artifacts when 'display' properties cover newlines
+
+       * src/xdisp.c (pos_visible_p): Set glyph_row of scratch iterators
+       to NULL, to avoid producing glyphs while we figure out the layout.
+       (Bug#44826)
+
+2020-11-23  Stefan Kangas  <stefankangas@gmail.com>
+
+       Sync latest SKK-JISYO.L
+
+       * leim/SKK-DIC/SKK-JISYO.L: Sync to current upstream version.
+
+       (cherry picked from commit 6a5f9700846551a7f3795e257356dbab865116f4)
+
+2020-11-23  Stefan Kangas  <stefan@marxist.se>
+
+       Update publicsuffix.txt from upstream
+
+       * etc/publicsuffix.txt: Update from
+       https://publicsuffix.org/list/public_suffix_list.dat
+       dated 2020-10-09 08:23:34 UTC.
+
+       (cherry picked from commit 5b13afab0a903ead8363482529019d4fb80ec4b4)
+
+2020-11-21  Michael Albinus  <michael.albinus@gmx.de>
+
+       Fix Bug#44481
+
+       * lisp/net/tramp.el (tramp-system-name): New defconst.
+       (tramp-default-host, tramp-restricted-shell-hosts-alist)
+       (tramp-local-host-regexp):
+       * lisp/net/tramp-sh.el (tramp-maybe-open-connection): Use it.  
(Bug#44481)
+
+2020-11-21  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Minor Edebug manual keystroke clarifications
+
+       * doc/lispref/edebug.texi (Edebug Misc): Also mention the `a'
+       binding to abort (bug#44697).  Also fix `d' function reference, and
+       add `P' reference.
+
+       (cherry picked from commit b613f25f97abf756101eaa2af90689a19c0b3350)
+
+2020-11-21  Eli Zaretskii  <eliz@gnu.org>
+
+       Make ignoring modifiers on IME input optional
+
+       By default, ignore modifier keys on IME input, but add
+       a variable to get back old behavior.
+       * src/w32fns.c (syms_of_w32fns): New variable
+       w32-ignore-modifiers-on-IME-input.
+       (w32_wnd_proc): Use it to ignore modifier keys when IME input is
+       used.  (Bug#44641)
+
+       * etc/NEWS: Announce the change and the new variable.
+
+2020-11-21  Masahiro Nakamura  <tsuucat@icloud.com>
+
+       Ignore modifiers when processing WM_IME_CHAR messages
+
+       * src/w32fns.c (w32_wnd_proc): Ignore modifiers when processing
+       WM_IME_CHAR messages.
+
+2020-11-19  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of 'font-spec'
+
+       * doc/lispref/display.texi (Low-Level Font):
+       * src/font.c (Ffont_spec): Document 'font-spec' keys that are
+       supported, but were undocumented.
+
+2020-11-18  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Further doc fixes for dotimes about RESULT
+
+       * lisp/subr.el (dotimes): Be even more explicit about RESULT
+       (bug#16206).
+
+       (cherry picked from commit 5b0d8d0f288fd505ca90bd30df709a5e7ab540d6)
+
+2020-11-15  Eli Zaretskii  <eliz@gnu.org>
+
+       Reformat argument commentary in etags.c
+
+       * lib-src/etags.c (pfnote, consider_token, C_entries): Resurrect
+       original format of comments to function arguments.
+
+2020-11-15  Alan Mackenzie  <acm@muc.de>
+
+       Make the invocation of combine-change-calls in comment-region valid
+
+       This fixes bug #44581.  The problem was that whitespace outside of the 
(BEG
+       END) region was being deleted, and this made the invocation of
+       combine-change-calls with (BEG END) invalid.
+
+       * lisp/newcomment.el (comment-region-default): Amend the second 
argument to
+       combine-change-calls.
+
+2020-11-15  Alan Mackenzie  <acm@muc.de>
+
+       * lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in 
regexp
+
+2020-11-14  Eli Zaretskii  <eliz@gnu.org>
+
+       Update the various INSTALL files
+
+       * nt/INSTALL.W64:
+       * nt/INSTALL:
+       * INSTALL: Update the installation information, in particular the
+       fact that HarfBuzz is now preferred as the shaping library.
+
+2020-11-14  Eli Zaretskii  <eliz@gnu.org>
+
+       Don't leave lock files after 'replace-buffer-contents'
+
+       * src/editfns.c (Freplace_buffer_contents): Unlock the buffer's
+       file if no changes have been made.  (Bug#44303)
+
+       (cherry picked from commit a5867ddfbd721568005175bf6c725f7834b21ea4)
+
+2020-11-14  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix input method translation near read-only text
+
+       * lisp/international/quail.el (quail-input-method): Don't disable
+       input method when the character after point has the read-only
+       property.  Suggested by Evgeny Zajcev <lg.zevlg@gmail.com>
+       (Bug#44466)
+
+       * doc/emacs/mule.texi (Input Methods): Document that input methods
+       are inhibited in read-only text.
+
+2020-11-14  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix display of truncated R2L lines on TTY frames
+
+       * src/xdisp.c (extend_face_to_end_of_line): Use a while-loop, not
+       a do-while loop, to avoid appending an extra glyph at the end of a
+       line that is one character shorter than the window-width.  This is
+       needed to fix display of reversed glyph rows that are almost as
+       wide as the window, because append_space_for_newline already added
+       one space glyph.
+
+2020-11-14  Eli Zaretskii  <eliz@gnu.org>
+
+       Avoid crashes when a reversed glyph row starts with a composition
+
+       * src/dispnew.c (build_frame_matrix_from_leaf_window): Add an
+       assertion to prevent us from overwriting non-char glyphs with the
+       vertical border glyph.
+       * src/xdisp.c (extend_face_to_end_of_line): Account for one glyph
+       possibly inserted by append_space_for_newline.  (Bug#44506)
+       Remove a kludgey correction for an off-by-one error in column
+       counting, which is no longer needed.
+
+2020-11-13  Eli Zaretskii  <eliz@gnu.org>
+
+       Update information about refcards
+
+       * admin/release-process (refcards):
+       * admin/make-tarball.txt (refcards): Update information about
+       generating refcards and required TeX/LaTeX packages.
+
+2020-11-11  Eli Zaretskii  <eliz@gnu.org>
+
+       Avoid crashes in the daemon due to user interaction
+
+       * src/minibuf.c (read_minibuf): Avoid crashes in the daemon if the
+       init file invokes some kind of minibuffer interaction, by not
+       updating the selected frame if it's the initial frame.
+       (Bug#44583)
+
+2020-11-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       Some minor changes to Tramp, do not merge with master
+
+       * lisp/net/tramp.el (tramp-handle-directory-files)
+       (tramp-handle-directory-files-and-attributes):
+       * lisp/net/tramp-adb.el
+       (tramp-adb-handle-directory-files-and-attributes):
+       * lisp/net/tramp-rclone.el (tramp-rclone-handle-directory-files):
+       * lisp/net/tramp-sh.el (tramp-sh-handle-directory-files-and-attributes):
+       * lisp/net/tramp-smb.el (tramp-smb-handle-directory-files): Add _COUNT.
+       Make the functions forward compatible.
+
+       * lisp/net/tramp-gvfs.el (tramp-gvfs-enabled):
+       Increase `max-specpdl-size' temporarily.
+
+       * test/lisp/net/tramp-tests.el (tramp--test-share-p): New defun.
+       (tramp-test05-expand-file-name-relative): Use it.
+
+2020-11-10  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Add more doc-view requirements
+
+       * lisp/doc-view.el: Add more requirements.
+
+2020-11-09  Philipp Stephani  <phst@google.com>
+
+       Fix undefined behavior when fetching glyphs from the display vector.
+
+       You can trigger this rather obscure bug by enabling selective display
+       if the second glyph in its display vector has an invalid face.  For
+       example, evaluate
+
+       (set-display-table-slot standard-display-table
+                               'selective-display [?A (?B . invalid)])
+
+       and then enable selective display.
+
+       * src/xdisp.c (next_element_from_display_vector): Check whether next
+       glyph code is valid before accessing it.
+
+2020-11-09  Mattias Engdegård  <mattiase@acm.org>
+
+       Fix pcase rx form snag with '?' and '??' (bug#44532)
+
+       This is a regression from Emacs 26.
+       Reported by Phillip Stephani.
+
+       * lisp/emacs-lisp/rx.el (rx--pcase-transform): Process ? and ?? 
correctly.
+       * test/lisp/emacs-lisp/rx-tests.el (rx-pcase): Add test case.
+
+       (cherry picked from commit 575b0681d926463960fc00d1e33decaa71d5c956)
+
+2020-11-09  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Update the doc-view header line
+
+2020-11-09  Eli Zaretskii  <eliz@gnu.org>
+
+       Avoid breaking Arabic shaping in 'window-text-pixel-size'
+
+       * src/xdisp.c (CHAR_COMPOSED_P): If the bidi_p flag is not set,
+       pass -1 to composition_reseat_it, so that the shaping engine will
+       figure out the directionality of the text.  This is important,
+       e.g., when using move_it_* functions in some context that is not
+       redisplay, such as 'window-text-pixel-size'.  (Bug#44521)
+
+2020-11-09  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       doc-view.el comment clarification
+
+       * lisp/doc-view.el: Make the commentary mention that it's not
+       limited to a narrow range of file formats (bug#44504).
+
+2020-11-09  Daniel Martín  <mardani29@yahoo.es>
+
+       Update erc documentation about C-c C-b
+
+       * doc/misc/erc.texi (Keystroke Summary): C-c C-b runs
+       erc-switch-to-buffer, which is implemented in terms of
+       read-buffer (bug#44498).
+
+2020-11-07  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
+
+       Fix 'uudecode-decode-region-internal' in multibyte buffers
+
+       * lisp/mail/uudecode.el (uudecode-decode-region-internal): Fix
+       inserting the decoded string into a multibyte buffer.  Optimize by
+       working with characters, not strings.  (Bug#44411)
+
+2020-11-07  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix 'send-string-to-terminal' writing very long strings
+
+       * src/dispnew.c (Fsend_string_to_terminal): Prevent partial writes
+       by blocking SIGIO while 'fwrite' runs.  (Bug#44320)
+
+2020-11-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * lisp/subr.el (read-char-from-minibuffer): Doc fix.  (Bug#44451)
+
+2020-11-07  Earl Hyatt  <ej32u@protonmail.com>
+
+       Fix documentation of 'windmove-swap-states-default-keybindings'
+
+       * doc/emacs/windows.texi (Window Convenience): Fix description of
+       'windmove-swap-states-default-keybindings' and related index
+       entry.  (Bug#44441)
+
+2020-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       Split windows evenly when 'min-margins' parameter was set (Bug#44483)
+
+       * lisp/window.el (split-window): Make new window inherit any
+       'min-margins' parameter from WINDOW so that horizontal splits
+       reliably produce windows of same width (Bug#44483).
+
+2020-11-07  Pip Cet  <pipcet@gmail.com>
+
+       Handle Cairo errors in ftcrfont_open
+
+       * src/ftcrfont.c (ftcrfont_open): Handle Cairo errors (bug#41627).
+
+       (cherry picked from commit 954a4decfcc8e41084789516773b22d0adc11d91)
+
+2020-11-06  Stefan Kangas  <stefan@marxist.se>
+
+       Backport: Fix exiting the finder-commentary buffer
+
+       Do not merge to master.
+
+       * lisp/finder.el (finder-exit): Fix exiting the finder-commentary
+       buffer.  (Bug#44384)
+       (finder-buffer): New defconst.
+       (finder-list-keywords): Use above new defconst.
+
+2020-11-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * src/w32fns.c (Fw32_register_hot_key): Doc fix.  (Bug#44456)
+
+2020-11-04  Eli Zaretskii  <eliz@gnu.org>
+
+       Prevent redisplay from moving point behind user's back
+
+       * src/bidi.c (bidi_at_paragraph_end, bidi_find_paragraph_start):
+       Bind inhibit-quit to a non-nil value around calls to
+       fast_looking_at, to prevent breaking out of redisplay_window,
+       which temporarily moves point in buffers shown in non-selected
+       windows.  (Bug#44448)
+
+2020-11-02  Mauro Aranda  <maurooaranda@gmail.com>
+
+       Document that the :match function for a widget takes an external value
+
+       * doc/misc/widget.texi (Basic Types): Document what an external value
+       is.  Document that a :match function expects the value to be in the
+       external format.  (Bug#8717)
+
+2020-11-02  Stephen Berman  <Stephen.Berman@gmx.net>
+
+       Don't render XML declaration of an HTML document (bug#44348)
+
+       * lisp/net/eww.el (eww--preprocess-html): Prevent converting the
+       left angle bracket in the sequence "<?" to an HTML entity.
+
+2020-11-02  Yasuhiro KIMURA  <yasu@utahime.org>  (tiny change)
+
+       Recover the contents of the schemas.xml file
+
+       * etc/schema/schemas.xml: Recover the file, which was apparently
+       (mostly) removed by mistake by commit 165f738382 (bug#42851).
+
+2020-11-01  Stefan Kangas  <stefan@marxist.se>
+
+       Improve indexing of check-declare
+
+       * doc/lispref/functions.texi (Declaring Functions): Improve indexing.
+
+2020-10-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * doc/lispref/commands.texi (Key Sequence Input): Fix indexing.
+
+       (cherry picked from commit 41c4f337c8f798d4700dcd13b73ad4ccdb3257eb)
+
+2020-10-31  Jared Finder  <jared@finder.org>
+
+       Updating docs with all special window prefix keys.
+
+       * doc/lispref/commands.texi (Key Sequence Input): Add documentation for
+       missing special window areas.  Explicitly call out window or frame.
+
+       (cherry picked from commit a105db13e11fd15cc72804bf33672122d1c3f2e1)
+
+2020-10-30  Glenn Morris  <rgm@gnu.org>
+
+       Improve reproducibility of generated -pkg.el files
+
+       * lisp/emacs-lisp/package.el (package-generate-description-file):
+       Don't include the full name of the source file in the header,
+       since that varies non-reproducibly according to the build directory.
+       https://bugs.debian.org/972861
+       Note that elpa.gnu.org's admin/archive-contents.el does this by hand
+       and already only includes the nondirectory part.
+
+2020-10-29  Noah Friedman  <friedman@splode.com>
+
+       Make sure pixel sizes are zero when setting window size for ptys.
+
+       * sysdep.c (set_window_size): Initialize data to zero to avoid
+       passing any garbage from the stack to ioctl.
+
+2020-10-29  Ken Brown  <kbrown@cornell.edu>
+
+       Fix failure of 'emacs --daemon' on Cygwin
+
+       * src/emacs.c (DAEMON_MUST_EXEC): Define unconditionally on
+       Cygwin, not just if HAVE_NTGUI is defined.  This fixes the failure
+       of 'emacs --daemon' to start on the non-w32 Cygwin builds.
+       (Bug#44285)
+
+2020-10-28  Alan Mackenzie  <acm@muc.de>
+
+       CC Mode: Only recognize foo (*bar) as a function pointer when followed 
by (
+
+       * lisp/progmodes/cc-engine.el (c-forward-over-decl-or-cast-1): (after 
CASE 2)
+       test variables got-suffix-after-parens and at-decl-end before invoking
+       c-fdoc-shift-type-backward.
+
+2020-10-27  Clemens Radermacher  <clemens.radermacher@posteo.de>
+
+       Fix NEWS entry for fix of Bug#44080
+
+2020-10-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.
+
+2020-10-27  Clemens Radermacher  <clemens.radermacher@posteo.de>
+
+       Don't skip empty lines when fitting mini frame to buffer (Bug#44080)
+
+       * lisp/window.el (fit-mini-frame-to-buffer,
+       window--resize-mini-frame, fit-frame-to-buffer,
+       fit-frame-to-buffer-1): By default, fit a mini frame without skipping 
its
+       buffer's leading or trailing empty lines.
+       * src/frame.c (resize-mini-frames): Update doc-string.
+       * lisp/cus-start.el (resize-mini-frames): Update for customize.
+       * doc/lispref/minibuf.texi (resize-mini-frames): Update description.
+
+2020-10-26  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of display-fill-column-indicator
+
+       * lisp/display-fill-column-indicator.el
+       (display-fill-column-indicator-mode): Mention the globalized
+       version in the doc string.
+
+       * doc/emacs/display.texi (Displaying Boundaries): Improve and
+       clarify the documentation of display-fill-column-indicator.
+       Suggest using the minor mode as the primary means for turning the
+       feature on.
+
+       * src/xdisp.c (syms_of_xdisp) <display-fill-column-indicator>
+       <display-fill-column-indicator-character>: Doc fix.  (Bug#44226)
+
+2020-10-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * INSTALL: Mention efaq.texi for installation of intlfonts.
+
+2020-10-24  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
+           Qiantan Hong  <qhong@mit.edu>
+
+       Use WebKit sandboxing
+
+       * src/xwidget.c (Fmake_xwidget): Enable sandboxing if WebKit 2.26
+       or later.  Do this early, as required for sandboxing (Bug#43071).
+
+2020-10-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       Fix tramp-sh-handle-make-process; don't merge with master
+
+       * lisp/net/tramp-sh.el (tramp-sh-handle-make-process): Accept nil
+       COMMAND.  (Bug#44151)
+
+       * test/lisp/net/tramp-tests.el (tramp-test29-start-file-process):
+       Extend test.
+
+2020-10-23  Michael Albinus  <michael.albinus@gmx.de>
+
+       Fix an error in tramp-sh-handle-make-process.  Dont' merge with master
+
+       * lisp/net/tramp-sh.el (tramp-sh-handle-make-process): Don't use heredoc
+       script whent the argument contains a string.
+
+2020-10-22  Stefan Kangas  <stefan@marxist.se>
+
+       Recommend lexical-binding in Coding Conventions
+
+       * doc/lispref/tips.texi (Coding Conventions, Library Headers):
+       Recommend using lexical-binding.
+
+2020-10-21  Eli Zaretskii  <eliz@gnu.org>
+
+       Avoid rare crashes while producing line numbers
+
+       * src/xdisp.c (maybe_produce_line_number): Prevent freeing of
+       realized faces for as long as we are using lnum_face_id and
+       current_lnum_face_id for producing glyphs.  (Bug#44111)
+
+2020-10-17  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of 'Info-hide-note-references' in info.texi
+
+       * doc/misc/info.texi (Help-Xref): Improve the wording.
+       (Emacs Info Variables): Update the documentation of
+       'Info-hide-note-references'.  (Bug#44043)
+
+2020-10-17  Stefan Kangas  <stefan@marxist.se>
+
+       * admin/release-process: Add note to update files from upstream.
+
+       (cherry picked from commit 86dd9d12aa5a273da2efd4ce8c6e35ae343f1494)
+
+2020-10-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * lisp/info.el (Info-hide-note-references): Doc fix.  (Bug#44043)
+
+2020-10-16  Alan Mackenzie  <acm@muc.de>
+
+       Make lisp/progmodes/js.el dependent on CC Mode in the Makefile.
+
+       This will prevent version mismatches between compile time and runtime
+       versions.  This fixes bug #43037.
+
+       * lisp/Makefile.in: Make js.el dependent on cc-{defs,engine,mode}.elc.
+
+2020-10-16  Eli Zaretskii  <eliz@gnu.org>
+
+       Yet another fix for 'set-minibuffer-message'
+
+       * lisp/minibuffer.el (set-minibuffer-message): Handle the case of
+       separate minibuffer-only frame.  Suggested by Gregory Heytings
+       <ghe@sdf.org>.
+
+2020-10-16  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix posn-at-x-y in builds --without-x
+
+       * src/keyboard.c (make_lispy_position): Don't exclude the
+       window_or_frame = frame case from TTY-only builds.  Reported by
+       Jared Finder <jared@finder.org>.
+
+       * doc/lispref/commands.texi (Click Events): Document the format of
+       POSITION in click events on the frame's internal border.
+
+2020-10-15  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Clarify the seq-reduce documentation
+
+       * doc/lispref/sequences.texi (Sequence Functions): Ditto.
+
+       * lisp/emacs-lisp/seq.el (seq-reduce): Clarify the order of the
+       arguments (bug#43995).
+
+2020-10-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       Make tramp-completion-reread-directory-timeout obsolete (Bug#43932)
+
+       * doc/misc/tramp.texi (File name completion, Frequently Asked 
Questions):
+       Remove `tramp-completion-reread-directory-timeout'.  (Bug#43932)
+
+       * etc/NEWS: Mention tramp-completion-reread-directory-timeout as 
obsolete.
+
+       * lisp/net/tramp.el (tramp-completion-reread-directory-timeout):
+       Make it obsolete.
+
+2020-10-11  Gregory Heytings  <ghe@sdf.org>  (tiny change)
+
+       Fix 'message' when there's active minibuffer on another frame
+
+       * lisp/minibuffer.el (set-minibuffer-message): Don't reuse the
+       active minibuffer for displaying messages unless the active
+       minibuffer is on the same frame as the selected window.
+
+2020-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc tweak
+
+       Try and clarify the meaning of `init-value`.
+
+       (cherry picked from commit 46c0f28c0e4e212687e90ec0ecb239d994105a19)
+
+2020-10-10  Eli Zaretskii  <eliz@gnu.org>
+
+       A better fix for bug#43886
+
+       * src/xfaces.c (load_color2, Fcolor_distance): Revert last change.
+       * src/term.c (clear_tty_hooks): Don't clear defined_color_hook.
+
+2020-10-09  Eli Zaretskii  <eliz@gnu.org>
+
+       Avoid crashes when a theme is loaded with one frame suspended
+
+       * src/xfaces.c (load_color2, Fcolor_distance): Don't try to call
+       the frame's defined_color_hook if the frame is suspended.
+       (Bug#43886)
+
+2020-10-09  Pankaj Jangid  <pankaj.jangid@gmail.com>  (tiny change)
+
+       Removed an incorrectly placed extra word in the semantic docs
+
+       * doc/misc/semantic.texi (Parser code): Copy edit (bug#43861).
+
+2020-10-08  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix current-line hscrolling when overlays change
+
+       * src/xdisp.c (redisplay_internal): Disable "optimization 1" when
+       auto-hscrolling current line and we're redisplaying the selected
+       window.  (Bug#43835)
+
+2020-10-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       Extend tests for shell-command-dont-erase-buffer
+
+       * test/lisp/simple-tests.el
+       (simple-tests-shell-command-dont-erase-buffer): Extend test.
+
+       * test/lisp/net/tramp-tests.el
+       (tramp-test32-shell-command-dont-erase-buffer): Adapt test.  Tag
+       it :unstable.
+
+2020-10-07  Hong Xu  <hong@hong.me>
+
+       Clarify what ``chrooted environment means'' for TRAMP
+
+       * doc/misc/tramp.texi (Frequently Asked Questions): Clarify what
+       ``chrooted environment means'' for TRAMP (bug#43839).
+
+2020-10-05  Daniel Martín  <mardani29@yahoo.es>
+
+       Add missing full stop in MS-DOS processes documentation
+
+       * doc/emacs/msdos-xtra.texi (MS-DOS Processes): Minor copy edig
+       (bug#43820).
+
+2020-10-05  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix merging of region face for non-ASCII characters
+
+       * src/xdisp.c (extend_face_to_end_of_line): Restore the correct
+       original face used by the iterator on this line, not the ASCII
+       face.  (Bug#43363)
+
+2020-10-03  Alan Third  <alan@idiocy.org>
+           Daniel Martín  <mardani29@yahoo.es>
+
+       Make drag and drop on NS open all URLs (bug#43470)
+
+       * lisp/term/ns-win.el (ns-drag-n-drop): Merge generic and copy
+       actions.
+
+2020-10-02  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Fix electric-buffer-list buffer selection
+
+       * lisp/ebuff-menu.el (electric-buffer-list): Ensure that point is
+       restored, which isn't always the case if
+       global-display-line-numbers-mode (bug#43755).  This enables
+       selecting buffers again.
+
+2020-10-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * doc/misc/flymake.texi (Using Flymake): Fix a typo.  (Bug#43758)
+
+2020-10-02  Robert Pluim  <rpluim@gmail.com>
+
+       Don't error if no GPG signing key configured
+
+       * lisp/gnus/mml-sec.el (mml-secure-epg-sign): Partially revert
+       "Make mml-secure-epg-sign bug out if we can't find an identity".
+       It causes signing to fail for people who have not set up
+       mml-secure-{smime,openpgp}-sign-with-sender, which is a regression
+       from Emacs-26 (Bug#40118).  In such a situation gpg will use its
+       default key.
+
+       Do not merge to master. On master Emacs will query the user.
+
+2020-10-01  Michael R. Mauger  <michael@mauger.com>
+
+       2020-03-29  Michael R. Mauger  <michael@mauger.com>
+
+              * lisp/progmodes/sql.el (sql-add-product): Re-correct argument
+              spec.  Previous change was due to my mistake; I have
+              resolved back to the prior behavior (Bug#39960).
+              * test/lisp/progmodes/sql-tests.el (sql-test-add-product): Added
+              test to insure I don't make the same mistake again.
+
+2020-10-01  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Make aliases introduced in previous patch obsolete
+
+       * lisp/emacs-lisp/debug.el (debugger-toggle-locals):
+       (debug-help-follow): Make reinstated aliases obsolete.
+
+2020-10-01  Gemini Lasswell  <gazally@runbox.com>
+
+       Restore some public debugging functions removed in Emacs 27
+
+       * lisp/emacs-lisp/backtrace.el (backtrace--to-string): New function.
+       (backtrace-to-string): Use it.  Fix whitespace (bug#40728).
+       * lisp/emacs-lisp/debug.el (debugger-insert-backtrace): New function.
+       Mark it as obsolete.
+       (debugger-toggle-locals, debug-help-follow): New aliases.
+
+2020-10-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       Clarification in Tramp manual
+
+       * doc/misc/tramp.texi: Harmonize "Git" spelling.
+       (Frequently Asked Questions): Describe Emacs version mismatch.
+
+2020-10-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       Check Emacs version used for Tramp compilation
+
+       * lisp/net/tramp-compat.el (tramp-compat-emacs-compiled-version):
+       New defconst.  Raise a warning, when it is not equal to the Emacs
+       version.
+
+2020-09-29  Eli Zaretskii  <eliz@gnu.org>
+
+       Don't signal an error when saving files on WdebDAV volumes
+
+       * src/w32.c (acl_get_file): If get_file_security raises the
+       ERROR_ACCESS_DENIED error, treat that like unsupported ACLs.
+
+2020-09-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * lisp/hi-lock.el (hi-lock-find-patterns): Autoload it.  (Bug#43670)
+
+2020-09-27  Eli Zaretskii  <eliz@gnu.org>
+
+       Minor copyedits in the Emacs user manual
+
+       * doc/emacs/emacs.texi (Top): Remove "real-time" from the Emacs
+       description; add "advanced", to be consistent with what we say in
+       the Introduction section.  (Bug#43633)
+
+2020-09-26  Eli Zaretskii  <eliz@gnu.org>
+
+       Followup to a recent change in menu-bar.el
+
+       * lisp/fileloop.el (fileloop--operate-function): Mention in a
+       comment that menu-bar.el relies on the default value.
+
+2020-09-26  Eli Zaretskii  <eliz@gnu.org>
+
+       Enable "Continue Tags Search" menu item only when it can be used
+
+       * lisp/menu-bar.el (menu-bar-search-menu) <tags-continue>: Enable
+       only when there was a previous tags search.  (Bug#43569)
+       (menu-bar-replace-menu) <tags-repl-continue>: Enable only when
+       there was a previous tags-replace.
+
+2020-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix soap-client URL
+
+       * lisp/net/soap-client.el (soap-create-envelope):
+       Fix URL that I broke in 2019-09-23T06:53:30Z!eggert@cs.ucla.edu.
+       Problem reported by Thomas Fitzsimmons.
+
+2020-09-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix out-of-source ‘make check’ emacs-module-tests
+
+       Problem reported by Koki Fukuda in:
+       https://lists.gnu.org/r/emacs-devel/2020-07/msg00169.html
+       * test/Makefile.in (MODULE_CFLAGS):
+       Include from the same directories included from in ../src.
+       * test/src/emacs-module-tests.el (module/describe-function-1):
+       Strip path to source directory.
+
+       (cherry picked from commit c86f3fe0d023cdd25edbbce91c5b32654f2b734e)
+
+2020-09-25  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix support for Zip64 zip files
+
+       * lisp/arc-mode.el (archive-zip-summarize): Fix detection of Zip64
+       central directory.  Support 64-bit file size field used by Zip64.
+       (Bug#43597)
+
+2020-09-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix.  (Bug#43600)
+
+2020-09-25  Eli Zaretskii  <eliz@gnu.org>
+
+       Avoid infinite recursion with 'relative' line numbers display
+
+       * src/xdisp.c (display_count_lines_visually): Bind
+       'display-line-numbers' to 'relative' around 'start_display' as
+       well, since that can invoke 'move_it_to' internally, thus
+       causing infinite recursion.  (Bug#43589)
+
+2020-09-20  Eli Zaretskii  <eliz@gnu.org>
+
+       Minor improvement in the ELisp manual's Introduction
+
+       * doc/lispref/intro.texi (Printing Notation): Clarify what
+       "execute code" means in this context.  (Bug#43463)
+
+2020-09-20  Eli Zaretskii  <eliz@gnu.org>
+
+       Mention in PROBLEMS the problems with fonts and Uniscribe
+
+       * etc/PROBLEMS: Mention font-related problems with Uniscribe on
+       MS-Windows.  (Bug#39340)
+
+2020-09-19  Eli Zaretskii  <eliz@gnu.org>
+
+       Minor copyedits in 'line-height' documentation
+
+       * doc/lispref/display.texi (Line Height): Describe the possible
+       values of the 'line-height' property in a more consistent format.
+
+2020-09-19  Gregor Zattler  <telegraph@gmx.net>
+
+       * doc/misc/eww.texi: Document the `w' key's double function
+
+       * doc/misc/eww.texi (Basics): Describe what the `w' command does
+       in eww (bug#43517).
+
+2020-09-19  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix a rare segfault in syntax.c
+
+       * src/syntax.c (Fforward_comment): Prevent the loop for COUNT < 0
+       from going outside the valid range of character/byte positions.
+       (Bug#43499)
+
+       * doc/lispref/syntax.texi (Syntax Class Table): Mention the
+       "comment-fence" and "string-fence" as alternative names of 2
+       syntax classes.
+
+2020-09-19  Alan Mackenzie  <acm@muc.de>
+
+       Add doc to syntax-propertize-function saying it must do a 100% job
+
+       and cannot be combined with other ways of applying syntax-table text
+       properties.
+
+       * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Amend doc 
string.
+
+       * doc/lispref/syntax.texi (Syntax Properties): Amend the description of 
the
+       variable.
+
+2020-09-19  Eli Zaretskii  <eliz@gnu.org>
+
+       Minor copyedits of doc of 'with-silent-modifications'
+
+       * doc/lispref/text.texi (Changing Properties):
+       * doc/lispref/buffers.texi (Buffer Modification): Improve
+       documentation and indexing of 'with-silent-modifications'.
+
+2020-09-18  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of 'max-mini-window-height'
+
+       * src/xdisp.c (syms_of_xdisp):
+       * doc/lispref/minibuf.texi (Minibuffer Windows): More accurate
+       wording in the documentation of 'max-mini-window-height', to
+       clarify the meaning of an integer value.
+
+2020-09-18  Daniel Martín  <mardani29@yahoo.es>
+
+       Use modern constant names for the NS pasteboard
+
+       Use the same pasteboard constant names defined in
+       ns_drag_types. (Bug#43470).
+
+       * src/nsterm.m: Rename NSURLPboardType to NSPasteboardTypeURL,
+       NSStringPboardType to NSPasteboardTypeString, and
+       NSTabularTextPboardType to NSPasteboardTypeTabularText
+
+2020-09-16  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix doc string of 'toggle-menu-bar-mode-from-frame'
+
+       * lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Improve the
+       wording of the doc string.  (Bug#43383)
+
+2020-09-12  Glenn Morris  <rgm@gnu.org>
+
+       Make vc-bzr tests work with brz 3.1 (bug#43314)
+
+       * test/lisp/vc/vc-bzr-tests.el (vc-bzr-test-bug9726)
+       (vc-bzr-test-bug9781, vc-bzr-test-faulty-bzr-autoloads):
+       Make them work with brz 3.1.
+
+2020-09-12  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       diff-no-select doc string clarification
+
+       * lisp/vc/diff.el (diff-no-select): Update doc string from the trunk,
+       don't merge.
+
+2020-09-12  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix compilation on TERMINFO platforms with GCC 10
+
+       * src/terminfo.c [TERMINFO]: Don't redefine UP, BC, and CP, as
+       that could cause linking errors due to multiple definitions.
+       (Bug#43195)
+
+2020-09-10  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Fix the font-lock-debug-fontify NEWS entry
+
+       * etc/NEWS: Fix the name of `font-lock-debug-fontify' (bug#43319).
+
+2020-09-08  Eli Zaretskii  <eliz@gnu.org>
+
+       Avoid crashes when trying to load bad GIF files
+
+       * src/image.c (gif_load): Handle the case when GifErrorString
+       returns NULL.  (Bug#43281)
+
+2020-09-04  Alan Mackenzie  <acm@muc.de>
+
+       C++ Mode: handle comma separated brace initializers.
+
+       This includes both indentation and fontification.
+
+       * lisp/progmodes/cc-engine.el (c-do-declarators): Handle brace 
initializers
+       without = correctly.
+       (c-looking-at-or-maybe-in-bracelist): Use c-do-declarators with a simple
+       inline function to check that after-type-id-pos points to the start of a
+       declarator.
+
+       * lisp/progmodes/cc-langs.el (c-recognize-bare-brace-inits): New lang
+       const/variable.
+
+2020-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lisp/display-fill-column-indicator.el: Fix bug#41145
+
+       (global-display-fill-column-indicator-mode): Specify the implicit
+       defustom's group explicitly.
+
+       * lisp/cus-dep.el (custom-make-dependencies): Also look at
+       define(-globalized)-minor-mode since it can also define custom vars.
+
+2020-09-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       Backport recent change in tramp-tests.el from master, don't merge
+
+       * test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name):
+       No need to expect different results in Emacs 28 and later.
+
+2020-09-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       Fix bug in dbus.el; do not merge with master
+
+       * lisp/net/dbus.el (dbus-register-property)
+       (dbus-property-handler): Handle properties of the same interface
+       at different object paths properly.  (Bug#43146)
+
+2020-09-01  Stefan Kangas  <stefankangas@gmail.com>
+
+       Fix help message with help-window-select
+
+       * lisp/help.el (help-print-return-message):
+       (help-window-display-message): Recommend 'scroll-up-command' instead
+       of 'scroll-up' when 'help-window-select' is non-nil.  (Bug#43122)
+
+2020-08-31  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       Remove obsolete "Wide Characters" section of Gnus manual
+
+       * doc/misc/gnus.texi: This hasn't been valid since 2016.
+
+2020-08-31  Stefan Kangas  <stefankangas@gmail.com>
+
+       Fix typo in Introduction to Emacs Lisp
+
+       * doc/lispintro/emacs-lisp-intro.texi (type-of-animal in detail):
+       Remove extraneous parenthesis.
+
+2020-08-30  Stefan Kangas  <stefankangas@gmail.com>
+
+       Update Elisp Manual reference to which-function-mode
+
+       * doc/lispref/modes.texi (Mode Line Top, Mode Line Variables)
+       Don't refer to obsolete alias for 'which-function-mode'.
+       (Bug#13716)
+
+2020-08-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       Some precisions to bug handling
+
+       * admin/admin.el (reminder-for-release-blocking-bugs): Add date to 
subject.
+
+       * admin/notes/bug-triage:
+       * admin/notes/bugtracker: Minor precisions.
+
+2020-08-29  Alan Mackenzie  <acm@muc.de>
+
+       CC Mode: Fix processing for when c-multiline-string-start-char is a 
character
+
+       * lisp/progmodes/cc-mode.el (c-pps-to-string-delim)
+       (c-multiline-string-check-final-quote): Replace c-clear-char-property by
+       c-clear-syn-tab.
+       (c-multiline-string-check-final-quote): Replace c-put-char-property by
+       c-put-syn-tab.
+
+2020-08-29  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix description of %-constructs in 'mode-line-format'
+
+       * doc/lispref/modes.texi (%-Constructs): Document %@ and remove
+       %M, which is no longer supported.   (Bug#43092)
+
+2020-08-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       Adapt tramp-tests.el, don't merge with master
+
+       * test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name)
+       (tramp-test05-expand-file-name-relative): Adapt tests.
+       (tramp--test-emacs28-p): New defun.
+
+2020-08-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       Adapt reminder-for-release-blocking-bugs
+
+       * admin/admin.el (reminder-for-release-blocking-bugs):
+       Require `debbugs-gnu' also in `interactive' form.
+
+       * admin/release-process: Rename RELEASE-CRITICAL to RELEASE-BLOCKING.
+       Adapt Emacs version.  Describe `reminder-for-release-blocking-bugs'.
+
+2020-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix replace-region-contents performance bug
+
+       Backport from master.
+       * src/editfns.c (rbc_quitcounter): Remove; the quitcounter
+       is now part of the context.
+       (EXTRA_CONTEXT_FIELDS): Remove unused member early_abort_tests.
+       Add jmp, quitcounter.
+       (Freplace_buffer_contents): Use setjmp/longjmp to recover from
+       a compareseq that runs too long.  Omit unnecessary rarely_quit
+       call.
+       (buffer_chars_equal): Occasionally check for early abort and
+       longjmp out if so (Bug#43016).
+
+2020-08-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * admin/admin.el (reminder-for-release-blocking-bugs): New command.
+
+2020-08-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.4.5-pre
+
+       * doc/misc/tramp.texi: Adapt Tramp and Emacs version numbers.
+       (Remote processes): Describe `process-file-return-signal-string'
+       and $INSIDE_EMACS.
+       (Frequently Asked Questions): Mention Emacs 28.
+       Describe `tramp-smb-options'.
+
+       * doc/misc/trampver.texi: Change version to "2.4.5-pre".
+
+       * lisp/net/tramp-adb.el (process-file-return-signal-string): Declare.
+       (tramp-adb-handle-write-region): Flush the cache after the file
+       has been written.
+       (tramp-adb-handle-set-file-modes, tramp-adb-handle-set-file-times):
+       Add optional _FLAG.
+       (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file)
+       (tramp-adb-handle-process-file): Use `tramp-file-local-name'.
+       (tramp-adb-get-signal-strings): New defun.
+       (tramp-adb-handle-process-file): Use it.
+       (tramp-adb-handle-make-process): Implement `stderr'.  Use
+       `insert-file-contents-literally'.
+       (tramp-adb-send-command-and-check): Add optional argument
+       EXIT-STATUS.
+       (tramp-adb-handle-process-file): Use it.
+
+       * lisp/net/tramp-archive.el (tramp-archive-file-name-handler):
+       Increase `max-specpdl-size' temporarily.
+
+       * lisp/net/tramp-cache.el (top):
+       Use `insert-file-contents-literally'.
+
+       * lisp/net/tramp-cmds.el (tramp-rename-files):
+       Use `tramp-file-local-name'.
+
+       * lisp/net/tramp-gvfs.el (tramp-gvfs-enabled): Prevent crash for
+       older Emacsen.
+       (top): Adapt `tramp-gvfs-unload-hook'.
+       (tramp-gvfs-handle-file-system-info): Fix error.
+       (tramp-gvfs-handle-set-file-modes, tramp-gvfs-handle-set-file-times):
+       Add optional _FLAG.
+
+       * lisp/net/tramp-rclone.el (tramp-rclone-flush-directory-cache):
+       Fix a problem with older Emacsen.
+
+       * lisp/net/tramp-sh.el (process-file-return-signal-string): Declare.
+       (tramp-sh-extra-args): Add "-noediting" as bash arg.
+       (tramp-hexdump-encode, tramp-hexdump-awk-encode)
+       (tramp-od-encode, tramp-od-awk-encode): New defconst.
+       (tramp-awk-encode, tramp-awk-decode): Adapt.
+       (tramp-awk-coding-test): Remove.
+       (tramp-remote-coding-commands): Add hexdump/awk encoding.  (Bug#35639)
+       (tramp-find-inline-encoding): Adapt handling of awk, hexdump and od.
+       (tramp-get-remote-busybox, tramp-get-remote-awk)
+       (tramp-get-remote-hexdump, tramp-get-remote-od): New defuns.
+       (tramp-sh-handle-make-symbolic-link):
+       (tramp-do-copy-or-rename-file-directly)
+       (tramp-sh-handle-process-file, tramp-set-remote-path)
+       (tramp-find-inline-encoding, tramp-get-remote-touch):
+       Use `tramp-file-local-name'.
+       (tramp-do-file-attributes-with-stat): Simplify shell command.
+       Suppress errors (interpret as nil).
+       (tramp-sh-handle-set-file-modes, tramp-sh-handle-set-file-times):
+       Add optional _FLAG.
+       (tramp-sh-handle-make-process): Do not visit with
+       `insert-file-contents'.  Delete tmp file only if exists.  Support
+       `stderr' as file name.  Delete temporary stderr file.  Flush
+       connection properties in time.
+       (tramp-sh-get-signal-strings): New defun.
+       (tramp-sh-handle-process-file): Use it.
+       (tramp-sh-handle-write-region): Copy to temp file only if FILENAME
+       exists.  (Bug#40156)
+       (tramp-set-remote-path): Send the command in several chunks if it
+       is too large.  (Bug#42538)
+       (tramp-open-connection-setup-interactive-shell): Move up "set +o
+       vi +o emacs" command.   (Bug#39399)
+       (tramp-send-command-and-read): Suppress `signal-hook-function'
+       when reading expression.
+       (tramp-send-command-and-check): Add optional argument EXIT-STATUS.
+       (tramp-sh-handle-process-file): Use it.  (Bug#41099)
+
+       * lisp/net/tramp-smb.el (tramp-smb-conf): Fix docstring.
+       (tramp-smb-options): New defcustom.
+       (tramp-smb-handle-copy-directory, tramp-smb-handle-file-acl)
+       (tramp-smb-handle-set-file-acl, tramp-smb-maybe-open-connection):
+       Use it.
+       (tramp-smb-errors): Add "NT_STATUS_INVALID_PARAMETER".
+       (tramp-smb-handle-make-symbolic-link)
+       (tramp-smb-handle-process-file): Use `tramp-file-local-name'.
+
+       * lisp/net/tramp-sudoedit.el (tramp-sudoedit-do-copy-or-rename-file):
+       (tramp-sudoedit-handle-set-file-uid-gid):
+       Use `tramp-unquote-file-local-name'.
+       (tramp-sudoedit-handle-make-symbolic-link):
+       Use `tramp-file-local-name'.
+       (tramp-sudoedit-handle-file-system-info): Fix a scoping error.
+       (tramp-sudoedit-handle-set-file-modes):
+       (tramp-sudoedit-handle-set-file-times): Add optional _FLAG.
+
+       * lisp/net/tramp.el: Bump version to 2.4.5-pre.
+       (tramp-file-local-name, tramp-unquote-file-local-name): New defuns.
+       (tramp-set-connection-local-variables-for-buffer)
+       (tramp-equal-remote, tramp-handle-make-auto-save-file-name):
+       Use `tramp-tramp-file-p'.
+       (tramp-parse-file): Use `insert-file-contents-literally'.
+       (tramp-handle-file-modes, tramp-handle-file-times):
+       Add optional _FLAG.
+       (tramp-handle-shell-command): Fix `window-start' in output buffer.
+       (Bug#39171)
+       Handle `shell-command-dont-erase-buffer'.  (Bug#39067)
+       Reorganize error-buffer handling.  Set `default-directory'.
+       (Bug#39253)
+       (tramp-handle-shell-command, tramp-handle-start-file-process):
+       Implement asynchronous `error-buffer'.
+       (tramp-action-process-alive): Read pending output.
+       (tramp-read-passwd): Use `tramp-compat-temporary-file-directory'.
+       (Bug#39389, Bug#39489)
+       (tramp-interrupt-process): Improve command.
+
+       * lisp/net/trampver.el: Change version to "2.4.5-pre".
+       (tramp-repository-branch, tramp-repository-version):
+       Bind `debug-on-error' to nil.
+
+       * test/lisp/net/tramp-tests.el (tramp-get-remote-gid)
+       (process-file-return-signal-string)
+       (shell-command-dont-erase-buffer): Declare.
+       (tramp-test10-write-region, tramp-test28-process-file)
+       (tramp-test29-start-file-process, tramp-test30-make-process)
+       (tramp-test31-interrupt-process, tramp-test32-shell-command):
+       Extend test.
+       (tramp-test10-write-region, tramp-test21-file-links): Use function
+       symbols.
+       (tramp-test18-file-attributes): Check `file-ownership-preserved-p'
+       only if possible.
+       (tramp--test-async-shell-command): New defun.
+       (tramp--test-shell-command-to-string-asynchronously): Use it.
+       (tramp-test32-shell-command-dont-erase-buffer): New test.
+
+2020-08-24  Phillip Lord  <phillip.lord@russet.org.uk>
+
+       Fix error in GMP test
+
+       * etc/w32-feature.el: Update to use system-configuration-features for
+         GMP test.
+
+2020-08-24  Phillip Lord  <phillip.lord@russet.org.uk>
+
+       Add Feature testing for Windows binaries
+
+       * etc/w32-feature.el: New file
+
+2020-08-20  Stefan Kangas  <stefankangas@gmail.com>
+
+       Revert "; * etc/NEWS: Remove temporary note on documentation.  
(Bug#42917)"
+
+       This reverts commit 121be3e1181e609734fc4cc9d2d54cf7eec18ab2.
+
+2020-08-19  Glenn Morris  <rgm@gnu.org>
+
+       * admin/admin.el (set-version): Trap yet another NEWS error.
+
+2020-08-19  Mattias Engdegård  <mattiase@acm.org>
+
+       Fix cond jump table compilation (bug#42919)
+
+       This bug affected compilation of
+
+        (cond ((member '(some list) variable) ...) ...)
+
+       While equal is symmetric, member is not; in the latter case the
+       arguments must be a variable and a constant list, in that order.
+
+       Reported by Ikumi Keita.
+
+       * lisp/emacs-lisp/bytecomp.el (byte-compile--cond-switch-prefix):
+       Don't treat equality and member predicates in the same way; only
+       the former are symmetric in their arguments.
+       * test/lisp/emacs-lisp/bytecomp-tests.el
+       (byte-opt-testsuite-arith-data): Add test cases.
+
+2020-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Let Emacs start even if curdir is inaccessible
+
+       * lisp/startup.el (normal-top-level): Also delete PWD if
+       file-attributes fails for either $PWD or default-directory,
+       instead of failing out of the top level.
+       This fixes a regression from Emacs 26 (Bug#42903).
+
+2020-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * etc/NEWS: Mention GnuPG 2.0 through 2.1.5 issue (Bug#42845).
+
+2020-08-17  Robert Pluim  <rpluim@gmail.com>
+
+       Fix bug with ~/Emacs file not being read at init
+
+       * src/xrdb.c (get_user_app): Put "/" between homedir
+       and %L or %N (Bug#42827).
+
+2020-08-15  Tino Calancha  <tino.calancha@gmail.com>
+
+       Prevent from frozen frame after `C-z' in Lucid builds
+
+       Some WMs (e.g. mutter in Gnome Shell) don't unmap iconized windows,
+       thus we won't get a MapNotify when deconifying them.
+       Check if we are deconifying a window elsewhere (Bug#42655).
+
+       - src/xterm.c (handle_one_xevent):
+       Check for window deconify when receiving a FocusIn signal.
+
+2020-08-15  Eli Zaretskii  <eliz@gnu.org>
+
+       Document the 'flex' completion style
+
+       * doc/emacs/mini.texi (Completion Styles): Document the 'flex'
+       completion style.  (Bug#42763)
+
+2020-08-14  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       Note that Emacs needs systemd support if systemd is used to stop/start
+
+       * etc/NEWS: Note that Emacs needs to be built with systemd support
+       systemd is used to stop/start Emacs (bug#42242).  Change suggested by
+       Bhavin Gandhi <bhavin7392@gmail.com>
+
+2020-08-14  Mattias Engdegård  <mattiase@acm.org>
+
+       Regexps cannot infloop; fix manual
+
+       * doc/lispref/searching.texi (Regexp Special): Edit erroneous
+       statements about infinite looping in regexps.
+
+       (cherry picked from commit 63268253d21c57d991cba3f3b083d74f154a26fe)
+
+2020-08-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix startup working dir bug on NeXTSTEP
+
+       * src/emacs.c (main) [NS_IMPL_COCOA]: Update emacs_wd
+       after a NS GUI chdirs successfully (Bug#42836).
+
+2020-08-13  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of function argument lists
+
+       * doc/lispref/functions.texi (Lambda Components)
+       (Defining Functions): Add a cross-reference to "Argument List".
+       (Argument List): Improve the section name.  (Bug#42750)
+
+2020-08-13  Eli Zaretskii  <eliz@gnu.org>
+
+       Improve documentation of special events
+
+       * doc/lispref/commands.texi (Misc Events): Explain how to bind
+       special events to commands.
+
+2020-08-13  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix face merging at EOL when inherited face specifies :extend
+
+       * src/xfaces.c (merge_face_ref): Handle correctly faces that
+       inherit from another, and in addition specify :extend.
+       (Bug#42552)
+
+       (cherry picked from commit 39c90f8dfabe158ad7ac9243aa9b9dedb9409e19)
+
+2020-08-13  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix face extension past EOL in overlay strings
+
+       * src/xdisp.c (face_at_pos): Pass ATTR_FILTER to
+       face_for_overlay_string.
+       * src/xfaces.c (face_for_overlay_string): Accept an additional
+       argument ATTR_INDEX and pass it to merge_face_ref for merging the
+       face at POS.  This ensures a face from buffer text will not be
+       merged unless it specifies the :extend attribute.  (Bug#42552)
+       * src/dispextern.h (face_for_overlay_string): Adjust prototype.
+
+       (cherry picked from commit 35564bea4d73bc266743216599d01d644aed6fd8)
+
+2020-08-12  Phil Sainty  <psainty@orcon.net.nz>
+
+       Fix comint-redirect-results-list regexp usage (Bug#42662)
+
+       * lisp/comint.el (comint-redirect-results-list-from-process):
+       Don't treat the literal string argument COMMAND as a regexp.
+
+2020-08-04  Nicolas Petton  <nicolas@petton.fr>
+
+       * etc/HISTORY: Update the Emacs 27.1 release date.
+
 2020-08-03  Phil Sainty  <psainty@orcon.net.nz>
 
        lisp/so-long.el: Improve support for major mode hooks
@@ -142478,7 +144118,7 @@
 
 This file records repository revisions from
 commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
-commit 1ca4da054be7eb340c511d817f3ec89c8b819db7 (inclusive).
+commit 48b9c47805fc304441017f6ee4c114212cdb0496 (inclusive).
 See ChangeLog.2 for earlier changes.
 
 ;; Local Variables:
diff --git a/README b/README
index 279a66b..8f7649c 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Copyright (C) 2001-2020 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
-This directory tree holds version 27.1.50 of GNU Emacs, the extensible,
+This directory tree holds version 27.1.90 of GNU Emacs, the extensible,
 customizable, self-documenting real-time display editor.
 
 The file INSTALL in this directory says how to build and install GNU
diff --git a/configure.ac b/configure.ac
index ff15972..e93a333 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl  along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.
 
 AC_PREREQ(2.65)
 dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
-AC_INIT(GNU Emacs, 27.1.50, bug-gnu-emacs@gnu.org, , 
https://www.gnu.org/software/emacs/)
+AC_INIT(GNU Emacs, 27.1.90, bug-gnu-emacs@gnu.org, , 
https://www.gnu.org/software/emacs/)
 
 dnl Set emacs_config_options to the options of 'configure', quoted for the 
shell,
 dnl and then quoted again for a C string.  Separate options with spaces.
diff --git a/etc/AUTHORS b/etc/AUTHORS
index c2b5d9d..9694841 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -64,7 +64,7 @@ Adrian Robert: co-wrote ns-win.el
 and changed nsterm.m nsfns.m nsfont.m nsterm.h nsmenu.m configure.ac
   src/Makefile.in macos.texi README config.in emacs.c font.c keyboard.c
   nsgui.h nsimage.m xdisp.c image.c lib-src/Makefile.in lisp.h menu.c
-  Makefile.in and 78 other files
+  Makefile.in and 79 other files
 
 Ævar Arnfjörð Bjarmason: changed rcirc.el
 
@@ -85,6 +85,8 @@ and changed cc-mode.el perl-mode.el
 
 Akinori Musha: changed ruby-mode.el Makefile.in sieve-mode.el
 
+Akira Kyle: changed eww.el
+
 Aki Vehtari: changed bibtex.el gnus-art.el gnus-score.el gnus-sum.el
   nnmail.el tar-mode.el
 
@@ -98,10 +100,10 @@ Alan Mackenzie: wrote cc-awk.el
 and co-wrote cc-align.el cc-cmds.el cc-defs.el cc-engine.el cc-fonts.el
   cc-langs.el cc-mode.el cc-styles.el cc-vars.el
 and changed cc-mode.texi bytecomp.el display.texi follow.el subr.el
-  edebug.el progmodes/compile.el programs.texi syntax.texi modes.texi
-  font-lock.el isearch.el text.texi help.el ispell.el lread.c syntax.c
-  windows.texi .dir-locals.el control.texi cus-start.el
-  and 148 other files
+  edebug.el syntax.texi progmodes/compile.el programs.texi modes.texi
+  font-lock.el isearch.el text.texi help.el ispell.el lread.c
+  newcomment.el syntax.c windows.texi .dir-locals.el control.texi
+  and 150 other files
 
 Alan Modra: changed unexelf.c
 
@@ -112,9 +114,9 @@ Alan Shutko: changed diary-lib.el calendar.el bindings.el 
cal-hebrew.el
   solar.el
 
 Alan Third: wrote dabbrev-tests.el image-transforms-tests.el
-and changed nsterm.m nsterm.h nsfns.m nsmenu.m ns-win.el nsimage.m
-  image.c macfont.m configure.ac frame.el xdisp.c macos.texi display.texi
-  image.el xterm.c Info.plist.in conf_post.h dispextern.h frame.c frame.h
+and changed nsterm.m nsterm.h nsfns.m ns-win.el nsmenu.m nsimage.m
+  image.c macfont.m configure.ac frame.el xdisp.c macos.texi dispextern.h
+  display.texi image.el xterm.c Info.plist.in conf_post.h frame.c frame.h
   frames.texi and 21 other files
 
 Alastair Burt: changed gnus-art.el smiley.el
@@ -398,11 +400,11 @@ Ansgar Burchardt: changed latin-ltx.el
 
 Antoine Beaupré: changed vc-git.el
 
-Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi ada-prj.el
+Antoine Levitt: changed gnus-group.el gnus-sum.el message.texi
   ange-ftp.el cus-edit.el dired-x.el ebnf2ps.el emerge.el erc-button.el
   erc-goodies.el erc-stamp.el erc-track.el files.el find-file.el
   gnus-art.el gnus-uu.el gnus.el gnus.texi message.el mh-funcs.el
-  and 8 other files
+  mh-mime.el and 7 other files
 
 Antonin Houska: changed newcomment.el
 
@@ -488,7 +490,7 @@ Bartosz Duszel: changed allout.el bib-mode.el cc-cmds.el 
hexl.el icon.el
   xscheme.el
 
 Basil L. Contovounesios: changed simple.el message.el subr.el text.texi
-  gravatar.el modes.texi custom.el customize.texi display.texi eww.el
+  custom.el gravatar.el modes.texi customize.texi display.texi eww.el
   files.texi gnus-group.el gnus-sum.el gnus-win.el internals.texi
   window.c bibtex.el button.el gnus-art.el gnus-msg.el gnus.texi
   and 182 other files
@@ -499,10 +501,10 @@ Bastian Beischer: changed semantic/complete.el include.el 
mru-bookmark.el
 Bastien Guerry: wrote gnus-bookmark.el
 and co-wrote ol-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 120 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 123 other files
 
 Ben A. Mesander: co-wrote erc-dcc.el
 
@@ -619,7 +621,7 @@ and changed fill.el simple.el indent.el paragraphs.el 
cmds.c intervals.c
   text-mode.el textprop.c ada.el allout.el awk-mode.el bibtex.el buffer.c
   buffer.h c-mode.el and 38 other files
 
-Boris Samorodov: changed imap.el
+Boris Samorodov: changed net/imap.el
 
 Boruch Baum: co-wrote footnote.el
 and changed bookmark.el
@@ -708,17 +710,18 @@ Carsten Dominik: wrote idlw-complete-structtag.el 
idlw-toolbar.el
   org-capture.el org-clock.el org-colview.el org-compat.el
   org-datetree.el org-faces.el org-feed.el org-footnote.el org-goto.el
   org-id.el org-indent.el org-inlinetask.el org-macs.el org-mobile.el
-  org-table.el org-timer.el org.el reftex-auc.el reftex-cite.el
-  reftex-dcr.el reftex-global.el reftex-index.el reftex-parse.el
-  reftex-ref.el reftex-sel.el reftex-toc.el reftex-vars.el reftex.el
+  org-refile.el org-table.el org-timer.el org.el reftex-auc.el
+  reftex-cite.el reftex-dcr.el reftex-global.el reftex-index.el
+  reftex-parse.el reftex-ref.el reftex-sel.el reftex-toc.el
+  reftex-vars.el reftex.el
 and co-wrote idlw-help.el idlw-shell.el idlwave.el ol-bbdb.el
   ol-bibtex.el ol-gnus.el org-entities.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-bbdb.el
-  org-gnus.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 and 40 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-bbdb.el org-gnus.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 and 40 other files
 
 Caveh Jalali: changed configure.ac intel386.h sol2-4.h
 
@@ -766,7 +769,7 @@ and co-wrote longlines.el tango-dark-theme.el tango-theme.el
 and changed simple.el display.texi xdisp.c files.el frames.texi
   cus-edit.el files.texi custom.el subr.el text.texi faces.el keyboard.c
   startup.el package.el misc.texi emacs.texi modes.texi mouse.el
-  custom.texi image.c window.el and 933 other files
+  custom.texi image.c window.el and 932 other files
 
 Chris Chase: co-wrote idlw-shell.el idlwave.el
 
@@ -855,7 +858,7 @@ Christopher Allan Webber: changed gamegrid.el org-agenda.el 
tetris.el
 Christopher Genovese: changed ibuf-ext.el ibuffer-tests.el assoc.el
   help-fns.el ibuffer.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
@@ -900,11 +903,13 @@ Claudio Bley: changed image.c image.el process.c stat.h 
w32-win.el w32.c
 
 Claudio Fontana: changed Makefile.in leim/Makefile.in lib-src/Makefile.in
 
-Clément Pit--Claudel: changed debugging.texi emacs-lisp/debug.el eval.c
-  progmodes/python.el subr-tests.el subr.el url-http.el url-vars.el
+Clemens Radermacher: changed cus-start.el frame.c minibuf.texi window.el
 
 Clément Pit-Claudel: changed display.texi keyboard.c text.texi xdisp.c
 
+Clément Pit--Claudel: changed debugging.texi emacs-lisp/debug.el eval.c
+  progmodes/python.el subr-tests.el subr.el url-http.el url-vars.el
+
 Colin Marquardt: changed gnus.el message.el
 
 Colin Rafferty: changed message.el
@@ -968,10 +973,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 Barrett: changed dbnotn.rnc
 
@@ -990,7 +995,7 @@ and changed keyboard.c emacs.c w32fns.c alloc.c image.c 
cl-macs.el lisp.h
   and 216 other files
 
 Daniel Dehennin: changed gnus-mlspl.el mml2015.el gnus-msg.el gnus.texi
-  mm-decode.el nnmail.el ox.el
+  mm-decode.el nnmail.el org-exp.el
 
 Daniel E. Doherty: changed calc.texi
 
@@ -1021,6 +1026,8 @@ Daniel Lopez: changed progmodes/compile.el
 
 Daniel Lublin: changed dns-mode.el
 
+Daniel Martín: changed erc.texi msdos-xtra.texi ns-win.el nsterm.m
+
 Daniel McClanahan: changed lisp-mode.el
 
 Daniel M Coffman: changed arc-mode.el
@@ -1095,7 +1102,7 @@ and co-wrote latin-ltx.el socks.el
 and changed configure.ac help.el mule-cmds.el fortran.el mule-conf.el
   xterm.c browse-url.el mule.el coding.c src/Makefile.in european.el
   fns.c mule-diag.el simple.el wid-edit.el cus-edit.el cus-start.el
-  files.el keyboard.c byte-opt.el info.el and 772 other files
+  files.el keyboard.c byte-opt.el info.el and 773 other files
 
 Dave Pearson: wrote 5x5.el quickurl.el
 
@@ -1131,8 +1138,8 @@ David De La Harpe Golden: changed files.el mouse.el 
simple.el fileio.c
   cus-start.el nsselect.m select.el w32-fns.el x-win.el xterm.c
 
 David Edmondson: changed message.el erc.el mml2015.el process.c
-  gnus-cite.el imap.el mm-uu.el mm-view.el nnfolder.el nnimap.el nnml.el
-  rcirc.el shr.el
+  gnus-cite.el mm-uu.el mm-view.el net/imap.el nnfolder.el nnimap.el
+  nnml.el rcirc.el shr.el
 
 David Engster: wrote mairix.el nnmairix.el
 and co-wrote gitmerge.el
@@ -1189,9 +1196,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
 
@@ -1263,10 +1270,10 @@ Debarshi Ray: changed erc-backend.el erc.el
 
 Decklin Foster: changed nngateway.el
 
-Deepak Goel: changed idlw-shell.el ada-xref.el feedmail.el files.el
-  find-func.el flymake.el mh-search.el mh-seq.el mh-thread.el mh-xface.el
-  org.el simple.el vc.el vhdl-mode.el wdired.el README ada-mode.el
-  allout.el appt.el apropos.el artist.el and 85 other files
+Deepak Goel: changed idlw-shell.el feedmail.el files.el find-func.el
+  flymake.el mh-search.el mh-seq.el mh-thread.el mh-xface.el org.el
+  simple.el vc.el vhdl-mode.el wdired.el README allout.el appt.el
+  apropos.el artist.el bibtex.el bindings.el and 83 other files
 
 D. E. Evans: changed basic.texi
 
@@ -1288,7 +1295,7 @@ Dennis Gilmore: changed sparc.h
 
 Denys Duchier: changed pop3.el
 
-Derek Atkins: changed imap.el pgg-pgp.el
+Derek Atkins: changed net/imap.el pgg-pgp.el
 
 Derek L. Davies: changed gud.el
 
@@ -1357,7 +1364,7 @@ Dmitry Gutov: wrote elisp-mode-tests.el jit-lock-tests.el 
json-tests.el
   vc-hg-tests.el xref-tests.el
 and changed ruby-mode.el xref.el project.el vc-git.el elisp-mode.el
   etags.el ruby-mode-tests.el js.el package.el vc-hg.el vc.el
-  symref/grep.el log-edit.el simple.el dired-aux.el minibuffer.el
+  symref/grep.el dired-aux.el log-edit.el simple.el minibuffer.el
   menu-bar.el package-test.el progmodes/grep.el vc-svn.el eldoc.el
   and 112 other files
 
@@ -1392,11 +1399,13 @@ and changed dired.el cus-edit.el imenu.el info.el 
ls-lisp.el faces.el
   mouse.el ange-ftp.el apropos.el bindings.el bookmark.el custom.el
   descr-text.el dired-aux.el dired.texi and 18 other files
 
+Earl Hyatt: changed windows.texi
+
 E. Choroba: changed simple.el
 
 Edison Ibañez: changed auth-source-pass-tests.el
 
-Ed L. Cashin: changed gnus-sum.el imap.el
+Ed L. Cashin: changed gnus-sum.el net/imap.el
 
 Ed Swarthout: changed hexl.el textmodes/table.el
 
@@ -1445,9 +1454,9 @@ Eli Zaretskii: wrote [bidirectional display in xdisp.c]
   chartab-tests.el coding-tests.el doc-tests.el etags-tests.el rxvt.el
   tty-colors.el
 and changed xdisp.c msdos.c w32.c display.texi w32fns.c simple.el
-  files.el fileio.c keyboard.c w32term.c emacs.c w32proc.c files.texi
-  text.texi dispnew.c frames.texi lisp.h dispextern.h window.c process.c
-  term.c and 1191 other files
+  files.el fileio.c keyboard.c w32term.c emacs.c w32proc.c text.texi
+  dispnew.c files.texi frames.texi lisp.h dispextern.h window.c term.c
+  process.c and 1192 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
@@ -1462,7 +1471,7 @@ Emilio C. Lopes: changed woman.el cmuscheme.el help.el 
vc.el advice.el
   and 57 other files
 
 Emmanuel Briot: wrote xml.el
-and changed ada-mode.el ada-stmt.el ada-prj.el ada-xref.el
+and changed ada-stmt.el
 
 Era Eriksson: changed bibtex.el dired.el json.el ses.el ses.texi shell.el
   tramp.el tramp.texi
@@ -1532,7 +1541,7 @@ and changed c.srt ede.texi info.el rmail.el speedbspec.el 
 cedet.el
   ede-autoconf.srt ede-make.srt eieio.texi gud.el sb-dir-minus.xpm
   sb-dir-plus.xpm sb-dir.xpm sb-mail.xpm sb-pg-minus.xpm sb-pg-plus.xpm
   sb-pg.xpm sb-tag-gt.xpm sb-tag-minus.xpm sb-tag-plus.xpm
-  and 50 other files
+  and 51 other files
 
 Eric Schulte: wrote ob-asymptote.el ob-awk.el ob-calc.el ob-comint.el
   ob-coq.el ob-css.el ob-ditaa.el ob-dot.el ob-emacs-lisp.el ob-eval.el
@@ -1544,10 +1553,10 @@ and co-wrote ob-C.el ob-R.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 ol-bibtex.el
 and changed org.texi org.el ob-clojure.el org-exp-blocks.el ob-sh.el
-  org-bibtex.el ox.el ox-latex.el org-src.el ob-plantuml.el ob-keys.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
-  and 16 other files
+  org-bibtex.el org-exp.el ox-latex.el org-src.el ob-plantuml.el
+  ob-keys.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 and 16 other files
 
 Eric S Fraga: wrote ob-ledger.el
 and co-wrote ob-maxima.el
@@ -1592,7 +1601,7 @@ Ethan Bradford: changed ispell.el ange-ftp.el gnus.el 
gnuspost.el lpr.el
 
 Ethan Ligon: changed org-docbook.el ox-html.el
 
-Etienne Prud'homme: changed align.el
+Etienne Prud'Homme: changed align.el
 
 Etienne Prud’Homme: changed css-mode-tests.el css-mode.el
 
@@ -1659,7 +1668,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
 
@@ -1790,7 +1800,8 @@ Gary Oberbrunner: changed gud.el
 
 Gary Wong: changed termcap.c tparam.c
 
-Gaute B Strokkenes: changed imap.el gnus-fun.el mail-source.el process.c
+Gaute B Strokkenes: changed net/imap.el gnus-fun.el mail-source.el
+  process.c
 
 G Dinesh Dutt: changed etags.el
 
@@ -1799,7 +1810,7 @@ Geert Kloosterman: changed which-func.el
 Gemini Lasswell: wrote backtrace-tests.el backtrace.el edebug-tests.el
   kmacro-tests.el testcover-tests.el thread-tests.el thread.el
 and changed edebug.el cl-print.el edebug.texi cl-print-tests.el
-  debugging.texi cl-macs.el emacs-lisp/debug.el edebug-test-code.el
+  debugging.texi emacs-lisp/debug.el cl-macs.el edebug-test-code.el
   subr.el testcases.el testcover.el cl-generic.el ert-x.el eval.c
   eieio-compat.el elisp.texi ert.el ert.texi eval-tests.el generator.el
   print.c and 24 other files
@@ -1833,7 +1844,7 @@ Gerd Möllmann: wrote authors.el ebrowse.el jit-lock.el 
tooltip.el
 and changed xdisp.c xterm.c dispnew.c dispextern.h xfns.c xfaces.c
   window.c keyboard.c lisp.h faces.el alloc.c buffer.c startup.el xterm.h
   fns.c simple.el term.c configure.ac frame.c xmenu.c emacs.c
-  and 610 other files
+  and 607 other files
 
 Gergely Nagy: changed erc.el
 
@@ -1857,9 +1868,9 @@ Giuseppe Scrivano: changed browse-url.el buffer.c 
configure.ac sysdep.c
 Glenn Morris: wrote check-declare.el f90-tests.el vc-bzr-tests.el
 and changed configure.ac Makefile.in src/Makefile.in calendar.el
   diary-lib.el lisp/Makefile.in files.el make-dist rmail.el
-  progmodes/f90.el bytecomp.el simple.el authors.el admin.el startup.el
+  progmodes/f90.el bytecomp.el simple.el admin.el authors.el startup.el
   emacs.texi misc/Makefile.in display.texi lib-src/Makefile.in ack.texi
-  subr.el and 1760 other files
+  subr.el and 1761 other files
 
 Glynn Clements: wrote gamegrid.el snake.el tetris.el
 
@@ -1901,11 +1912,13 @@ Gregor Schmid: changed intervals.c intervals.h 
tcl-mode.el textprop.c
 
 Gregory Chernov: changed nnslashdot.el
 
+Gregory Heytings: changed minibuffer.el
+
 Grégory Mounié: changed display.texi hi-lock.el man.el xfns.c
 
 Gregory Neil Shapiro: changed mailabbrev.el
 
-Gregor Zattler: changed eshell.texi emacs-lisp-intro.texi
+Gregor Zattler: changed eshell.texi eww.texi emacs-lisp-intro.texi
 
 Greg Stark: changed gnus-ems.el timezone.el
 
@@ -1957,7 +1970,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
 
@@ -2004,7 +2017,7 @@ Hong Xu: changed etags.el simple.el maintaining.texi 
minibuf.texi
   paren.el progmodes/python.el search.c editfns.c em-cmpl.el
   emacs-mime.texi files.texi flyspell.el gnus-cite.el message.el
   parse-time-tests.el parse-time.el progmodes/cpp.el programs.texi
-  python-tests.el subr.el url-util.el and 3 other files
+  python-tests.el subr.el tramp.texi and 4 other files
 
 Hosoya Kei: changed TUTORIAL.ja
 
@@ -2099,7 +2112,8 @@ Istvan Marko: changed gnus-agent.el xfns.c
 Itai Zukerman: changed mm-decode.el
 
 Ivan Andrus: changed editfns.c epg.el ffap.el find-file.el ibuf-ext.el
-  ibuffer.el newcomment.el nxml-mode.el progmodes/python.el
+  ibuffer.el newcomment.el nextstep/templates/Info.plist.in nxml-mode.el
+  progmodes/python.el
 
 Ivan Boldyrev: changed mml1991.el
 
@@ -2155,7 +2169,7 @@ J. Alexander Branham: wrote conf-mode-tests.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
@@ -2216,14 +2230,14 @@ 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
 
 Jan Vroonhof: changed gnus-cite.el gnus-msg.el nntp.el
 
-Jared Finder: changed progmodes/compile.el
+Jared Finder: changed commands.texi progmodes/compile.el
 
 Jarek Czekalski: changed keyboard.c callproc.c mini.texi minibuf.c
   misc.texi server.el shell.el w32fns.c xgselect.c
@@ -2249,7 +2263,7 @@ Jason Dunsmore: changed org.el ox-html.el
 
 Jason L. Wright: changed smtpmail.el
 
-Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el imap.el
+Jason Merrill: changed gnus-sum.el add-log.el gnus-salt.el net/imap.el
   nnfolder.el
 
 Jason Riedy: changed org-table.el org.texi
@@ -2572,7 +2586,7 @@ John Williams: changed bytecomp-tests.el 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 cus-edit.el ido.el
   lisp-mnt.el tabulated-list.el tips.texi
@@ -2634,7 +2648,7 @@ and changed erc.el erc-track.el erc-backend.el 
erc-match.el misc.el
 
 Jose A. Ortega Ruiz: changed gnus-sum.el url-http.el
 
-Jose E. Marchesi: changed ada-mode.el gomoku.el simple.el smtpmail.el
+Jose E. Marchesi: changed gomoku.el simple.el smtpmail.el
 
 José L. Doménech: changed dired-aux.el
 
@@ -2674,12 +2688,12 @@ Juanma Barranquero: wrote emacs-lock.el frameset.el 
help-tests.el
 and changed subr.el desktop.el w32fns.c faces.el simple.el emacsclient.c
   files.el server.el bs.el help-fns.el xdisp.c org.el w32term.c w32.c
   buffer.c keyboard.c ido.el image.c window.c eval.c allout.el
-  and 1235 other files
+  and 1234 other files
 
 Juan Pechiar: wrote ob-mscgen.el
 and changed ob-octave.el
 
-Juergen Kreileder: changed imap.el nnimap.el
+Juergen Kreileder: changed net/imap.el nnimap.el
 
 Juergen Nickelsen: wrote ws-mode.el
 
@@ -2718,7 +2732,7 @@ and changed tramp-gvfs.el tramp-sh.el comint.el 
em-unix.el esh-util.el
 Juri Linkov: wrote files-x.el misearch.el replace-tests.el tab-bar.el
   tab-line.el
 and changed isearch.el info.el simple.el replace.el dired.el dired-aux.el
-  progmodes/grep.el image-mode.el progmodes/compile.el startup.el subr.el
+  progmodes/grep.el image-mode.el progmodes/compile.el subr.el startup.el
   diff-mode.el files.el menu-bar.el faces.el display.texi bindings.el
   desktop.el comint.el minibuffer.el search.texi and 419 other files
 
@@ -2744,12 +2758,12 @@ and co-wrote longlines.el tramp-sh.el tramp.el
 and changed message.el gnus-agent.el gnus-sum.el files.el nnmail.el
   tramp.texi nntp.el gnus.el simple.el ange-ftp.el dired.el paragraphs.el
   bindings.el files.texi gnus-art.el gnus-group.el man.el INSTALL
-  Makefile.in crisp.el fileio.c and 44 other files
+  Makefile.in crisp.el fileio.c and 45 other files
 
 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
 
@@ -2786,7 +2800,7 @@ and changed simple.el files.el doc-view.el image-mode.el 
info.el
 Karl Heuer: changed keyboard.c lisp.h xdisp.c buffer.c xfns.c xterm.c
   alloc.c files.el frame.c configure.ac window.c data.c minibuf.c
   editfns.c fns.c process.c Makefile.in fileio.c simple.el keymap.c
-  indent.c and 446 other files
+  indent.c and 447 other files
 
 Karl Kleinpaste: changed gnus-sum.el gnus-art.el gnus-picon.el
   gnus-score.el gnus-uu.el gnus-xmas.el gnus.el mm-uu.el mml.el nnmail.el
@@ -2814,7 +2828,7 @@ Katsumi Yamaoka: wrote canlock.el
 and changed gnus-art.el gnus-sum.el message.el mm-decode.el gnus.texi
   mm-util.el mm-view.el gnus-group.el gnus-util.el gnus-msg.el mml.el
   shr.el rfc2047.el gnus-start.el gnus.el nntp.el gnus-agent.el nnrss.el
-  mm-uu.el nnmail.el emacs-mime.texi and 161 other files
+  mm-uu.el nnmail.el emacs-mime.texi and 165 other files
 
 Kaushal Modi: changed files.el isearch.el apropos.el calc-yank.el
   custom.texi desktop.el ediff-diff.el eww.el ffap.el maintaining.texi
@@ -2827,8 +2841,8 @@ Kaveh R. Ghazi: changed delta88k.h xterm.c
 
 Kayvan Sylvan: changed supercite.el
 
-Kazuhiro Ito: changed coding.c flow-fill.el font.c keyboard.c
-  make-mode.el net/starttls.el xdisp.c
+Kazuhiro Ito: changed coding.c font.c keyboard.c mail/flow-fill.el
+  make-mode.el net/starttls.el uudecode.el xdisp.c
 
 Kazushi Marukawa: changed filelock.c hexl.c profile.c unexalpha.c
 
@@ -2942,12 +2956,12 @@ Kim F. Storm: wrote bindat.el cua-base.el cua-gmrk.el 
cua-rect.el ido.el
 and changed xdisp.c dispextern.h process.c simple.el window.c keyboard.c
   xterm.c dispnew.c subr.el w32term.c lisp.h fringe.c display.texi
   macterm.c alloc.c fns.c xfaces.c keymap.c xfns.c xterm.h .gdbinit
-  and 249 other files
+  and 248 other files
 
 Kimit Yada: changed copyright.el
 
 Kim-Minh Kaplan: changed gnus-picon.el gnus-sum.el gnus-start.el
-  gnus-win.el gnus-xmas.el gnus.texi imap.el message.el nndraft.el
+  gnus-win.el gnus-xmas.el gnus.texi message.el net/imap.el nndraft.el
   nnml.el
 
 Kirill A. Korinskiy: changed fortune.el
@@ -2978,11 +2992,11 @@ Koichi Arakawa: changed tramp-sh.el w32proc.c
 Konrad Hinsen: wrote ol-eshell.el
 and changed ob-python.el
 
-Konstantin Kharlamov: changed ada-mode.el calc-aent.el calc-ext.el
-  calc-lang.el cc-mode.el cperl-mode.el css-mode.el cua-rect.el
-  diff-mode.el dnd.el ebnf-abn.el ebnf-dtd.el ebnf-ebx.el
-  emacs-module-tests.el epg.el faces.el gnus-art.el gtkutil.c hideif.el
-  htmlfontify.el lex.el and 24 other files
+Konstantin Kharlamov: changed calc-aent.el calc-ext.el calc-lang.el
+  cc-mode.el cperl-mode.el css-mode.el cua-rect.el diff-mode.el dnd.el
+  ebnf-abn.el ebnf-dtd.el ebnf-ebx.el emacs-module-tests.el epg.el
+  faces.el gnus-art.el gtkutil.c hideif.el htmlfontify.el lex.el mapconv
+  and 23 other files
 
 Konstantin Kliakhandler: changed org-agenda.el
 
@@ -3062,7 +3076,7 @@ and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el 
gnus-score.el
 and changed gnus.texi process.c subr.el simple.el files.el gnutls.c
   gnus-ems.el smtpmail.el display.texi url-http.el auth-source.el
   gnus-cite.el pop3.el dired.el edebug.el gnus-xmas.el text.texi image.el
-  image.c gnutls.el nnrss.el and 651 other files
+  image.c gnutls.el nnrss.el and 658 other files
 
 Lars Rasmusson: changed ebrowse.c
 
@@ -3071,10 +3085,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
@@ -3092,11 +3107,11 @@ Lele Gaifax: changed progmodes/python.el flymake.el 
python-tests.el
   TUTORIAL.it flymake-proc.el flymake.texi isearch.el
 
 Lennart Borgman: co-wrote ert-x.el
-and changed nxml-mode.el tutorial.el re-builder.el window.el ada-xref.el
-  buff-menu.el emacs-lisp/debug.el emacsclient.c filesets.el flymake.el
-  help-fns.el isearch.el linum.el lisp-mode.el lisp.el mouse.el
-  recentf.el remember.el replace.el ruby-mode.el shell.el
-  and 4 other files
+and changed nxml-mode.el tutorial.el re-builder.el window.el buff-menu.el
+  emacs-lisp/debug.el emacsclient.c filesets.el flymake.el help-fns.el
+  isearch.el linum.el lisp-mode.el lisp.el mouse.el recentf.el
+  remember.el replace.el ruby-mode.el shell.el texinfmt.el
+  and 3 other files
 
 Lennart Staflin: changed dired.el diary-ins.el diary-lib.el tq.el xdisp.c
 
@@ -3148,7 +3163,7 @@ Luc Teirlinck: wrote help-at-pt.el
 and changed files.el autorevert.el cus-edit.el subr.el simple.el
   frames.texi startup.el display.texi files.texi dired.el comint.el
   modes.texi custom.texi emacs.texi fns.c frame.el ielm.el minibuf.texi
-  variables.texi buffers.texi commands.texi and 211 other files
+  variables.texi buffers.texi commands.texi and 212 other files
 
 Ludovic Courtès: wrote nnregistry.el
 and changed configure.ac gnus.texi loadup.el
@@ -3165,8 +3180,8 @@ Lukas Huonker: changed tetris.el
   auth-source-pass.el
 
 Łukasz Stelmach: changed erc.el ps-print.el cookie1.el gnus-group.el
-  gtkutil.c message.el org-agenda.el org-bbdb.el org.el org.texi
-  ox-html.el ox.el simple.el
+  gtkutil.c message.el org-agenda.el org-bbdb.el org-exp.el org.el
+  org.texi ox-html.el simple.el
 
 Luke Lee: changed hideif.el
 
@@ -3176,7 +3191,7 @@ Lute Kamstra: changed modes.texi emacs-lisp/debug.el 
generic-x.el
   generic.el font-lock.el simple.el subr.el battery.el debugging.texi
   easy-mmode.el elisp.texi emacs-lisp/generic.el hl-line.el info.el
   octave.el basic.texi bindings.el calc.el cmdargs.texi diff-mode.el
-  doclicense.texi and 290 other files
+  doclicense.texi and 289 other files
 
 Lynn Slater: wrote help-macro.el
 
@@ -3197,7 +3212,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
 
@@ -3297,7 +3312,7 @@ and changed image-dired.el dunnet.el mpc.el eww.el 
json.el calc-units.el
 
 Mark Plaksin: changed nnrss.el term.el
 
-Mark Thomas: changed flow-fill.el gnus-sum.el gnus-util.el nnmail.el
+Mark Thomas: changed gnus-sum.el gnus-util.el mail/flow-fill.el nnmail.el
 
 Mark Triggs: changed nnir.el
 
@@ -3316,7 +3331,7 @@ and changed cus-edit.el files.el progmodes/compile.el 
rmail.el
   tex-mode.el find-func.el rmailsum.el simple.el cus-dep.el dired.el
   mule-cmds.el rmailout.el checkdoc.el configure.ac custom.el emacsbug.el
   gnus.el help-fns.el ls-lisp.el mwheel.el sendmail.el
-  and 126 other files
+  and 125 other files
 
 Markus Sauermann: changed lisp-mode.el
 
@@ -3359,7 +3374,7 @@ Martin Pohlack: changed iimage.el pc-select.el
 Martin Rudalics: changed window.el window.c windows.texi frame.c xdisp.c
   w32fns.c xterm.c frames.texi w32term.c xfns.c frame.el display.texi
   help.el buffer.c window.h cus-start.el frame.h dispnew.c mouse.el
-  nsfns.m gtkutil.c and 209 other files
+  nsfns.m gtkutil.c and 208 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
@@ -3378,7 +3393,7 @@ and changed ob-emacs-lisp.el
 
 Masahiko Sato: wrote vip.el
 
-Masahiro Nakamura: changed ns-win.el nsterm.m
+Masahiro Nakamura: changed ns-win.el nsterm.m w32fns.c
 
 Masanobu Umeda: wrote metamail.el rmailsort.el timezone.el
 and co-wrote gnus-kill.el gnus-mh.el gnus-msg.el gnus.el nnbabyl.el
@@ -3410,7 +3425,8 @@ Mathieu Othacehe: changed tramp-adb.el
 
 Mats Lidell: changed TUTORIAL.sv european.el gnus-art.el org-element.el
 
-Matt Armstrong: changed gnus-topic.el gnus.el imap.el message.el shell.el
+Matt Armstrong: changed gnus-topic.el gnus.el message.el net/imap.el
+  shell.el
 
 Matt Bisson: changed xterm.c
 
@@ -3460,8 +3476,8 @@ Matt Hodges: changed textmodes/table.el faces.el 
iswitchb.el simple.el
 
 Mattias Engdegård: changed rx.el searching.texi rx-tests.el autorevert.el
   calc-tests.el regexp-opt.el filenotify.el subr.el files.el
-  progmodes/compile.el mouse.el bytecomp.el compile-tests.el
-  autorevert-tests.el byte-opt.el bytecomp-tests.el calc-alg.el
+  progmodes/compile.el bytecomp.el mouse.el bytecomp-tests.el
+  compile-tests.el autorevert-tests.el byte-opt.el calc-alg.el
   compilation.txt dired.el font.c regex-emacs.c and 170 other files
 
 Matt Lundin: changed org-agenda.el org.el org-bibtex.el org-footnote.el
@@ -3480,7 +3496,7 @@ Mauro Aranda: changed wid-edit.el cus-edit.el gnus.texi 
octave.el pong.el
   autorevert.el cc-mode.texi control.texi custom-tests.el custom.el
   dbus.texi dired-x.texi elisp-mode.el epa.el esh-mode.el
   eshell/eshell.el eudc.texi files.texi functions.texi gnus-faq.texi
-  info.el and 14 other files
+  info.el and 15 other files
 
 Maxime Edouard Robert Froumentin: changed gnus-art.el mml.el
 
@@ -3500,7 +3516,7 @@ and co-wrote tramp-cache.el tramp-sh.el tramp.el
 and changed tramp.texi tramp-adb.el trampver.el trampver.texi dbusbind.c
   file-notify-tests.el files.el ange-ftp.el files.texi dbus.texi
   autorevert.el tramp-fish.el kqueue.c tramp-gw.el tramp-imap.el os.texi
-  xesam.el configure.ac lisp.h shell.el gfilenotify.c and 254 other files
+  xesam.el configure.ac lisp.h shell.el gfilenotify.c and 256 other files
 
 Michael Ben-Gershon: changed acorn.h configure.ac riscix1-1.h riscix1-2.h
   unexec.c
@@ -3573,7 +3589,7 @@ Michael Olson: changed erc.el erc-backend.el Makefile 
erc-track.el
   erc-log.el erc-stamp.el erc-autoaway.el erc-dcc.el erc-goodies.el
   erc-list.el erc-compat.el erc-identd.el erc.texi ERC-NEWS erc-bbdb.el
   erc-match.el erc-notify.el erc-ibuffer.el erc-services.el remember.el
-  erc-button.el and 54 other files
+  erc-button.el and 55 other files
 
 Michael Orlitzky: changed tex-mode.el
 
@@ -3695,7 +3711,7 @@ Miles Bader: wrote button.el face-remap.el image-file.el 
macroexp.el
 and changed comint.el faces.el simple.el editfns.c xfaces.c xdisp.c
   info.el minibuf.c display.texi quick-install-emacs wid-edit.el xterm.c
   dispextern.h subr.el window.el cus-edit.el diff-mode.el xfns.c
-  bytecomp.el help.el lisp.h and 272 other files
+  bytecomp.el help.el lisp.h and 271 other files
 
 Milton Wulei: changed gdb-ui.el
 
@@ -3737,7 +3753,7 @@ Myles English: changed org-clock.el
 Nachum Dershowitz: co-wrote cal-hebrew.el
 
 Nagy Andras: co-wrote gnus-sieve.el
-and changed imap.el gnus.el
+and changed net/imap.el gnus.el
 
 Nakagawa Makoto: changed ldap.el
 
@@ -3791,7 +3807,7 @@ Nick Alcock: changed control.texi customize.texi 
display.texi files.el
   frames.texi gnus.el keymaps.texi modes.texi nonascii.texi syntax.texi
   text.texi windows.texi
 
-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 Drozd: changed quail/georgian.el eww.el eww.texi shr.el HELLO
@@ -3819,10 +3835,10 @@ Nicolas Goaziou: wrote org-duration.el org-element.el 
org-keys.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
 
@@ -3872,7 +3888,7 @@ and co-wrote erc-dcc.el
 and changed rsz-mini.el emacs-buffer.gdb comint.el files.el Makefile
   mailabbrev.el sendmail.el subr.el timer.el xfns.c yow.el apropos.el
   battery.el bytecomp.el calc.el coding.c complete.el config.in
-  configure.ac copyright.h fns.c and 22 other files
+  configure.ac copyright.h fns.c and 23 other files
 
 Noah Lavine: changed tramp.el
 
@@ -3901,7 +3917,7 @@ Nozomu Ando: changed unexmacosx.c alloc.c buffer.c mips.h 
pmax.h
 
 N. Raghavendra: changed timezone.el
 
-Nuutti Kotivuori: changed gnus-sum.el flow-fill.el gnus-cache.el
+Nuutti Kotivuori: changed gnus-sum.el gnus-cache.el mail/flow-fill.el
 
 Odd Gripenstam: wrote dcl-mode.el
 
@@ -3972,6 +3988,8 @@ and changed ph.el
 
 Øyvind Stegard: changed gnus-msg.el
 
+Pankaj Jangid: changed semantic.texi
+
 Pascal Dupuis: changed octave.el
 
 Pascal Rigaux: changed image.c rfc2231.el
@@ -3992,7 +4010,7 @@ and co-wrote cal-dst.el
 and changed lisp.h configure.ac alloc.c process.c fileio.c editfns.c
   xdisp.c sysdep.c image.c keyboard.c emacs.c data.c fns.c lread.c
   xterm.c eval.c callproc.c Makefile.in frame.c buffer.c gnulib-comp.m4
-  and 1822 other files
+  and 1820 other files
 
 Paul Fisher: changed fns.c
 
@@ -4018,7 +4036,7 @@ Paul Reilly: changed dgux.h lwlib-Xm.c lwlib.c xlwmenu.c 
configure.ac
   lwlib/Makefile.in mail/rmailmm.el rmailedit.el rmailkwd.el
   and 10 other files
 
-Paul Rivier: changed ada-mode.el mixal-mode.el reftex-vars.el reftex.el
+Paul Rivier: changed mixal-mode.el reftex-vars.el reftex.el
 
 Paul Rubin: changed config.h sun2.h texinfmt.el window.c
 
@@ -4037,7 +4055,7 @@ Pavel Janík: co-wrote eudc-bob.el eudc-export.el 
eudc-hotlist.el
 and changed keyboard.c xterm.c COPYING xdisp.c process.c emacs.c lisp.h
   menu-bar.el ldap.el make-dist xfns.c buffer.c coding.c eval.c fileio.c
   flyspell.el fns.c indent.c Makefile.in callint.c cus-start.el
-  and 702 other files
+  and 699 other files
 
 Pavel Kobiakov: wrote flymake-proc.el flymake.el
 and changed flymake.texi
@@ -4175,13 +4193,13 @@ Philipp Rumpf: changed electric.el
 Philipp Stephani: wrote callint-tests.el checkdoc-tests.el
   cl-preloaded-tests.el ediff-diff-tests.el eval-tests.el ido-tests.el
   lread-tests.el mouse-tests.el startup-tests.el xt-mouse-tests.el
-and changed emacs-module.c emacs-module-tests.el json.c json-tests.el
-  mod-test.c eval.c lisp.h lread.c nsterm.m configure.ac bytecomp.el
+and changed emacs-module.c emacs-module-tests.el json.c mod-test.c
+  json-tests.el eval.c lisp.h lread.c nsterm.m configure.ac bytecomp.el
   internals.texi gtkutil.c emacs-module.h.in files.el alloc.c editfns.c
   electric-tests.el electric.el test/Makefile.in emacs.c
   and 129 other files
 
-Phillip Lord: wrote ps-print-tests.el
+Phillip Lord: wrote ps-print-tests.el w32-feature.el
 and changed build-zips.sh lisp/Makefile.in build-dep-zips.py undo.c
   simple.el test/Makefile.in Makefile Makefile.in emacs.nsi keyboard.c
   viper-cmd.el README-windows-binaries README.W32 elisp-mode-tests.el
@@ -4191,7 +4209,7 @@ and changed build-zips.sh lisp/Makefile.in 
build-dep-zips.py undo.c
 Phil Sainty: wrote autoload-longlines-mode-tests.el
   autoload-major-mode-tests.el autoload-minor-mode-tests.el
   so-long-tests-helpers.el so-long-tests.el so-long.el spelling-tests.el
-and changed diff.el goto-addr.el term.el cl-macs.el comint.el derived.el
+and changed comint.el diff.el goto-addr.el term.el cl-macs.el derived.el
   easy-mmode.el emacs.texi files.texi lisp.el misc.texi package.el
   progmodes/grep.el simple.el subword.el trouble.texi
 
@@ -4223,9 +4241,9 @@ Piotr Trojanek: changed gnutls.c process.c
 Piotr Zieliński: wrote org-mouse.el
 
 Pip Cet: changed fns.c display.texi xdisp.c xterm.c composite.c
-  dispextern.h frame.el gtkutil.c image.c indent.c json-tests.el json.c
-  mail-utils.el nsterm.m simple.el subr.el text.texi textprop.c
-  timer-list.el tty-colors-tests.el tty-colors.el and 4 other files
+  dispextern.h frame.el ftcrfont.c gtkutil.c image.c indent.c
+  json-tests.el json.c mail-utils.el nsterm.m simple.el subr.el text.texi
+  textprop.c timer-list.el tty-colors-tests.el and 5 other files
 
 Pontus Michael: changed simple.el
 
@@ -4237,8 +4255,10 @@ Przemysław Wojnowski: wrote obarray-tests.el 
sgml-mode-tests.el
 and changed abbrev-tests.el abbrev.el cl-lib-tests.el loadup.el
   obarray.el sgml-mode.el
 
-Puneeth Chaganti: changed org.texi ox.el org-agenda.el org-capture.el
-  ox-html.el svg.el
+Puneeth Chaganti: changed org.texi org-exp.el org-agenda.el
+  org-capture.el ox-html.el svg.el
+
+Qiantan Hong: changed xwidget.c
 
 Radon Rosborough: changed package.el custom.texi package.texi startup.el
   eval.c lread.c org.texi os.texi
@@ -4270,7 +4290,7 @@ Ralf Angeli: wrote scroll-lock.el
 and changed w32fns.c reftex-cite.el gnus-art.el reftex-toc.el reftex.el
   reftex-auc.el reftex-dcr.el reftex-global.el reftex-index.el
   reftex-parse.el reftex-ref.el reftex-sel.el reftex-vars.el reftex.texi
-  tex-mode.el comint.el flow-fill.el frame.el killing.texi mm-uu.el
+  tex-mode.el comint.el frame.el killing.texi mail/flow-fill.el mm-uu.el
   mm-view.el and 6 other files
 
 Ralf Fassel: changed dabbrev.el files.el fill.el iso-acc.el tar-mode.el
@@ -4311,7 +4331,7 @@ Reiner Steib: wrote gmm-utils.el
 and changed message.el gnus.texi gnus-art.el gnus-sum.el gnus-group.el
   gnus.el mml.el gnus-faq.texi mm-util.el gnus-score.el message.texi
   gnus-msg.el gnus-start.el gnus-util.el spam-report.el mm-uu.el spam.el
-  mm-decode.el files.el gnus-agent.el nnmail.el and 172 other files
+  mm-decode.el files.el gnus-agent.el nnmail.el and 173 other files
 
 Remek Trzaska: changed gnus-ems.el
 
@@ -4329,9 +4349,8 @@ and changed vhdl-mode.texi
 
 Reuben Thomas: changed ispell.el whitespace.el dired-x.el files.el
   sh-script.el emacsclient-tests.el remember.el README emacsclient.c
-  misc.texi msdos.c simple.el INSTALL ada-mode.el ada-xref.el alloc.c
-  arc-mode.el authors.el config.bat copyright dired-x.texi
-  and 36 other files
+  misc.texi msdos.c simple.el INSTALL alloc.c arc-mode.el authors.el
+  config.bat copyright dired-x.texi dired.el dosfns.c and 34 other files
 
 Ricardo Wurmus: changed xwidget.el xwidget.c configure.ac xwidget.h
 
@@ -4374,7 +4393,7 @@ and co-wrote cc-align.el cc-cmds.el cc-defs.el 
cc-engine.el cc-langs.el
 and changed files.el keyboard.c simple.el xterm.c xdisp.c rmail.el
   fileio.c process.c sysdep.c buffer.c xfns.c window.c subr.el
   configure.ac startup.el sendmail.el emacs.c Makefile.in editfns.c
-  info.el dired.el and 1338 other files
+  info.el dired.el and 1337 other files
 
 Richard Ryniker: changed sendmail.el
 
@@ -4425,7 +4444,7 @@ and changed process.c ftfont.c gtkutil.c processes.texi 
vc-git.el
   configure.ac font.c network-stream.el nsm.el process-tests.el xfns.c
   custom.texi dispextern.h files.texi ftcrfont.c gnus-icalendar.el
   gnutls.el gtkutil.h network-stream-tests.el nsterm.m text.texi
-  and 92 other files
+  and 94 other files
 
 Robert Thorpe: changed cus-start.el indent.el
 
@@ -4450,7 +4469,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
@@ -4492,9 +4511,9 @@ Roy Liu: changed ns-win.el
 
 Rüdiger Sonderfeld: wrote inotify-tests.el reftex-tests.el
 and changed eww.el octave.el shr.el bibtex.el configure.ac
-  misc/Makefile.in reftex-vars.el vc-git.el TUTORIAL.de ada-mode.el
-  autoinsert.el building.texi calc-lang.el cc-langs.el dired.texi
-  editfns.c emacs.c emacs.texi epa.el erc.el eww.texi and 39 other files
+  misc/Makefile.in reftex-vars.el vc-git.el TUTORIAL.de autoinsert.el
+  building.texi calc-lang.el cc-langs.el dired.texi editfns.c emacs.c
+  emacs.texi epa.el erc.el eww.texi ffap.el and 38 other files
 
 Rui-Tao Dong: changed nnweb.el
 
@@ -4548,7 +4567,7 @@ and changed progmodes/compile.el cl-indent.el simple.el 
vc-cvs.el vc.el
   mouse.el vc-hg.el etags.el files.el font-lock.el tex-mode.el
   ange-ftp.el sgml-mode.el vc-git.el window.el add-log.el bindings.el
   bookmark.el bug-reference.el calendar.el cperl-mode.el
-  and 157 other files
+  and 155 other files
 
 Samuel Bronson: changed custom.el emacsclient.c keyboard.c
   progmodes/grep.el semantic/format.el unexmacosx.c
@@ -4625,7 +4644,7 @@ and changed add-log.el
 Sebastian Reuße: changed find-dired.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
 
@@ -4642,8 +4661,9 @@ Sébastien Vauban: changed org.el org-agenda.el 
ox-latex.el ob-core.el
   org-clock.el ox-ascii.el ox-html.el
 
 Seiji Zenitani: changed nsfns.m frame.c xterm.c PkgInfo document.icns
-  find-func.el frame.h help-fns.el macfns.c nsfont.m nsterm.m w32fns.c
-  xdisp.c xfns.c
+  find-func.el frame.h help-fns.el macfns.c
+  nextstep/templates/Info.plist.in nsfont.m nsterm.m w32fns.c xdisp.c
+  xfns.c
 
 Sen Nagata: wrote crm.el rfc2368.el
 
@@ -4653,6 +4673,8 @@ Seppo Sade: changed esh-ext.el
 
 Sergei Organov: changed vc.el
 
+Serge Tupchii: changed etags.c
+
 Sergey Litvinov: co-wrote ob-fortran.el
 and changed ob-maxima.el ob-octave.el
 
@@ -4688,7 +4710,7 @@ and changed gnus-art.el message.el gnus-sum.el 
gnus-msg.el gnus.el
   gnus-agent.el mm-decode.el mm-util.el gnus-group.el mml.el
   gnus-start.el gnus-util.el mm-view.el nnslashdot.el nnmail.el nntp.el
   gnus-topic.el gnus-xmas.el rfc2047.el mail-source.el gnus-win.el
-  and 93 other files
+  and 95 other files
 
 Shigeru Fukaya: wrote bytecomp-tests.el
 and changed apropos.el bs.el byte-opt.el bytecomp.el elint.el rx-new.el
@@ -4732,11 +4754,11 @@ Simon Josefsson: wrote dig.el dns-mode.el flow-fill.el 
fringe.el imap.el
   sieve.el smime.el starttls.el tls.el url-imap.el
 and co-wrote gnus-sieve.el gssapi.el mml1991.el nnfolder.el nnimap.el
   nnml.el sieve-manage.el
-and changed message.el gnus-sum.el gnus-art.el smtpmail.el pgg-gpg.el
-  pgg.el gnus-agent.el mml2015.el mml.el gnus-group.el mm-decode.el
-  gnus-msg.el gnus.texi mail/sieve-manage.el pgg-pgp5.el browse-url.el
-  gnus-int.el gnus.el hashcash.el mm-view.el password.el
-  and 101 other files
+and changed message.el gnus-sum.el net/imap.el gnus-art.el smtpmail.el
+  pgg-gpg.el pgg.el gnus-agent.el mml2015.el mml.el gnus-group.el
+  mm-decode.el gnus-msg.el gnus.texi mail/sieve-manage.el pgg-pgp5.el
+  browse-url.el gnus-int.el gnus.el hashcash.el mail/flow-fill.el
+  and 103 other files
 
 Simon Lang: changed misterioso-theme.el
 
@@ -4783,9 +4805,10 @@ Stefan Kangas: wrote bookmark-tests.el 
delim-col-tests.el morse-tests.el
   paragraphs-tests.el password-cache-tests.el studly-tests.el
   tabify-tests.el timezone-tests.el underline-tests.el uudecode-tests.el
 and changed bookmark.el package.el efaq.texi package.texi ibuffer.el
-  mwheel.el cperl-mode.el fns.c gud.el simple.el subr.el autoinsert.el
-  comint-tests.el control.texi cus-edit.el delim-col.el dired-aux.el
-  dired-x.el em-term.el ert.texi flow-fill.el and 153 other files
+  mwheel.el cperl-mode.el fns.c gud.el simple.el subr.el tips.texi
+  autoinsert.el comint-tests.el control.texi cus-edit.el delim-col.el
+  dired-aux.el dired-x.el em-term.el emacs-lisp-intro.texi
+  and 157 other files
 
 Stefan Merten: co-wrote rst.el
 
@@ -4801,7 +4824,7 @@ and co-wrote font-lock.el gitmerge.el pcvs.el
 and changed subr.el simple.el keyboard.c bytecomp.el files.el lisp.h
   cl-macs.el vc.el xdisp.c alloc.c eval.c sh-script.el
   progmodes/compile.el keymap.c tex-mode.el buffer.c newcomment.el
-  window.c lread.c fileio.c help-fns.el and 1373 other files
+  window.c lread.c fileio.c help-fns.el and 1377 other files
 
 Stefano Facchini: changed gtkutil.c
 
@@ -4817,7 +4840,7 @@ Stefan-W. Hahn: changed org-bibtex.el ps-print.el 
simple.el subr.el
 
 Stefan Wiens: changed gnus-sum.el
 
-Steinar Bang: changed gnus-setup.el imap.el
+Steinar Bang: changed gnus-setup.el net/imap.el
 
 Štěpán Němec: changed INSTALL calc-ext.el checkdoc.el cl.texi comint.el
   edebug.texi font-lock.el functions.texi gnus-sum.el gnus.texi insdel.c
@@ -4835,7 +4858,7 @@ and changed wdired.el todo-mode.texi diary-lib.el 
wdired-tests.el
   dired-tests.el doc-view.el files.el minibuffer.el dired.el frames.texi
   hl-line.el info.el menu-bar.el mouse.el otodo-mode.el subr.el
   .gitattributes TUTORIAL allout.el artist.el compile.texi
-  and 44 other files
+  and 46 other files
 
 Stephen C. Gilardi: changed configure.ac
 
@@ -4857,11 +4880,11 @@ and changed time-stamp.el time-stamp-tests.el mh-e.el 
mh-comp.el
 Stephen J. Turnbull: changed ediff-init.el strings.texi subr.el
 
 Stephen Leake: wrote elisp-mode-tests.el
-and changed ada-mode.el ada-xref.el elisp-mode.el xref.el window.el
-  mode-local.el CONTRIBUTE ada-prj.el project.el vc-mtn.el ada-stmt.el
-  cedet-global.el ede/generic.el simple.el autoload.el bytecomp.el
-  cl-generic.el ede/locate.el files.texi functions.texi package.el
-  and 30 other files
+and changed elisp-mode.el xref.el window.el mode-local.el CONTRIBUTE
+  project.el vc-mtn.el ada-stmt.el cedet-global.el ede/generic.el
+  simple.el autoload.el bytecomp.el cl-generic.el ede/locate.el
+  files.texi functions.texi package.el progmodes/grep.el windows.texi
+  INSTALL.REPO and 27 other files
 
 Stephen Pegoraro: changed xterm.c
 
@@ -4932,7 +4955,8 @@ Sun Yijiang: changed TUTORIAL.cn
 
 Susanne Oberhauser: changed hideshow.el
 
-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
 
 Svante Carl V. Erichsen: changed cl-indent.el
 
@@ -5007,7 +5031,7 @@ Teodor Zlatanov: wrote auth-source.el gnus-registry.el 
gnus-tests.el
 and changed spam.el gnus.el nnimap.el gnus.texi gnutls.c gnus-sum.el
   auth.texi cfengine.el gnus-sync.el gnus-util.el gnus-start.el netrc.el
   gnutls.h message.el spam-stat.el encrypt.el mail-source.el nnir.el
-  nnmail.el auth-source-tests.el configure.ac and 119 other files
+  nnmail.el auth-source-tests.el configure.ac and 120 other files
 
 Terje Rosten: changed xfns.c version.el xterm.c xterm.h
 
@@ -5020,7 +5044,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
 
@@ -5037,7 +5061,7 @@ and co-wrote hideshow.el
 and changed ewoc.el vc.el info.el processes.texi zone.el lisp-mode.el
   scheme.el text.texi vc-rcs.el display.texi fileio.c files.el vc-git.el
   TUTORIAL.it bindat.el cc-vars.el configure.ac dcl-mode.el diff-mode.el
-  dired.el elisp.texi and 168 other files
+  dired.el elisp.texi and 167 other files
 
 Thierry Banel: co-wrote ob-C.el
 and changed calc-arith.el
@@ -5231,6 +5255,8 @@ Toru Tsuneyoshi: changed ange-ftp.el buff-menu.el 
cus-start.el fileio.c
 
 Toshiaki Nomura: changed uxpds.h
 
+Travis Jeffery: changed nextstep/templates/Info.plist.in
+
 Trent W. Buck: changed rcirc.el remember.el rx.el
 
 Trevor Murphy: changed find-dired.el gnus.texi nnimap.el org.el
@@ -5512,9 +5538,9 @@ and changed macterm.c macfns.c mac-win.el xterm.c mac.c 
macterm.h image.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
 
-Yasuhiro Kimura: changed japan-util.el
+Yasuhiro Kimura: changed japan-util.el schemas.xml
 
 Yasushi Shoji: changed org-clock.el org.texi ox-ascii.el
 
@@ -5548,7 +5574,7 @@ Yu-ji Hosokawa: changed README.W32
 
 Yukihiro Matsumoto: co-wrote ruby-mode.el
 
-Yuri D'elia: changed message.el package.el
+Yuri D'Elia: changed message.el package.el
 
 Yuri Karaban: changed pop3.el
 
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 70bf3f0..ecba0f5 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -22747,7 +22747,6 @@ Many aspects this mode can be customized using
 
 ;;;### (autoloads nil "ob-abc" "org/ob-abc.el" (0 0 0 0))
 ;;; Generated autoloads from org/ob-abc.el
-(push (purecopy '(ob-abc 0 1)) package--builtin-versions)
 
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"ob-abc" '("org-babel-")))
 
@@ -22778,7 +22777,7 @@ Many aspects this mode can be customized using
 ;;;### (autoloads nil "ob-clojure" "org/ob-clojure.el" (0 0 0 0))
 ;;; Generated autoloads from org/ob-clojure.el
 
-(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"ob-clojure" '("org-babel-")))
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"ob-clojure" '("ob-clojure-" "org-babel-")))
 
 ;;;***
 
@@ -22827,7 +22826,6 @@ Many aspects this mode can be customized using
 
 ;;;### (autoloads nil "ob-ebnf" "org/ob-ebnf.el" (0 0 0 0))
 ;;; Generated autoloads from org/ob-ebnf.el
-(push (purecopy '(ob-ebnf 1 0)) package--builtin-versions)
 
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"ob-ebnf" '("org-babel-")))
 
@@ -23083,7 +23081,6 @@ Many aspects this mode can be customized using
 
 ;;;### (autoloads nil "ob-sed" "org/ob-sed.el" (0 0 0 0))
 ;;; Generated autoloads from org/ob-sed.el
-(push (purecopy '(ob-sed 0 1 1)) package--builtin-versions)
 
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"ob-sed" '("org-babel-")))
 
@@ -23196,106 +23193,10 @@ startup file, `~/.emacs-octave'.
 
 ;;;***
 
-;;;### (autoloads nil "ol" "org/ol.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "ol" "org/ol.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/ol.el
 
-(autoload 'org-next-link "ol" "\
-Move forward to the next link.
-If the link is in hidden text, expose it.  When SEARCH-BACKWARD
-is non-nil, move backward.
-
-\(fn &optional SEARCH-BACKWARD)" t nil)
-
-(autoload 'org-previous-link "ol" "\
-Move backward to the previous link.
-If the link is in hidden text, expose it." t nil)
-
-(autoload 'org-toggle-link-display "ol" "\
-Toggle the literal or descriptive display of links." t nil)
-
-(autoload 'org-store-link "ol" "\
-Store a link to the current location.
-\\<org-mode-map>
-This link is added to `org-stored-links' and can later be inserted
-into an Org buffer with `org-insert-link' (`\\[org-insert-link]').
-
-For some link types, a `\\[universal-argument]' prefix ARG is interpreted.  A 
single
-`\\[universal-argument]' negates `org-context-in-file-links' for file links or
-`org-gnus-prefer-web-links' for links to Usenet articles.
-
-A `\\[universal-argument] \\[universal-argument]' prefix ARG forces skipping 
storing functions that are not
-part of Org core.
-
-A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' 
prefix ARG forces storing a link for each line in the
-active region.
-
-Assume the function is called interactively if INTERACTIVE? is
-non-nil.
-
-\(fn ARG &optional INTERACTIVE\\=\\?)" t nil)
-
-(autoload 'org-insert-link "ol" "\
-Insert a link.  At the prompt, enter the link.
-
-Completion can be used to insert any of the link protocol prefixes in use.
-
-The history can be used to select a link previously stored with
-`org-store-link'.  When the empty string is entered (i.e. if you just
-press `RET' at the prompt), the link defaults to the most recently
-stored link.  As `SPC' triggers completion in the minibuffer, you need to
-use `M-SPC' or `C-q SPC' to force the insertion of a space character.
-
-You will also be prompted for a description, and if one is given, it will
-be displayed in the buffer instead of the link.
-
-If there is already a link at point, this command will allow you to edit
-link and description parts.
-
-With a `\\[universal-argument]' prefix, prompts for a file to link to.  The 
file name can be
-selected using completion.  The path to the file will be relative to the
-current directory if the file is in the current directory or a subdirectory.
-Otherwise, the link will be the absolute path as completed in the minibuffer
-\(i.e. normally ~/path/to/file).  You can configure this behavior using the
-option `org-link-file-path-type'.
-
-With a `\\[universal-argument] \\[universal-argument]' prefix, enforce an 
absolute path even if the file is in
-the current directory or below.
-
-A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' 
prefix negates `org-link-keep-stored-after-insertion'.
-
-If the LINK-LOCATION parameter is non-nil, this value will be used as
-the link location instead of reading one interactively.
-
-If the DESCRIPTION parameter is non-nil, this value will be used as the
-default description.  Otherwise, if `org-link-make-description-function'
-is non-nil, this function will be called with the link target, and the
-result will be the default link description.  When called non-interactively,
-don't allow to edit the default description.
-
-\(fn &optional COMPLETE-FILE LINK-LOCATION DESCRIPTION)" t nil)
-
-(autoload 'org-insert-all-links "ol" "\
-Insert all links in `org-stored-links'.
-When a universal prefix, do not delete the links from `org-stored-links'.
-When `ARG' is a number, insert the last N link(s).
-`PRE' and `POST' are optional arguments to define a string to
-prepend or to append.
-
-\(fn ARG &optional PRE POST)" t nil)
-
-(autoload 'org-insert-last-stored-link "ol" "\
-Insert the last link stored in `org-stored-links'.
-
-\(fn ARG)" t nil)
-
-(autoload 'org-insert-link-global "ol" "\
-Insert a link like Org mode does.
-This command can be called in any mode to insert a link in Org syntax." t nil)
-
-(autoload 'org-update-radio-target-regexp "ol" "\
-Find all radio targets in this file and update the regular expression.
-Also refresh fontification if needed." t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol" 
'("org-")))
 
 ;;;***
@@ -23418,7 +23319,7 @@ Coloring:
 
 ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0))
 ;;; Generated autoloads from org/org.el
-(push (purecopy '(org 9 3)) package--builtin-versions)
+(push (purecopy '(org 9 4 3)) package--builtin-versions)
 
 (autoload 'org-babel-do-load-languages "org" "\
 Load the languages defined in `org-babel-load-languages'.
@@ -23443,6 +23344,11 @@ FULL is given.
 
 \(fn &optional HERE FULL MESSAGE)" t nil)
 
+(autoload 'org-load-modules-maybe "org" "\
+Load all extensions listed in `org-modules'.
+
+\(fn &optional FORCE)" nil nil)
+
 (autoload 'org-clock-persistence-insinuate "org" "\
 Set up hooks for clock persistence." nil nil)
 
@@ -23512,10 +23418,10 @@ When point is not at the beginning of a headline, 
execute the global
 binding for `TAB', which is re-indenting the line.  See the option
 `org-cycle-emulate-tab' for details.
 
-As a special case, if point is at the beginning of the buffer and there is
-no headline in line 1, this function will act as if called with prefix arg
-\(`\\[universal-argument] TAB', same as `S-TAB') also when called without 
prefix arg, but only
-if the variable `org-cycle-global-at-bob' is t.
+As a special case, if point is at the very beginning of the buffer, if
+there is no headline there, and if the variable `org-cycle-global-at-bob'
+is non-nil, this function acts as if called with prefix argument 
(`\\[universal-argument] TAB',
+same as `S-TAB') also when called without prefix argument.
 
 \(fn &optional ARG)" t nil)
 
@@ -23611,278 +23517,10 @@ Call the customize function with org as argument." t 
nil)
 
 ;;;***
 
-;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-agenda" 
"org/org-agenda.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-agenda.el
 
-(autoload 'org-toggle-sticky-agenda "org-agenda" "\
-Toggle `org-agenda-sticky'.
-
-\(fn &optional ARG)" t nil)
-
-(autoload 'org-agenda "org-agenda" "\
-Dispatch agenda commands to collect entries to the agenda buffer.
-Prompts for a command to execute.  Any prefix arg will be passed
-on to the selected command.  The default selections are:
-
-a     Call `org-agenda-list' to display the agenda for current day or week.
-t     Call `org-todo-list' to display the global todo list.
-T     Call `org-todo-list' to display the global todo list, select only
-      entries with a specific TODO keyword (the user gets a prompt).
-m     Call `org-tags-view' to display headlines with tags matching
-      a condition  (the user is prompted for the condition).
-M     Like `m', but select only TODO entries, no ordinary headlines.
-e     Export views to associated files.
-s     Search entries for keywords.
-S     Search entries for keywords, only with TODO keywords.
-/     Multi occur across all agenda files and also files listed
-      in `org-agenda-text-search-extra-files'.
-<     Restrict agenda commands to buffer, subtree, or region.
-      Press several times to get the desired effect.
->     Remove a previous restriction.
-#     List \"stuck\" projects.
-!     Configure what \"stuck\" means.
-C     Configure custom agenda commands.
-
-More commands can be added by configuring the variable
-`org-agenda-custom-commands'.  In particular, specific tags and TODO keyword
-searches can be pre-defined in this way.
-
-If the current buffer is in Org mode and visiting a file, you can also
-first press `<' once to indicate that the agenda should be temporarily
-\(until the next use of `\\[org-agenda]') restricted to the current file.
-Pressing `<' twice means to restrict to the current subtree or region
-\(if active).
-
-\(fn &optional ARG ORG-KEYS RESTRICTION)" t nil)
-
-(autoload 'org-batch-agenda "org-agenda" "\
-Run an agenda command in batch mode and send the result to STDOUT.
-If CMD-KEY is a string of length 1, it is used as a key in
-`org-agenda-custom-commands' and triggers this command.  If it is a
-longer string it is used as a tags/todo match string.
-Parameters are alternating variable names and values that will be bound
-before running the agenda command.
-
-\(fn CMD-KEY &rest PARAMETERS)" nil t)
-
-(autoload 'org-batch-agenda-csv "org-agenda" "\
-Run an agenda command in batch mode and send the result to STDOUT.
-If CMD-KEY is a string of length 1, it is used as a key in
-`org-agenda-custom-commands' and triggers this command.  If it is a
-longer string it is used as a tags/todo match string.
-Parameters are alternating variable names and values that will be bound
-before running the agenda command.
-
-The output gives a line for each selected agenda item.  Each
-item is a list of comma-separated values, like this:
-
-category,head,type,todo,tags,date,time,extra,priority-l,priority-n
-
-category     The category of the item
-head         The headline, without TODO kwd, TAGS and PRIORITY
-type         The type of the agenda entry, can be
-                todo               selected in TODO match
-                tagsmatch          selected in tags match
-                diary              imported from diary
-                deadline           a deadline on given date
-                scheduled          scheduled on given date
-                timestamp          entry has timestamp on given date
-                closed             entry was closed on given date
-                upcoming-deadline  warning about deadline
-                past-scheduled     forwarded scheduled item
-                block              entry has date block including g. date
-todo         The todo keyword, if any
-tags         All tags including inherited ones, separated by colons
-date         The relevant date, like 2007-2-14
-time         The time, like 15:00-16:50
-extra        String with extra planning info
-priority-l   The priority letter if any was given
-priority-n   The computed numerical priority
-agenda-day   The day in the agenda where this is listed
-
-\(fn CMD-KEY &rest PARAMETERS)" nil t)
-
-(autoload 'org-store-agenda-views "org-agenda" "\
-Store agenda views.
-
-\(fn &rest PARAMETERS)" t nil)
-
-(autoload 'org-batch-store-agenda-views "org-agenda" "\
-Run all custom agenda commands that have a file argument.
-
-\(fn &rest PARAMETERS)" nil t)
-
-(autoload 'org-agenda-list "org-agenda" "\
-Produce a daily/weekly view from all files in variable `org-agenda-files'.
-The view will be for the current day or week, but from the overview buffer
-you will be able to go to other days/weeks.
-
-With a numeric prefix argument in an interactive call, the agenda will
-span ARG days.  Lisp programs should instead specify SPAN to change
-the number of days.  SPAN defaults to `org-agenda-span'.
-
-START-DAY defaults to TODAY, or to the most recent match for the weekday
-given in `org-agenda-start-on-weekday'.
-
-When WITH-HOUR is non-nil, only include scheduled and deadline
-items if they have an hour specification like [h]h:mm.
-
-\(fn &optional ARG START-DAY SPAN WITH-HOUR)" t nil)
-
-(autoload 'org-search-view "org-agenda" "\
-Show all entries that contain a phrase or words or regular expressions.
-
-With optional prefix argument TODO-ONLY, only consider entries that are
-TODO entries.  The argument STRING can be used to pass a default search
-string into this function.  If EDIT-AT is non-nil, it means that the
-user should get a chance to edit this string, with cursor at position
-EDIT-AT.
-
-The search string can be viewed either as a phrase that should be found as
-is, or it can be broken into a number of snippets, each of which must match
-in a Boolean way to select an entry.  The default depends on the variable
-`org-agenda-search-view-always-boolean'.
-Even if this is turned off (the default) you can always switch to
-Boolean search dynamically by preceding the first word with  \"+\" or \"-\".
-
-The default is a direct search of the whole phrase, where each space in
-the search string can expand to an arbitrary amount of whitespace,
-including newlines.
-
-If using a Boolean search, the search string is split on whitespace and
-each snippet is searched separately, with logical AND to select an entry.
-Words prefixed with a minus must *not* occur in the entry.  Words without
-a prefix or prefixed with a plus must occur in the entry.  Matching is
-case-insensitive.  Words are enclosed by word delimiters (i.e. they must
-match whole words, not parts of a word) if
-`org-agenda-search-view-force-full-words' is set (default is nil).
-
-Boolean search snippets enclosed by curly braces are interpreted as
-regular expressions that must or (when preceded with \"-\") must not
-match in the entry.  Snippets enclosed into double quotes will be taken
-as a whole, to include whitespace.
-
-- If the search string starts with an asterisk, search only in headlines.
-- If (possibly after the leading star) the search string starts with an
-  exclamation mark, this also means to look at TODO entries only, an effect
-  that can also be achieved with a prefix argument.
-- If (possibly after star and exclamation mark) the search string starts
-  with a colon, this will mean that the (non-regexp) snippets of the
-  Boolean search must match as full words.
-
-This command searches the agenda files, and in addition the files
-listed in `org-agenda-text-search-extra-files' unless a restriction lock
-is active.
-
-\(fn &optional TODO-ONLY STRING EDIT-AT)" t nil)
-
-(autoload 'org-todo-list "org-agenda" "\
-Show all (not done) TODO entries from all agenda file in a single list.
-The prefix arg can be used to select a specific TODO keyword and limit
-the list to these.  When using `\\[universal-argument]', you will be prompted
-for a keyword.  A numeric prefix directly selects the Nth keyword in
-`org-todo-keywords-1'.
-
-\(fn &optional ARG)" t nil)
-
-(autoload 'org-tags-view "org-agenda" "\
-Show all headlines for all `org-agenda-files' matching a TAGS criterion.
-The prefix arg TODO-ONLY limits the search to TODO entries.
-
-\(fn &optional TODO-ONLY MATCH)" t nil)
-
-(autoload 'org-agenda-list-stuck-projects "org-agenda" "\
-Create agenda view for projects that are stuck.
-Stuck projects are project that have no next actions.  For the definitions
-of what a project is and how to check if it stuck, customize the variable
-`org-stuck-projects'.
-
-\(fn &rest IGNORE)" t nil)
-
-(autoload 'org-diary "org-agenda" "\
-Return diary information from org files.
-This function can be used in a \"sexp\" diary entry in the Emacs calendar.
-It accesses org files and extracts information from those files to be
-listed in the diary.  The function accepts arguments specifying what
-items should be listed.  For a list of arguments allowed here, see the
-variable `org-agenda-entry-types'.
-
-The call in the diary file should look like this:
-
-   &%%(org-diary) ~/path/to/some/orgfile.org
-
-Use a separate line for each org file to check.  Or, if you omit the file name,
-all files listed in `org-agenda-files' will be checked automatically:
-
-   &%%(org-diary)
-
-If you don't give any arguments (as in the example above), the default value
-of `org-agenda-entry-types' is used: (:deadline :scheduled :timestamp :sexp).
-So the example above may also be written as
-
-   &%%(org-diary :deadline :timestamp :sexp :scheduled)
-
-The function expects the lisp variables `entry' and `date' to be provided
-by the caller, because this is how the calendar works.  Don't use this
-function from a program - use `org-agenda-get-day-entries' instead.
-
-\(fn &rest ARGS)" nil nil)
-
-(autoload 'org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item 
"org-agenda" "\
-Do we have a reason to ignore this TODO entry because it has a time stamp?
-
-\(fn &optional END)" nil nil)
-
-(autoload 'org-agenda-set-restriction-lock "org-agenda" "\
-Set restriction lock for agenda to current subtree or file.
-When in a restricted subtree, remove it.
-
-The restriction will span over the entire file if TYPE is `file',
-or if type is '(4), or if the cursor is before the first headline
-in the file. Otherwise, only apply the restriction to the current
-subtree.
-
-\(fn &optional TYPE)" t nil)
-
-(autoload 'org-calendar-goto-agenda "org-agenda" "\
-Compute the Org agenda for the calendar date displayed at the cursor.
-This is a command that has to be installed in `calendar-mode-map'." t nil)
-
-(autoload 'org-agenda-to-appt "org-agenda" "\
-Activate appointments found in `org-agenda-files'.
-
-With a `\\[universal-argument]' prefix, refresh the list of appointments.
-
-If FILTER is t, interactively prompt the user for a regular
-expression, and filter out entries that don't match it.
-
-If FILTER is a string, use this string as a regular expression
-for filtering entries out.
-
-If FILTER is a function, filter out entries against which
-calling the function returns nil.  This function takes one
-argument: an entry from `org-agenda-get-day-entries'.
-
-FILTER can also be an alist with the car of each cell being
-either `headline' or `category'.  For example:
-
-  \\='((headline \"IMPORTANT\")
-    (category \"Work\"))
-
-will only add headlines containing IMPORTANT or headlines
-belonging to the \"Work\" category.
-
-ARGS are symbols indicating what kind of entries to consider.
-By default `org-agenda-to-appt' will use :deadline*, :scheduled*
-\(i.e., deadlines and scheduled items with a hh:mm specification)
-and :timestamp entries.  See the docstring of `org-diary' for
-details and examples.
-
-If an entry has a APPT_WARNTIME property, its value will be used
-to override `appt-message-warning-time'.
-
-\(fn &optional REFRESH FILTER &rest ARGS)" t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-agenda" '("org-")))
 
 ;;;***
@@ -23911,48 +23549,10 @@ to override `appt-message-warning-time'.
 
 ;;;***
 
-;;;### (autoloads nil "org-capture" "org/org-capture.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-capture"
+;;;;;;  "org/org-capture.el" (0 0 0 0))
 ;;; Generated autoloads from org/org-capture.el
 
-(autoload 'org-capture-string "org-capture" "\
-Capture STRING with the template selected by KEYS.
-
-\(fn STRING &optional KEYS)" t nil)
-
-(autoload 'org-capture "org-capture" "\
-Capture something.
-\\<org-capture-mode-map>
-This will let you select a template from `org-capture-templates', and
-then file the newly captured information.  The text is immediately
-inserted at the target location, and an indirect buffer is shown where
-you can edit it.  Pressing `\\[org-capture-finalize]' brings you back to the 
previous
-state of Emacs, so that you can continue your work.
-
-When called interactively with a `\\[universal-argument]' prefix argument 
GOTO, don't
-capture anything, just go to the file/headline where the selected
-template stores its notes.
-
-With a `\\[universal-argument] \\[universal-argument]' prefix argument, go to 
the last note stored.
-
-When called with a `C-0' (zero) prefix, insert a template at point.
-
-When called with a `C-1' (one) prefix, force prompting for a date when
-a datetree entry is made.
-
-ELisp programs can set KEYS to a string associated with a template
-in `org-capture-templates'.  In this case, interactive selection
-will be bypassed.
-
-If `org-capture-use-agenda-date' is non-nil, capturing from the
-agenda will use the date at point as the default date.  Then, a
-`C-1' prefix will tell the capture process to use the HH:MM time
-of the day at point (if any) or the current HH:MM time.
-
-\(fn &optional GOTO KEYS)" t nil)
-
-(autoload 'org-capture-import-remember-templates "org-capture" "\
-Set `org-capture-templates' to be similar to `org-remember-templates'." t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-capture" '("org-capture-")))
 
 ;;;***
@@ -23965,103 +23565,18 @@ Set `org-capture-templates' to be similar to 
`org-remember-templates'." t nil)
 
 ;;;***
 
-;;;### (autoloads nil "org-colview" "org/org-colview.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-colview"
+;;;;;;  "org/org-colview.el" (0 0 0 0))
 ;;; Generated autoloads from org/org-colview.el
 
-(autoload 'org-columns-remove-overlays "org-colview" "\
-Remove all currently active column overlays." t nil)
-
-(autoload 'org-columns-get-format-and-top-level "org-colview" nil nil nil)
-
-(autoload 'org-columns "org-colview" "\
-Turn on column view on an Org mode file.
-
-Column view applies to the whole buffer if point is before the
-first headline.  Otherwise, it applies to the first ancestor
-setting \"COLUMNS\" property.  If there is none, it defaults to
-the current headline.  With a `\\[universal-argument]' prefix argument, turn 
on column
-view for the whole buffer unconditionally.
-
-When COLUMNS-FMT-STRING is non-nil, use it as the column format.
-
-\(fn &optional GLOBAL COLUMNS-FMT-STRING)" t nil)
-
-(autoload 'org-columns-compute "org-colview" "\
-Summarize the values of PROPERTY hierarchically.
-Also update existing values for PROPERTY according to the first
-column specification.
-
-\(fn PROPERTY)" t nil)
-
-(autoload 'org-dblock-write:columnview "org-colview" "\
-Write the column view table.
-
-PARAMS is a property list of parameters:
-
-`:id' (mandatory)
-
-    The ID property of the entry where the columns view should be
-    built.  When the symbol `local', call locally.  When `global'
-    call column view with the cursor at the beginning of the
-    buffer (usually this means that the whole buffer switches to
-    column view).  When \"file:path/to/file.org\", invoke column
-    view at the start of that file.  Otherwise, the ID is located
-    using `org-id-find'.
-
-`:exclude-tags'
-
-    List of tags to exclude from column view table.
-
-`:format'
-
-    When non-nil, specify the column view format to use.
-
-`:hlines'
-
-    When non-nil, insert a hline before each item.  When
-    a number, insert a hline before each level inferior or equal
-    to that number.
-
-`:indent'
-
-    When non-nil, indent each ITEM field according to its level.
-
-`:match'
-
-    When set to a string, use this as a tags/property match filter.
-
-`:maxlevel'
-
-    When set to a number, don't capture headlines below this level.
-
-`:skip-empty-rows'
-
-    When non-nil, skip rows where all specifiers other than ITEM
-    are empty.
-
-`:vlines'
-
-    When non-nil, make each column a column group to enforce
-    vertical lines.
-
-\(fn PARAMS)" nil nil)
-
-(autoload 'org-columns-insert-dblock "org-colview" "\
-Create a dynamic block capturing a column view table." t nil)
-
-(autoload 'org-agenda-columns "org-colview" "\
-Turn on or update column view in the agenda." t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-colview" '("org-")))
 
 ;;;***
 
-;;;### (autoloads nil "org-compat" "org/org-compat.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-compat" 
"org/org-compat.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-compat.el
 
-(autoload 'org-check-version "org-compat" "\
-Try very hard to provide sensible version strings." nil t)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-compat" '("org-")))
 
 ;;;***
@@ -24069,6 +23584,21 @@ Try very hard to provide sensible version strings." 
nil t)
 ;;;### (autoloads nil "org-crypt" "org/org-crypt.el" (0 0 0 0))
 ;;; Generated autoloads from org/org-crypt.el
 
+(autoload 'org-encrypt-entry "org-crypt" "\
+Encrypt the content of the current headline." t nil)
+
+(autoload 'org-decrypt-entry "org-crypt" "\
+Decrypt the content of the current headline." t nil)
+
+(autoload 'org-encrypt-entries "org-crypt" "\
+Encrypt all top-level entries in the current buffer." t nil)
+
+(autoload 'org-decrypt-entries "org-crypt" "\
+Decrypt all entries in the current buffer." t nil)
+
+(autoload 'org-crypt-use-before-save-magic "org-crypt" "\
+Add a hook to automatically encrypt entries before a file is saved to disk." 
nil nil)
+
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-crypt" '("org-")))
 
 ;;;***
@@ -24088,57 +23618,10 @@ Try very hard to provide sensible version strings." 
nil t)
 
 ;;;***
 
-;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0
-;;;;;;  0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-duration"
+;;;;;;  "org/org-duration.el" (0 0 0 0))
 ;;; Generated autoloads from org/org-duration.el
 
-(autoload 'org-duration-set-regexps "org-duration" "\
-Set duration related regexps." t nil)
-
-(autoload 'org-duration-p "org-duration" "\
-Non-nil when string S is a time duration.
-
-\(fn S)" nil nil)
-
-(autoload 'org-duration-to-minutes "org-duration" "\
-Return number of minutes of DURATION string.
-
-When optional argument CANONICAL is non-nil, ignore
-`org-duration-units' and use standard time units value.
-
-A bare number is translated into minutes.  The empty string is
-translated into 0.0.
-
-Return value as a float.  Raise an error if duration format is
-not recognized.
-
-\(fn DURATION &optional CANONICAL)" nil nil)
-
-(autoload 'org-duration-from-minutes "org-duration" "\
-Return duration string for a given number of MINUTES.
-
-Format duration according to `org-duration-format' or FMT, when
-non-nil.
-
-When optional argument CANONICAL is non-nil, ignore
-`org-duration-units' and use standard time units value.
-
-Raise an error if expected format is unknown.
-
-\(fn MINUTES &optional FMT CANONICAL)" nil nil)
-
-(autoload 'org-duration-h:mm-only-p "org-duration" "\
-Non-nil when every duration in TIMES has \"H:MM\" or \"H:MM:SS\" format.
-
-TIMES is a list of duration strings.
-
-Return nil if any duration is expressed with units, as defined in
-`org-duration-units'.  Otherwise, if any duration is expressed
-with \"H:MM:SS\" format, return `h:mm:ss'.  Otherwise, return
-`h:mm'.
-
-\(fn TIMES)" nil nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-duration" '("org-duration-")))
 
 ;;;***
@@ -24182,38 +23665,10 @@ with \"H:MM:SS\" format, return `h:mm:ss'.  
Otherwise, return
 
 ;;;***
 
-;;;### (autoloads nil "org-goto" "org/org-goto.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-goto" "org/org-goto.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-goto.el
 
-(autoload 'org-goto-location "org-goto" "\
-Let the user select a location in current buffer.
-This function uses a recursive edit.  It returns the selected
-position or nil.
-
-\(fn &optional BUF HELP)" nil nil)
-
-(autoload 'org-goto "org-goto" "\
-Look up a different location in the current file, keeping current visibility.
-
-When you want look-up or go to a different location in a
-document, the fastest way is often to fold the entire buffer and
-then dive into the tree.  This method has the disadvantage, that
-the previous location will be folded, which may not be what you
-want.
-
-This command works around this by showing a copy of the current
-buffer in an indirect buffer, in overview mode.  You can dive
-into the tree in that copy, use org-occur and incremental search
-to find a location.  When pressing RET or `Q', the command
-returns to the original buffer in which the visibility is still
-unchanged.  After RET it will also jump to the location selected
-in the indirect buffer and expose the headline hierarchy above.
-
-With a prefix argument, use the alternative interface: e.g., if
-`org-goto-interface' is `outline' use `outline-path-completion'.
-
-\(fn &optional ALTERNATIVE-INTERFACE)" t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-goto" '("org-goto-")))
 
 ;;;***
@@ -24237,7 +23692,7 @@ With a prefix argument, use the alternative interface: 
e.g., if
 ;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-indent.el
 
-(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-indent" '("org-")))
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-indent" '("org-indent-")))
 
 ;;;***
 
@@ -24249,35 +23704,24 @@ With a prefix argument, use the alternative 
interface: e.g., if
 
 ;;;***
 
-;;;### (autoloads nil "org-keys" "org/org-keys.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-keys" "org/org-keys.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-keys.el
 
-(autoload 'org-babel-describe-bindings "org-keys" "\
-Describe all keybindings behind `org-babel-key-prefix'." t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-keys" '("org-")))
 
 ;;;***
 
-;;;### (autoloads nil "org-lint" "org/org-lint.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-lint" "org/org-lint.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-lint.el
 
-(autoload 'org-lint "org-lint" "\
-Check current Org buffer for syntax mistakes.
-
-By default, run all checkers.  With a `\\[universal-argument]' prefix ARG, 
select one
-category of checkers only.  With a `\\[universal-argument] 
\\[universal-argument]' prefix, run one precise
-checker by its name.
-
-ARG can also be a list of checker names, as symbols, to run.
-
-\(fn &optional ARG)" t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-lint" '("org-lint-")))
 
 ;;;***
 
-;;;### (autoloads nil "org-list" "org/org-list.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-list" "org/org-list.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-list.el
 
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-list" '("org-")))
@@ -24291,14 +23735,10 @@ ARG can also be a list of checker names, as symbols, 
to run.
 
 ;;;***
 
-;;;### (autoloads nil "org-macs" "org/org-macs.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-macs" "org/org-macs.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-macs.el
 
-(autoload 'org-load-noerror-mustsuffix "org-macs" "\
-Load FILE with optional arguments NOERROR and MUSTSUFFIX.
-
-\(fn FILE)" nil t)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-macs" '("org-")))
 
 ;;;***
@@ -24318,25 +23758,10 @@ Load FILE with optional arguments NOERROR and 
MUSTSUFFIX.
 
 ;;;***
 
-;;;### (autoloads nil "org-num" "org/org-num.el" (0 0 0 0))
+;;;### (autoloads "actual autoloads are elsewhere" "org-num" "org/org-num.el"
+;;;;;;  (0 0 0 0))
 ;;; Generated autoloads from org/org-num.el
 
-(autoload 'org-num-default-format "org-num" "\
-Default numbering display function.
-NUMBERING is a list of numbers.
-
-\(fn NUMBERING)" nil nil)
-
-(autoload 'org-num-mode "org-num" "\
-Dynamic numbering of headlines in an Org buffer.
-
-If called interactively, enable Org-Num mode if ARG is positive, and
-disable it if ARG is zero or negative.  If called from Lisp, also
-enable the mode if ARG is omitted or nil, and toggle it if ARG is
-`toggle'; disable the mode otherwise.
-
-\(fn &optional ARG)" t nil)
-
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-num" '("org-num-")))
 
 ;;;***
@@ -24365,6 +23790,14 @@ enable the mode if ARG is omitted or nil, and toggle 
it if ARG is
 
 ;;;***
 
+;;;### (autoloads "actual autoloads are elsewhere" "org-refile" 
"org/org-refile.el"
+;;;;;;  (0 0 0 0))
+;;; Generated autoloads from org/org-refile.el
+
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"org-refile" '("org-")))
+
+;;;***
+
 ;;;### (autoloads nil "org-src" "org/org-src.el" (0 0 0 0))
 ;;; Generated autoloads from org/org-src.el
 
@@ -24503,8 +23936,7 @@ See the command `outline-mode' for more information on 
this mode.
 
 ;;;***
 
-;;;### (autoloads "actual autoloads are elsewhere" "ox-man" "org/ox-man.el"
-;;;;;;  (0 0 0 0))
+;;;### (autoloads nil "ox-man" "org/ox-man.el" (0 0 0 0))
 ;;; Generated autoloads from org/ox-man.el
 
 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes 
"ox-man" '("org-man-")))
@@ -38899,10 +38331,19 @@ Zone out, completely." t nil)
 ;;;;;;  "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el"
 ;;;;;;  "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el"
 ;;;;;;  "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" 
"international/characters.el"
-;;;;;;  "international/charscript.el" "international/cp51932.el"
-;;;;;;  "international/eucjp-ms.el" "international/mule-cmds.el"
-;;;;;;  "international/mule-conf.el" "international/mule.el" "isearch.el"
-;;;;;;  "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" 
"language/cham.el"
+;;;;;;  "international/charprop.el" "international/charscript.el"
+;;;;;;  "international/cp51932.el" "international/eucjp-ms.el" 
"international/mule-cmds.el"
+;;;;;;  "international/mule-conf.el" "international/mule.el" 
"international/uni-bidi.el"
+;;;;;;  "international/uni-brackets.el" "international/uni-category.el"
+;;;;;;  "international/uni-combining.el" "international/uni-comment.el"
+;;;;;;  "international/uni-decimal.el" "international/uni-decomposition.el"
+;;;;;;  "international/uni-digit.el" "international/uni-lowercase.el"
+;;;;;;  "international/uni-mirrored.el" "international/uni-name.el"
+;;;;;;  "international/uni-numeric.el" "international/uni-old-name.el"
+;;;;;;  "international/uni-special-lowercase.el" 
"international/uni-special-titlecase.el"
+;;;;;;  "international/uni-special-uppercase.el" 
"international/uni-titlecase.el"
+;;;;;;  "international/uni-uppercase.el" "isearch.el" "jit-lock.el"
+;;;;;;  "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el"
 ;;;;;;  "language/chinese.el" "language/cyrillic.el" "language/czech.el"
 ;;;;;;  "language/english.el" "language/ethiopic.el" "language/european.el"
 ;;;;;;  "language/georgian.el" "language/greek.el" "language/hebrew.el"
@@ -38935,14 +38376,17 @@ Zone out, completely." t nil)
 ;;;;;;  "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el"
 ;;;;;;  "obarray.el" "org/ob-core.el" "org/ob-lob.el" "org/ob-matlab.el"
 ;;;;;;  "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" "org/ol-irc.el"
-;;;;;;  "org/org-archive.el" "org/org-attach.el" "org/org-clock.el"
-;;;;;;  "org/org-datetree.el" "org/org-element.el" "org/org-feed.el"
-;;;;;;  "org/org-footnote.el" "org/org-id.el" "org/org-indent.el"
-;;;;;;  "org/org-install.el" "org/org-mobile.el" "org/org-plot.el"
+;;;;;;  "org/ol.el" "org/org-agenda.el" "org/org-archive.el" 
"org/org-attach.el"
+;;;;;;  "org/org-capture.el" "org/org-clock.el" "org/org-colview.el"
+;;;;;;  "org/org-compat.el" "org/org-datetree.el" "org/org-duration.el"
+;;;;;;  "org/org-element.el" "org/org-feed.el" "org/org-footnote.el"
+;;;;;;  "org/org-goto.el" "org/org-id.el" "org/org-indent.el" 
"org/org-install.el"
+;;;;;;  "org/org-keys.el" "org/org-lint.el" "org/org-list.el" "org/org-macs.el"
+;;;;;;  "org/org-mobile.el" "org/org-num.el" "org/org-plot.el" 
"org/org-refile.el"
 ;;;;;;  "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" 
"org/ox-beamer.el"
 ;;;;;;  "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el"
-;;;;;;  "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el"
-;;;;;;  "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" 
"progmodes/elisp-mode.el"
+;;;;;;  "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el"
+;;;;;;  "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el"
 ;;;;;;  "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el"
 ;;;;;;  "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el"
 ;;;;;;  "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/page.el"
diff --git a/msdos/sed2v2.inp b/msdos/sed2v2.inp
index 8191dd1..19756d1 100644
--- a/msdos/sed2v2.inp
+++ b/msdos/sed2v2.inp
@@ -66,7 +66,7 @@
 /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
 /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
 /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
-/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "27.1.50"/
+/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION "27.1.90"/
 /^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
 /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
 /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
diff --git a/nt/README.W32 b/nt/README.W32
index 3c44c58..9c9228e 100644
--- a/nt/README.W32
+++ b/nt/README.W32
@@ -1,7 +1,7 @@
 Copyright (C) 2001-2020 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
-               Emacs version 27.1.50 for MS-Windows
+               Emacs version 27.1.90 for MS-Windows
 
   This README file describes how to set up and run a precompiled
   distribution of the latest version of GNU Emacs for MS-Windows.  You



reply via email to

[Prev in Thread] Current Thread [Next in Thread]