Age | Commit message (Expand) | Author |
2004-01-19 | fix | Timo Sirainen |
2004-01-19 | Added /SET paste_join_multiline - it attempts to be smart and detect when | Timo Sirainen |
2004-01-19 | add pasted lines to command history | Timo Sirainen |
2003-11-26 | If pasted line starts with command char, treat it as command always. Paste | Timo Sirainen |
2003-11-23 | Don't count linefeeds in paste detection to avoid it going on when holding | Timo Sirainen |
2003-11-21 | Removed /SET paste_detect_keycount - don't really need it anymore. | Timo Sirainen |
2003-11-21 | pasting fixes. changed key to ^K from ^O since ^O is working strangely in | Timo Sirainen |
2003-11-17 | Fixed paste_warning format | Timo Sirainen |
2003-11-17 | disabling paste detection works again | Timo Sirainen |
2003-11-17 | again changed the paste_detect defaults. | Timo Sirainen |
2003-11-17 | potential crashfix | Timo Sirainen |
2003-11-17 | paste texts are themeable now. | Timo Sirainen |
2003-11-17 | When pasting to empty window, don't ask about if pasting was wanted or not. | Timo Sirainen |
2003-11-17 | paste detection fixes | Timo Sirainen |
2003-11-17 | crashfix when quitting | Timo Sirainen |
2003-11-17 | more initializing.. | Timo Sirainen |
2003-11-17 | initialize prev_entry | Timo Sirainen |
2003-11-16 | paste detection growed. | Timo Sirainen |
2003-11-16 | pasting fixes | Timo Sirainen |
2003-11-16 | If pasting more lines than /SET paste_verify_line_count, ask before doing | Timo Sirainen |
2003-11-16 | changed /set pster_detect_keycount 5 -> 6 to fix function keys | Timo Sirainen |
2003-11-16 | Added pasting detection. All keys except CR and LF are pasted as-is into | Timo Sirainen |
2003-10-26 | BIG5 stuff is used only if term_type is big5 | Timo Sirainen |
2003-10-19 | BIG5 fixes by vanilla@FreeBSD.org(?) | Timo Sirainen |
2003-07-09 | Crashfix when sometimes closing a split window. | Timo Sirainen |
2003-01-25 | didn't compile without gc | Timo Sirainen |
2003-01-25 | Lets see if GC happens to work now without explicit free() calls. Perl | Timo Sirainen |
2003-01-11 | Check for gc.h too | Timo Sirainen |
2002-12-31 | lag_min_show should default to 1 sec, not 0.1sec | Timo Sirainen |
2002-12-30 | Don't access free'd memory. | Timo Sirainen |
2002-12-29 | day -> 1day, hour -> 1hour | Timo Sirainen |
2002-12-28 | Added /REDRAW command that does the same as ^L. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-23 | --with-gc enables now support for Boehm's GC, if it's found and glib2 is | Timo Sirainen |
2002-12-10 | GC fixes. | Timo Sirainen |
2002-12-10 | A few fixes to make irssi work with garbage collected GLIB. | Timo Sirainen |
2002-11-29 | /last -clear removes now the "lastlog would print x lines, ... use -force" | Timo Sirainen |
2002-11-19 | /SB END: if we're already at the end of buffer don't redraw it. | Timo Sirainen |
2002-11-11 | fixes to allow you to register a new keyboard redirection inside a | Timo Sirainen |
2002-11-09 | grammatical fix | Timo Sirainen |
2002-11-05 | Added "gui key pressed" signal which is sent every time a key is pressed. | Timo Sirainen |
2002-10-14 | Some changes to make doublewidth chars possibly work (or possibly horribly | Timo Sirainen |
2002-09-14 | statusbar is now also updated for connecting-servers. | Timo Sirainen |
2002-09-14 | window->active_server used to hold non-connected servers, but that was | Timo Sirainen |
2002-08-26 | moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list of | Timo Sirainen |
2002-07-01 | Moved setlocale() at the beginning of initialization, should fix regexp | Timo Sirainen |
2002-06-07 | irsis --dummy fixed. | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-06-06 | Added default meta-d = delete_next_word | Timo Sirainen |
2002-05-18 | External indent functions (theme_indent module) weren't working properly. | Timo Sirainen |