+2020-02-26 Eric Abrahamsen <eric@ericabrahamsen.net>
+
+ Fix documented slot name of eieio-instance-tracker class
+
+ * doc/misc/eieio.texi (eieio-instance-tracker): The code has the slot
+ name as `tracking-symbol', not `tracker-symbol'.
+
+2020-02-26 Robert Pluim <rpluim@gmail.com>
+
+ Range-check width passed to define-fringe-bitmap
+
+ This prevents a crash when attempting to create a zero-width bitmap.
+
+ * src/fringe.c (Fdefine_fringe_bitmap): Check value of width,
+ signal an error if outside documented range (Bug#39662).
+
+2020-02-26 Nicolas Petton <nicolas@petton.fr>
+
+ * admin/authors.el: Add missing entries
+
2020-02-26 Noam Postavsky <npostavs@gmail.com>
Define libgnutls-version properly