Kevin Sawicki
46eb6df61e
Prepare 34.0.0 release
2013-10-30 10:51:31 -07:00
probablycorey
93c7531cf9
Don't destroy pane items in confirmClose
2013-10-30 10:47:01 -07:00
Kevin Sawicki
8bf726d3e1
Merge pull request #1055 from atom/ks-rename-toml-gfm
...
Add language- prefix to gfm and toml
2013-10-30 10:43:00 -07:00
Kevin Sawicki
412cb602a4
Upgrade to whitespace@0.8.0
2013-10-30 10:35:50 -07:00
Kevin Sawicki
f10abfe630
Upgrade to markdown-preview@0.13.0
2013-10-30 10:34:40 -07:00
Kevin Sawicki
14664625d5
Upgrade to language-toml@0.6.0
2013-10-30 10:29:24 -07:00
Kevin Sawicki
9e12c4610d
Upgrade to language-gfm@0.8.0
2013-10-30 10:29:10 -07:00
Kevin Sawicki
c1d09f5229
Add cson to valid grammar extensions
2013-10-30 10:23:25 -07:00
Kevin Sawicki
d486522cde
Upgrade to language-toml@0.4.0
2013-10-30 10:15:41 -07:00
Kevin Sawicki
e3ff39bf4f
Upgrade to language-gfm@0.6.0
2013-10-30 10:15:18 -07:00
Kevin Sawicki
74a48e58dc
Upgrade to settings-view@0.36.0
2013-10-30 09:29:33 -07:00
Kevin Sawicki
e63bf75f96
Update apm for native module fix
2013-10-30 09:20:21 -07:00
Kevin Sawicki
8b9595f1bd
Use getter when toggling soft tabs
2013-10-30 09:06:12 -07:00
Cheng Zhao
53954c236c
Use the apm in node_modules/atom-package-manager instead of vendor/apm.
2013-10-30 23:44:05 +08:00
Cheng Zhao
3de18ae9f6
Fix calling of apm and grunt in script/cibuild and script/test.
2013-10-30 18:10:03 +08:00
Cheng Zhao
9c7ce22abe
Unzipping atom-shell.zip on Windows with node-unzip.
2013-10-30 18:02:43 +08:00
Cheng Zhao
bfab56247f
node_modules/.bin/grunt is a bash script not a js script.
2013-10-30 17:05:08 +08:00
Cheng Zhao
e4400c648d
Revert "Run apm from node_modules"
...
This reverts commit 8742f6c06c
.
The `node_modules/.bin/apm` is a bash script not a js script, so on
Windows `node node_modules/.bin/apm` would fail with:
```
C:\cygwin\home\zcbenz\codes\atom\node_modules\.bin\apm:2
basedir=`dirname "$0"`
^
SyntaxError: Unexpected token ILLEGAL
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
```
2013-10-30 10:51:06 +08:00
Kevin Sawicki
271f23083e
Bump packages for emissary@0.9.0 upgrade
2013-10-29 18:48:20 -07:00
Kevin Sawicki
e3f4a72ab3
Add empty changelog to get this deploy out
2013-10-29 18:28:49 -07:00
Kevin Sawicki
ee3b7cee76
Upgrade to emissary@0.9.0
2013-10-29 17:57:36 -07:00
Kevin Sawicki
5a357a54dc
Prepare 33.0.0 release
2013-10-29 16:20:05 -07:00
probablycorey
d07bf338c8
Consolidate pane item destruction
2013-10-29 15:55:07 -07:00
Kevin Sawicki
516ddec854
Upgrade to dev-live-reload@0.12.0
2013-10-29 15:45:05 -07:00
Kevin Sawicki
0ab2b89c1a
Upgrade to collaboration@0.34.0
2013-10-29 15:24:16 -07:00
Kevin Sawicki
2c2c7e67d7
Upgrade to release-notes@0.11.0
2013-10-29 15:20:06 -07:00
probablycorey
e1f8b042ed
Update autosave
2013-10-29 15:18:07 -07:00
Kevin Sawicki
f7ce6a015d
Upgrade to release-notes@0.10.0
2013-10-29 15:12:58 -07:00
Kevin Sawicki
4775783ba3
Add missing path require
2013-10-29 15:02:05 -07:00
Kevin Sawicki
d0bf4c1d2e
Upgrade to emissary@0.8.0
2013-10-29 14:54:54 -07:00
Kevin Sawicki
4f1d862bc0
Merge pull request #1040 from atom/ks-speed-up-load
...
Speed up start time
2013-10-29 13:47:11 -07:00
Kevin Sawicki
059671c454
🐎 Load packages by path
...
Previously the package paths were converted to names and then
re-resolved to paths.
Now we just load the paths directly reducing the number of stat calls
and saving ~50ms in PackageManager::loadPackages
Also now internal packages are loaded by parsing the package.json
file for packageDependencies instead of loading the metadata for all
packages in node_modules and checking the engines field.
2013-10-29 13:31:42 -07:00
Kevin Sawicki
1f16cd3912
Upgrade to season@0.14.0
2013-10-29 13:31:42 -07:00
Kevin Sawicki
2d16fc33a3
Use Date.now()
2013-10-29 13:31:42 -07:00
Kevin Sawicki
6ad8062d45
Upgrade to timecop@0.9.0
2013-10-29 13:31:42 -07:00
Kevin Sawicki
8f0c0362e8
Upgrade to timecop@0.8.0
2013-10-29 13:31:42 -07:00
Kevin Sawicki
91436bec25
Add config.unshiftAtKeyPath helper
2013-10-29 13:31:42 -07:00
Kevin Sawicki
e93d83dcdf
Guard against null core.themes
2013-10-29 13:31:41 -07:00
Kevin Sawicki
62f44e64f4
Unshift into array instead of creating new one
2013-10-29 13:31:41 -07:00
Kevin Sawicki
c571d6a9d4
Only reload non-theme packages on reload of themes
2013-10-29 13:31:41 -07:00
Kevin Sawicki
bdd4ac63f4
Watch themes after activation instead of loading
2013-10-29 13:31:41 -07:00
Corey Johnson
0c77712a77
Merge pull request #1041 from atom/cj-move-autosave-to-package
...
Move autosave to package
2013-10-29 13:27:50 -07:00
Ben Ogle
a00db81765
Only call itemAdded when there is a container
...
Sometimes in the tests, rootView.open is called. Sometimes by the time
the promise is fired and callback to add the pane is called, the
rootView and container no longer exists. See the find-and-replace tests
that create a ResultsPaneView.
2013-10-29 12:44:11 -07:00
probablycorey
c91bca44cb
Update settings view
...
Fixes #1022
2013-10-29 11:50:01 -07:00
probablycorey
dbf4ba099b
Merge remote-tracking branch 'origin/master' into cj-move-autosave-to-package
2013-10-29 11:05:26 -07:00
probablycorey
e67324dcc9
Upgrade autosave
2013-10-29 09:57:49 -07:00
Kevin Sawicki
1528d6ea49
Upgrade to tree-view@0.22.0
2013-10-29 09:23:53 -07:00
Matt Colyer
a49fd569e3
Merge pull request #1035 from atom/win-bootstrap-native-modules
...
Windows Support
2013-10-29 09:15:59 -07:00
Kevin Sawicki
44213aff96
Upgrade apm for windows fixes
2013-10-29 08:38:42 -07:00
Kevin Sawicki
22589bf2dd
Require nslog on non-windows machines
2013-10-29 08:27:37 -07:00