diff options
author | minskim <minskim@pkgsrc.org> | 2010-08-23 00:57:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-08-23 00:57:10 +0000 |
commit | 62b69845f4e7ccf005b5599995fbdb338499b3a0 (patch) | |
tree | 6a387d91072f4569cbaac1b07ec367ed36b66f7e /editors/emacs-snapshot | |
parent | 1a04a3c1b638b01800572954b039a7cde4cc996e (diff) | |
download | pkgsrc-62b69845f4e7ccf005b5599995fbdb338499b3a0.tar.gz |
Update emacs-snapshot to 24.0.50.20100821.
Changes:
- progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).
- emacs-lisp/copyright.el (copyright-update-year) (copyright-update):
Temporary switch-to-buffer to ensure the buffer change being queried
is visible (Bug#5394).
- font-lock.el (lisp-font-lock-keywords-2): Add
combine-after-change-calls, condition-case-no-debug,
with-demoted-errors, and with-silent-modifications (Bug#6025).
- progmodes/compile.el (compilation-error-regexp-alist-alist): Give
the Ruby rule a lower priority than Gnu (Bug#6778).
- mouse.el (mouse--drag-set-mark-and-point): New function.
(mouse-drag-track): Use LOCATION arg to push-mark. Use
mouse--drag-set-mark-and-point to take click-count into
consideration when updating point and mark (Bug#6840).
- net/rcirc.el (rcirc-log-process-buffers): New option.
(rcirc-print): Use it.
(rcirc-generate-log-filename): New function.
(rcirc-log-filename-function): Change default to
rcirc-generate-log-filename (Bug#6828).
- term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
- image.el (create-animated-image): Don't add heuristic mask to image
(Bug#6839).
- files.el (locate-file-completion-table): Only list the .el and .elc
extensions if there's no other choice (bug#5955).
- cus-edit.el (custom-group-value-create): Add extra newline
before end line (Bug#6876).
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 ad8a1f39af2..2ed29c15b12 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.12 2010/08/16 17:34:38 minskim Exp $ +# $NetBSD: Makefile.common,v 1.13 2010/08/23 00:57:10 minskim Exp $ -DISTNAME= emacs-snapshot_20100814.orig +DISTNAME= emacs-snapshot_20100821.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 73a296af69c..a623fb6319e 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2010/08/16 17:34:38 minskim Exp $ +$NetBSD: distinfo,v 1.17 2010/08/23 00:57:10 minskim Exp $ -SHA1 (emacs-snapshot_20100814.orig.tar.lzma) = d048faf084deba2100f7756b55cac876e70a3798 -RMD160 (emacs-snapshot_20100814.orig.tar.lzma) = cf1c3451b273f71326260a60c53f732c527ed11b -Size (emacs-snapshot_20100814.orig.tar.lzma) = 22712512 bytes +SHA1 (emacs-snapshot_20100821.orig.tar.lzma) = dc2dbee24f554bc2977a2df5a93a6c9b8f028277 +RMD160 (emacs-snapshot_20100821.orig.tar.lzma) = 4161ce952d154db92d0f3aa06dc62e9f70163d87 +Size (emacs-snapshot_20100821.orig.tar.lzma) = 22725341 bytes SHA1 (patch-aa) = de76919bedcdfaffe567bc80633a9e908714ec2b SHA1 (patch-ab) = f40d65cdbce564de8f7f5a5f8ec64f9ab747d157 SHA1 (patch-ac) = e3d87b7227054652fc84cc485c98e933e2a602b3 |