Opened 19 years ago
Closed 18 years ago
#2064 closed task (fixed)
XChat-2.8.4
Reported by: | Randy McMurchy | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Version increment to 2.6.4
Change History (4)
comment:1 by , 19 years ago
comment:2 by , 18 years ago
Milestone: | 6.2.0 → 6.2.1 |
---|
comment:3 by , 18 years ago
Version bump to xchat-2.8.0
This version introduces some significant changes:
- XChat now requires at least GTK+ 2.10
- Added a system tray icon
And many others present in the ChangeLog
Julio
comment:4 by , 18 years ago
Milestone: | 6.2.1 → 6.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | XChat-2.6.4 → XChat-2.8.4 |
Updated BLFS to XChat-2.8.4
Comments about the previous notes:
You don't have to pass any parameter for spell-checking. It will choose which option by examining the system.
Note:
See TracTickets
for help on using tickets.
Version increment to 2.6.6
now it comes with the possibility to use spell checking through one of this 3 options:
the two first options uses Enchant as the spelling backend, while gtkspell uses aspell as the spelling backend
as a side note, the forum page where this information is extracted from suggest that, if in doubt, the first option is advised as it doesn't have any special requirement or dependency
to enable spell checking at compile time --enable-spell=[type] needs to be passed to the script configure, where [type] is one of the following: static, libsexy or gtkspell
Julio