Commit graph

15 commits

Author SHA1 Message Date
jperkin
10c8a8ace9 Update to match editors/emacs24/version.mk. Fixes EMACS_TYPE=emacs24nox. 2015-04-29 16:43:23 +00:00
wiz
b8e4670404 Update emacs24 to 24.5:
* Changes in Emacs 24.5

** This is mainly a bug-fix release, but there are some other changes.

** The default value of `history-length' has increased to 100.

** The variable `redisplay-dont-pause' is obsolete.

* Changes in Specialized Modes and Packages in Emacs 24.5

** `call-process-shell-command' and `process-file-shell-command' no longer
take "&rest args".

** The option `browse-url-firefox-startup-arguments' no longer has an effect.

** ERC

*** New option `erc-rename-buffers'.

*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.

*** `erc-format-@nick' displays all user modes instead of only op and voice.

*** The display of irc commands in the current buffer has been disabled.

*** `erc-version' now follows the Emacs version.

** Obsolete packages

*** cc-compat.el

*** crisp.el (moved to elpa.gnu.org)

*** tpu-edt.el, ws-mode.el
These emulations of old editors are believed to be no longer relevant
 - contact emacs-devel@gnu.org if you disagree.

*** vi.el, vip.el (try M-x viper instead)
2015-04-11 08:51:05 +00:00
gdt
27bbd771d1 Copy gnulib readlinkat patch from archivers/gtar-base.
This undefines readlink so that the twisty maze of symlinks builds,
and fixes the build on netbsd-5.  Confirmed to work on netbsd-5/amd64
and netbsd-6/i386.  Thanks to obache@ for pointing out the problem.

I will request a pullup to 2014Q4 soon if there are no objections.
2015-01-10 16:15:29 +00:00
hiramatsu
6fb621f159 Sync with emacs24/version.mk. 2014-11-24 08:19:00 +00:00
wiz
c154ff3f84 Reset PKGREVISION after update. 2014-10-28 12:44:05 +00:00
taca
8e68d4663f Bump PKGREVISION with adding security patches to emacs24. 2014-07-09 01:50:44 +00:00
jperkin
3a70685517 Sync version with main emacs24 package. Fixes dependencies with EMACS_TYPE
set to emacs24nox.
2013-10-10 09:34:00 +00:00
joerg
b1f0589261 Snapshot version is 24.3.50.xxx, so check for < 24.3.50. 2013-03-23 10:03:05 +00:00
dholland
3b62b0a3db Change PKGNAME from emacs-nox11-24.2 to emacs24-nox11-24.2. 2013-02-17 06:07:46 +00:00
mef
97ca015195 Follow emacs24 bumped (lets get this first). 2012-08-28 01:03:18 +00:00
mef
e4e5c990ac Bump 24.1 to 24.2 (emacs24 and emacs24-nox11)
(1) CVE-2012-3479 fixed on lisp/files.el
      patches/patch-lisp_files.el is removed.
  (2) From: ChangeLog
  -------
  2012-08-24  Chong Yidong  <cyd@gnu.org>
          * Version 24.2 released.

  2012-08-14  Ulrich Mueller  <ulm@gentoo.org>
          * lib/gnulib.mk:
          * lib/stdio.in.h:
          * m4/stdio_h.m4: Do not assume that gets is defined (Bug#11873).

  2012-06-21  Ulrich Mueller  <ulm@gentoo.org>
          * configure.in: Use m/intel386.h for amd64 with x32 ABI.  (Bug#11669)
  --------
Thanks wiz@
2012-08-28 00:55:51 +00:00
wiz
68610bc920 Fix CVE-2012-3479:
When the Emacs user option `enable-local-variables' is set to `:safe'
(the default value is t), Emacs should automatically refuse to evaluate
`eval' forms in file-local variable sections.  Due to the bug, Emacs
instead automatically evaluates such `eval' forms.  Thus, if the user
changes the value of `enable-local-variables' to `:safe', visiting a
malicious file can cause automatic execution of arbitrary Emacs Lisp
code with the permissions of the user.

Bug tracker ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12155

Bump PKGREVISION.
2012-08-13 06:38:50 +00:00
jmmv
dd7b6c829a Fix the build of emacs modules when EMACS_TYPE=emacs24nox.
The emacs flavor is 'emacs' and the package dependency is 'emacs-nox11',
not 'emacs24' nor 'emacs24-nox11' (respectively).
2012-08-11 17:21:03 +00:00
asau
3ee4ebbc6d Install documentation. Emacs is not the package that can be used
without it effectively.
2012-06-26 17:02:31 +00:00
dholland
a63c9c82d6 Add emacs24-nox11 package, based on emacs-nox11 (which is currently
emacs23) but attached to emacs24.
2012-06-16 21:04:16 +00:00