mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
conky 1.3.3
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@350 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
03cc602812
commit
5080b30a50
@ -1,5 +1,11 @@
|
||||
# $Id$
|
||||
|
||||
2005-10-17
|
||||
* Ugly MPD mem leak fixed
|
||||
* Other mem leaks fixed
|
||||
* Fixed thing where conky exits if LC_ALL and friends isn't set
|
||||
* Conky 1.3.3 released
|
||||
|
||||
2005-10-13
|
||||
* Conky 1.3.2 released
|
||||
|
||||
|
14
README
14
README
@ -706,6 +706,18 @@ VARIABLES
|
||||
Percent of song's progress
|
||||
|
||||
|
||||
mpd_random
|
||||
Random status (On/Off)
|
||||
|
||||
|
||||
mpd_repeat
|
||||
Repeat status (On/Off)
|
||||
|
||||
|
||||
mpd_track
|
||||
Prints the MPD track field
|
||||
|
||||
|
||||
new_mails
|
||||
Unread mail count in mail spool.
|
||||
|
||||
@ -881,4 +893,4 @@ AUTHORS
|
||||
|
||||
|
||||
|
||||
2005-09-24 conky(1)
|
||||
2005-10-17 conky(1)
|
||||
|
@ -1,6 +1,6 @@
|
||||
AC_INIT([Conky],[1.3.1],[brenden1@users.sourceforge.net])
|
||||
AC_INIT([Conky],[1.3.2],[brenden1@users.sourceforge.net])
|
||||
|
||||
AM_INIT_AUTOMAKE(conky, 1.3.1)
|
||||
AM_INIT_AUTOMAKE(conky, 1.3.2)
|
||||
AM_CONFIG_HEADER(src/config.h)
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<firstname>Brenden</firstname>
|
||||
<surname>Matthews</surname>
|
||||
</author>
|
||||
<date>2005-09-24</date>
|
||||
<date>2005-10-17</date>
|
||||
</refentryinfo>
|
||||
|
||||
<refmeta>
|
||||
|
@ -827,6 +827,33 @@
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command><option>mpd_random</option></command>
|
||||
</term>
|
||||
<listitem>
|
||||
Random status (On/Off)
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command><option>mpd_repeat</option></command>
|
||||
</term>
|
||||
<listitem>
|
||||
Repeat status (On/Off)
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command><option>mpd_track</option></command>
|
||||
</term>
|
||||
<listitem>
|
||||
Prints the MPD track field
|
||||
<para></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command><option>new_mails</option></command>
|
||||
|
@ -4751,7 +4751,6 @@ int main(int argc, char **argv)
|
||||
}
|
||||
if (!setlocale(LC_CTYPE, "")) {
|
||||
ERR("Can't set the specified locale!\nCheck LANG, LC_CTYPE, LC_ALL.");
|
||||
return 1;
|
||||
}
|
||||
#endif /* X11 */
|
||||
while (1) {
|
||||
|
Loading…
Reference in New Issue
Block a user