Sat, 27 Aug 2005 12:22:17 +0200 Drop harddefines.h
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 12:22:17 +0200] rev 404
Drop harddefines.h
Sat, 27 Aug 2005 11:21:27 +0200 Allow a different server name than the jid domain name
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 11:21:27 +0200] rev 403
Allow a different server name than the jid domain name Sync libjabber with upstream (centericq). The libjabber patch is from Ian Johannesen. This allows connecting to Google Talk, for example.
Mon, 22 Aug 2005 20:33:11 +0200 Fix a typo
Mikael Berthe <mikael@lilotux.net> [Mon, 22 Aug 2005 20:33:11 +0200] rev 402
Fix a typo
Mon, 22 Aug 2005 20:32:11 +0200 Kill a warning in the libjabber library
Mikael Berthe <mikael@lilotux.net> [Mon, 22 Aug 2005 20:32:11 +0200] rev 401
Kill a warning in the libjabber library This is useless change, but it prevents some gcc from complaining...
Sat, 20 Aug 2005 19:30:56 +0200 Kill a warning in the connwrap library
Mikael Berthe <mikael@lilotux.net> [Sat, 20 Aug 2005 19:30:56 +0200] rev 400
Kill a warning in the connwrap library
Sat, 20 Aug 2005 16:22:04 +0200 Mention "default" color
Mikael Berthe <mikael@lilotux.net> [Sat, 20 Aug 2005 16:22:04 +0200] rev 399
Mention "default" color
Thu, 18 Aug 2005 05:59:32 +0100 Post-0.6.6 changes
Mikael Berthe <mikael@lilotux.net> [Thu, 18 Aug 2005 05:59:32 +0100] rev 398
Post-0.6.6 changes
Wed, 17 Aug 2005 23:01:24 +0100 Added tag 0.6.6 for changeset 7f5135836b565ad5d0fbd73ed1401d00a4bc610a
Mikael Berthe <mikael@lilotux.net> [Wed, 17 Aug 2005 23:01:24 +0100] rev 397
Added tag 0.6.6 for changeset 7f5135836b565ad5d0fbd73ed1401d00a4bc610a
Wed, 17 Aug 2005 18:15:00 +0100 Ready for 0.6.6 release 0.6.6
Mikael Berthe <mikael@lilotux.net> [Wed, 17 Aug 2005 18:15:00 +0100] rev 396
Ready for 0.6.6 release
Thu, 04 Aug 2005 23:14:26 +0100 Whitespace cleanup (histolog.c)
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 23:14:26 +0100] rev 395
Whitespace cleanup (histolog.c)
Thu, 04 Aug 2005 23:11:14 +0100 Update "large file" size value to 3MB
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 23:11:14 +0100] rev 394
Update "large file" size value to 3MB
Thu, 04 Aug 2005 23:04:54 +0100 Whitespace cleanup
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 23:04:54 +0100] rev 393
Whitespace cleanup
Thu, 04 Aug 2005 22:55:10 +0100 Speed up hbuf_add_line()
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 22:55:10 +0100] rev 392
Speed up hbuf_add_line() When loading a history file, *p_hbuf was a pointer to the head of the list of lines, so a lot of CPU time was lost in g_list_last().
Thu, 04 Aug 2005 09:00:54 +0100 Fix "missing sentinel in function call" warning with gcc4
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 09:00:54 +0100] rev 391
Fix "missing sentinel in function call" warning with gcc4
Mon, 01 Aug 2005 21:43:01 +0100 Minor changes to hbuf.c
Mikael Berthe <mikael@lilotux.net> [Mon, 01 Aug 2005 21:43:01 +0100] rev 390
Minor changes to hbuf.c - remove useless do {} while with g_new() - some g_free() were missing
Sat, 30 Jul 2005 10:36:46 +0100 Ncurses changes + Ctrl-C does not send a signal anylore
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Jul 2005 10:36:46 +0100] rev 389
Ncurses changes + Ctrl-C does not send a signal anylore * Use nonl() when initializing ncurses * Ctrl-C does not send a signal in raw mode, so we handle it as a normal key
Fri, 29 Jul 2005 20:28:06 +0100 Ctrl-l does a full refresh
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Jul 2005 20:28:06 +0100] rev 388
Ctrl-l does a full refresh * Use redrawwin() to tell curses the screen has been corrupted * Prevent a resize from ending auto-away
Fri, 29 Jul 2005 19:09:07 +0100 Do non UTF8-encode/decode null pointers
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Jul 2005 19:09:07 +0100] rev 387
Do non UTF8-encode/decode null pointers
Fri, 29 Jul 2005 18:40:03 +0100 Update .hgignore
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Jul 2005 18:40:03 +0100] rev 386
Update .hgignore
Thu, 28 Jul 2005 20:26:29 +0100 Update TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 20:26:29 +0100] rev 385
Update TODO & ChangeLog
Thu, 28 Jul 2005 20:24:28 +0100 Merge UTF-8 changes
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 20:24:28 +0100] rev 384
Merge UTF-8 changes
Thu, 28 Jul 2005 13:16:36 +0100 Remove utf8 files, use Glib
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 13:16:36 +0100] rev 383
Remove utf8 files, use Glib
Thu, 28 Jul 2005 20:12:23 +0100 Use nodelay() instead of halfdelay()
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 20:12:23 +0100] rev 382
Use nodelay() instead of halfdelay() Maybe it could help people having a problem with the PgUp key...
Tue, 26 Jul 2005 20:15:36 +0100 Post-0.6.5 changes
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 20:15:36 +0100] rev 381
Post-0.6.5 changes
Tue, 26 Jul 2005 20:10:26 +0100 Added tag 0.6.5 for changeset 57474402997d76b5fbd5bf6aa796b46b707fd508
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 20:10:26 +0100] rev 380
Added tag 0.6.5 for changeset 57474402997d76b5fbd5bf6aa796b46b707fd508
Tue, 26 Jul 2005 19:43:51 +0100 Ready for 0.6.5 release 0.6.5
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 19:43:51 +0100] rev 379
Ready for 0.6.5 release
Tue, 26 Jul 2005 18:33:22 +0100 Improve debugging/logging
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 18:33:22 +0100] rev 378
Improve debugging/logging * Tell the user when the tracelog file can't be open * Only include logprint.h when screen.h is not needed
Tue, 26 Jul 2005 18:18:30 +0100 Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 18:18:30 +0100] rev 377
Add "/roster up" and "/roster down"
Mon, 25 Jul 2005 22:02:35 +0100 Update mcabberrc.example
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jul 2005 22:02:35 +0100] rev 376
Update mcabberrc.example
Mon, 25 Jul 2005 21:58:15 +0100 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jul 2005 21:58:15 +0100] rev 375
Update NEWS, TODO & ChangeLog
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip