some adhoc patches for ProofGeneral-4.1pre110112;
authorwenzelm
Fri, 28 Jan 2011 14:59:48 +0100
changeset 41645 0e6e253ac82c
parent 41644 a6c45c8d52fc
child 41646 167a045fade4
some adhoc patches for ProofGeneral-4.1pre110112;
Admin/ProofGeneral/4.1/dif
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/ProofGeneral/4.1/dif	Fri Jan 28 14:59:48 2011 +0100
@@ -0,0 +1,41 @@
+diff -r ProofGeneral-4.1pre110112-orig/generic/proof-useropts.el ProofGeneral-4.1pre110112/generic/proof-useropts.el
+121c121
+< (defcustom proof-strict-read-only 'retract
+---
+> (defcustom proof-strict-read-only t
+345c345
+< (defcustom proof-full-annotation t
+---
+> (defcustom proof-full-annotation nil
+Only in ProofGeneral-4.1pre110112-orig/generic: proof-useropts.elc
+diff -r ProofGeneral-4.1pre110112-orig/isar/interface ProofGeneral-4.1pre110112/isar/interface
+3,4d2
+< # interface,v 11.0 2010/10/10 22:57:07 da Exp
+< #
+23a22
+>   echo "    -f FONT      specify Emacs font"
+56a56
+> FONT=""
+66c66
+<   while getopts "L:U:g:k:l:m:p:u:w:x:" OPT
+---
+>   while getopts "L:U:f:g:k:l:m:p:u:w:x:" OPT
+75a76,78
+>       f)
+>         FONT="$OPTARG"
+>         ;;
+135a139,143
+> if [ -n "$FONT" ]; then
+>   ARGS["${#ARGS[@]}"]="-fn"
+>   ARGS["${#ARGS[@]}"]="$FONT"
+> fi
+> 
+diff -r ProofGeneral-4.1pre110112-orig/isar/interface-setup.el ProofGeneral-4.1pre110112/isar/interface-setup.el
+13a14,20
+> ;; Tool bar
+> ;;
+> 
+> (if (and window-system (fboundp 'tool-bar-mode)) (tool-bar-mode t))
+> 
+> 
+> ;;