2020-02-29  Mattias Engdegård  <mattiase@acm.org>

	Fix rx charset generation

	* lisp/emacs-lisp/rx.el (rx--charset-p): Don't overquote.
	(rx--generate-alt): Generate '.' for negated newline.
	* test/lisp/emacs-lisp/rx-tests.el (rx-any, rx-charset-or): Test.

2020-02-28  Mattias Engdegård  <mattiase@acm.org>

	Fix overquoting in mule.el

	* lisp/international/mule.el (sgml-xml-auto-coding-function):
	Remove accidental quote.

2020-02-28  Paul Eggert  <eggert@cs.ucla.edu>

	* src/timefns.c (time_arith): Omit incorrect comment.

2020-02-28  Mattias Engdegård  <mattiase@acm.org>

	* lisp/vc/vc-cvs.el (vc-cvs-ignore): Copy-edit doc string

2020-02-28  Štěpán Němec  <stepnem@gmail.com>

	checkdoc: Don't mistake "cf." for sentence end

	* lisp/emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
	Recognize "cf." as an abbreviation, not a sentence end.

2020-02-27  Nicolas Petton  <nicolas@petton.fr>

	Bump Emacs version to 27.0.90

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

2020-02-27  Nicolas Petton  <nicolas@petton.fr>

	* etc/AUTHORS: Update.

This file records repository revisions from
commit 9261b1ed49755284bb9dc194b6c2a9b407151ee5 (exclusive) to
commit c5f255d68156926923232b1edadf50faac527861 (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/>.
