emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company updated (613541e -> 7207cb1)


From: ELPA Syncer
Subject: [elpa] externals/company updated (613541e -> 7207cb1)
Date: Fri, 26 Mar 2021 21:57:07 -0400 (EDT)

elpasync pushed a change to branch externals/company.

      from  613541e   company-gtags: Support annotation with multiline args
       new  d714352   Initial support for icons in company-mode core
       new  ced9088   Add GUI-only test
       new  14bfcc0   Minor touches
       new  8f73311   Add attribution.md
       new  40f5045   Merge branch 'yyoncho-icons2'
       new  7207cb1   NEWS edits


Summary of changes:
 Makefile                                        |   6 +-
 NEWS.md                                         |   4 +
 company-capf.el                                 |   4 +
 company.el                                      | 109 ++++++-
 icons/LICENSE                                   | 395 ++++++++++++++++++++++++
 icons/attribution.md                            |   5 +
 icons/vscode-dark/symbol-array.png              | Bin 0 -> 386 bytes
 icons/vscode-dark/symbol-boolean.png            | Bin 0 -> 563 bytes
 icons/vscode-dark/symbol-class.png              | Bin 0 -> 746 bytes
 icons/vscode-dark/symbol-color.png              | Bin 0 -> 1072 bytes
 icons/vscode-dark/symbol-constant.png           | Bin 0 -> 334 bytes
 icons/vscode-dark/symbol-enumerator-member.png  | Bin 0 -> 548 bytes
 icons/vscode-dark/symbol-enumerator.png         | Bin 0 -> 592 bytes
 icons/vscode-dark/symbol-event.png              | Bin 0 -> 781 bytes
 icons/vscode-dark/symbol-field.png              | Bin 0 -> 767 bytes
 icons/vscode-dark/symbol-interface.png          | Bin 0 -> 550 bytes
 icons/vscode-dark/symbol-key.png                | Bin 0 -> 638 bytes
 icons/vscode-dark/symbol-keyword.png            | Bin 0 -> 477 bytes
 icons/vscode-dark/symbol-method.png             | Bin 0 -> 791 bytes
 icons/vscode-dark/symbol-misc.png               | Bin 0 -> 728 bytes
 icons/vscode-dark/symbol-namespace.png          | Bin 0 -> 583 bytes
 icons/vscode-dark/symbol-numeric.png            | Bin 0 -> 491 bytes
 icons/vscode-dark/symbol-operator.png           | Bin 0 -> 655 bytes
 icons/vscode-dark/symbol-parameter.png          | Bin 0 -> 503 bytes
 icons/vscode-dark/symbol-property.png           | Bin 0 -> 924 bytes
 icons/vscode-dark/symbol-ruler.png              | Bin 0 -> 398 bytes
 icons/vscode-dark/symbol-snippet.png            | Bin 0 -> 340 bytes
 icons/vscode-dark/symbol-string.png             | Bin 0 -> 557 bytes
 icons/vscode-dark/symbol-structure.png          | Bin 0 -> 536 bytes
 icons/vscode-dark/symbol-variable.png           | Bin 0 -> 630 bytes
 icons/vscode-light/symbol-array.png             | Bin 0 -> 382 bytes
 icons/vscode-light/symbol-boolean.png           | Bin 0 -> 571 bytes
 icons/vscode-light/symbol-class.png             | Bin 0 -> 687 bytes
 icons/vscode-light/symbol-color.png             | Bin 0 -> 1058 bytes
 icons/vscode-light/symbol-constant.png          | Bin 0 -> 362 bytes
 icons/vscode-light/symbol-enumerator-member.png | Bin 0 -> 536 bytes
 icons/vscode-light/symbol-enumerator.png        | Bin 0 -> 554 bytes
 icons/vscode-light/symbol-event.png             | Bin 0 -> 728 bytes
 icons/vscode-light/symbol-field.png             | Bin 0 -> 740 bytes
 icons/vscode-light/symbol-interface.png         | Bin 0 -> 540 bytes
 icons/vscode-light/symbol-key.png               | Bin 0 -> 652 bytes
 icons/vscode-light/symbol-keyword.png           | Bin 0 -> 449 bytes
 icons/vscode-light/symbol-method.png            | Bin 0 -> 823 bytes
 icons/vscode-light/symbol-misc.png              | Bin 0 -> 729 bytes
 icons/vscode-light/symbol-namespace.png         | Bin 0 -> 597 bytes
 icons/vscode-light/symbol-numeric.png           | Bin 0 -> 464 bytes
 icons/vscode-light/symbol-operator.png          | Bin 0 -> 687 bytes
 icons/vscode-light/symbol-parameter.png         | Bin 0 -> 500 bytes
 icons/vscode-light/symbol-property.png          | Bin 0 -> 905 bytes
 icons/vscode-light/symbol-ruler.png             | Bin 0 -> 432 bytes
 icons/vscode-light/symbol-snippet.png           | Bin 0 -> 343 bytes
 icons/vscode-light/symbol-string.png            | Bin 0 -> 563 bytes
 icons/vscode-light/symbol-structure.png         | Bin 0 -> 522 bytes
 icons/vscode-light/symbol-variable.png          | Bin 0 -> 633 bytes
 test/frontends-tests.el                         |  38 +++
 55 files changed, 554 insertions(+), 7 deletions(-)
 create mode 100644 icons/LICENSE
 create mode 100644 icons/attribution.md
 create mode 100644 icons/vscode-dark/symbol-array.png
 create mode 100644 icons/vscode-dark/symbol-boolean.png
 create mode 100644 icons/vscode-dark/symbol-class.png
 create mode 100644 icons/vscode-dark/symbol-color.png
 create mode 100644 icons/vscode-dark/symbol-constant.png
 create mode 100644 icons/vscode-dark/symbol-enumerator-member.png
 create mode 100644 icons/vscode-dark/symbol-enumerator.png
 create mode 100644 icons/vscode-dark/symbol-event.png
 create mode 100644 icons/vscode-dark/symbol-field.png
 create mode 100644 icons/vscode-dark/symbol-interface.png
 create mode 100644 icons/vscode-dark/symbol-key.png
 create mode 100644 icons/vscode-dark/symbol-keyword.png
 create mode 100644 icons/vscode-dark/symbol-method.png
 create mode 100644 icons/vscode-dark/symbol-misc.png
 create mode 100644 icons/vscode-dark/symbol-namespace.png
 create mode 100644 icons/vscode-dark/symbol-numeric.png
 create mode 100644 icons/vscode-dark/symbol-operator.png
 create mode 100644 icons/vscode-dark/symbol-parameter.png
 create mode 100644 icons/vscode-dark/symbol-property.png
 create mode 100644 icons/vscode-dark/symbol-ruler.png
 create mode 100644 icons/vscode-dark/symbol-snippet.png
 create mode 100644 icons/vscode-dark/symbol-string.png
 create mode 100644 icons/vscode-dark/symbol-structure.png
 create mode 100644 icons/vscode-dark/symbol-variable.png
 create mode 100644 icons/vscode-light/symbol-array.png
 create mode 100644 icons/vscode-light/symbol-boolean.png
 create mode 100644 icons/vscode-light/symbol-class.png
 create mode 100644 icons/vscode-light/symbol-color.png
 create mode 100644 icons/vscode-light/symbol-constant.png
 create mode 100644 icons/vscode-light/symbol-enumerator-member.png
 create mode 100644 icons/vscode-light/symbol-enumerator.png
 create mode 100644 icons/vscode-light/symbol-event.png
 create mode 100644 icons/vscode-light/symbol-field.png
 create mode 100644 icons/vscode-light/symbol-interface.png
 create mode 100644 icons/vscode-light/symbol-key.png
 create mode 100644 icons/vscode-light/symbol-keyword.png
 create mode 100644 icons/vscode-light/symbol-method.png
 create mode 100644 icons/vscode-light/symbol-misc.png
 create mode 100644 icons/vscode-light/symbol-namespace.png
 create mode 100644 icons/vscode-light/symbol-numeric.png
 create mode 100644 icons/vscode-light/symbol-operator.png
 create mode 100644 icons/vscode-light/symbol-parameter.png
 create mode 100644 icons/vscode-light/symbol-property.png
 create mode 100644 icons/vscode-light/symbol-ruler.png
 create mode 100644 icons/vscode-light/symbol-snippet.png
 create mode 100644 icons/vscode-light/symbol-string.png
 create mode 100644 icons/vscode-light/symbol-structure.png
 create mode 100644 icons/vscode-light/symbol-variable.png



reply via email to

[Prev in Thread] Current Thread [Next in Thread]