From: Nicolas Petton Date: Thu, 27 Feb 2020 16:16:54 +0000 (+0100) Subject: ; ChangeLog.3 update X-Git-Tag: emacs-27.0.90~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86e4da6eaf;p=emacs.git ; ChangeLog.3 update --- diff --git a/ChangeLog.3 b/ChangeLog.3 index df23430c8df..598fe9ad1e0 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -1,3 +1,23 @@ +2020-02-26 Eric Abrahamsen + + 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 + + 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 + + * admin/authors.el: Add missing entries + 2020-02-26 Noam Postavsky Define libgnutls-version properly