From a93b312b628d02a1366d46380cef5a4aee51aac1 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 6 Jul 2003 19:58:26 +0000 Subject: Merge external protocols in one file (implementation is just one macro). 2003-07-06 Marco Pesenti Gritti * embed/mozilla/ExternalProtocolHandlers.cpp: * embed/mozilla/ExternalProtocolHandlers.h: * embed/mozilla/FtpProtocolHandler.cpp: * embed/mozilla/FtpProtocolHandler.h: * embed/mozilla/IRCProtocolHandler.cpp: * embed/mozilla/IRCProtocolHandler.h: * embed/mozilla/MailtoProtocolHandler.cpp: * embed/mozilla/MailtoProtocolHandler.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Merge external protocols in one file (implementation is just one macro). Add a news:// handler. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bbe9cb850..272b4df98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-07-06 Marco Pesenti Gritti + + * embed/mozilla/ExternalProtocolHandlers.cpp: + * embed/mozilla/ExternalProtocolHandlers.h: + * embed/mozilla/FtpProtocolHandler.cpp: + * embed/mozilla/FtpProtocolHandler.h: + * embed/mozilla/IRCProtocolHandler.cpp: + * embed/mozilla/IRCProtocolHandler.h: + * embed/mozilla/MailtoProtocolHandler.cpp: + * embed/mozilla/MailtoProtocolHandler.h: + * embed/mozilla/Makefile.am: + * embed/mozilla/MozRegisterComponents.cpp: + + Merge external protocols in one file (implementation + is just one macro). + Add a news:// handler. + 2003-07-06 Marco Pesenti Gritti * lib/egg/eggtreemodelfilter.c: -- cgit v1.2.3