aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs.rb
AgeCommit message (Collapse)Author
2015-04-12emacs: update 24.5 bottle.BrewTestBot
2015-04-12emacs 24.5Theodore Kokkoris
Version bump. Remove obsolete patch. Closes #38527. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-19emacs: update 24.4 bottle.BrewTestBot
2015-03-19emacs: make x11/brewed dependency clash explicitDominyk Tiller
Workaround for #37803. Various style nits as well. Closes #37861. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-30emacs: style nitJack Nagel
2014-12-30emacs: devel spec targeting the emacs-24 branchAnthony Cowley
Closes #35278. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-13emacs: enable parallel HEAD buildsJack Nagel
2014-11-13emacs: switch head to new git repoEmanuel Evans
Closes #34166. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-13emacs: update x11 optionJack Nagel
2014-11-07emacs: update 24.4 bottle.BrewTestBot
2014-11-07emacs: use upstream patch for ns-antialias-text.Scott Wheeler
Closes #33974. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-24emacs: update 24.4 bottle.BrewTestBot
Closes #33520. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-24emacs: restore ns-antialias-text functionality.Scott Wheeler
This was broken in the Emacs 24.4 release, reported upstream here: http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00813.html Previously, either of the following would disable antialiased fonts on OS X: (setq ns-antialias-text nil) Or: (setq ns-use-native-fullscreen nil) While calling those now does not trigger an error, the setting is no longer respected. This patch restores that.
2014-10-22emacs: update 24.4 bottle.BrewTestBot
Closes #33455. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-22emacs: add launchd plist for server daemon.Sascha Vincent Kurowski
Since emacs version 23.1 the emacs executable accepts a --daemon flag which will start emacs as a server daemon. You can then connect to the server using emacsclient (reducing startup time etc). See http://www.emacswiki.org/emacs/EmacsAsDaemon#toc7
2014-10-21emacs: add commentJack Nagel
2014-10-21emacs: remove autotools deps from cocoa buildJack Nagel
These aren't needed, possibly since 16da1c70bf11ddcb281f2f8b99db5914d45a8245.
2014-10-21emacs: remove cruft from srgb optionJack Nagel
Follow-up to d8d8430. The srgb patch was incorporated upstream.
2014-10-21emacs: simplify ctags optionJack Nagel
2014-10-21emacs: add 24.4 bottle.BrewTestBot
2014-10-21emacs 24.4David Christenson
Update to latest stable release, remove obsolete patches, remove devel version, remove obsolete Japanese patch, use HTTPS on homepage and mirror, change single quotes to double. Closes #33410. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-18emacs: use double quotesAdam Vandenberg
2014-10-18emacs devel 24.4-rc1Sean Chen
Closes #33295. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-14emacs: update autotools depsJack Nagel
2014-10-14emacs devel 24.3.94Sean Chen
Closes #33127. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-14emacs: make the "emacs" wrapper call its binary with "exec"Dato Simó
This prevents leaving around a lingering bash process whenever /usr/local/bin/emacs is invoked. Closes #32301. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-01use test helpersAdam Vandenberg
2014-07-31emacs: add optional mailutils dependencyHaden Pike
The Homebrew Mailutils is more powerful than the version which comes with Emacs. This option allows the user to install Homebrew's version instead. Closes #31219. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-20emacs: info files are always kept nowAdam Vandenberg
2014-07-18emacs: fix url to emacs-inline.patchIan Clark Smith
Change url to new sourceforge.jp scheme to avoid infinite redirects preventing the patch from being downloaded Closes #30928. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-07-13emacs: Optional dependencies (d-bus, glib, librsvg, imagemagick)David Holm
New optionals: - d-bus for notifications - glib in HEAD (used for file notifications). - librsvg for SVG support - imagemagick for image viewing and manipulation Closes #30515. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-30Remove some unnecessary usage of Dir[]Jack Nagel
2014-05-05emacs: use ENV.deparallelize over ENV.j1Andrew Schwartzmeyer
Closes #28983. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-26Use githubusercontent domainJack Nagel
2014-03-19emacs: add a testTed Pennings
Closes #27718. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-17emacs: remove dead codeJack Nagel
2014-03-17emacs: use checksummed patchesJack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-18emacs: eliminate some conditionals in the DSLJack Nagel
2014-02-08emacs: add patch for memory leaksAtsuya Okazaki
This patch fixes a memory leak in Emacs 24.3 on Mavericks. Mostly from an upstream patch r114945 in trunk, to be released as 24.4. https://gist.github.com/anonymous/8553178 Even though the patch is applied to files which are also modified by existing patches in the original Formula, it is confirmed that the patch can applied without errors (Hunk successfully). Closes #26516. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-19emacs: remove duplicated .app caveats.Mike McQuaid
2013-12-27emacs: disable sRGB patch for HEAD, incorporated upstreamJack Nagel
Fixes #25420.
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-11emacs: add --japanese IME optionHOSONO Hidetomo
Closes #23019. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-06emacs: backport fullscreen mode from HEADScott Wheeler
This makes it possible to bypass OS X's fullscreen mode. The changes were pulled from Emacs's bzr repository with minimal changes to get them to work with 24.3 Closes #23729. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-06emacs: fix head buildMarten Veldthuis
Emacs HEAD no longer provides autogen/copy_autogen Closes #23994. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-06emacs: adjust patch, commentMisty De Meo
2013-11-06emacs: fix default-directory on Cocoa and 10.9Kazuhiro NISHIYAMA
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-09-30emacs: keep info documentationAdam Vandenberg
Closes #22924.
2013-06-25emacs: shrink caveatsAdam Vandenberg
Remove caveats that duplicate option descriptions.