From c91ddbefd04ef19701884a7cf0b76000f2e2a7b2 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Mon, 18 May 2015 19:26:44 -0400 Subject: [PATCH 01/13] Use bash highlighting instead of bat --- docs/build-instructions/windows.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/build-instructions/windows.md b/docs/build-instructions/windows.md index 3f8c27660..8cfe74e72 100644 --- a/docs/build-instructions/windows.md +++ b/docs/build-instructions/windows.md @@ -24,14 +24,14 @@ ## Instructions - ```bat - # Use the `Git Shell` app which was installed by GitHub for Windows. Also Make - # sure you have logged into the GitHub for Windows GUI App. - cd C:\ - git clone https://github.com/atom/atom/ - cd atom - script/build # Creates application in the `Program Files` directory - ``` +```bash +# Use the `Git Shell` program which was installed by GitHub for Windows. +# Also make sure that you are logged into GitHub for Windows. +cd C:\ +git clone https://github.com/atom/atom/ +cd atom +script/build # Creates application in the `Program Files` directory +``` ## Why do I have to use GitHub for Windows? From 14a5d5f59b0b9ec562af97766de7cabc468bf828 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 18 May 2015 16:55:33 -0700 Subject: [PATCH 02/13] :arrow_up: settings-view@0.200 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 330117ff3..9e636cae7 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "open-on-github": "0.37.0", "package-generator": "0.39.0", "release-notes": "0.52.0", - "settings-view": "0.199.0", + "settings-view": "0.200.0", "snippets": "0.89.0", "spell-check": "0.58.0", "status-bar": "0.72.0", From f8c4f50926c62f1b48cbd2b9904b1eb59ad61311 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 18 May 2015 17:09:34 -0700 Subject: [PATCH 03/13] :arrow_up: settings-view@0.201 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e636cae7..b85390f9e 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "open-on-github": "0.37.0", "package-generator": "0.39.0", "release-notes": "0.52.0", - "settings-view": "0.200.0", + "settings-view": "0.201.0", "snippets": "0.89.0", "spell-check": "0.58.0", "status-bar": "0.72.0", From 7683b52dd2bbb6147bc9157356ca477584e75a4b Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 18 May 2015 17:48:45 -0700 Subject: [PATCH 04/13] :arrow_up: metrics@0.49.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b85390f9e..f3c25fbe8 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "keybinding-resolver": "0.32.0", "link": "0.30.0", "markdown-preview": "0.149.0", - "metrics": "0.48.0", + "metrics": "0.49.0", "notifications": "0.47.0", "open-on-github": "0.37.0", "package-generator": "0.39.0", From dea55cbc7e0e8d6e34e5a02b6f395f17206c3ee9 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 18 May 2015 18:27:44 -0700 Subject: [PATCH 05/13] :arrow_up: settings-view@0.202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3c25fbe8..0a148ba7a 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "open-on-github": "0.37.0", "package-generator": "0.39.0", "release-notes": "0.52.0", - "settings-view": "0.201.0", + "settings-view": "0.202.0", "snippets": "0.89.0", "spell-check": "0.58.0", "status-bar": "0.72.0", From 760ee81c9bc19bac156fe664ffc3d9abe1764399 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 18 May 2015 18:58:04 -0700 Subject: [PATCH 06/13] :arrow_up: deprecation-cop@0.49 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a148ba7a..b5ea5f934 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "bookmarks": "0.35.0", "bracket-matcher": "0.74.0", "command-palette": "0.36.0", - "deprecation-cop": "0.48.0", + "deprecation-cop": "0.49.0", "dev-live-reload": "0.46.0", "encoding-selector": "0.20.0", "exception-reporting": "0.24.0", From 2b2e2d86ffe47997fb37c901b14eee1a3a5e04cf Mon Sep 17 00:00:00 2001 From: simurai Date: Tue, 19 May 2015 20:09:08 +0900 Subject: [PATCH 07/13] :arrow_up: notifications@v0.48.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5ea5f934..e435c6517 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "link": "0.30.0", "markdown-preview": "0.149.0", "metrics": "0.49.0", - "notifications": "0.47.0", + "notifications": "0.48.0", "open-on-github": "0.37.0", "package-generator": "0.39.0", "release-notes": "0.52.0", From 4038140f5baa846fed3683bc7455a1490f05cecd Mon Sep 17 00:00:00 2001 From: simurai Date: Tue, 19 May 2015 21:34:07 +0900 Subject: [PATCH 08/13] :arrow_up: one-dark/light-ui@v0.8.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e435c6517..e541d5609 100644 --- a/package.json +++ b/package.json @@ -77,10 +77,10 @@ "atom-light-ui": "0.41.0", "base16-tomorrow-dark-theme": "0.26.0", "base16-tomorrow-light-theme": "0.9.0", - "one-dark-ui": "0.8.1", + "one-dark-ui": "0.8.2", "one-dark-syntax": "0.5.0", "one-light-syntax": "0.6.0", - "one-light-ui": "0.8.1", + "one-light-ui": "0.8.2", "solarized-dark-syntax": "0.35.0", "solarized-light-syntax": "0.21.0", "archive-view": "0.57.0", From 96c180d836e4ce19048e3f1d0add7d4024bf05cf Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 19 May 2015 08:45:44 -0700 Subject: [PATCH 09/13] :arrow_up: deprecation-cop@0.50 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e541d5609..4d3b079d0 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "bookmarks": "0.35.0", "bracket-matcher": "0.74.0", "command-palette": "0.36.0", - "deprecation-cop": "0.49.0", + "deprecation-cop": "0.50.0", "dev-live-reload": "0.46.0", "encoding-selector": "0.20.0", "exception-reporting": "0.24.0", From 91e968cfe6f6c3685aaf782ab4e9003234b27748 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 19 May 2015 08:48:26 -0700 Subject: [PATCH 10/13] :arrow_up: language-ruby@0.54 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d3b079d0..bc49e8e46 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "language-php": "0.23.0", "language-property-list": "0.8.0", "language-python": "0.35.0", - "language-ruby": "0.53.0", + "language-ruby": "0.54.0", "language-ruby-on-rails": "0.21.0", "language-sass": "0.38.0", "language-shellscript": "0.14.0", From 2ecca5b042c3d55e0b99d907e14ae070739dc8f2 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 19 May 2015 09:44:33 -0700 Subject: [PATCH 11/13] :arrow_up: fuzzy-finder@0.86 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc49e8e46..667a4f816 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "encoding-selector": "0.20.0", "exception-reporting": "0.24.0", "find-and-replace": "0.166.0", - "fuzzy-finder": "0.85.0", + "fuzzy-finder": "0.86.0", "git-diff": "0.55.0", "go-to-line": "0.30.0", "grammar-selector": "0.47.0", From 84baab7e3f7e3e4171feace3fab82da16d640948 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 19 May 2015 09:55:15 -0700 Subject: [PATCH 12/13] :arrow_up: fuzzy-finder@0.87 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 667a4f816..c905f1d24 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "encoding-selector": "0.20.0", "exception-reporting": "0.24.0", "find-and-replace": "0.166.0", - "fuzzy-finder": "0.86.0", + "fuzzy-finder": "0.87.0", "git-diff": "0.55.0", "go-to-line": "0.30.0", "grammar-selector": "0.47.0", From 0db34d519296e6f2d6652b495cb2fe6f71f021bf Mon Sep 17 00:00:00 2001 From: Mostafa Eweda Date: Tue, 19 May 2015 10:35:07 -0700 Subject: [PATCH 13/13] Update language-php to 0.24.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c905f1d24..996f1d4e4 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "language-mustache": "0.11.0", "language-objective-c": "0.15.0", "language-perl": "0.24.0", - "language-php": "0.23.0", + "language-php": "0.24.0", "language-property-list": "0.8.0", "language-python": "0.35.0", "language-ruby": "0.54.0",