commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common etc/sample.gnue.conf src/GParser.py


From: Jason Cater
Subject: gnue/common etc/sample.gnue.conf src/GParser.py
Date: Fri, 15 Feb 2002 22:58:59 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/02/15 22:58:59

Modified files:
        common/etc     : sample.gnue.conf 
        common/src     : GParser.py 

Log message:
        Implemented a centralized events system in forms

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/etc/sample.gnue.conf.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/GParser.py.diff?cvsroot=OldCVS&tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: gnue/common/etc/sample.gnue.conf
diff -c gnue/common/etc/sample.gnue.conf:1.15 
gnue/common/etc/sample.gnue.conf:1.16
*** gnue/common/etc/sample.gnue.conf:1.15       Thu Jan 31 00:41:30 2002
--- gnue/common/etc/sample.gnue.conf    Fri Feb 15 22:58:59 2002
***************
*** 1,22 ****
  #
  # Options for GNUe
  #
! # Copyright 2000,2001 Free Software Foundation
  #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it 
! # and/or modify it under the terms of the GNU General Public 
! # License as published by the Free Software Foundation; either 
  # version 2, or (at your option) any later version.
  #
! # GNU Enterprise is distributed in the hope that it will be 
! # useful, but WITHOUT ANY WARRANTY; without even the implied 
! # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public 
! # License along with program; see the file COPYING. If not, 
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  
--- 1,22 ----
  #
  # Options for GNUe
  #
! # Copyright 2000-2002 Free Software Foundation
  #
  # This file is part of GNU Enterprise.
  #
! # GNU Enterprise is free software; you can redistribute it
! # and/or modify it under the terms of the GNU General Public
! # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
  #
! # GNU Enterprise is distributed in the hope that it will be
! # useful, but WITHOUT ANY WARRANTY; without even the implied
! # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  # PURPOSE. See the GNU General Public License for more details.
  #
! # You should have received a copy of the GNU General Public
! # License along with program; see the file COPYING. If not,
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  
***************
*** 147,152 ****
--- 147,162 ----
  # key_ExecQuery = F9
  # key_Rollback = F11
  # key_NewRecord = F12
+ 
+ ## Clipboard/selections
+ # key_SelectToHome = Shift-Home
+ # key_SelectToEnd = Shift-End
+ # key_SelectLeft = Shift-Left
+ # key_SelectRight = Shift-Right
+ # key_Copy = Ctrl-C
+ # key_Paste = Ctrl-V
+ # key_Cut = Ctrl-X
+ 
  #
  #################################
  
Index: gnue/common/src/GParser.py
diff -c gnue/common/src/GParser.py:1.25 gnue/common/src/GParser.py:1.26
*** gnue/common/src/GParser.py:1.25     Mon Nov 19 20:45:17 2001
--- gnue/common/src/GParser.py  Fri Feb 15 22:58:59 2002
***************
*** 72,78 ****
  #######################################################
  
  def loadXMLObject(URL, handler, rootType, xmlFileType,
!   initialize=1, attributes={}):
    # Create a parser
    parser = saxexts.make_parser()
  
--- 72,78 ----
  #######################################################
  
  def loadXMLObject(URL, handler, rootType, xmlFileType,
!   initialize=1, attributes={}, initParameters={}):
    # Create a parser
    parser = saxexts.make_parser()
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]