mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Deprecation
- Removed deprecated 'fg:' and 'bg:' attributes, which involves code, documentation and tests. - Cleaned out NEWS file. - Cleaned out config import synonyms, which should have been deleted a while ago. - Removed unused localized strings, but left the 'deprecated' one behind, because it will be needed.
This commit is contained in:
parent
1d99260cb9
commit
d89d51e7e1
15 changed files with 14 additions and 400 deletions
|
@ -176,8 +176,6 @@
|
|||
#define STRING_COLUMN_LABEL_MASK "Mask"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask Index"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
||||
#define STRING_COLUMN_LABEL_FG "Foreground color"
|
||||
#define STRING_COLUMN_LABEL_BG "Background color"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Supported Formats"
|
||||
|
@ -650,10 +648,6 @@
|
|||
#define STRING_EDIT_WAIT_DEL "Wait date removed."
|
||||
#define STRING_EDIT_PARENT_MOD "Parent UUID modified."
|
||||
#define STRING_EDIT_PARENT_DEL "Parent UUID removed."
|
||||
#define STRING_EDIT_FG_MOD "Foreground color modified."
|
||||
#define STRING_EDIT_FG_DEL "Foreground color removed."
|
||||
#define STRING_EDIT_BG_MOD "Background color modified."
|
||||
#define STRING_EDIT_BG_DEL "Background color removed."
|
||||
#define STRING_EDIT_UDA_MOD "UDA {1} modified."
|
||||
#define STRING_EDIT_UDA_DEL "UDA {1} deleted."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue