[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master eaaec30 38/40: Replace all occurances of `capitaomorte'
From: |
Noam Postavsky |
Subject: |
[elpa] master eaaec30 38/40: Replace all occurances of `capitaomorte' |
Date: |
Wed, 26 Oct 2016 23:06:34 +0000 (UTC) |
branch: master
commit eaaec309b19ea704dddb265bcd3d9e09c9996265
Author: Александар Симић <address@hidden>
Commit: Noam Postavsky <address@hidden>
Replace all occurances of `capitaomorte'
* CONTRIBUTING.md:
* NEWS:
* README.mdown:
* doc/index.org:
* doc/nav-menu.html.inc:
* yasnippet.el: Since the new repo destination is now under
`joaotavora', fix all the stale links to point to the new destination.
Copyright-paperwork-exempt: yes
---
CONTRIBUTING.md | 2 +-
NEWS | 4 ++--
README.mdown | 14 +++++++-------
doc/index.org | 2 +-
doc/nav-menu.html.inc | 2 +-
yasnippet.el | 6 +++---
6 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7e2ce47..81c0a1f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,4 +26,4 @@ there is no separate Changelog file.
For trivial changes, a message consisting of just the changelog entry
(the `* foo.el ...` part) is fine.
-[bugnote]:
https://github.com/capitaomorte/yasnippet#important-note-regarding-bug-reporting
+[bugnote]:
https://github.com/joaotavora/yasnippet#important-note-regarding-bug-reporting
diff --git a/NEWS b/NEWS
index 7f4dec6..8984062 100644
--- a/NEWS
+++ b/NEWS
@@ -114,7 +114,7 @@ good enough. See issue #497.
*** Documentation rewritten in org-mode and updated.
A tremendous effort by Noam Postavsky. Hopefully easier to maintain
-and navigate. Available at <http://capitaomorte.github.io/yasnippet>.
+and navigate. Available at <http://joaotavora.github.io/yasnippet>.
*** Snippets are now maintained in their own repo.
Snippets live in Andrea Crotti's
@@ -122,7 +122,7 @@ Snippets live in Andrea Crotti's
for more details.
*** Textmate snippet importer moved to separate `yasmate' repo.
-URL is <https://github.com/capitaomorte/yasmate>. See README.md for
+URL is <https://github.com/joaotavora/yasmate>. See README.md for
more details.
*** `yas-snippet-dirs' now allows symbols as aliases to directories.
diff --git a/README.mdown b/README.mdown
index a3062ea..f4e0594 100644
--- a/README.mdown
+++ b/README.mdown
@@ -20,7 +20,7 @@ YASnippet. Watch [a demo on YouTube][youtube-demo].
Clone this repository somewhere
$ cd ~/.emacs.d/plugins
- $ git clone --recursive https://github.com/capitaomorte/yasnippet
+ $ git clone --recursive https://github.com/joaotavora/yasnippet
Add the following in your `.emacs` file:
@@ -117,14 +117,14 @@ a way to reproduce the problem exactly like it happened
to you.
To do this, we need to rule out interference from external factors
like other Emacs extensions or your own customisations.
-Here's an example report that "sandboxes" an Emacs session just for
+Here's an example report that "sandboxes" an Emacs session just for
reproducing a bug.
```
$ emacs --version
Emacs 24.3
$ cd /tmp/
-$ git clone https://github.com/capitaomorte/yasnippet.git yasnippet-bug
+$ git clone https://github.com/joaotavora/yasnippet.git yasnippet-bug
$ cd yasnippet-bug
$ git log -1 --oneline
6053db0 Closes #527: Unbreak case where yas-fallback-behaviour is a list
@@ -138,11 +138,11 @@ OR
When loading yasnippet I see "Error: failed to frobnicate"!
```
-Using `emacs -Q` or temporarily moving your `.emacs` init file to the side
+Using `emacs -Q` or temporarily moving your `.emacs` init file to the side
is another way to achieve good reproducibility.
Here's a
-[another example](https://github.com/capitaomorte/yasnippet/issues/318)
+[another example](https://github.com/joaotavora/yasnippet/issues/318)
of a bug report. It has everything needed for a successful analysis
and speedy resolution.
@@ -162,10 +162,10 @@ request).
Finally, thank you very much for using YASnippet!
[docs]: http://joaotavora.github.io/yasnippet/
-[issues]: https://github.com/capitaomorte/yasnippet/issues
+[issues]: https://github.com/joaotavora/yasnippet/issues
[googlecode tracker]: http://code.google.com/p/yasnippet/issues/list
[forum]: http://groups.google.com/group/smart-snippet
[melpa]: http://melpa.milkbox.net/
-[yasmate]: http://github.com/capitaomorte/yasmate
+[yasmate]: http://github.com/joaotavora/yasmate
[textmate-to-yas.el]: https://github.com/mattfidler/textmate-to-yas.el
[yasnippet-snippets]: http://github.com/AndreaCrotti/yasnippet-snippets
diff --git a/doc/index.org b/doc/index.org
index f99b3f7..c5e0be3 100644
--- a/doc/index.org
+++ b/doc/index.org
@@ -3,7 +3,7 @@
The YASnippet documentation has been split into separate parts:
-0.
[[https://github.com/capitaomorte/yasnippet/blob/master/README.mdown][README]]
+0. [[https://github.com/joaotavora/yasnippet/blob/master/README.mdown][README]]
Contains an introduction, installation instructions and other important
notes.
diff --git a/doc/nav-menu.html.inc b/doc/nav-menu.html.inc
index b31ec94..2a3f0a1 100644
--- a/doc/nav-menu.html.inc
+++ b/doc/nav-menu.html.inc
@@ -1,7 +1,7 @@
<nav>
<ul class="center">
<li> <a href="index.html">Overview</a>
- <li> <a
href="https://github.com/capitaomorte/yasnippet/blob/master/README.mdown">
+ <li> <a
href="https://github.com/joaotavora/yasnippet/blob/master/README.mdown">
Intro and Tutorial</a>
<li class="center">Snippet
<ul>
diff --git a/yasnippet.el b/yasnippet.el
index 3f9660e..830984d 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -6,9 +6,9 @@
;; Noam Postavsky <address@hidden>
;; Maintainer: Noam Postavsky <address@hidden>
;; Version: 0.10.0
-;; X-URL: http://github.com/capitaomorte/yasnippet
+;; X-URL: http://github.com/joaotavora/yasnippet
;; Keywords: convenience, emulation
-;; URL: http://github.com/capitaomorte/yasnippet
+;; URL: http://github.com/joaotavora/yasnippet
;; Package-Requires: ((cl-lib "0.5"))
;; EmacsWiki: YaSnippetMode
@@ -127,7 +127,7 @@
;; `custom-set-variables' is executed in your .emacs file.
;;
;; For more information and detailed usage, refer to the project page:
-;; http://github.com/capitaomorte/yasnippet
+;; http://github.com/joaotavora/yasnippet
;;; Code:
- [elpa] master 8ca8c7d 13/40: Merge: a different fix for #712., (continued)
- [elpa] master 8ca8c7d 13/40: Merge: a different fix for #712., Noam Postavsky, 2016/10/26
- [elpa] master 85a43ad 35/40: Explain about backquote expressions in doc, Noam Postavsky, 2016/10/26
- [elpa] master 3129040 24/40: Load snippet after saving, Noam Postavsky, 2016/10/26
- [elpa] master 1532e66 33/40: Fix saving of new snippets, Noam Postavsky, 2016/10/26
- [elpa] master 0ee86a2 23/40: Simplify `yas-new-snippet' load&save logic, Noam Postavsky, 2016/10/26
- [elpa] master 00be21c 36/40: Change cl dep to cl-lib for tests too, Noam Postavsky, 2016/10/26
- [elpa] master 9c9952c 12/40: Add test for indentation of single line mirrors, Noam Postavsky, 2016/10/26
- [elpa] master 4296a86 15/40: yasnippet.el (yas--quote-string): Remove., Noam Postavsky, 2016/10/26
- [elpa] master d4da806 17/40: Fix removal of snippets by uuid, Noam Postavsky, 2016/10/26
- [elpa] master 42b0c26 18/40: Don't warn about modifications to other buffers, Noam Postavsky, 2016/10/26
- [elpa] master eaaec30 38/40: Replace all occurances of `capitaomorte',
Noam Postavsky <=
- [elpa] master ff6f31e 37/40: Replace yas--with-temp-redefs with cl-letf, Noam Postavsky, 2016/10/26
- [elpa] master 244cdfa 26/40: Merge: Simplify `yas-new-snippet' load&save logic, Noam Postavsky, 2016/10/26
- [elpa] master 9500b00 21/40: Fix field navigation in the backwards direction, Noam Postavsky, 2016/10/26
- [elpa] master 309fe15 31/40: * Rakefile: Handle unset `warnings' parameter, Noam Postavsky, 2016/10/26
- [elpa] master 9cf9208 32/40: Fix test-rebindings, Noam Postavsky, 2016/10/26
- [elpa] master 7e0a0de 28/40: Use new name of python-in-string/comment in docs, Noam Postavsky, 2016/10/26
- [elpa] master e6b8651 39/40: * NEWS: Update for 0.11.0., Noam Postavsky, 2016/10/26
- [elpa] master 5264379 29/40: Cleanup redundant cl dependency, :group & :require, Noam Postavsky, 2016/10/26
- [elpa] master 4b12f7d 30/40: Don't warn about cl-functions with old cl-lib, Noam Postavsky, 2016/10/26
- [elpa] master a5e88b2 34/40: Add test for snippet saving, Noam Postavsky, 2016/10/26