log src/textprop.c @ 24649:31a7fa6b2e93 v8.2.2863

age author description
Mon, 17 May 2021 00:30:04 +0200 Bram Moolenaar patch 8.2.2863: removing a text property does not redraw optimally v8.2.2863
Mon, 17 May 2021 00:30:03 +0200 Bram Moolenaar patch 8.2.2862: removing a text property causes the whole window to be redawn v8.2.2862
Sun, 16 May 2021 20:30:02 +0200 Bram Moolenaar patch 8.2.2860: adding a text property causes the whole window to be redawn v8.2.2860
Sat, 27 Mar 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.2667: prop_find() cannot find item matching both id and type v8.2.2667
Mon, 22 Mar 2021 19:45:05 +0100 Bram Moolenaar patch 8.2.2644: prop_clear() causes a screen update even when nothing changed v8.2.2644
Sun, 21 Mar 2021 22:30:03 +0100 Bram Moolenaar patch 8.2.2637: prop_remove() causes a redraw even when nothing changed v8.2.2637
Wed, 23 Dec 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.2198: ml_get error when resizing window and using text property v8.2.2198
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Sun, 20 Sep 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1714: text properties corrupted with substitute command v8.2.1714
Sat, 05 Sep 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() v8.2.1613
Sat, 05 Sep 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1612: Vim9: cannot pass "true" to prop_remove() v8.2.1612
Thu, 03 Sep 2020 22:45:06 +0200 Bram Moolenaar patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find() v8.2.1584
Wed, 02 Sep 2020 20:00:05 +0200 Bram Moolenaar patch 8.2.1568: prop_find() skips properties in the same line v8.2.1568
Mon, 29 Jun 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1092: not checking if saving for undo succeeds v8.2.1092
Sat, 30 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0845: text properties crossing lines not handled correctly v8.2.0845
Sat, 14 Mar 2020 08:00:07 +0100 Bram Moolenaar patch 8.2.0379: gcc warns for ambiguous else v8.2.0379
Fri, 13 Mar 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.0378: prop_find() does not find all props v8.2.0378
Wed, 11 Mar 2020 21:31:02 +0100 Bram Moolenaar patch 8.2.0372: prop_find() may not find text property at start of the line v8.2.0372
Thu, 05 Mar 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0357: cannot delete a text property matching both id and type v8.2.0357
Wed, 26 Feb 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0324: text property not updated correctly when inserting/deleting v8.2.0324
Fri, 10 Jan 2020 20:00:04 +0100 Bram Moolenaar patch 8.2.0110: prop_find() is not implemented v8.2.0110
Sat, 04 Jan 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.0085: dead code in builtin functions v8.2.0085
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Sat, 16 Nov 2019 20:45:04 +0100 Bram Moolenaar patch 8.1.2308: deleting text before zero-width textprop removes it v8.1.2308
Wed, 13 Nov 2019 16:45:04 +0100 Bram Moolenaar patch 8.1.2298: missing part of 8.1.2296 v8.1.2298
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Fri, 25 Oct 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.2215: unreachable code in adjusting text prop columns v8.1.2215
Sun, 25 Aug 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.1929: no tests for text property popup window v8.1.1929
Sun, 25 Aug 2019 22:30:03 +0200 Bram Moolenaar patch 8.1.1928: popup windows don't move with the text when making changes v8.1.1928
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Tue, 13 Aug 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1844: buffer no longer unloaded when adding text properties v8.1.1844
Thu, 08 Aug 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.1827: allocating more memory than needed for extended structs v8.1.1827
Tue, 04 Jun 2019 19:30:05 +0200 Bram Moolenaar patch 8.1.1463: gcc warns for uninitialized variable v8.1.1463
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sun, 26 May 2019 23:45:05 +0200 Bram Moolenaar patch 8.1.1407: popup_create() does not support text properties v8.1.1407
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 21:30:05 +0200 Bram Moolenaar patch 8.1.1388: errors when calling prop_remove() for an unloaded buffer v8.1.1388
Fri, 24 May 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1387: calling prop_add() in an empty buffer doesn't work v8.1.1387
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 13:30:06 +0200 Bram Moolenaar patch 8.1.1376: warnings for size_t/int mixups v8.1.1376
Sun, 19 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1359: text property wrong after :substitute with backslash v8.1.1359
Sun, 19 May 2019 15:30:07 +0200 Bram Moolenaar patch 8.1.1351: text property wrong after :substitute v8.1.1351
Fri, 17 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1343: text properties not adjusted for Visual block mode delete v8.1.1343
Fri, 17 May 2019 20:00:06 +0200 Bram Moolenaar patch 8.1.1341: text properties are lost when joining lines v8.1.1341
Fri, 17 May 2019 13:15:05 +0200 Bram Moolenaar patch 8.1.1340: attributes from 'cursorline' overwrite textprop v8.1.1340
Fri, 17 May 2019 11:15:06 +0200 Bram Moolenaar patch 8.1.1337: get empty text prop when splitting line just after text prop v8.1.1337
Wed, 15 May 2019 23:00:15 +0200 Bram Moolenaar patch 8.1.1333: text properties don't always move after changes v8.1.1333
Sun, 05 May 2019 16:45:05 +0200 Bram Moolenaar patch 8.1.1278: missing change for "combine" field v8.1.1278
Fri, 22 Mar 2019 13:30:05 +0100 Bram Moolenaar patch 8.1.1035: prop_remove() second argument is not optional v8.1.1035
Fri, 22 Feb 2019 19:15:12 +0100 Bram Moolenaar patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variable v8.1.0975
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Tue, 08 Jan 2019 20:15:07 +0100 Bram Moolenaar patch 8.1.0703: compiler warnings with 64-bit compiler v8.1.0703
Sun, 06 Jan 2019 13:00:05 +0100 Bram Moolenaar patch 8.1.0694: when using text props may free memory that is not allocated v8.1.0694
Fri, 04 Jan 2019 23:15:04 +0100 Bram Moolenaar patch 8.1.0691: text properties are not adjusted for :substitute v8.1.0691
Thu, 03 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0685: get_buf_tv() is named inconsistently v8.1.0685
Thu, 03 Jan 2019 22:00:06 +0100 Bram Moolenaar patch 8.1.0684: warnings from 64-bit compiler v8.1.0684
Thu, 03 Jan 2019 00:00:54 +0100 Bram Moolenaar patch 8.1.0682: text properties not adjusted when backspacing replaced text v8.1.0682
Wed, 02 Jan 2019 00:15:05 +0100 Bram Moolenaar patch 8.1.0678: text properties as not adjusted for inserted text v8.1.0678
Tue, 01 Jan 2019 20:00:07 +0100 Bram Moolenaar patch 8.1.0675: text property column in screen columns is not practical v8.1.0675
Fri, 28 Dec 2018 23:30:05 +0100 Bram Moolenaar patch 8.1.0655: when appending a line text property flags are not added v8.1.0655