Revision history for go-eldoc.el

Version 0.30 2017/02/12 syohex
  - Drop older Emacs support for maintenance

Version 0.28 2016/10/12 syohex
  - Add customize variable of gocode argument(Thanks Konstantin Shaposhnikov)

Version 0.27 2016/03/07 syohex
  - Refactoring code
  - Update docstrings

Version 0.26 2015/08/22 syohex
  - Fix error case that  funcall in brackets(#39)

Version 0.25 2015/06/10 syohex
  - Fix showing wrong function information if assignment operator in comment(#33)

Version 0.24 2015/06/06 syohex
  - Fix case insensitive match issue(#32)

Version 0.23 2015/03/31 syohex
  - Fix incorrect highlight issue(#29)
    go-eldoc.el highlighted incorrectly on left hand side, where function returns
    function type which has no name.

Version 0.22 2015/02/23 syohex
  - Update minimum go-mode version

Version 0.21 2014/12/19 syohex
  - Fix error when highlights return value of function
    which has map type arguments(#26)

Version 0.20 2014/12/02 syohex
  - Fix highlighting function parameter issue
  - Fix byte-compile issue

Version 0.19 2014/09/22 syohex
  - Fix regression issue(Thanks fbergroth)
  - Remove needless code

Version 0.18 2014/09/19 syohex
  - Refactoring code

Version 0.17 2014/06/09 syohex
  - Fix invalid highlighting case

Version 0.16 2014/05/30 syohex
  - Improve highlighting in left hand side expression
  - Improve displaying 'make' signature

Version 0.15 2014/05/09 syohex
  - Show type information for variable, package, method etc

Version 0.14 2014/03/08 syohex
  - Enable lexical-binding

Version 0.13 2014/02/21 syohex
  - Switch to cl-lib
  - Fix byte compile warning

Version 0.12 2013/12/16 syohex
  - Fix type only argument case(#10)
    Reported by Bad-ptr

Version 0.11 2013/12/15 syohex
  - Fix invalid argument analyze(#8)
    Reported by Bad-ptr

Version 0.10  2013/10/29 syohex
  - Remove go-autocomplete dependency
    Thanks dominikh

Version 0.09  2013/10/16 syohex
  - Fix case of channel slice

Version 0.08  2013/10/15 syohex
  - Fix case of channel type display

Version 0.07  2013/08/13 syohex
  - Fix case of `fmt.Fprint(os.Stdout, ",})", <here>`

Version 0.06  2013/08/06 syohex
  - Support builtin functions('append', 'copy' etc)

Version 0.05  2013/07/12 syohex
  - Improve calculating current index of arguments(Thanks dominikh)

Version 0.04  2013/07/11 syohex
  - Fix case that function type has return types
  - Improve for anonymous function
  - Improve for highlighting current argument index

Version 0.03  2013/07/08 syohex
  - Fix case that return type is slice

Version 0.02  2013/07/07 syohex
  - Fix bug for not saving old-point(dominikh)
  - improve regular expression searching(dominikh)

Version 0.01  2013/07/06 syohex
  - init version
