From 512a9150f4cbd7166618e7572cb5eb8dc545a02a Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 15 Dec 2003 20:24:47 +0000 Subject: [PATCH] added reference to only global bad names git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5568 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index f4da94c11..2aae3064b 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -147,12 +147,14 @@ Version 1.3.20 (In progress) be uncommented at each language.swg file. So, all the language maintainers, please check the - keywords list, and remember that you can be more specific - and refer only to member names, like *::configure or - *::cget (see an example in the tcl8/tcl8kw.swg file). + keywords list. - Also, you can add 'bad names', and not only keywords, - like 'True/False' in python. + Also, you can add 'bad names', and not only keywords, like + 'True/False' in python. Remember that you can be more + specific and refer only to member names, like *::configure + or *::cget (see an example in the tcl8/tcl8kw.swg file), + or only global names, like ::range (see an example in the + python/pythonkw.swg file. Just to be consistent, use the following codes: