1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/src
Timo Sirainen 6976bec3d9 Allow using Irssi::signal_add('command ...', ..) so irssi won't crash when
the script is unloaded.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2167 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-11-29 22:12:28 +00:00
..
core command_unbind() - don't crash if trying to unbind a command not registered 2001-11-29 22:05:24 +00:00
fe-common /QUERY without a parameter but with options (eg. /alias query query -window) 2001-11-28 21:38:35 +00:00
fe-none Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +00:00
fe-text When /SET colors is OFF, irssi displays all non-default background colors as reversed. 2001-11-29 12:09:31 +00:00
irc /QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished. 2001-11-29 19:19:29 +00:00
lib-config Removed memory debugging code. It's a lot easier to check for buffer 2001-11-19 20:30:19 +00:00
lib-popt Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get before possibly identically named headers in the glib's include directory. 2001-11-05 14:48:03 +00:00
perl Allow using Irssi::signal_add('command ...', ..) so irssi won't crash when 2001-11-29 22:12:28 +00:00
.cvsignore Initial revision 1999-09-03 14:27:29 +00:00
common.h g_free_not_null() is now equal to g_free() - didn't notice before this was 2001-11-28 00:54:49 +00:00
Makefile.am Getting rid of gettext, moved some _(..) texts to themes and left some error 2001-05-17 20:13:59 +00:00