index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
Age
Commit message (
Expand
)
Author
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-18
bugfix for displaying 128-160 ascii chars.
Timo Sirainen
2000-12-17
/SET prompt, /SET prompt_window - Specifies the text in prompt.
Timo Sirainen
2000-12-17
Settings are now stored in module-specific blocks. Irssi complains
Timo Sirainen
2000-12-17
Some minor query fixes. Nick changes are also detected by checking if
Timo Sirainen
2000-12-05
net_gethostbyname_nonblock(): don't crash if net_gethosterror() returns
Timo Sirainen
2000-12-05
Split expandos from special-vars.c to expandos.c. Added list of signals
Timo Sirainen
2000-12-04
Use GIOChannel instead of sockets directly. Helps porting to win32 :)
Timo Sirainen
2000-12-04
/CLEAR -all - clear all windows.
Timo Sirainen
2000-12-04
don't allow printing iso8859-1 nonprintable highascii chars.
Timo Sirainen
2000-12-04
/SET scroll_page_count - how many lines to scroll with pgup/pgdn. either
Timo Sirainen
2000-12-03
Don't crash if first line in window is just a newline
Timo Sirainen
2000-12-03
print the firsttimer info to irssi's window instead of stdout.
Timo Sirainen
2000-12-03
complain about old default.themes
Timo Sirainen
2000-12-03
Don't redraw screen when trying to scroll up at the start of scrollback
Timo Sirainen
2000-12-03
fixes
Timo Sirainen
2000-12-02
Print timestamps correctly with /SB REDRAW
Timo Sirainen
2000-12-02
Moved activity to last item in statusbar
Timo Sirainen
2000-12-02
/SB REDRAW fixes, multiline formats should work now correctly.
Timo Sirainen
2000-12-02
window_[add|remove]_item -> window_item_[add|remove]
Timo Sirainen
2000-11-30
window_text_find() didn't work correctly with empty find string.
Timo Sirainen
2000-11-27
fixed text buffer crash when scrollback got full
Timo Sirainen
2000-11-26
Perl fixes and additions. theme_register() / printformat() works now
Timo Sirainen
2000-11-26
KEY_END isn't defined in all curses implementations
Timo Sirainen
2000-11-23
Still some warnings removed..
Timo Sirainen
2000-11-23
more warning fixes
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-11-22
hilight-text: whops, bugfix went wrong :)
Timo Sirainen
2000-11-21
/SCROLLBACK REDRAW - redraw the contents of current window according to
Timo Sirainen
2000-11-18
Win32 fixes - Irssi now compiles with MSVC++ :)
Timo Sirainen
2000-11-17
Don't crash if MAIL environment isn't set.
Timo Sirainen
2000-11-17
windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to
Timo Sirainen
2000-11-12
Text printing changes. Formats are now optionally saved to each line so
Timo Sirainen
2000-11-11
Ctrl-T = transpose_characters
Timo Sirainen
2000-11-10
Use nodelay() instead of halfdelay()
Timo Sirainen
2000-11-04
Removed useless part of code.
Timo Sirainen
2000-10-29
long word handling fixes
Timo Sirainen
2000-10-29
Don't indent the next line when long word is split. Also we try not to
Timo Sirainen
2000-10-28
Cleaned up printtext.c, split part of it to formats.c
Timo Sirainen
2000-10-28
Updated new default.theme to module-formats files.
Timo Sirainen
2000-10-27
use sigaction() instead of signal(). With some OSes the signal handler
Timo Sirainen
2000-10-15
Some hilight+window activity related fixes
Timo Sirainen
2000-10-11
removed warning
Timo Sirainen
2000-10-08
--disable-curses-windows option to configure
Timo Sirainen
2000-10-03
--enable-perl=[yes|no|static]
Timo Sirainen
2000-10-01
Keyboard should never get stuck again when receiving huge amounts of
Timo Sirainen
2000-09-27
Also moving windows and changing refnum updates activity list.
Timo Sirainen
2000-09-27
Closing window didn't update window activity list.
Timo Sirainen
2000-09-25
Don't show statusbar with bold color
Timo Sirainen
2000-09-24
Bugfix for checking if user mode was empty (don't show (+) in statusbar)
Timo Sirainen
[next]