Eles avisam no changelog.txt, que vém junto com o Harbour, tudo que foi modificado.2013-08-22 06:24 UTC+0200 Viktor Szakáts (vszakats users.noreply.github.com)
* contrib/hbtip/hbtip.hbp
* contrib/hbtip/hbtip.hbx
* contrib/hbtip/tests/gmail.prg
* contrib/hbtip/sendmail.prg -> contrib/hbtip/mailsend.prg
* renamed HB_SENDMAIL() to TIP_MAILSEND()
* renamed HB_MAILASSEMBLE() to TIP_MAILASSEMBLE()
* old function names protected with HB_LEGACY_LEVEL4
! fixed yet another old typo in extension list for binary detection
+ TIP_MAILASSEMBLE() got a new parameter indicating
an HTML body
+ moved unsafe logic of loading .html body from disk file
its filename is passed as <cBody> from TIP_MAILASSEMBLE()
to TIP_MAILSEND(). It means former is now clean and safe.
Às vezes, pra melhorar, é necessário redefinir, senão impede de avançar.
Convém também olhar o exemplo, na hbtip, se mudou algum parâmetro, só pra precaução.
Dica: dá pra usar o hbmk2 pra procurar alguma função, ou pra documentação, se existir. Também já mostra a qual LIB pertence.
Código: Selecionar todos
d:\cdrom\fontes\integra>hbmk2 -find mail
hbtip.hbc (installed):
TIPMail()
tip_GetNameEmail()
tip_GetRawEmail()
tip_MailAssemble()
tip_MailSend()
hbwin.hbc (installed):
win_MAPISendMail()
xhb.hbc (installed):
HB_LogEmail()
d:\cdrom\fontes\integra>
no hbmk2:
-find pesquisa alguma função possuindo o texto como parte do nome
-doc mostra doc existente para alguma função. Mesmo critério de -find


