* gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
[gnus] / lisp / ChangeLog
index 18b2b71..5832f79 100644 (file)
@@ -1,3 +1,17 @@
+2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New
+       macros that expand to an `aset'/`aref' call under Emacs, and to a
+       runtime choice under XEmacs.
+
+       * gnus-sum.el (gnus-summary-set-display-table): Use
+       `gnus-put-display-table', `gnus-get-display-table',
+       `gnus-set-display-table' for the display table, instead of `aset'.
+
+       * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use
+       `gnus-put-display-table', `gnus-get-display-table',
+       `gnus-set-display-table' for the display table.
+
 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * nnmairix.el: Add autoloads.