artifact_id;status_id;status_name;priority;submitter_id;submitter_name;assigned_to_id;assigned_to_name;open_date;close_date;last_modified_date;summary;details;"Component";"Version";"Resolution"
744;1;"Open";3;720;"Robin Green";100;"Nobody";"2010-09-09 12:34";"";"2010-09-09 12:34";"Fix caml debugger prompt";"* Spelling correction
* Use read-file-name to get completion

This is a git patch because I'm using git-svn, but it should apply with the command patch -p1 <patchfile";"None";"None";"None"
745;1;"Open";3;720;"Robin Green";100;"Nobody";"2010-09-09 12:36";"";"2010-09-09 12:36";"Add key binding for source command";"Adds a new key binding Ctrl+Shift+S for the source command to read a list of debugger commands from a file.

Again, I've used git-svn, but you can apply this patch with patch -p1 <patchfile";"None";"None";"None"
845;1;"Open";3;823;"Anonymous Anonymous";100;"Nobody";"2010-12-29 18:15";"";"2013-02-18 19:41";"Patched 2.0.2 for Lwt";"I patched Tuareg mode 2.0.2 (didn't realize I had an older version when patching) to support Lwt.  I have not used this exhaustively so it is likely there are bugs in it.  I tried to just move changes from the Lwt patch to 1.46 into 2.0.2 but the changes are so pronounced I had to take personal liberties in some places.";"None";"None";"Awaiting Response"
917;1;"Open";3;273;"Jun FURUSE";100;"Nobody";"2011-02-15 00:48";"";"2013-02-18 19:38";"Additional indent at match/function/try cases";"This patch for 2.0.4 adds tuareg-case-arrow-extra-indent defcustom var to add extra indentation at match/function/try cases, which I prefer:

The original:

let f = function
  | p ->
    x; y; z

With the patch, tuareg-case-arrow-extra-indent = 2

let f = function
  | p ->
      x; y; z
";"None";"None";"None"