# # ChangeLog for / # # Generated by Trac 1.0.2 # May 7, 2024, 12:10:03 AM Sun, 11 Oct 2009 01:24:41 GMT Nelson Elhage [dcc3f80] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Zephyr.pm (added) * perlglue.xs (modified) * zephyr.c (modified) * .gitignore (modified) * Makefile.am (modified) * aim.c (modified) * commands.c (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl_tester.c (modified) * t/unicode.t (added) * typemap (added) Merge branch 'zephyr-fixes' Sun, 11 Oct 2009 01:24:27 GMT Nelson Elhage [69c3878] * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) * .gitignore (modified) * Makefile.am (modified) * aim.c (modified) * commands.c (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl_tester.c (modified) * perlglue.xs (modified) * t/unicode.t (added) * typemap (added) * zephyr.c (modified) Merge branch 'irc' Sun, 11 Oct 2009 01:24:18 GMT Nelson Elhage [e1e59a7] * Makefile.am (modified) * aim.c (modified) * perl/modules/IRC/lib/BarnOwl/Module/IRC.pm (modified) * perlglue.xs (modified) * t/unicode.t (added) * typemap (added) * .gitignore (modified) * commands.c (modified) * editwin.c (modified) * fmtext.c (modified) * functions.c (modified) * perl/lib/BarnOwl.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl_tester.c (modified) * zephyr.c (modified) Merge branch 'unicode-fixes' Sat, 10 Oct 2009 00:52:57 GMT Anders Kaseorg [737b8f1] * perl_tester.c (modified) perl_tester: return 0 from main. Signed-off-by: Anders Kaseorg ... Fri, 09 Oct 2009 23:58:06 GMT David Benjamin [b373d44] * Makefile.am (modified) Remove libzcrypt.a from perl_tester See ... Fri, 09 Oct 2009 23:58:06 GMT David Benjamin [5ade618] * commands.c (modified) Fix description of edit:history-next Signed-off-by: David Benjamin ... Fri, 09 Oct 2009 23:58:06 GMT David Benjamin [1703f72] * .gitignore (modified) Add .*.swp to .gitignore For vim swap files. Signed-off-by: David ... Wed, 07 Oct 2009 21:05:57 GMT Karl Ramm [77c87b2] * perl/lib/BarnOwl.pm (modified) Strip trailing newlines from zsigs. ... Wed, 07 Oct 2009 21:05:57 GMT Karl Ramm [dca3b27] * functions.c (modified) * zephyr.c (modified) Make owl_zephyr_zlocate return a dynamically allocated result (and ... Wed, 07 Oct 2009 04:46:39 GMT Anders Kaseorg [6c171f1] * editwin.c (modified) * fmtext.c (modified) Use g_unichar_to_utf8 in a way that doesn’t require memset. ... Wed, 07 Oct 2009 04:46:39 GMT Anders Kaseorg [a85d225] * editwin.c (modified) oe_release_excursion: Simplify linked list deletion code. ... Wed, 07 Oct 2009 04:46:39 GMT Anders Kaseorg [5791bf7] * perlglue.xs (modified) Left-align XS function names, in accordance with the decree of ... Wed, 07 Oct 2009 04:46:39 GMT Anders Kaseorg [0ed5c57] * fmtext.c (modified) Don’t loop infinitely on matching the empty string. This fixes a ... Wed, 07 Oct 2009 04:12:20 GMT Alejandro R. Sedeño [26cde20] * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Fix a typo in the jroster help message. Tue, 06 Oct 2009 04:06:42 GMT Nelson Elhage [7cfb1df] * perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm (modified) IRC: Handle 'nosuchchannel' events. Fixes #109. Sun, 04 Oct 2009 04:18:45 GMT Nelson Elhage [32ad44d] * zephyr.c (modified) Don't call any libzephyr functions before ZInitialize(). With krb5 ...