summaryrefslogtreecommitdiff
path: root/pluma/pluma-document-output-stream.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-13CRLF across 8k boundary inserts an empty line.Patrick Monnerat1-7/+35
fixes issue#100 This introduces buffering of a trailing, non-leading CR for each buffer passed to pluma_document_output_write(), for later possible recombination into a CRLF. Since this buffering has to be flushed at EOF, a flush method has been added to the class. It is implicitly called at document close time.
2015-09-02Revert "Fix issue#100: CRLF across 8k boundary inserts an empty line."infirit1-12/+7
This reverts commit f6d7a422f3f5f97e676cd18cef5bb46aca8da6be.
2015-09-02Fix issue#100: CRLF across 8k boundary inserts an empty line.Patrick Monnerat1-7/+12
2012-03-11update for 1.2 release and fix executable bitsStefano Karapetsas1-0/+0
2011-11-07renaming from gedit to plumaPerberos1-0/+391