diff options
author | minskim <minskim@pkgsrc.org> | 2011-12-14 20:56:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-12-14 20:56:09 +0000 |
commit | f6bff503cdececdc5376b0997d3b368ce795fdd0 (patch) | |
tree | 02072a15aa2c2f5dc168c137ad2c89f008d49f61 /editors | |
parent | b0bb652a0479e76340b97e7200afef7c42164dd4 (diff) | |
download | pkgsrc-f6bff503cdececdc5376b0997d3b368ce795fdd0.tar.gz |
Update emacs-snapshot to 24.0.92.20111213.
Changes:
* progmodes/make-mode.el: Bring it up to date with makepp V2.0.
* ses.el: The overall change is to add cell renaming, that is
setting fancy names for cell symbols other than name matching
"\\`[A-Z]+[0-9]+\\'" regexp .
* progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
for completion via gud-gdb-fetch-lines-filter (Bug#10274).
* mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
`from' or `to' address before taking its substring. Fixes
incorrect display in Rmail summary buffer whereby an RFC2047
encoded name is chopped in the middle of the encoded string, and
thus displayed encoded.
* speedbar.el (speedbar-supported-extension-expressions):
Add .adb and .ads, commonly used for Ada source code (bug#10256).
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 5ed613d818b..b3ea2cafbae 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.41 2011/12/06 17:12:09 minskim Exp $ +# $NetBSD: Makefile.common,v 1.42 2011/12/14 20:56:09 minskim Exp $ -DISTNAME= emacs-snapshot_20111206.orig +DISTNAME= emacs-snapshot_20111213.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 ccbab20b168..96ea5009120 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2011/12/09 01:35:08 marino Exp $ +$NetBSD: distinfo,v 1.47 2011/12/14 20:56:09 minskim Exp $ -SHA1 (emacs-snapshot_20111206.orig.tar.xz) = c9694ce2570097879f602c2c313a32aae71c9e3e -RMD160 (emacs-snapshot_20111206.orig.tar.xz) = 765f43dcac9f012d23834195a2312d63c97bbdc4 -Size (emacs-snapshot_20111206.orig.tar.xz) = 23310260 bytes +SHA1 (emacs-snapshot_20111213.orig.tar.xz) = 24915ea5699966845885d215faa298945103b8dd +RMD160 (emacs-snapshot_20111213.orig.tar.xz) = 8e4b7b73251466c0247c0f8f5b8a844b3603cf51 +Size (emacs-snapshot_20111213.orig.tar.xz) = 23311848 bytes SHA1 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |