Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-31 | emacs25-nox11: fix build on MacOS | gdt | 1 | -1/+2 | |
On MacOS, the build finds the Cocoa framework and tries to build nextstep, which results in a wildly differing PLIST. Pass "--without-ns" to force disable this. No PKGREVISION, as any build which found ns previously failed. | |||||
2018-02-01 | emacs25-nox11: Fix _EMACS_VERSION_MINOR. | jperkin | 1 | -2/+2 | |
2017-09-12 | Update emacs25 and emacs25-nox11 to 25.3 | ryoon | 1 | -2/+1 | |
Changelog: This is an emergency release to fix a security vulnerability in Emacs. Enriched Text mode has its support for decoding 'x-display' disabled. This feature allows saving 'display' properties as part of text. Emacs 'display' properties support evaluation of arbitrary Lisp forms as part of instantiating the property, so decoding 'x-display' is vulnerable to executing arbitrary malicious Lisp code included in the text (e.g., sent as part of an email message). This vulnerability was introduced in Emacs 19.29. | |||||
2017-09-11 | emacs25-nox11: bump PKGREVISION for security fix. | wiz | 1 | -2/+2 | |
2017-07-23 | Belated PKGREVISION bump for 20170617 change re-enabling ASLR. | dholland | 1 | -1/+2 | |
Hi, Joerg. | |||||
2017-04-29 | Restore version.mk, for emacs/Makefile.common | wiz | 1 | -0/+7 | |
XXX: this file should not be necessary | |||||
2017-04-27 | Remove unused file. | wiz | 1 | -7/+0 | |
2016-12-31 | Fix _EMACS_REQD package name. | jperkin | 1 | -2/+2 | |
2016-09-21 | Fix CONFLICTS pattern, pointed by @yatasan on twitter | ryoon | 1 | -2/+2 | |
2016-09-18 | Import emacs25-nox11-25.1 as editors/emacs25-nox11. | ryoon | 3 | -0/+41 | |
GNU Emacs is an extensible, customizable editor textand more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing. The features of GNU Emacs include: - Content-sensitive editing modes, including syntax coloring, for a wide variety of file types including plain text, source code, and HTML. - Complete built-in documentation, including a tutorial for new users. - Support for many languages and their scripts, including all scripts, Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao, Ethiopian, and some Indian scripts. - Highly customizable, using Emacs Lisp code or a graphical customization interface. - A large number of extensions that add other functionality, including a project planner, mail and news reader, debugger interface, calendar, and more. Many of these extensions are distributed with GNU Emacs; others are available separately. This package contains Emacs version 25. |