docs and syntax for overwrite_file and append_file
[monky] / ChangeLog
index 33f76d4..e6b790b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,336 @@
-# $Id$
+2009-02-12
+       * Added overwrite_file and append_file
+
+2009-02-10
+       * Added output_to_stderr
+
+2009-02-08
+       * Refactor top code, add top_time to sort by process cpu time (thanks
+       sohalt).
+
+2008-12-20
+       * Add if_match object comparing strings, floats and ints
+
+2008-12-18
+       * Fix segfault for diskiograph*, note the changed order of arguments
+       * Fix documentation for all graph objects
+
+2008-12-17
+       * Make gateway objects also detect routes with missing RTF_GATEWAY flag
+
+2008-12-15
+       * Have a maximum width for all variable length mpd vars
+       * Patch to allow escaping newlines in the config (thanks Itai)
+
+2008-12-14
+       * Fix disk_protect for linux-2.6.27 (and hopefully above)
+       * Improve behaviour of $pb_battery
+
+2008-12-09
+       * Add an option to timed_thread_test() to not wait for the interval period
+       (so that IMAP IDLE works better)
+
+2008-12-08
+       * Fix runtime debugging macros again
+       * Big hddtemp rewrite
+       * Remove README from git and ignore it
+       * Remove obsolete documentation
+
+2008-12-07
+       * Removing $freq_dyn and $freq_dyn_g due to license issues (see sf.net
+       tracker bug #2166612)
+       * Allow more than 9 CPUs for CPU stats (bug 2155500)
+       * Fix broken $execbar (bug 2133709)
+       * Don't put unit with hddtemp values for consistency (bug 2133107)
+       * Limit $battery_percent to 100 (bug 2145006)
+       * Fix runtime debugging macros
+       * Make unit of all temperature objects selectable
+       * Make Conky in dock mode a withdrawn window
+
+2008-12-06
+       * Switching from svn to git repository.  The repo can be viewed from
+       http://git.omp.am/?p=conky.git;a=summary and you can clone the repo with:
+       git clone git://git.omp.am/conky.git
+       * Fix for wrong usage of strncat (thanks Pavol)
+       * Adds a variable if_xmms2_connected to hide objects when xmms2d is not
+       running (thanks Lassi)
+       * Fix for buffer overflow with $execi (thanks Cesare)
+       * Fetch volume through Audacious API (thanks Erik)
+
+2008-12-06
+       * Removed duplicate sanity check for diskio
+
+2008-11-30
+       * Added runtime debugging output
+
+2008-11-29
+       * Added template support
+
+2008-10-08
+       * Applied OpenBSD patches
+       * Added $if_mpd_playing patch (thanks tarpman)
+
+2008-09-24
+       * Introduced (buggy) support for IMAP IDLE
+       * Added support for MOC (the console audio player) (thanks henux)
+       * Added scroll step patch (thanks asto)
+
+2008-09-11
+       * Maybe fix missing include bug
+       (http://bugs.gentoo.org/show_bug.cgi?id=235233)
+       * Improve timed_thread interval timing
+       * Improve Conky's overall interval timing
+       * Added small patch to support negative values (such as negative disk
+       capacity) (thanks hinokind)
+
+2008-09-10
+       * Improved hddtemp support
+
+2008-09-07
+       * Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
+       * Fixed buffer overflow in update_net_stats() (thanks Miroslav)
+       * Small fix for nvidia mem freq (thanks Cezary)
+
+2008-08-14
+       * Conky 1.6.1 released
+       * Fix compile error when MPD support not enabled
+
+2008-08-05
+       * Add option to specify number of retries for IMAP/POP3 stuff (via -r)
+
+2008-08-03
+       * Smaller $nvidia improvements
+
+2008-07-29
+       * Added missing header to package dist
+
+2008-07-21
+       * Conky 1.6.0 released
+
+2008-07-16
+       * Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)
+
+2008-07-06
+       * Made log/normal argument for graphs optional
+
+2008-07-03
+       * Solve linking on problems on some systems (like Debian's Lenny)
+
+2008-07-01
+       * Add libgnu convenience lib, modules stdio and getaddrinfo.
+       * Configure option for mathfunctions
+
+2008-06-29
+       * Fixed missing entries in Makefile.am
+       * Get rid of obsolete gethostbyaddr and getservbyport
+
+2008-06-28
+       * Added sysfs AC adapter support patch (thanks Byron)
+       * Added support for EVE-Online skill monitoring (thanks Asbjørn)
+
+2008-06-25
+       * new variables smapi_bat_temp and smapi_bat_power
+       * improved docs for freq_dyn* variables
+
+2008-06-21
+       * Replaced the global text_object array and count with a
+       text_object_list
+       * Renamed various vars
+       * Removed redundancy in various parts
+
+2008-06-20
+       * Use output_methods instead of out_to_console
+       * Made some functions non-inline to compile with gcc 4.2 and higher
+
+2008-06-19
+       * Fixed compilation issues with --enable-testing
+       * Refactored format_seconds and format_seconds_short
+       * Changed addr to print "No Address" when there is no address
+       * Removed redundancy in various parts
+       * Split help output into a separate function
+
+2008-06-17
+       * Made defines of magic numbers
+
+2008-06-16
+       * Moved audacious defs into header
+       * Fixed 3 bufferoverflows in a struct utmp in users.c
+
+2008-06-09
+       * Graphs can now be logarithmic (except execigraph)
+
+2008-06-08
+       * Bugfix, $memgraph wasn't working and needed docs
+       * Code for $lines and $words
+       * Bugfix, $execgraph showed 0-0 instead of 0-100 values
+
+2008-06-07
+       * Case-insensitive values for if_up_strictness 
+       * Fix bug where DEV_NAME can read uninitialised memory
+       * Fix bug where ${if_mounted /}foo$endif prints foo on 1 line for
+       each update instead of just 1 line
+
+2008-06-06
+       * Code for $scroll
+       * Code for $memfree and $memeasyfree
+
+2008-06-05
+       * Fix bug where conky prints everything twice to STDOUT when
+       out_to_console is enabled
+       * Code for show_graph_range
+       * Code for $monitor and $monitor_number
+
+2008-06-04
+       * Fix bug where conky tries to free a already freed pointer when you
+       use gw_iface with a empty routingtable in linux
+       * Fix bug where conky tries to tries to display deleted chars in a
+       string (chars followed by a backspace-char) causing strange output.
+
+2008-06-03
+       * Added NVIDIA Graficcard support patch (thanks meissna)
+       * Added --quiet patch (thanks sceptik)
+
+2008-05-30
+       * Simplified docs for color0-9 config settings and variables.
+       * Improved $if_up for configurable behaviour.
+
+2008-04-29
+       * own_window_type dock patch (thanks Morgan).
+       * Fix for $if_up memleak (thanks Micha¿).
+
+2008-04-12
+       * Added patch for the following (thanks larsko):
+               * New $loadgraph to show a graph of load averages,
+               * add "show_graph_scale" option to turn off/on the showing of the
+               current max value for the graph,
+               * minor code fixes,
+               * update nano and vim syntax highlighting stuff.
+
+2008-04-10
+       * Getting rid of goto usage throughout code.
+       * Fix bug due to usage of gethostbyname() in threads (which is not
+       reentrant) by using gethostbyname_r() when available.
+       * Added patch for battery_time problem on 2.6.24 (thanks wedge).
+       * Added patch to fix broken xmms2 stuff (thanks sleipner).
+       * Added patch to fix SIGHUP/SIGUSR1 segfault (thanks norsetto).
+       * Added patch to improve $if_up (thanks Aseem).
+
+2008-04-02
+       * Added patch to use mail_spool correctly (thanks Kapil)
+       * Replacing strdup() with strndup() throughout
+
+2008-04-01
+       * Fixed segfault when configuration doesn't contain TEXT block (thanks
+       Pippijn).
+
+2008-03-31
+       * Conky 1.5.1 released.
+       * Added --enable-testing configure option to use insane compiler flags.
+
+2008-03-30
+       * Added mem_res and mem_vsize to $top.
+       * Improved parsing of $diskio*, $disk_protect and $ioscheduler args.
+
+2008-03-29
+       * Increased C99 compliance.
+       * Fixed potential segfault in get_ioscheduler().
+       * Implemented upwards path traversal for fs_type.
+       * Fixed bug in libmpdclient that caused file descriptors to be left open.
+       * Cleaned up output of battery_* vars.
+
+2008-03-28
+       * Fixed messed up percentages (fs_free_perc, fs_used_perc, mpd_percent,
+       battery_percent).
+
+2008-03-24
+       * Fixed for specifying a non-existent configuration file.
+       * Added disk_protect.
+       * Fixed too many open files bug in laptop_mode.
+       * Fixed reading interface adresses.
+       * Fixed battery_bar default size.
+
+2008-03-23
+       * Fixed compilation with --disable-x11.
+       * Fixed linux.c compilation problem due to (suspected) broken linux
+       headers.
+       * $battery_bar sysfs fix (thanks Marcus).
+
+2008-03-22
+       * Conky 1.5.0 released.
+       * Smapi review: improved code, fixed memleaks and smapi_bat_perc when
+       using pad_percents.
+       * Fixed spaced_print, so pad_percents should now work as expected.
+       * Removed a line of dead code.
+       * Added support for displaying the default gateway.
+       * Support displaying current laptop_mode.
+       * Per-disk IO scheduler information now available.
+       * Support printing current nameservers.
+
+2008-03-20
+       * Added CRLF characters to POP3 and IMAP stuff (should play nicer with
+       some servers now).
+       * Added preliminary support for parsing the output of external commands
+       (via $execp and $execpi).
+       * Applied FreeBSD total memory patch (thanks Nikos).
+
+2008-03-19
+       * Fixed a number of small memory leaks.
+       * Performed some minor profiling on Conky; reduced text_buffer_size
+       default to 128 bytes to improve performance.
+       * Fixed some minor bugs introduced by new patches.
+
+2008-03-17
+       * Applied 12 patches:
+               1) sysfs battery support (for Linux >=2.6.24) (thanks Kapil)
+               2) Improved audacious support patch (thanks Miroslav)
+               3) tp_smapi support patch for IBM laptops (thanks Phil)
+               4) user info patch (thanks Roland)
+               5) added conky build info patch (thanks Roland)
+               6) added if_up patch (thanks Phil)
+               7) added reload on SIGHUP patch (thanks Jonas)
+               8) added pad percentages patch (thanks Jonas)
+               9) added fs_type patch (thanks Ryan)
+               10) added xmms2 fixes patch (thanks Lassi)
+               11) fix sysfs crash patch (thanks Phil)
+               12) multiple ip patch ($addrs).
+       * Added more alignment support (top_middle, bottom_middle, middle_left,
+       and middle_right).
+
+2008-02-08
+       * Applied 2 patches:
+               1) Add diskio for individual devices.
+               2) Improved output of units, added "short_units" option.
+
+2008-01-05
+       * Applied some more submitted patches:
+               1) Add long forms of (most of) the command-line options.
+               2) Added an option (top_cpu_separate) that emulates top's "separate
+               cpus" option.  Processor usage is shown as a percentage of a
+               single processor on your system, instead of a percentage
+               of all processors combined.
+               3) Adds a parameter (time) to top and top_mem that will show the
+               cumulative CPU time of a process.
+               4) Simplified integer rounding.
+               5) Fixed the window width when a goto is used.
+               6) Fixed the window width when an offset is used.
+               (thanks Kevin Lyles).
+
+2007-12-31
+       * Applied submitted patches:
+               1) to suport Debian's kFreeBSD;
+               2) to use realtime clock in timed threads and
+               3) to fix get_ibm_acpi_volume zero value bug
+               (thanks Kapil Hari Paranjape).
+
+2007-11-22
+       * Conky 1.4.9 released.
+
+2007-11-18
+       * Added Gentoo USE flag audacious-legacy for Audacious legacy support.
 
 2007-11-16
-       * Added support for Audacious 1.4.0 via --enable-audacious=yes|no|legacy:
-       *   (use 'yes' for audacious >= 1.4.0, 'legacy' for prior versions).
+       * Added support for Audacious 1.4.0 and legacy versions via
+                       --enable-audacious=yes|no|legacy.
 
 2007-11-14
        * Fix compilation error with --disable-x11 (bug #1830373).
 2007-09-01
        * Improved performance slightly.
        * Added 'music_player_interval' config option to specify an update interval for
-                       music player threads (currently honored by mpd and audacious).
+                       music player threads (currently honored by mpd and audacious).
        * Fixed some minor memory leaks associated with SIGUSR1.
        * Zero out imap and pop3 stuff when the connection fails.
 
 2006-12-22
        * client/server infrastructure and prototype for linux only (so far):
                - requires libdexter (http://sourceforge.net/projects/libdexter)
-               and the dxt-sysinfo plugin (svn only at the moment).
+               and the dxt-sysinfo plugin (svn only at the moment).
        * new config items:
                - dexter_client yes/no
                - dexter_server yes/no
                - wm_class_name (use own_window_class, same function)
        * configure changes:
          --disable-network (default=yes) with auto-detection for libdexter.
-               - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).  
+               - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).
                        HAVE_SYSINFO and others determine if /proc/uptime is used.
                - silently disable xft, double-buffer and xdamage if no x11.
                - change enable/disable labels to reflect defaults accurately.
                  them into AC_CHECK_FUNCS.
        * allow decorated, own_window=yes windows to be given input focus by WM:
                - do not pass button clicks through to desktop in this scenario as conky
-                 immediately loses focus.  
+                 immediately loses focus.
 
 2006-12-13
        * Clarify LGPL license on timed_thread modules.
 2006-12-09
        * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
        due to licensing issue noted by Fedora Core packagers.
-       * Eliminated config items: 
+       * Eliminated config items:
                min_port_monitors,
                min_port_monitor_connections
        * Added config item:
        feature request #1600631.
 
 2006-11-28
-       * Rearrange retry attempts in pop3 and imap code, removing sleep() 
+       * Rearrange retry attempts in pop3 and imap code, removing sleep()
        calls which cause the whole process to sleep, not just the thread.
 
 2006-11-22
 
 2006-11-13
        * Use pthread_cond_timedwait() instead of sleep() in audacious
-       thread.  Will convert all worker threads to this timing method.  
+       thread.  Will convert all worker threads to this timing method.
 
 2006-11-12
        * Fix freebsd build error.
        * Added Hellf[i]re's nano syntax coloring script to svn.
 
 2006-11-03
-       * Removed support for Xmms, BMP and Infopipe from conky.  
-       The Xmms and Bmp players are projects are dead and distros such 
-       as Gentoo are slating them for removal.  
+       * Removed support for Xmms, BMP and Infopipe from conky.
+       The Xmms and Bmp players are projects are dead and distros such
+       as Gentoo are slating them for removal.
        * Added support for Audacious using new audacious vars.
 
 2006-10-18
 
 2006-09-28
        * Use pkg-config instead of xft-config.
-       * Fix last line bug which had required padding text with extra blank line 
+       * Fix last line bug which had required padding text with extra blank line
        to see text on last line.
 
 2006-09-01
        Holub <hopet@users.sourceforge.net>)
 
 2006-03-15
-       * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo 
+       * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo
        (Gentoo bug# 125226).
        * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
        path for conky1.
        * on_bottom and wm_class_name deprecated (they do nothing)
 
 2006-02-13
-       * Fixed typo bug in portmon code that caused incorrect monitor data 
+       * Fixed typo bug in portmon code that caused incorrect monitor data
        to be displayed.
 
 2006-02-12
        * Added freedesktop.org extended window manager hints (EWMH)
        for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
        Fixes stacking order issues with freedesktop-compliant wm's,
-       such as XFCE4+. 
+       such as XFCE4+.
 
 2006-01-25
        * Fixed stupid graph code (it still sucks) sf.net bug 1372962
        * Fixed sf.net bug 1367745
 
 2005-11-30
-       * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
+       * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921,
          all variations of the same array out of bounds issue.
        * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
 
-2005-11-27 
+2005-11-27
        * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
 
 2005-11-24
 2005-11-12
        * Replaced bitwise copy of tcp_connection_t with function
        copy_tcp_connection().
-       * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
+       * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),
        get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
        eliminating all mallocs.  pkovacs.  See bug 1355470.
 
        options $addr and $linkstatus (please test!), as well as fixed a mem
        leak in this patch
        * adt746x fix, thanks to dan-h on sf.net
-       * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
+       * Added mldonkey support patch, thanks Lucas Brutschy on sf.net
        * Added patch to allow hex colour values, thanks roiban adi on sf.net
        * Added if constructs patch, thanks Lucas Brutschy on sf.net
        * Fixed bug in tab code (hopefully for the last time)
 
 =========================================================================
 =========================================================================
-       
+
 2005-07-05
        * Conky 1.1 released
 
 
 =========================================================================
 =========================================================================
-       
+
 2005-06-21
        * Version 1.0. Conky is born from the ashes of torsmo. Main site:
        http://conky.sf.net/