diff options
author | minskim <minskim@pkgsrc.org> | 2012-03-21 23:05:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-03-21 23:05:02 +0000 |
commit | 3ff1b00e61845c66d0ceb66386aea55f7aa27665 (patch) | |
tree | 64e1ec6ca423004f56692e0684e5b92401aff3f1 /editors/emacs-snapshot | |
parent | 6e6c4273ba43d6a63740456d6059d044bec3d1bd (diff) | |
download | pkgsrc-3ff1b00e61845c66d0ceb66386aea55f7aa27665.tar.gz |
Update emacs-snapshot to 24.0.94.20120319.
Notable changes:
* net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with
prefix.
* htmlfontify.el: Add support for code block fontification for ODT
export (Bug #9914).
* subr.el (eval-after-load): If named feature is provided not from
a file, run after-load forms. (Bug#10946)
* calendar/calendar.el (calendar-insert-at-column):
Handle non-unit-width characters a bit better. (Bug#10978)
* vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
directory and file as argument (Bug#10822).
* international/quail.el (quail-insert-kbd-layout): Surround each
row by LRO and PDF instead of inserting many LRMs. Pad the left
and right of each non-spacing marks. Insert invisible space
between lower and upper characters to prevent composition.
Diffstat (limited to 'editors/emacs-snapshot')
-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 b7bca3c659b..ff5768b033b 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.49 2012/03/06 03:01:30 minskim Exp $ +# $NetBSD: Makefile.common,v 1.50 2012/03/21 23:05:02 minskim Exp $ -DISTNAME= emacs-snapshot_20120305.orig +DISTNAME= emacs-snapshot_20120319.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 8ae849d8ae9..c55e3cab613 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.54 2012/03/06 03:01:30 minskim Exp $ +$NetBSD: distinfo,v 1.55 2012/03/21 23:05:02 minskim Exp $ -SHA1 (emacs-snapshot_20120305.orig.tar.xz) = 59c768f767b3793ad57d5c039724516f105d5d66 -RMD160 (emacs-snapshot_20120305.orig.tar.xz) = 4291f54696b7602e162b36d631d0118ff1c9bdb9 -Size (emacs-snapshot_20120305.orig.tar.xz) = 23465148 bytes +SHA1 (emacs-snapshot_20120319.orig.tar.xz) = dfa31663ccbac53553c82798b19c148c94229d8c +RMD160 (emacs-snapshot_20120319.orig.tar.xz) = 8a7fe6443639c1a453f564f543d2d26a0ea7c57e +Size (emacs-snapshot_20120319.orig.tar.xz) = 23475004 bytes SHA1 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |