On Thu, Jul 30, 2009 at 03:05:10AM +0100, Gregory Jefferis wrote:
> [ second patch series ]
A few more nits:
> + authorindex=-1;
Common LyX style uses spaces around binary operators
> + if(it != bp.author_map.end())
... and after if, while etc (but not after function names)
> +
On Thu, Jul 30, 2009 at 03:05:10AM +0100, Gregory Jefferis wrote:
> After a long hiatus, I returned to this problem, editing my previous patch
> series to respond to the helpful comments from various people on the list.
> Vincent made the most detailed response so I responded below point by point
>
Hello all,
After a long hiatus, I returned to this problem, editing my previous patch
series to respond to the helpful comments from various people on the list.
Vincent made the most detailed response so I responded below point by point
and attached the v2 patch series for comment. This complete e
Gregory Jefferis schreef:
This patch identifies the author of tracked changes written out to lyx file
with a hash value constructed from author+email
That way the author id never changes on write, allowing painless merging of
files containing tracked changes.
Comments very welcome - this is not
Gregory Jefferis wrote:
> This patch identifies the author of tracked changes written out to lyx file
> with a hash value constructed from author+email
- if i understand your changes you put hash by default in any .lyx file. it
is not possible easily get name and mail back from this kind of has
Gregory Jefferis schreef:
This patch identifies the author of tracked changes written out to lyx file
with a hash value constructed from author+email
That way the author id never changes on write, allowing painless merging of
files containing tracked changes.
Comments very welcome - this is not
On Thu, May 21, 2009 at 05:42:00PM +0100, Gregory Jefferis wrote:
> This patch identifies the author of tracked changes written out to lyx file
> with a hash value constructed from author+email
>
> That way the author id never changes on write, allowing painless merging of
> files containing track