summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Declare fast forward from 0~git20150512-1HEADarchive/debian/0_git20161123-1masterAlberto Luaces Fernández2017-01-02
|\ | | | | | | [dgit --quilt=gbp --overwrite]
| * yasnippet-snippets (0~git20150512-1) unstable; urgency=lowAlberto Luaces Fernández2015-05-13
| |\ | | | | | | | | | | | | | | | * Initial release (Closes: #786342). [dgit import unpatched yasnippet-snippets 0~git20150512-1]
| | * Import yasnippet-snippets_0~git20150512-1.debian.tar.xzAlberto Luaces Fernández2015-05-13
| | | | | | | | [dgit import tarball yasnippet-snippets 0~git20150512-1 yasnippet-snippets_0~git20150512-1.debian.tar.xz]
| * Import yasnippet-snippets_0~git20150512.orig.tar.gzAlberto Luaces Fernández2015-05-13
| | | | [dgit import orig yasnippet-snippets_0~git20150512.orig.tar.gz]
* Avoid .dpkg-new upgrading error.Alberto Luaces2017-01-02
| | | | | | | | | | | | | | When upgrading, dpkg aborts with saying that the file clojure/.yas-parent cannot be found. According to https://raphaelhertzog.com/2011/07/18/deciphering-one-of-dpkg-weirdest-errors-unable-to-open-pathtofoo-dpkg-new/ this is usually caused by some types of "race conditions" when a file is shared by more than a directory or when there are multiple links to the same file. At the moment I am just disabling the file. Gbp-Pq: Name 0001-Avoid-.dpkg-new-upgrading-error.patch
* Corrected changelog.debian/0_git20161123-1Alberto Luaces2017-01-02
|
* add upstream-tag to gbp.confSean Whitton2016-12-29
|
* Updated changelog.Alberto Luaces2016-12-29
|
* Added a configuration file for gbp.Alberto Luaces2016-12-29
| | | | | Thanks: Sean Whitton
* elpa- prefix is not needed.Alberto Luaces2016-12-19
| | | | That prefix is only needed when the package holds .el files.
* Updated d/control according to d.e.a.p.t. guidelines.Alberto Luaces2016-12-13
| | | | | | I have followed the instructions at http://pkg-emacsen.alioth.debian.org/elpa-hello/
* Set build depends to dh>=10 and dh-elpa.Alberto Luaces2016-12-02
|
* Updated repository URLs.Alberto Luaces2016-12-02
|
* Update standards to 3.9.8.Alberto Luaces2016-12-02
|
* New release.Alberto Luaces2016-12-01
|
* Disabled parents in clojure mode due to upgrading errors.Alberto Luaces2016-12-01
|
* Merge latest upstream.Alberto Luaces2016-12-01
|\
| * Additional Elixir snippets (#166)Dineshkumar2016-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Additional Elixir snippets * Delete arrow snippet * for snippet - spaces correction * if snippet - spaces correction * if else - spaces correction * Remove pipe snippet * test sippet - fix indentation * unless - fix indentation
| * Merge pull request #167 from lpil/patch-1Andrea Crotti2016-11-21
| |\ | | | | | | Fix Elixir function placeholder text
| | * Fix Elixir function placeholder textLouis Pilfold2016-11-10
| | | | | | | | | Elixir doesn't have methods, so I've updated this little snippet to be more accurate :)
| * | Merge pull request #168 from npostavs/masterAndrea Crotti2016-11-21
| |\ \ | | |/ | |/| Replace symlinks with .yas-parents file
| | * Replace symlinks with .yas-parents fileNoam Postavsky2016-11-17
| |/ | | | | | | | | | | When installing via the package.el, the symlinks in the tarball turn into empty files. To work around this, use .yas-parents files to implement the linkage instead.
| * Merge pull request #163 from ludwigpacifici/masterAndrea Crotti2016-10-15
| |\ | | | | | | Added algorithm-mnemonics for C++
| | * Removed contributor tagLudwig PACIFICI2016-10-15
| | |
| | * Added algorithm-mnemonics for C++Ludwig PACIFICI2016-10-11
| |/
| * Merge pull request #159 from ennokde/masterAndrea Crotti2016-09-17
| |\ | | | | | | Fixing overloaded keys in cc/c++-mode
| | * Update and rename function to member_functionennokde2016-09-17
| | | | | | | | | Previous name suggested a free function when it really is a member function.
| | * Fixing overloaded keys in cc/c++-modeEnno Köster2016-08-26
| | |
| * | Merge pull request #158 from soupault/masterAndrea Crotti2016-09-17
| |\ \ | | |/ | |/| Add snippet for `function+docstring in Numpy convention` to python-mode
| | * Added numpy function docstring templateEgor Panfilov2016-08-14
| |/
| * Merge pull request #135 from sh-ow/devAndrea Crotti2016-08-08
| |\ | | | | | | Add two generic comment snippets for prog-mode
| | * prog-mode: another indentation fixsh-ow2016-04-14
| | |
| | * prog-mode: fix indendation in .yas-setup.elsh-ow2016-04-14
| | |
| | * prog-mode: rename yas-get-comment-xxx functions, different approach for ↵sh-ow2016-04-14
| | | | | | | | | | | | whitespace trim
| | * don't use reverse function on stringsh-ow2016-04-14
| | |
| | * prog-mode: fix in .yas-setup.el, add comment snippet, change keyssh-ow2016-04-13
| | |
| | * refactor code, put some code as functions in .yas-setup.elsh-ow2016-04-13
| | |
| | * add two generic comment snippets for prog-modesh-ow2016-04-13
| | |
| * | add (require 'yasnippet) to a couple of more .yas-setup.elAndrea Crotti2016-08-08
| | |
| * | remove unused fileAndrea Crotti2016-08-08
| | |
| * | Merge pull request #156 from npostavs/req-yasAndrea Crotti2016-08-08
| |\ \ | | | | | | | | Avoids warnings when compiling
| | * | Avoids warnings when compilingNoam Postavsky2016-08-03
| | | | | | | | | | | | | | | | * c++-mode/.yas-setup.el: Require yasnippet.
| * | | Merge pull request #157 from kwrooijen/add-elixir-snippetsAndrea Crotti2016-08-08
| |\ \ \ | | |/ / | |/| | Added useful Elixir snippets
| | * | Added useful Elixir snippetsKevin van Rooijen2016-08-04
| |/ /
| * | Merge pull request #154 from bandresen/masterAndrea Crotti2016-08-02
| |\ \ | | | | | | | | rust-mode: bug fix, consistency clean up + spawn addition
| | * | rust-mode: bug fix, consistency clean up + spawnBenjamin Andresen2016-08-01
| | | |
| * | | Merge pull request #155 from strburst/unset-executable-snippetsAndrea Crotti2016-08-02
| |\ \ \ | | | | | | | | | | Fix Emacs Lisp snippets being executable
| | * | | Fix Emacs Lisp snippets being executableAllen Zheng2016-08-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since snippets aren't executable files, the executable bit shouldn't be set. Interestingly, the Emacs Lisp snippets have been executable since they were imported from the yasnippet repo in commit 5600362497c5df4b9d65a1522d906ee1a6e72775. The only effect of this commit will be to help prevent people from accidentally executing the Emacs Lisp snippets and being dissappointed.
| * | | Merge pull request #149 from chenhong805/masterAndrea Crotti2016-08-01
| |\ \ \ | | | | | | | | | | added insert in sql-mode
| | * | | added insert in sql-modeJinhong Chen2016-06-21
| | | | |