From a58adb002edc8ebd27caf8cf5e74887eeb1557ab Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 3 Nov 2010 23:46:11 +0000 Subject: Update emacs-snapshot to 20101030. Changes: * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function which fontifies the tail of an enum. (c-basic-matchers-after): Insert a call to the above new function. This fixes bug #7264. * cus-start.el: Add :set properties for minor modes menu-bar-mode, tool-bar-mode, transient-mark-mode. (Bug#7306) * minibuffer.el (completion-cycling): New var (bug#7266). * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist' which changes the order of matches seen by users (bug#7231). * server.el (server-port): New option. (Bug#854) * epa-mail.el (epa-mail-encrypt): Handle local-part only recipients; expand mail aliases (Bug#7280). * image.el (image-checkbox-checked, image-checkbox-unchecked): Delete (Bug#7222). * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg" executable is not available on the system (Bug#7268). --- editors/emacs-snapshot/PLIST | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editors/emacs-snapshot/PLIST') diff --git a/editors/emacs-snapshot/PLIST b/editors/emacs-snapshot/PLIST index d980a938665..32a63d1b643 100644 --- a/editors/emacs-snapshot/PLIST +++ b/editors/emacs-snapshot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2010/10/24 23:57:34 minskim Exp $ +@comment $NetBSD: PLIST,v 1.15 2010/11/03 23:46:11 minskim Exp $ bin/ctags bin/ebrowse bin/emacs @@ -277,6 +277,7 @@ share/emacs/${EMACS_VERSION}/etc/images/bookmark_add.pbm share/emacs/${EMACS_VERSION}/etc/images/bookmark_add.xpm share/emacs/${EMACS_VERSION}/etc/images/cancel.pbm share/emacs/${EMACS_VERSION}/etc/images/cancel.xpm +share/emacs/${EMACS_VERSION}/etc/images/checked.xpm share/emacs/${EMACS_VERSION}/etc/images/close.pbm share/emacs/${EMACS_VERSION}/etc/images/close.xpm share/emacs/${EMACS_VERSION}/etc/images/connect.xpm @@ -659,6 +660,7 @@ share/emacs/${EMACS_VERSION}/etc/images/tree-widget/folder/no-handle.png share/emacs/${EMACS_VERSION}/etc/images/tree-widget/folder/no-handle.xpm share/emacs/${EMACS_VERSION}/etc/images/tree-widget/folder/open.png share/emacs/${EMACS_VERSION}/etc/images/tree-widget/folder/open.xpm +share/emacs/${EMACS_VERSION}/etc/images/unchecked.xpm share/emacs/${EMACS_VERSION}/etc/images/undo.pbm share/emacs/${EMACS_VERSION}/etc/images/undo.xpm share/emacs/${EMACS_VERSION}/etc/images/up-arrow.pbm -- cgit v1.2.3