darcs patch: Fix an expression in README (and 8 more)

Waldir Pimenta waldir at email.com
Thu Jun 13 05:04:04 CEST 2013


Oh, my, it seems "darcs send" did work after all! Sorry for my duplicate
post; the patches are exactly the same.


On Thu, Jun 13, 2013 at 3:39 AM, Waldir Pimenta <waldir at email.com> wrote:

> 9 patches for repository http://darcs.nomeata.de/arbtt:
>
> Wed May  8 16:45:41 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Fix an expression in README
>   "day of time" --> "time of day"
>
> Fri May 10 15:16:36 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Fix hackage url
>
> Fri May 10 16:43:39 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Fix typo in documentation
>   "tries to readsthe data samples" --> "tries to read the data sample"
>
> Fri May 10 16:47:20 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * fix usage of filename tag in documentation
>
> Fri May 10 16:49:39 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Add missing space: ofregular --> of regular
>
> Sat May 11 19:02:50 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Convert whitespace in categorize.cfg's aliases
>
>   One of the lines of the aliases used spaces instead of a tab.
>   Changed to match the other ones.
>
> Sat May 11 19:18:51 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Document comment syntax in the example .cfg file
>
>   This is the first of a set of changes
>   aimed to make the initial learning curve of arbtt smoother,
>   especially for users not familiar with Haskell.
>
> Sat May 11 19:21:12 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Use spaces for alignment
>
>   "Tabs for indentation, spaces for alignment" is a common strategy
>   to format monospaced plain text in order to preserve its layout
>   regardless of the editor configuration (number of spaces per tags)
>
> Sat May 11 19:23:33 WEST 2013  Waldir Pimenta <waldir at email.com>
>   * Fix syntax of example categorize.cfg file
>
>   It was mising the final "}".
>
>
> [Fix an expression in README
> Waldir Pimenta <waldir at email.com>**20130508154541
>  Ignore-this: 22d43dca6f06774a332a188bed3a4870
>  "day of time" --> "time of day"
> ] hunk ./README 86
>     syntax).
>   * $total_idle time, which is the maximum idle time until it is reset.
> This
>     would allow the user to catch the idle times more exactly.
> - * Rules based on day of time, to create tags for worktime, weekend, late
> + * Rules based on time of day, to create tags for worktime, weekend, late
>     at night. (Partially done)
>   * Storing the current timezone in the tags, for the prevoius entry to be
>     more to be more useful.
> [Fix hackage url
> Waldir Pimenta <waldir at email.com>**20130510141636
>  Ignore-this: ab6a76de070ae5429549f8251f147d80
> ] hunk ./doc/arbtt.xml 751
>
>      <refsect1><title>See also</title>
>        <para>See the arbtt manual for more information and the <ulink
> -      url="http://www.hackage.org/package/arbtt">arbtt hackage
> page</ulink> for
> +      url="http://hackage.haskell.org/package/arbtt">arbtt hackage
> page</ulink> for
>        newer versions of arbtt.</para>
>      </refsect1>
>    </refentry>
> hunk ./doc/arbtt.xml 821
>
>      <refsect1><title>See also</title>
>        <para>See the arbtt manual for more information and the <ulink
> -      url="http://www.hackage.org/package/arbtt">arbtt hackage
> page</ulink> for
> +      url="http://hackage.haskell.org/package/arbtt">arbtt hackage
> page</ulink> for
>        newer versions of arbtt.</para>
>      </refsect1>
>    </refentry>
> hunk ./doc/arbtt.xml 885
>
>      <refsect1><title>See also</title>
>        <para>See the arbtt manual for more information and the <ulink
> -      url="http://www.hackage.org/package/arbtt">arbtt hackage
> page</ulink> for
> +      url="http://hackage.haskell.org/package/arbtt">arbtt hackage
> page</ulink> for
>        newer versions of arbtt.</para>
>      </refsect1>
>    </refentry>
> hunk ./doc/arbtt.xml 949
>
>      <refsect1><title>See also</title>
>        <para>See the arbtt manual for more information and the <ulink
> -      url="http://www.hackage.org/package/arbtt">arbtt hackage
> page</ulink> for
> +      url="http://hackage.haskell.org/package/arbtt">arbtt hackage
> page</ulink> for
>        newer versions of arbtt.</para>
>      </refsect1>
>    </refentry>
> hunk ./doc/arbtt.xml 1024
>
>      <refsect1><title>See also</title>
>        <para>See the arbtt manual for more information and the <ulink
> -      url="http://www.hackage.org/package/arbtt">arbtt hackage
> page</ulink> for
> +      url="http://hackage.haskell.org/package/arbtt">arbtt hackage
> page</ulink> for
>        newer versions of arbtt.</para>
>      </refsect1>
>    </refentry>
> [Fix typo in documentation
> Waldir Pimenta <waldir at email.com>**20130510154339
>  Ignore-this: 770bb596059ee6a4ff7c40a3a2c12ef0
>  "tries to readsthe data samples" --> "tries to read the data sample"
> ] hunk ./doc/arbtt.xml 975
>
>      <refsect1><title>Description</title>
>        <para>
> -      <command>arbtt-recover</command> tries to readsthe data samples
> recorded
> +      <command>arbtt-recover</command> tries to read the data samples
> recorded
>        by <xref linkend="arbtt-capture"/>, skipping over possible broken
> entries. A fixed log file is written to
> <file>~/.arbtt/capture.log.recovered</file>. If the recovery was
> successful, you should stop <command>arbtt-capture</command> and move the
> file to <file>~/.arbtt/capture.log</file>.
>        </para>
>        <para>
> [fix usage of filename tag in documentation
> Waldir Pimenta <waldir at email.com>**20130510154720
>  Ignore-this: 935a1ae1d68beeda3b4cd31368bbd93f
> ] hunk ./doc/arbtt.xml 976
>      <refsect1><title>Description</title>
>        <para>
>        <command>arbtt-recover</command> tries to read the data samples
> recorded
> -      by <xref linkend="arbtt-capture"/>, skipping over possible broken
> entries. A fixed log file is written to
> <file>~/.arbtt/capture.log.recovered</file>. If the recovery was
> successful, you should stop <command>arbtt-capture</command> and move the
> file to <file>~/.arbtt/capture.log</file>.
> +      by <xref linkend="arbtt-capture"/>, skipping over possible broken
> entries. A fixed log file is written to
> <filename>~/.arbtt/capture.log.recovered</filename>. If the recovery was
> successful, you should stop <command>arbtt-capture</command> and move the
> file to <filename>~/.arbtt/capture.log</filename>.
>        </para>
>        <para>
>        As a sid effect, <command>arbtt-recover</command> applies the log
> compression method implemented in version 0.4.5 to the samples created by
> an earlier version. If you have a large logfile written by older versions,
> running <command>arbtt-recover</command> is recommended.
> [Add missing space: ofregular --> of regular
> Waldir Pimenta <waldir at email.com>**20130510154939
>  Ignore-this: f86b6248aaba9ba1655c441a99050802
> ] hunk ./doc/arbtt.xml 1121
>          <para>Performance improvements.</para>
>        </listitem>
>        <listitem>
> -        <para>Support comparing a string to a list of strings, or
> matching it against a list ofregular expressions.</para>
> +        <para>Support comparing a string to a list of strings, or
> matching it against a list of regular expressions.</para>
>        </listitem>
>      </itemizedlist>
>    </sect2>
> [Convert whitespace in categorize.cfg's aliases
> Waldir Pimenta <waldir at email.com>**20130511180250
>  Ignore-this: e9c776828390fc4c2f27b2e8793ce958
>
>  One of the lines of the aliases used spaces instead of a tab.
>  Changed to match the other ones.
> ] hunk ./categorize.cfg 6
>         "sun-awt-X11-XFramePeer"  -> "java",
>         "sun-awt-X11-XDialogPeer" -> "java",
>         "sun-awt-X11-XWindowPeer" -> "java",
> -        "gramps.py"               -> "gramps",
> +       "gramps.py"               -> "gramps",
>         "___nforschung"           -> "ahnenforschung",
>         "Pidgin"                  -> "pidgin"
>         )
> [Document comment syntax in the example .cfg file
> Waldir Pimenta <waldir at email.com>**20130511181851
>  Ignore-this: a423dfb9989410193ed8818d681d00e5
>
>  This is the first of a set of changes
>  aimed to make the initial learning curve of arbtt smoother,
>  especially for users not familiar with Haskell.
> ] hunk ./categorize.cfg 1
> +-- Comments in this file use the Haskell syntax:
> +-- A "--" comments the rest of the line.
> +-- A set of {- ... -} comments out a group of lines.
> +
>  -- This defines some aliases, to make the reports look nicer:
>  aliases (
>         "sun-awt-X11-XFramePeer"  -> "java",
> [Use spaces for alignment
> Waldir Pimenta <waldir at email.com>**20130511182112
>  Ignore-this: 3e834529f68c36d1252afb5db4ce1adb
>
>  "Tabs for indentation, spaces for alignment" is a common strategy
>  to format monospaced plain text in order to preserve its layout
>  regardless of the editor configuration (number of spaces per tags)
> ] hunk ./categorize.cfg 12
>         "sun-awt-X11-XWindowPeer" -> "java",
>         "gramps.py"               -> "gramps",
>         "___nforschung"           -> "ahnenforschung",
> -       "Pidgin"                  -> "pidgin"
> +       "Pidgin"                  -> "pidgin"
>         )
>
>  -- A rule that probably everybody wants. Being inactive for over a minute
> [Fix syntax of example categorize.cfg file
> Waldir Pimenta <waldir at email.com>**20130511182333
>  Ignore-this: 789f2f19e31825ce67033919288bc658
>
>  It was mising the final "}".
> ] hunk ./categorize.cfg 126
>  year $date == 2010 ==> tag year:2010,
>  -}
>
> +}
> +
>
>
> _______________________________________________
> arbtt mailing list
> arbtt at lists.nomeata.de
> https://lists.nomeata.de/mailman/listinfo/arbtt
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.nomeata.de/pipermail/arbtt/attachments/20130613/9523c94a/attachment.htm>


More information about the arbtt mailing list