* wl-summary.el (wl-summary-buffer-attach): Connect to signal
authorhmurata <hmurata>
Sat, 5 Mar 2005 03:28:42 +0000 (03:28 +0000)
committerhmurata <hmurata>
Sat, 5 Mar 2005 03:28:42 +0000 (03:28 +0000)
commit6444631eeac4bef1933e27202080f62ac536aada
treeaba0a72643958e39315931731031324d7fe54dd8
parentf536d232f61f737feeeae09acd7a55fc26a8d4db
* wl-summary.el (wl-summary-buffer-attach): Connect to signal
`update-overview'
(wl-summary-buffer-detach): Disconnect from it.
(wl-summary-rescan-message): Use command.

* wl-message.el (wl-message-buffer-display): Use
`with-current-buffer' instead of `save-excursion'.

* modb.el (elmo-msgdb-update-entity): New API and define generic
implement.

* modb-standard.el (elmo-msgdb-update-entity): Define.

* modb-entity.el (elmo-msgdb-message-entity-update-fields): New
API and define generic implement.

* elmo.el (update-overview): New singnal.

* elmo-shimbun.el (elmo-shimbun-update-overview): Rewrite use
`elmo-msgdb-update-entity' and emit signal `update-overview'.
(elmo-message-entity-parent): Define.

* elmo-pipe.el (elmo-pipe-connect-signals): Connect to signal
`update-overview'.

* elmo-multi.el (elmo-multi-connect-signals): Ditto.

* elmo-filter.el (elmo-filter-connect-signals): Ditto.
12 files changed:
elmo/ChangeLog
elmo/elmo-filter.el
elmo/elmo-multi.el
elmo/elmo-pipe.el
elmo/elmo-shimbun.el
elmo/elmo.el
elmo/modb-entity.el
elmo/modb-standard.el
elmo/modb.el
wl/ChangeLog
wl/wl-message.el
wl/wl-summary.el