2020-04-16  jakub-w  <jakub-w@riseup.net>  (tiny change)

	Fix a typo in calculator.el

	* lisp/calculator.el (calculator-expt): Overflowing exponentiation
	caused the function to return -1.0e+INF if the base was an odd,
	negative number, no matter what the exponent was.

2020-04-16  Amin Bandali  <bandali@gnu.org>

	* lisp/erc/erc.el: Add URL to the new ERC page on the Emacs site

2020-04-16  Nicolas Petton  <nicolas@petton.fr>

	Bump Emacs version to 27.0.91

	* README:
	* configure.ac:
	* msdos/sed2v2.inp:
	* nt/README.W32: Bump Emacs version.

2020-04-16  João Távora  <joaotavora@gmail.com>

	Correct Fido-mode's backspacing of directories with spaces

	(Bug#40625)

	* lisp/icomplete.el (icomplete-fido-backward-updir): Use
	zap-up-to-char.

2020-04-15  João Távora  <joaotavora@gmail.com>

	Default completion-flex-nospace to nil

	By default, the flex completion style _does_ match spaces.

	(Bug#40625)

	* lisp/icomplete.el (icomplete--fido-mode-setup): Force
	completion-flex-nospace to nil.

	* lisp/minibuffer.el (completion-flex-nospace): Default to nil.

2020-04-15  Eli Zaretskii  <eliz@gnu.org>

	Improve an example in w32 FAQ

	* doc/misc/efaq-w32.texi (Font names): Modify the expression to
	insert a lits of all installed fonts so as to avoid producing too
	long lines.  Suggested by ndame <ndame@protonmail.com>.

2020-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>

	* lisp/htmlfontify.el (hfy-force-fontification): Fix bug#40642

	Don't presume that `jit-lock-mode` is enabled.
	Do not merge to `master`.

2020-04-15  Nicolas Petton  <nicolas@petton.fr>

	* admin/authors.el: Add an author alias.

2020-04-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

	Limit RLIMIT_NOFILE to FD_SETSIZE on macOS

	* src/nsterm.m ([EmacsApp applicationDidFinishLaunching:]): Call
	CoreFoundation functions that increase RLIMIT_NOFILE behind our back
	during startup, and then set RLIMIT_NOFILE back to FD_SETSIZE to avoid
	crashes in setup_process_coding_system  (Bug#39164).

2020-04-15  Martin Rudalics  <rudalics@gmx.at>

	Fix Elisp manual entry on 'set-window-configuration'

	* doc/lispref/windows.texi (Window Configurations): Fix
	description of 'set-window-configuration'.

2020-04-14  Nicolas Petton  <nicolas@petton.fr>

	* admin/authors.el: Add missing author aliases.

This file records repository revisions from
commit 4acdd7fe58ae9f94102afeca67b0383141d597da (exclusive) to
commit c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c (inclusive).
See ChangeLog.3 for earlier changes.

;; Local Variables:
;; coding: utf-8
;; End:

  Copyright (C) 2020 Free Software Foundation, Inc.

  This file is part of GNU Emacs.

  GNU Emacs is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  GNU Emacs is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
