From ihatchondo at common-lisp.net Tue Dec 2 14:30:42 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 02 Dec 2003 09:30:42 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/wm.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv25572 Modified Files: wm.lisp Log Message: clean up and doc string add. Date: Tue Dec 2 09:30:42 2003 Author: ihatchondo From ihatchondo at common-lisp.net Tue Dec 2 19:07:07 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 02 Dec 2003 14:07:07 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/global.lisp eclipse/eclipse.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv18793 Modified Files: global.lisp eclipse.lisp Log Message: - doc updated for (setf font-name) - (setf font-name) minor changes. Now checks if the font exists in the server before updating it in the graphic context. (global.lisp) - code clean up in eclipse.lisp: we can now use (according to the manual) (setf font-name) in the user config file. Date: Tue Dec 2 14:07:06 2003 Author: ihatchondo From ihatchondo at common-lisp.net Tue Dec 2 19:07:07 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 02 Dec 2003 14:07:07 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/docs/eclipse.1 Message-ID: Update of /project/eclipse/cvsroot/eclipse/docs In directory common-lisp.net:/tmp/cvs-serv18793/docs Modified Files: eclipse.1 Log Message: - doc updated for (setf font-name) - (setf font-name) minor changes. Now checks if the font exists in the server before updating it in the graphic context. (global.lisp) - code clean up in eclipse.lisp: we can now use (according to the manual) (setf font-name) in the user config file. Date: Tue Dec 2 14:07:07 2003 Author: ihatchondo From bp3965 at sbc.com Tue Dec 2 21:20:18 2003 From: bp3965 at sbc.com (PINNI, BALANAND (SBCSI)) Date: Tue, 2 Dec 2003 15:20:18 -0600 Subject: [Eclipse-cvs] Question: new to cvs Message-ID: <17DF826362DCED48BFD8117475C5672B0128AD45@mostls1msgusr02.itservices.sbc.com> ALL- After installing CVS I am not able to view anything at Head on Eclipse client. I did get authenticated as OS UID and passwd. /etc/inetd.conf has --allowroot line along with cvs.Any Ides Thanks Pinni Balanand From bp3965 at sbc.com Tue Dec 2 21:31:25 2003 From: bp3965 at sbc.com (PINNI, BALANAND (SBCSI)) Date: Tue, 2 Dec 2003 15:31:25 -0600 Subject: [Eclipse-cvs] Question: new to cvs Message-ID: <17DF826362DCED48BFD8117475C5672B0128AD51@mostls1msgusr02.itservices.sbc.com> > ALL- > > After installing CVS I am not able to view anything at Head on Eclipse > client. I did get authenticated as OS UID and passwd. /etc/inetd.conf has > --allowroot line along with cvs.Any Ides > > Thanks > Pinni Balanand From bp3965 at sbc.com Tue Dec 2 21:35:26 2003 From: bp3965 at sbc.com (PINNI, BALANAND (SBCSI)) Date: Tue, 2 Dec 2003 15:35:26 -0600 Subject: [Eclipse-cvs] Question: new to cvs Message-ID: <17DF826362DCED48BFD8117475C5672B0128AD57@mostls1msgusr02.itservices.sbc.com> > ALL- > > After installing CVS I am not able to view anything at Head on > Eclipse client. I did get authenticated as OS UID and passwd. > /etc/inetd.conf has --allowroot line along with cvs.Any Ides > > Thanks > Pinni Balanand From bp3965 at sbc.com Tue Dec 2 21:42:32 2003 From: bp3965 at sbc.com (PINNI, BALANAND (SBCSI)) Date: Tue, 2 Dec 2003 15:42:32 -0600 Subject: [Eclipse-cvs] Question: new to cvs Message-ID: <17DF826362DCED48BFD8117475C5672B0128AD61@mostls1msgusr02.itservices.sbc.com> > ALL- > > After installing CVS I am not able to view anything at Head on > Eclipse client. I did get authenticated as OS UID and passwd. > /etc/inetd.conf has --allowroot line along with cvs.Any Ides eclipse-cvs at common-lisp.net > Thanks > Pinni Balanand From ihatchondo at common-lisp.net Tue Dec 2 21:59:30 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Tue, 02 Dec 2003 16:59:30 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/wm.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv29474 Modified Files: wm.lisp Log Message: fix incorrect border-size introduce by my last commit. Date: Tue Dec 2 16:59:30 2003 Author: ihatchondo From ihatchondo at common-lisp.net Wed Dec 3 14:32:40 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Wed, 03 Dec 2003 09:32:40 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/lib/clx-ext/cursordef.lisp eclipse/lib/clx-ext/cursor.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse/lib/clx-ext In directory common-lisp.net:/tmp/cvs-serv11859/lib/clx-ext Modified Files: cursordef.lisp cursor.lisp Log Message: add an internal cache. get-x-cursor now axept a :cache keyword argument to indicate if you want the cursor you request to be cached/or to returned from the cache if already requested. If :cache is nil a new cursor will be created and won't be put in the cache. Turn the definition with an hashtable into a constant vector. (cursordef.lisp) Date: Wed Dec 3 09:32:39 2003 Author: ihatchondo From ihatchondo at common-lisp.net Wed Dec 3 14:34:35 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Wed, 03 Dec 2003 09:34:35 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/eclipse.lisp eclipse/widgets.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv13857 Modified Files: eclipse.lisp widgets.lisp Log Message: removed the cursor cache from widgets.lisp. removed the cache init from eclipse.lisp Date: Wed Dec 3 09:34:35 2003 Author: ihatchondo From ar3925 at sbc.com Wed Dec 3 15:22:17 2003 From: ar3925 at sbc.com (RAJAGOPAL, AARTI (SBCSI)) Date: Wed, 3 Dec 2003 09:22:17 -0600 Subject: [Eclipse-cvs] Eclipse and CVS on AIX Message-ID: <073BCE0D47E41947812F5C8AD93E49B9017CB093@mostls1msgusr06.itservices.sbc.com> Hi, We have installed CVS server on AIX 5.1 and are trying to access it through an Eclipse client (version 2.1.2). The connection to the box where CVS is installed appears to be going through fine and we are also able to make a connection to the repository using pserver protocol. What we are not able to view is the CVSROOT folder under the "HEAD" section of the repository in the repository explorer view. Anyone have any idea of how this can be solved? Thanks. From ihatchondo at common-lisp.net Thu Dec 4 11:15:41 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 04 Dec 2003 06:15:41 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/lib/netwm-manager.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse/lib In directory common-lisp.net:/tmp/cvs-serv28795/lib Modified Files: netwm-manager.lisp Log Message: add a missing car in net-active-window. Date: Thu Dec 4 06:15:40 2003 Author: ihatchondo From ihatchondo at common-lisp.net Thu Dec 4 14:28:38 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 04 Dec 2003 09:28:38 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/widgets.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv8286 Modified Files: widgets.lisp Log Message: defgeneric for focused-p added. Date: Thu Dec 4 09:28:37 2003 Author: ihatchondo From ihatchondo at common-lisp.net Thu Dec 4 14:52:48 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 04 Dec 2003 09:52:48 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/virtual-screen.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv17955 Modified Files: virtual-screen.lisp Log Message: - give-focus-to-next-widget-in-desktop will now gives the focus to the first application that claim for the focus if one, or to the first one that could receive it (from top most to bottom stack order). - change-vscreen invoke give-focus-to-next-widget-in-desktop if the focus policy is on-click. Date: Thu Dec 4 09:52:48 2003 Author: ihatchondo From ihatchondo at common-lisp.net Thu Dec 4 16:12:43 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Thu, 04 Dec 2003 11:12:43 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/widgets.lisp eclipse/virtual-screen.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv19971 Modified Files: widgets.lisp virtual-screen.lisp Log Message: focus-widget overloaded for class root. (widgets.lisp) give-focus-to-next-widget-in-desktop now use it. (virtual-screen.lisp) Date: Thu Dec 4 11:12:42 2003 Author: ihatchondo From ihatchondo at common-lisp.net Fri Dec 5 13:41:54 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Fri, 05 Dec 2003 08:41:54 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/lib/clx-ext/clx-patch.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse/lib/clx-ext In directory common-lisp.net:/tmp/cvs-serv843/lib/clx-ext Modified Files: clx-patch.lisp Log Message: indentation. Date: Fri Dec 5 08:41:54 2003 Author: ihatchondo From ihatchondo at common-lisp.net Mon Dec 8 15:01:03 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 08 Dec 2003 10:01:03 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/move-resize.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv11338 Modified Files: move-resize.lisp Log Message: window with _net_wm_window_type_dock and/or with _net_wm_state_skip_taskbar were ignored during the edge detection when a window is moving. Date: Mon Dec 8 10:01:02 2003 Author: ihatchondo From ihatchondo at common-lisp.net Mon Dec 8 15:02:42 2003 From: ihatchondo at common-lisp.net (Iban Hatchondo) Date: Mon, 08 Dec 2003 10:02:42 -0500 Subject: [Eclipse-cvs] CVS update: eclipse/input.lisp Message-ID: Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv13663 Modified Files: input.lisp Log Message: more hacking for handling the :_NET_WM_DESKTOP client message, in order to avoid some focus issues. Date: Mon Dec 8 10:02:41 2003 Author: ihatchondo