comparison lisp/gnus/ChangeLog @ 57321:3381cb76bac3

* gnus-group.el (gnus-update-group-mark-positions): * gnus-sum.el (gnus-update-summary-mark-positions): * message.el (message-check-news-body-syntax): * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert 8-bit unibyte values to a multibyte string for search functions.
author Juri Linkov <juri@jurta.org>
date Mon, 04 Oct 2004 23:18:11 +0000
parents 4e4ef6960726
children c9d90ef9b02c
comparison
equal deleted inserted replaced
57320:360e84818bf3 57321:3381cb76bac3
1 2004-10-05 Juri Linkov <juri@jurta.org>
2
3 * gnus-group.el (gnus-update-group-mark-positions):
4 * gnus-sum.el (gnus-update-summary-mark-positions):
5 * message.el (message-check-news-body-syntax):
6 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7 8-bit unibyte values to a multibyte string for search functions.
8
1 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org> 9 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2 10
3 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if 11 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4 there's no visible header. 12 there's no visible header.
5 13