diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-24 20:42:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-24 20:42:24 +0000 |
commit | 75bc39a4c3095c65beec1e3cce715af4f2ac03af (patch) | |
tree | 466f26e01aeada25f3232c6390b49984e1287472 /editors | |
parent | 95c301380fe514899e4223e8ec1ee10415713a19 (diff) | |
download | pkgsrc-75bc39a4c3095c65beec1e3cce715af4f2ac03af.tar.gz |
Update emacs-snapshot to 20111019.
Changes:
- Add support for detecting encoding in HTML5 specified only as
<meta charset="UTF-8">. Implementation just makes http-equiv and
content-type parts from HTML4 encoding string optional.
- menu-bar.el (menu-bar-file-menu): Add entry for making new window on
right of selected. (Bug#9350) Reword other window entries and
separate them from frame entries.
- net/network-stream.el (network-stream-open-starttls): Improve
detection of failure due to lack of TLS support.
- textmodes/flyspell.el (flyspell-large-region): Make sure extended
character mode is used if defined.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 027aeb778f8..5ebc7a0c912 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.35 2011/10/18 21:48:36 minskim Exp $ +# $NetBSD: Makefile.common,v 1.36 2011/10/24 20:42:24 minskim Exp $ -DISTNAME= emacs-snapshot_20111012.orig +DISTNAME= emacs-snapshot_20111019.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.naquadah.org/unstable/ diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index e9b71691f5a..9805cf19e13 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2011/10/18 21:48:36 minskim Exp $ +$NetBSD: distinfo,v 1.40 2011/10/24 20:42:24 minskim Exp $ -SHA1 (emacs-snapshot_20111012.orig.tar.xz) = 6b8d7778ba617acb97ac512ec81b0aa30db0f753 -RMD160 (emacs-snapshot_20111012.orig.tar.xz) = 3b05e3f226919c17932f7443503b8f8cd7786c11 -Size (emacs-snapshot_20111012.orig.tar.xz) = 23277308 bytes +SHA1 (emacs-snapshot_20111019.orig.tar.xz) = 2ae5629928d392e9052af1cf304602a08471f6c2 +RMD160 (emacs-snapshot_20111019.orig.tar.xz) = c09f9ff11d1bf3737bc8b84d156c4972f83cdf36 +Size (emacs-snapshot_20111019.orig.tar.xz) = 23280036 bytes SHA1 (patch-aa) = 052ea84f7e3b35d1aba08bd641d7250ec07d09aa SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |