Fix movement commands in emchat-log-mode.
authorSteve Youngs <steve@emchat.org>
Sun, 15 May 2011 06:01:48 +0000 (16:01 +1000)
committerSteve Youngs <steve@emchat.org>
Sun, 15 May 2011 06:01:48 +0000 (16:01 +1000)
commit4a8e95ace7582c2078e07983550a1a3b1de543c7
treec148d2705167738cb0d3c23a6d81eb3d5e9812e8
parentc56ef2917278fc2461659c08aa3ffb62469dce8f
Fix movement commands in emchat-log-mode.

There was a problem with a regexp which was preventing
#'emchat-log-previous and #'emchat-log-next finding anything other than
the beginning or end of the log file.  This patch fixes that.

Then I got carried away and updated all the copyright notices and cleaned
up all the spurious whitepace .

* emchat-log.el (emchat-log-entry-re): Drop the bol char from it
and replace emchat-log-outline-regexp with this.

* emchat-log.el (emchat-log-mode): Use `emchat-log-entry-re'
instead of `emchat-log-outline-regexp'.

* emchat-log.el (emchat-log): Allow for the change in
`emchat-log-entry-re'.

* emchat-log.el (emchat-log-mark): Use `emchat-log-entry-re'
instead of `emchat-log-outline-regexp'.

* *.el: Update copyright notices and clean up whitespace.

* Makefile: Ditto.

Signed-off-by: Steve Youngs <steve@emchat.org>
22 files changed:
Makefile
build.el
emchat-buddy.el
emchat-convert.el
emchat-curl.el
emchat-doctor.el
emchat-emphasis.el
emchat-history.el
emchat-log.el
emchat-menu.el
emchat-meta.el
emchat-report.el
emchat-setup.el
emchat-status.el
emchat-toolbar.el
emchat-track.el
emchat-utils.el
emchat-v8.el
emchat-wharf.el
emchat-world.el
emchat-xwem.el
emchat.el