A whole bunch of changes, mostly Lua related.
authorBrenden Matthews <brenden@rty.ca>
Wed, 8 Jul 2009 08:09:06 +0000 (02:09 -0600)
committerBrenden Matthews <brenden@rty.ca>
Fri, 10 Jul 2009 04:47:41 +0000 (22:47 -0600)
commit2fa5f97edbc2c77833bdef3ba0ac5663d5eb25d6
treee3bf31960545eb6876fdead4238d05eaf618c3d5
parent9065d1f422d9897626d592512d285941dd37dad9
A whole bunch of changes, mostly Lua related.

Improved Lua API (lua_read_parse has been removed in favour of the
conky_parse() Lua API call).  The docs have been improved to reflect the
recent Lua API stuff as well.  Introduced new Lua Cairo and Imlib2
bindings, which require the tolua++ tool.  Fixed some other
miscellaneous doc related things.
28 files changed:
ChangeLog
Makefile.am
check_docs.py
configure.ac.in
doc/Makefile.am
doc/command_options.xml
doc/config_settings.xml
doc/config_settings.xsl
doc/docs.xml
doc/lua.xml [new file with mode: 0644]
doc/lua.xsl [new file with mode: 0644]
doc/variables.xml
doc/variables.xsl
extras/nano/conky.nanorc
extras/vim/syntax/conkyrc.vim
lua/Makefile.am [new file with mode: 0644]
lua/cairo.pkg [new file with mode: 0644]
lua/imlib2.pkg [new file with mode: 0644]
src/Makefile.am
src/conky.c
src/conky.h
src/imlib2.c
src/llua.c
src/llua.h
src/temphelper.c
src/text_object.h
src/x11.c
src/x11.h