[Eclipse-cvs] CVS update: eclipse/package.lisp

Iban Hatchondo ihatchondo at common-lisp.net
Thu Oct 9 11:40:39 UTC 2003


Update of /project/eclipse/cvsroot/eclipse
In directory common-lisp.net:/tmp/cvs-serv24407

Modified Files:
	package.lisp 
Log Message:
man page updated.
package.lisp updated.


Date: Thu Oct  9 07:40:38 2003
Author: ihatchondo

Index: eclipse/package.lisp
diff -u eclipse/package.lisp:1.9 eclipse/package.lisp:1.10
--- eclipse/package.lisp:1.9	Mon Oct  6 13:57:26 2003
+++ eclipse/package.lisp	Thu Oct  9 07:40:38 2003
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp; Package: User -*-
-;;; $Id: package.lisp,v 1.9 2003/10/06 17:57:26 ihatchondo Exp $
+;;; $Id: package.lisp,v 1.10 2003/10/09 11:40:38 ihatchondo Exp $
 ;;;
 ;;; This file is part of Eclipse.
 ;;; Copyright (C) 2002 Iban HATCHONDO
@@ -185,6 +185,8 @@
    "REALIZE-MENU-ITEMS"			  ;function
    "REALIZE-POP-UP"			  ;function
    "RECOMPUTE-WM-NORMAL-HINTS"		  ;function
+   "REGION-INTERSECT-REGION-P"            ;function
+   "REGION-INTERSECT-WINDOW-IN-SCREEN"    ;function
    "REGISTER-ALL-KEYSTROKES"		  ;function
    "REGISTER-ALL-MOUSE-STROKES"		  ;function
    "RUN-APPLICATION"			  ;function
@@ -329,15 +331,14 @@
    "WITH-ROOT-CURSOR"			  ;macro
 
    "+ANY-DESKTOP+"			  ;constant
+   "+APPLICATION-MASK+"                   ;constant
    "+DECORATION-EVENT-MASK+"		  ;constant
    "+EDGE-EVENT-MASK+"			  ;constant
-   "+FOCUSABLE-MASK+"			  ;constant
    "+GNOME-PROTOCOLS+"			  ;constant
    "+NETWM-PROTOCOL+"			  ;constant
    "+POINTER-EVENT-MASK+"		  ;constant
    "+PUSH-BUTTON-MASK+"			  ;constant
    "+STD-BUTTON-MASK+"			  ;constant
-   "+UNFOCUSABLE-MASK+"			  ;constant
 
    "*WHITE*"                              ;variable
    "*BLACK*"                              ;variable





More information about the Eclipse-cvs mailing list