Admin/ProofGeneral/4.1/dif
changeset 44952 28a11f5fd3b8
parent 41647 5e70526a1947
equal deleted inserted replaced
44951:3aa3aeb4980f 44952:28a11f5fd3b8
     5 > (defcustom proof-strict-read-only t
     5 > (defcustom proof-strict-read-only t
     6 345c345
     6 345c345
     7 < (defcustom proof-full-annotation t
     7 < (defcustom proof-full-annotation t
     8 ---
     8 ---
     9 > (defcustom proof-full-annotation nil
     9 > (defcustom proof-full-annotation nil
    10 diff -r ProofGeneral-4.1pre101216/isar/interface ProofGeneral-4.1pre101216-p1/isar/interface
    10 
    11 3,4d2
       
    12 < # interface,v 11.0 2010/10/10 22:57:07 da Exp
       
    13 < #
       
    14 23a22
       
    15 >   echo "    -f FONT      specify Emacs font"
       
    16 56a56
       
    17 > FONT=""
       
    18 66c66
       
    19 <   while getopts "L:U:g:k:l:m:p:u:w:x:" OPT
       
    20 ---
       
    21 >   while getopts "L:U:f:g:k:l:m:p:u:w:x:" OPT
       
    22 75a76,78
       
    23 >       f)
       
    24 >         FONT="$OPTARG"
       
    25 >         ;;
       
    26 135a139,143
       
    27 > if [ -n "$FONT" ]; then
       
    28 >   ARGS["${#ARGS[@]}"]="-fn"
       
    29 >   ARGS["${#ARGS[@]}"]="$FONT"
       
    30 > fi
       
    31 > 
       
    32 diff -r ProofGeneral-4.1pre101216/isar/interface-setup.el ProofGeneral-4.1pre101216-p1/isar/interface-setup.el
       
    33 13a14,19
       
    34 > ;; Tool bar
       
    35 > ;;
       
    36 > 
       
    37 > (if (and window-system (fboundp 'tool-bar-mode)) (tool-bar-mode t))
       
    38 > 
       
    39 > ;;