Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11518
Modified Files:
CHANGELOG RichEdit.xs
Log Message:
Add ALIAS LimitText to Richedit to fix spelling error (LimiteText)
Index: RichEdit.xs
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/RichEdit.xs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** RichEdit.xs 25 Apr 2006 21:24:52 -0000 1.8
--- RichEdit.xs 15 Jul 2007 18:54:55 -0000 1.9
***************
*** 147,150 ****
--- 147,151 ----
###########################################################################
# (@)METHOD:LimiteText(LENGTH)
+ # (@)METHOD:LimitText(LENGTH)
# (@)METHOD:SetMaxLength(LENGTH)
# Sets the RichEdit control's maximum length (up to 2GB)
***************
*** 155,158 ****
--- 156,160 ----
ALIAS:
Win32::GUI::RichEdit::SetMaxLength = 1
+ Win32::GUI::RichEdit::LimitText = 2
CODE:
RETVAL = SendMessage(handle, EM_EXLIMITTEXT, 0, (LPARAM) length);
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** CHANGELOG 15 Jul 2007 18:52:38 -0000 1.115
--- CHANGELOG 15 Jul 2007 18:54:55 -0000 1.116
***************
*** 20,23 ****
--- 20,24 ----
- Listview.xs - Correct second arg to OnBeginLabelEdit
[Glenn Munroe: Tracker 1706901]
+ - RichEdit.xs - add alias LimitText() to correct spelling of LimiteText()
+ [Robert May] : 20 January 2007 - Restore Original WndProc