mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
Improved hilighting: You can specify what color to hilight the text
with, to channel field type the (mirc) color number, like "4 #blah" hilights the text with red in channel #blah, both color and channel(s) are optional. You can also hilight nicks' colors, to text field type "NICK:nick!mask", like NICK:nick, or NICK:*!*@*.blah.fi hilights people from blah.fi domain git-svn-id: http://svn.irssi.org/repos/irssi/trunk@110 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
20ddd957d9
commit
ba68066184
8
NEWS
8
NEWS
@ -1,4 +1,4 @@
|
||||
v0.7.22 2000-01-13 Timo Sirainen <cras@irccrew.org> [stable]
|
||||
v0.7.22 2000-01-17 Timo Sirainen <cras@irccrew.org> [stable]
|
||||
|
||||
+ configure displays a summary of things to compile
|
||||
+ /set toggle_use_colors = yes|no, sets colors on/off in irssi-text
|
||||
@ -8,6 +8,12 @@ v0.7.22 2000-01-13 Timo Sirainen <cras@irccrew.org> [stable]
|
||||
+ When connection is lost to server, irssi will remember the channels
|
||||
in windows. After reconnected, (auto)joining to same channels will
|
||||
join the channels to the old windows.
|
||||
+ Improved hilighting: You can specify what color to hilight the text
|
||||
with, to channel field type the (mirc) color number, like
|
||||
"4 #blah" hilights the text with red in channel #blah, both color
|
||||
and channel(s) are optional. You can also hilight nicks' colors, to
|
||||
text field type "NICK:nick!mask", like NICK:nick, or
|
||||
NICK:*!*@*.blah.fi hilights people from blah.fi domain
|
||||
- Modeless channels (+channel) didn't get synced ever..
|
||||
- Some kB/s messages displayed wrong values when resuming DCC
|
||||
transfers. Also, kB/s is now displayed with two decimals
|
||||
|
3
TODO
3
TODO
@ -107,7 +107,6 @@
|
||||
|
||||
- autoaway when idling
|
||||
- nickserv support (automatic /msg nickserv identify password)
|
||||
- /set colors on|off
|
||||
- /exec
|
||||
- itext:
|
||||
- save/find text
|
||||
@ -115,8 +114,6 @@
|
||||
mouse...
|
||||
- if some other window has got much text, switching to it first time
|
||||
takes some time..?
|
||||
- possibility to display different colors in nicks from different people..
|
||||
and different colors for word hilighting too
|
||||
- exceptions for ignoring
|
||||
- editor in setup for ~/.irssi/startup
|
||||
- gui help
|
||||
|
22
po/fi.po
22
po/fi.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-01-13 02:08+0200\n"
|
||||
"POT-Creation-Date: 2000-01-16 17:44+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -1408,7 +1408,7 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gtk-specific.c:68 src/gui-gnome/gui-mainwindows.c:446
|
||||
#: src/gui-gnome/gtk-specific.c:68 src/gui-gnome/gui-mainwindows.c:445
|
||||
#: src/gui-gnome/setup-colors.c:195
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
@ -1587,39 +1587,39 @@ msgstr ""
|
||||
msgid "Away: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:778
|
||||
#: src/gui-gnome/gui-mainwindows.c:783
|
||||
msgid "Nick completion"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:779
|
||||
#: src/gui-gnome/gui-mainwindows.c:784
|
||||
msgid "Check word replaces"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:781
|
||||
#: src/gui-gnome/gui-mainwindows.c:786
|
||||
msgid "Previous window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:782
|
||||
#: src/gui-gnome/gui-mainwindows.c:787
|
||||
msgid "Next window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:786
|
||||
#: src/gui-gnome/gui-mainwindows.c:792
|
||||
msgid "Command history"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:788
|
||||
#: src/gui-gnome/gui-mainwindows.c:794
|
||||
msgid "Previous page in window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:789
|
||||
#: src/gui-gnome/gui-mainwindows.c:795
|
||||
msgid "Next page in window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:791
|
||||
#: src/gui-gnome/gui-mainwindows.c:797
|
||||
msgid "Insert special character"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:802
|
||||
#: src/gui-gnome/gui-mainwindows.c:808
|
||||
msgid "Change window"
|
||||
msgstr ""
|
||||
|
||||
|
22
po/pl.po
22
po/pl.po
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-01-13 02:08+0200\n"
|
||||
"POT-Creation-Date: 2000-01-16 17:44+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -1425,7 +1425,7 @@ msgstr "Ok"
|
||||
msgid "Apply"
|
||||
msgstr "Zastosuj"
|
||||
|
||||
#: src/gui-gnome/gtk-specific.c:68 src/gui-gnome/gui-mainwindows.c:446
|
||||
#: src/gui-gnome/gtk-specific.c:68 src/gui-gnome/gui-mainwindows.c:445
|
||||
#: src/gui-gnome/setup-colors.c:195
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
@ -1606,39 +1606,39 @@ msgstr ""
|
||||
msgid "Away: %s"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:778
|
||||
#: src/gui-gnome/gui-mainwindows.c:783
|
||||
msgid "Nick completion"
|
||||
msgstr "Uzupe³nianie nicków"
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:779
|
||||
#: src/gui-gnome/gui-mainwindows.c:784
|
||||
msgid "Check word replaces"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:781
|
||||
#: src/gui-gnome/gui-mainwindows.c:786
|
||||
msgid "Previous window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:782
|
||||
#: src/gui-gnome/gui-mainwindows.c:787
|
||||
msgid "Next window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:786
|
||||
#: src/gui-gnome/gui-mainwindows.c:792
|
||||
msgid "Command history"
|
||||
msgstr "Historial poleceñ"
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:788
|
||||
#: src/gui-gnome/gui-mainwindows.c:794
|
||||
msgid "Previous page in window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:789
|
||||
#: src/gui-gnome/gui-mainwindows.c:795
|
||||
msgid "Next page in window"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:791
|
||||
#: src/gui-gnome/gui-mainwindows.c:797
|
||||
msgid "Insert special character"
|
||||
msgstr ""
|
||||
|
||||
#: src/gui-gnome/gui-mainwindows.c:802
|
||||
#: src/gui-gnome/gui-mainwindows.c:808
|
||||
msgid "Change window"
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user