[darcs-devel] darcs patch: rewrite ColourPrinter with a policy data... (and 35 more)

David Roundy droundy at abridgegame.org
Fri Apr 8 03:51:12 PDT 2005


Sun Apr  3 15:02:23 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * rewrite ColourPrinter with a policy data type (fixes RT#302)
  - better control of color and escaping
  - colored strings are escaped too
  - policy is determined with only synchronous IO

Sun Apr  3 16:00:08 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * test for unpull --patch

Mon Apr  4 08:19:04 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * propagate policy data all the way down to no_escape in ColourPrinter

Mon Apr  4 08:25:07 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * make escaping of output controllable with environment variables
  DARCS_DONT_ESCAPE_ANYTHING  turns off all escaping
  DARCS_DONT_ESCAPE_ISPRINT   use systems locale (works for single-byte)
  DARCS_DONT_ESCAPE_8BIT      works for UTF-8

Mon Apr  4 12:36:00 EDT 2005  Mark Stosberg <mark at summersault.com>
  * RT#318 - add TODO test for 'darcs dist' failing on FreeBSD

Mon Apr  4 10:36:56 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * use unsafePerformIO to get policy in ColourPrinter

Mon Apr  4 11:26:59 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * add control of color in ColourPrinter with environment variables

Sun Apr  3 10:35:16 EDT 2005  Aaron Denney <wnoise at ofb.net>
  * RT #303
  A better error message on failures of am_not_in_repo, i.e. when calling
  "darcs init" in a pre-existing repository.

Sun Apr  3 12:57:40 EDT 2005  Aaron Denney <wnoise at ofb.net>
  * Cleanup command_prereq.  Failures and succeses exclusive.
  Instead of returning (Maybe FilePath, String), it returns
  Either String FilePath.

Sat Apr  2 17:10:35 EST 2005  Ian Lynagh <igloo at earth.li>
  * Make FastPackedString more portable

Tue Apr  5 08:28:16 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * don't ask about number of colors if not a terminal

Tue Apr  5 08:28:49 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * restore DARCS_USE_ISPRINT for backwards compatibility

Wed Apr  6 07:41:40 EDT 2005  David Roundy <droundy at abridgegame.org>
  * when no patches match on un{pull,record} give error message, not "finished".

Wed Apr  6 07:50:06 EDT 2005  David Roundy <droundy at abridgegame.org>
  * make unit work with new ColourPrinters.

Wed Apr  6 05:47:30 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * make DARCS_DONT_COLOR take precedence over DARCS_ALWAYS_COLOR

Wed Apr  6 06:16:26 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * make highlighting of escaped char an own function
  To prepare for escaping of trailing spaces and eol:s

Wed Apr  6 06:34:41 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * use isAscii and refactor no_escape in ColourPrinter to make it clearer

Wed Apr  6 06:43:03 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * new functions for quoting escaped chars in ColourPrinter
  These are (hopefully) both general and recognized escape quotings.

Wed Apr  6 06:47:21 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * use new escape quoting in ColourPrinter

Wed Apr  6 06:52:43 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * make escaped chars red instead of blue

Wed Apr  6 06:55:42 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * color parentheses around patches and patch infos blue

Wed Apr  6 07:02:43 EDT 2005  Tommy Pettersson <ptp at lysator.liu.se>
  * escape trailing white space in ColourPrinter

Tue Apr  5 20:50:00 EDT 2005  Benedikt Schmidt <beschmi at cloaked.de>
  * replace Hunt/Szymanski diff algorithm with one by Myers

Wed Apr  6 08:05:05 EDT 2005  David Roundy <droundy at abridgegame.org>
  * resolve conflict in unit.

Tue Apr  5 19:45:17 EDT 2005  Benedikt Schmidt <beschmi at cloaked.de>
  * add hashPS to FastPackedString

Tue Apr  5 20:22:16 EDT 2005  Benedikt Schmidt <beschmi at cloaked.de>
  * add compatibility module between Data.Map and Data.FiniteMap, taken from Yi

Wed Apr  6 17:09:39 EDT 2005  Benedikt Schmidt <beschmi at cloaked.de>
  * rename Map module, add missing insertWith function

Wed Apr  6 17:58:53 EDT 2005  Will <will at glozer.net>
  * remove tabs from win32 workarounds

Wed Apr  6 18:47:18 EDT 2005  Will <will at glozer.net>
  * add author flag to unit tests

Thu Apr  7 07:15:03 EDT 2005  David Roundy <droundy at abridgegame.org>
  * resolve conflicts in missed_resolution.pl.

Sun Apr  3 18:04:00 EDT 2005  Josef Svenningsson <josef.svenningsson at gmail.com>
  * Fix spelling error

Wed Apr  6 14:04:05 EDT 2005  Josef Svenningsson <josef.svenningsson at gmail.com>
  * No interactive patch selection in put (and other fixes)

Thu Apr  7 09:25:58 EDT 2005  David Roundy <droundy at abridgegame.org>
  * resolve conflicts in Put.

Fri Apr  8 06:44:02 EDT 2005  David Roundy <droundy at abridgegame.org>
  * fix unpull test to work with new message when no patches are selected.

Fri Apr  8 06:44:35 EDT 2005  David Roundy <droundy at abridgegame.org>
  * fix add.pl test to work with new quoting of weird characters.

Fri Apr  8 06:44:55 EDT 2005  David Roundy <droundy at abridgegame.org>
  * fix put.pl test to work with new put code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 204136 bytes
Desc: A darcs patch for your repository!
Url : http://lists.osuosl.org/pipermail/darcs-devel/attachments/20050408/1bdd246e/attachment.bin


More information about the darcs-devel mailing list