Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -13/+50 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -85/+335 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -123/+312 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 2 | -753/+627 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -41/+110 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -102/+381 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 2 | -0/+594 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 2 | -594/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -2/+2 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 2 | -3/+5 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 2 | -20/+57 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -3/+3 | |
2010-01-13 | Fix minor issues with updating go-mode in an empty buffer | Kevin Ballard | 1 | -8/+10 | |
Sometimes during editing, when the buffer is emptied (for example, as part of a call to M-x gofmt), an error is raised when remove-text-properties is called. Ensure that these calls use point-max instead of buffer-size to determine their end point. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/189042 Committer: Rob Pike <r@golang.org> | |||||
2010-01-06 | Use remove-text-properties instead of | Austin Clements | 1 | -2/+2 | |
remove-list-of-test-properties, since the latter is missing from XEmacs. Fixes issue 462. R=rsc CC=golang-dev http://codereview.appspot.com/181152 Committer: Russ Cox <rsc@golang.org> | |||||
2010-01-05 | Update Emacs go-mode for new semicolon rule. | Austin Clements | 1 | -41/+57 | |
Fixes issue 415. R=rsc CC=golang-dev http://codereview.appspot.com/183104 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-29 | Make comment-start/-end changes buffer-local instead of global. | Austin Clements | 1 | -2/+2 | |
Fixes issue 290. R=rsc http://codereview.appspot.com/160070 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-13 | Correct indentation for go-mode where a close brace following a semi- | James Aguilar | 1 | -4/+15 | |
colon-less statement would be indented one stop too many. R=rsc, aclements CC=aclements http://codereview.appspot.com/154096 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-12 | Teach emacs M-x gofmt to save region/restrictions | Kevin Ballard | 1 | -1/+12 | |
R=agl, agl1 http://codereview.appspot.com/152078 Committer: Adam Langley <agl@golang.org> | |||||
2009-11-10 | Implement new emacs command M-x gofmt | Kevin Ballard | 1 | -0/+6 | |
Define a new interactive function in go-mode.el called gofmt. This function passes the current buffer through the external `gofmt` tool and replaces the buffer with the result. R=agl, rsc http://codereview.appspot.com/154044 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-10 | Fix go-mode.el to work on empty buffers | Kevin Ballard | 1 | -1/+1 | |
Fixes issue 8. R=agl, agl1, rsc http://codereview.appspot.com/153056 Committer: Russ Cox <rsc@golang.org> | |||||
2009-10-22 | go-mode for Emacs. This provides basic syntax highlighting | Austin Clements | 2 | -0/+509 | |
for keywords, built-ins, functions, and some types. It also provides indentation that is (almost) identical to gofmt. R=rsc APPROVED=rsc DELTA=509 (509 added, 0 deleted, 0 changed) OCL=35951 CL=35994 |