Changelog for
emacs-completion-golang-0.0.0+git20170907.b672b49f-150400.1.23.noarch.rpm :
* Wed May 10 2023 eichAATTsuse.com- Update to version 20170907+ (commit b672b49f)
* Add support for indexed package format.
* Propagate anonymify to type aliases as well.
* Check if package was successfully resolved or not.
* Add package to cache when autocompleting unimported packages.
* Fix a bunch of type alias related autocompletion problems.
* Fix struct autocompletion.
* Better differentiation between func body and struct literal.
* Fix bug with type inference when shortcut return type syntax is used.
* Introduce godoc command and arg variables, restructure query
* Guard against packages not present on the cache
* Add a feature \"canonical aliases\".
* Make company-go an interactive Emacs function
* Rewrite package resolving code
* handle type alias
* support export/import of invalid aliases
* backport double-export fix for aliased objects
* implement support for importing aliases- Provide emacs-company-go compiled with autoload if emacs company mode is available- Provide emacs-autocomplete-golang if emacs autocomplete mode is available.
* Tue Jul 04 2017 jengelhAATTinai.de- Trim description, don\'t sell standard speeds as \"fast\".
* Mon Dec 19 2016 tboergerAATTsuse.com- Update to version 0.0.0+git20161123.5070dac:
* package_bin: backport compiler exporter fix for golang/go#15514
* Optionally import unimported packages before autocompletion.
* package_bin: update to match latest changes to std lib gcimporter
* package_bin: update to recognize export format version 2
* added pre go.17 hack
* Rewrite package resolving code. Fixes #373.
* emacs-company: make additional gocode arguments customisable
* Fixes autocomplete paths for vendored packages
* package_bin: read v3 export data not containing type aliases
* Fixed a typing mistake
* Mon Dec 19 2016 tboergerAATTsuse.com- Refactoring based on new packaging proposal
* Sun Apr 03 2016 iAATTmarguerite.su- add xz dependency for SLE- get rid of -source subpackage, no one use it
* Wed Jul 22 2015 iAATTmarguerite.su- rename to golang-github-nsf-gocode- update version 20150303+git20150718.adab99b- use golang-packaging for packaging- add new subpackages:
* emacs-completion-golang
* emacs-completion-golang-company
* vim-completion-golang (former go-gocode-vim)
* Sat Sep 20 2014 iAATTmarguerite.su- update version weekly2012.03.13+git20140903.8037a27
* Sun Dec 08 2013 grahamAATTandtech.eu- Update to latest git 08/10/2013
* Tue Aug 13 2013 speilickeAATTsuse.com- Use %{go_exclusivearch} macro
* Wed May 15 2013 grahamAATTandtech.eu- Update to latest git AATT 15.05.2013- Fix infinite recursion bug in certain situations- Improvements for emacs- Remove bashism\'s in favour of POSIX shell syntax- Support multibyte charsets