summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrew Young [Fri, 1 Jun 2012 04:03:14 +0000]
Detect conflict when moving and removing an element
Andrew Young [Wed, 30 May 2012 11:18:34 +0000]
Fix parser from removing the last character in a file
Andrew Young [Wed, 30 May 2012 08:43:05 +0000]
Stop ancestor headings being matched to headings with an ID
Andrew Young [Wed, 30 May 2012 08:35:15 +0000]
Map headings based off of the heading ID if there is one
Andrew Young [Wed, 30 May 2012 08:26:57 +0000]
Parse :ID: property from a heading property list
Andrew Young [Wed, 30 May 2012 05:50:16 +0000]
Stop headings from being printed in reverse order
Andrew Young [Wed, 30 May 2012 05:28:25 +0000]
Properly merge content updates for different change types
Andrew Young [Wed, 30 May 2012 04:05:17 +0000]
Print output to files
Andrew Young [Tue, 29 May 2012 01:04:09 +0000]
Fix recursive different parent matching
Andrew Young [Mon, 28 May 2012 08:25:01 +0000]
Match children headings of unmatched headings
Andrew Young [Mon, 28 May 2012 04:47:50 +0000]
Fix merger change detection and implement recursive heuristics for change detection
Andrew Young [Sat, 26 May 2012 15:18:37 +0000]
Add initial merging algorithm
Andrew Young [Fri, 25 May 2012 05:59:14 +0000]
Add some practice org docuements to tests
Andrew Young [Fri, 25 May 2012 05:58:15 +0000]
Implement first draft of the 'matching' algorithm
Andrew Young [Fri, 25 May 2012 05:57:34 +0000]
Update implementation and TODO notes
Andrew Young [Thu, 17 May 2012 02:30:30 +0000]
Update todo and log
Andrew Young [Thu, 17 May 2012 02:29:59 +0000]
Use diffseq to find differences between headings of the same 'level'
Andrew Young [Thu, 17 May 2012 02:27:22 +0000]
Detect changes neccessary to change one orgmode file into another
Andrew Young [Wed, 16 May 2012 21:31:36 +0000]
Import gnulib diffseq
Andrew Young [Wed, 16 May 2012 21:30:38 +0000]
Update implementation notes, todo list and diary
Andrew Young [Wed, 16 May 2012 07:03:53 +0000]
Update diary and remove use instructions from implementation
Andrew Young [Tue, 15 May 2012 15:44:24 +0000]
Update implementation and todo notes
Andrew Young [Thu, 10 May 2012 21:31:15 +0000]
Fix gl_list missing inline functions and reverse gl_list hack
Andrew Young [Thu, 10 May 2012 21:22:59 +0000]
Cleanup source code
Andrew Young [Thu, 10 May 2012 17:08:58 +0000]
Fix bugs in the parser and tree operating functions
Andrew Young [Thu, 10 May 2012 11:28:14 +0000]
Finish parser
Andrew Young [Thu, 10 May 2012 08:43:25 +0000]
Add function to print to a stream
Andrew Young [Thu, 10 May 2012 03:30:57 +0000]
Update todo.org
Andrew Young [Thu, 10 May 2012 03:30:10 +0000]
Add function to write org documents back to their source files
Andrew Young [Wed, 9 May 2012 05:50:57 +0000]
Update todo list and implementation notes
Andrew Young [Wed, 9 May 2012 05:33:03 +0000]
Ignore automake and build targets in Git
Andrew Young [Wed, 9 May 2012 04:24:57 +0000]
Cleanup autotool files
Andrew Young [Wed, 9 May 2012 02:02:21 +0000]
Rename test directory
Andrew Young [Wed, 9 May 2012 01:58:15 +0000]
Fix spelling mistake in README
Andrew Young [Wed, 9 May 2012 01:15:44 +0000]
Add test directory
Andrew Young [Wed, 9 May 2012 01:09:56 +0000]
Add documentation directory
Andrew Young [Tue, 8 May 2012 21:07:37 +0000]
Add basic usage and compilation instructions to README
Andrew Young [Tue, 8 May 2012 17:11:14 +0000]
Use Gnu project standards
Andrew Young [Tue, 8 May 2012 16:07:11 +0000]
Ignore *.o and *.a files in Git
Andrew Young [Tue, 8 May 2012 15:48:43 +0000]
Hack gl_list to work by removing inline functions
Andrew Young [Tue, 8 May 2012 15:39:55 +0000]
Fix source file name
Andrew Young [Tue, 8 May 2012 15:12:43 +0000]
Add partial parser implementation
Andrew Young [Tue, 8 May 2012 15:12:06 +0000]
Add main program body
Andrew Young [Tue, 8 May 2012 15:09:37 +0000]
Add org_document type
Andrew Young [Tue, 8 May 2012 14:39:43 +0000]
Add functions for reading files
Andrew Young [Tue, 8 May 2012 14:38:47 +0000]
Recurse automake into src directory
Andrew Young [Tue, 8 May 2012 14:09:44 +0000]
Add src directory
Andrew Young [Tue, 8 May 2012 13:58:17 +0000]
Import gnulib array-list
Andrew Young [Tue, 8 May 2012 05:10:58 +0000]
README: Add project description and webpage
* README: Add project description and webpage
Andrew Young [Fri, 4 May 2012 05:02:03 +0000]
Add basic Gnu standard project layout