gecko-dev/extensions/irc/xul/skin
rginda%netscape.com 8537a0885b * connection-rhino.js
Various changes to make it Right

* events.js
parameterize hook functions to allow arbitrary hook arrays to be used.
search hooks in reverse order of add

* irc.js
check to see if server is connected before trying to disconnect on net.quit()
watch for exception on connect()
move auto-join-channel into on001 handler.
watch for java.lang.ThreadDeath if running under rhino.
fix onNick for the undernet network

* utils.js
define dd under rhino.
allow functions as patterns in matchObject().

* ircbot.js
define gc() for rhino.
add initPersonality hook.
add support for script line continuation with "\"

* chatzilla.xul
include globalOverlay.xul (why?)
comment out style change menu.

* handlers.js
read prefs before initialization.
add updateTitle() calls where appropriate.

* readprefs.js
Add comment to explain valid prefs.
add style prefs.

* static.js
Fix matchMyNick to match if nick is anywhere in the message (bug 24860.)
Hook up user styles in output window.
add updateTitle(), (bug 24671.)

* chatzilla.css
remove window size designation (resize issues.)

* output-default.css
remove font size attributes.
swap mark=odd and directed-to-me declaration order, to make directed-to-me take
precedence.

* output-marble.css
tab->space changes
2000-01-27 09:45:11 +00:00
..
images First Checked In. 2000-01-20 01:18:09 +00:00
MANIFEST First Checked In. 2000-01-20 01:18:09 +00:00
chatzilla.css * connection-rhino.js 2000-01-27 09:45:11 +00:00
output-default.css * connection-rhino.js 2000-01-27 09:45:11 +00:00
output-loud.css * connection-rhino.js 2000-01-27 09:45:11 +00:00
output-marble.css * connection-rhino.js 2000-01-27 09:45:11 +00:00