emchat
12 years agoMerge branch 'logbuffix'
Steve Youngs [Sun, 15 May 2011 06:02:20 +0000 (16:02 +1000)]
Merge branch 'logbuffix'

12 years agoFix movement commands in emchat-log-mode.
Steve Youngs [Sun, 15 May 2011 06:01:48 +0000 (16:01 +1000)]
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>
13 years agoUpdate copyright notices in all files.
Steve Youngs [Mon, 1 Nov 2010 23:46:37 +0000 (09:46 +1000)]
Update copyright notices in all files.

Or, to put it another way... find something trivial to change so I can
test the tweaks to my git hooks. :-P

13 years agoTiny update to NEWS pretty much just to test my git hooks
Steve Youngs [Mon, 1 Nov 2010 22:12:23 +0000 (08:12 +1000)]
Tiny update to NEWS pretty much just to test my git hooks

13 years agoIgnore some tla-isms
Steve Youngs [Sun, 31 Oct 2010 11:32:40 +0000 (21:32 +1000)]
Ignore some tla-isms

Added `,,*', `++*', `=build' to the .gitignore.  Hey, old habits
are hard to break!

13 years agoAdd auto-autoloads, custom-load, custom-defines to .gitignore
Steve Youngs [Sun, 31 Oct 2010 08:21:35 +0000 (18:21 +1000)]
Add auto-autoloads, custom-load, custom-defines to .gitignore

Set `message-send-mail-function' during compile in emchat-report.el

13 years agoUpdate Makefile auto-versioning for git
Steve Youngs [Sun, 31 Oct 2010 07:01:17 +0000 (17:01 +1000)]
Update Makefile auto-versioning for git
Add objects to .gitignore

13 years agoInitial git import v0.9.6
Steve Youngs [Sun, 31 Oct 2010 06:35:41 +0000 (16:35 +1000)]
Initial git import