diff options
author | minskim <minskim@pkgsrc.org> | 2010-08-09 19:30:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-08-09 19:30:38 +0000 |
commit | 3158b48c7bbbfc06430c21bdbdadb0d6d63a9d32 (patch) | |
tree | 98c21d335f5968f42f7ef0900b1772107851a0b0 /editors | |
parent | 5ad69cdd91644fa12631bfaad083f39750082bac (diff) | |
download | pkgsrc-3158b48c7bbbfc06430c21bdbdadb0d6d63a9d32.tar.gz |
Update emacs-snapshot to 24.0.50.20100808.
Major changes:
- calc/calc.el: Use `face' property to italicize headers.
- calc/calccomp.el (math-comp-highlight-string): Use
`calc-highlight-selections-with-faces' to determine how to highlight
sub-formulas.
- progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added
SQLite 3 keywords, functions and datatypes.
- net/tramp.el (tramp-handle-start-file-process ): Set connection
property "vec".
- vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
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 ce54b6ab2e2..c00e199fddf 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.10 2010/08/01 16:58:56 minskim Exp $ +# $NetBSD: Makefile.common,v 1.11 2010/08/09 19:30:38 minskim Exp $ -DISTNAME= emacs-snapshot_20100801.orig +DISTNAME= emacs-snapshot_20100808.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.orebokech.com/pool/main/e/emacs-snapshot/ diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index e91f71b7e24..5c80ae75e5f 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2010/08/01 16:58:56 minskim Exp $ +$NetBSD: distinfo,v 1.15 2010/08/09 19:30:38 minskim Exp $ -SHA1 (emacs-snapshot_20100801.orig.tar.lzma) = f48f9f8a553ba7f58226cc116f85d6224e5fc742 -RMD160 (emacs-snapshot_20100801.orig.tar.lzma) = fd64397b182bb0f3c831bd4a7aa599b3577b6454 -Size (emacs-snapshot_20100801.orig.tar.lzma) = 22696453 bytes +SHA1 (emacs-snapshot_20100808.orig.tar.lzma) = 49b4eb4b7cdb49db56619c51458dd55d9df1d8b7 +RMD160 (emacs-snapshot_20100808.orig.tar.lzma) = cbe475474e732328eb233a3951fbb2f6e94bc037 +Size (emacs-snapshot_20100808.orig.tar.lzma) = 22692195 bytes SHA1 (patch-aa) = de76919bedcdfaffe567bc80633a9e908714ec2b SHA1 (patch-ab) = f40d65cdbce564de8f7f5a5f8ec64f9ab747d157 SHA1 (patch-ac) = e3d87b7227054652fc84cc485c98e933e2a602b3 |