Граф коммитов

449 Коммитов

Автор SHA1 Сообщение Дата
hangas%netscape.com a06a798987 Fixed bustage left behind by previous checkins of this file. Hook? = arielb 1999-07-27 03:39:46 +00:00
hangas%netscape.com f60b3ef970 Added taskbar to all mailnews windows, fixed xul files that began to fail after recent C++ checkins, and misc small UI enhancements. Hook? = arielb 1999-07-27 02:57:36 +00:00
sspitzer%netscape.com a250c2a7d5 other header in compose feature, from dmose@netscape.com and endico@netscape.com. 1999-07-27 01:11:10 +00:00
ducarroz%netscape.com dc722f8296 Use entitie for charset menu 1999-07-27 00:51:55 +00:00
ducarroz%netscape.com c74266482d Add css info for attachment tree 1999-07-27 00:51:29 +00:00
ducarroz%netscape.com 444964fd2e Implement function MessageFcc() 1999-07-26 14:27:54 +00:00
hangas%netscape.com 24f57c17f0 Added taskbar to address book, turned on abilty to go to front most mail 3pane or ab from Tasks menu. Added Page Setup to messenger compose. Hook? = jj 1999-07-23 02:14:33 +00:00
sfraser%netscape.com 8d4239ffbc Fix message compose to identify content iframe the correct way. 1999-07-23 00:18:44 +00:00
hangas%netscape.com ce4d8741e6 Added editor.css so that editor toolbar would have the right appearance. 1999-07-22 18:45:13 +00:00
ducarroz%netscape.com 88f0df73b4 Implement UI for "Reply To" and "Followup To". Implement also the menu file/close. 1999-07-21 20:45:59 +00:00
ducarroz%netscape.com 3e09034fe6 put entities into a tdt file and cleanup menus (remove some and add menu Message) 1999-07-20 23:41:07 +00:00
ducarroz%netscape.com 9ccf9c5edd Add functions for handling menu "Message" 1999-07-20 23:39:37 +00:00
ducarroz%netscape.com f6c7c2c282 Add folder locale 1999-07-20 23:36:19 +00:00
sspitzer%netscape.com cd19ad349e ignore generated Makefiles 1999-07-20 23:34:55 +00:00
ducarroz%netscape.com 9b56a2c4ce Add folder locale 1999-07-20 23:20:38 +00:00
ducarroz%netscape.com ceb145742f First Checked In. 1999-07-20 23:15:15 +00:00
hangas%netscape.com d845e4857d Added globalOverlay.xul and tasksOverlay.xul to the messenger 3 pane window and the mail compose window 1999-07-20 04:47:41 +00:00
sspitzer%netscape.com c573b59461 changes to set the title of the compose window to be the subject of the message. still more to do, but it is a start. 1999-07-18 00:10:52 +00:00
nhotta%netscape.com 5c2b9055fd Bug 9555, removed UTF-7 from charset menu. 1999-07-17 02:16:31 +00:00
ducarroz%netscape.com 01f9e0c400 handler onClick must be written in lower case else it wont fire anymore. I have also activated the menu item "Send Now". 1999-07-16 19:48:03 +00:00
sspitzer%netscape.com 992d3f6eb8 taunt qa a little for losing to engineering at bowling. 1999-07-16 00:48:37 +00:00
ducarroz%netscape.com 9d25fb7084 Add a new message compose service command that let you create a message from a nsIMsgCompFields. 1999-07-14 21:34:25 +00:00
ducarroz%netscape.com 8486363231 Improve function GetArgs. Now a argument can have a comma in it. 1999-07-14 17:37:01 +00:00
sspitzer%netscape.com 0bb08c7a52 export the js file needed for autocomplete on the Mac 1999-07-13 20:59:47 +00:00
putterman%netscape.com 9916d739d7 Add addressAutlComplete.js. 1999-07-13 20:59:44 +00:00
hangas%netscape.com bc6376fccc Enabled a number of address book features, and connected the address book to the compose window. 1999-07-13 20:25:38 +00:00
mscott%netscape.com f6f59653a5 Add NPL to xul file. 1999-07-13 19:22:25 +00:00
sspitzer%netscape.com ac592a8126 changes to enable crude autocomplete 1999-07-13 19:08:27 +00:00
rhp%netscape.com 65ff7eee4e Compose back end cleanup 1999-07-13 18:38:36 +00:00
sspitzer%netscape.com 7e98bb02f5 not part of build yet.
changes to not do autocomplete when we have a newsgroup.
eventually, we could implement newsgroup autocomplete pretty easy now.
1999-07-09 20:18:17 +00:00
sspitzer%netscape.com 45580beab9 javascript to do addressbook autocompletion.
thanks to the almighty waterson for the help.
not part of the build yet.
1999-07-09 19:01:18 +00:00
rhp%netscape.com 72c86e77bc Just adding new file (NOT PART OF THE BUILD) Got the ok from chofmann 1999-07-08 20:48:15 +00:00
hangas%netscape.com a3b9ceca94 Adjustments for Hyatt's window changes. 1999-07-07 22:04:49 +00:00
rhp%netscape.com 51d133f7e9 Changes for copy operations 1999-07-06 23:46:29 +00:00
ducarroz%netscape.com 0d8643ddb6 remove comment that wasn't true anymore 1999-07-06 22:53:02 +00:00
ducarroz%netscape.com 179cbe9e4e Implement new UI with dynamic recipients list (blocked to 3 fields for now) 1999-07-03 21:40:41 +00:00
alecf%netscape.com c61a84622d add support for identity dropdown, and reformat header toolbars to look a little nicer 1999-06-29 04:55:30 +00:00
hangas%netscape.com bc9fc0eb47 Moved js code to open selectaddress dialog to the compose js file 1999-06-25 21:09:24 +00:00
ducarroz%netscape.com ccf93a6f99 Clean up old and unused code. Set the focus to the "to" field. Initialize var "contentWindow" used by editor JS 1999-06-21 20:28:05 +00:00
ducarroz%netscape.com 284e4324bf fix bug #8124, catch JS execption while setting the wrapColumn. 1999-06-15 00:24:10 +00:00
ducarroz%netscape.com 4bfbda7d78 update Editor toolbar 1999-06-15 00:23:00 +00:00
sfraser%netscape.com b476dc773e editorAppCore is no more; use XPIDL'd editorShell instead. 1999-06-11 18:59:09 +00:00
ducarroz%netscape.com 1aa0355d0b Replace Compose Appcore by XPConnect object nsIMsgComposeService & nsIMsgCompose. 1999-06-11 00:25:15 +00:00
sspitzer%netscape.com d03bc12900 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
mscott%netscape.com a80e4efdcf remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
law%netscape.com bf1be08cdf "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
hangas%netscape.com 3da6c78b48 Added AddressBook.js 1999-06-07 18:52:09 +00:00
sspitzer%netscape.com 159b9819e4 cvs ignorage for the generate Makefiles 1999-05-28 23:52:47 +00:00
putterman%netscape.com 125cb0ef16 Part of new mailnews resources hierarchy. 1999-05-28 20:10:53 +00:00