log-edit-changelog-entries

log-edit-changelog-entries is a compiled Lisp function in `log-edit.el'.

(log-edit-changelog-entries FILE)

Return the ChangeLog entries for FILE, and the ChangeLog they came from.
The return value looks like this:
(LOGBUFFER (ENTRYSTART ENTRYEND) ...)
where LOGBUFFER is the name of the ChangeLog buffer, and each
(ENTRYSTART . ENTRYEND) pair is a buffer region.