Commit Graph

272 Commits

Author SHA1 Message Date
ducarroz%netscape.com
e2c8b14e4e Need to populate personal addressbook
Fix for bug 14568, R=mscott, A=chofmann
1999-09-24 17:38:49 +00:00
ducarroz%netscape.com
fa82fdf0e7 Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
ducarroz%netscape.com
fec0e9f707 Remove extra blank row 1999-09-22 00:49:52 +00:00
chuang%netscape.com
6cd312c071 remove unused variable 1999-09-21 21:41:06 +00:00
chuang%netscape.com
390f6a305f Remove unused variable 1999-09-21 21:20:07 +00:00
hangas%netscape.com
669e7fa437 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
chuang%netscape.com
f1ef4d55c4 Fix missing the last row when importing ldif file 1999-09-20 22:13:54 +00:00
bienvenu%netscape.com
d37921d284 fix memory leak 1999-09-20 14:56:08 +00:00
ducarroz%netscape.com
0680374fe6 Autocomplete add default domain if needed 1999-09-20 00:49:53 +00:00
mccabe%netscape.com
4f7990cd94 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
bienvenu%netscape.com
65e377b2b3 fix mismatched free 1999-09-18 17:41:37 +00:00
tao%netscape.com
2b825910ee Hook up da-DK 1999-09-18 01:44:31 +00:00
tao%netscape.com
e74a744c2e Hook up da-DK 1999-09-18 01:36:04 +00:00
tao%netscape.com
4661727893 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
hangas%netscape.com
78e3b84abe Modifying commandUpdater JS code to be more efficient. 1999-09-17 23:24:04 +00:00
chjung%netscape.com
f747214d33 [chjung 09/17/99] add Localization notes 1999-09-17 21:07:43 +00:00
alecf%netscape.com
62d23d1a22 link addressbook against nspr 1999-09-17 20:32:43 +00:00
waterson%netscape.com
dde8dcfc2a Bug 13970. Use XUL syntax to hook up command updaters. 1999-09-17 04:03:30 +00:00
hangas%netscape.com
d0bf4886b3 Address Book Edit menu now supports seven states of Delete menu item. 1999-09-16 22:21:08 +00:00
hangas%netscape.com
97a0bdb5a3 Added commandUpdater code to mail 3pane. 1999-09-16 20:24:07 +00:00
cls%seawood.org
cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
hangas%netscape.com
701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
mscott%netscape.com
3f1f124e73 Bug #13994 --> Let's auto complete against your personal address book and the history addressbook!
This makes the history ab much more useable.
1999-09-16 07:12:50 +00:00
hangas%netscape.com
a899d6730f More work on commandUpdating with address book 1999-09-16 05:46:03 +00:00
chuang%netscape.com
30f1f5a0f2 Fix Bug 12882 International sort doesn't work for Address Book 1999-09-16 03:49:47 +00:00
hangas%netscape.com
6951aaf9c0 Added real commandUpdater code to globalOverlay and addressbook. So far the Select All menu item enables/disables with this code. Stay tuned for more... 1999-09-16 01:46:30 +00:00
chuang%netscape.com
673ff30a88 Fix crash when sorting address book column 1999-09-15 19:41:04 +00:00
alecf%netscape.com
ea3de7ab86 fix crash when sender has no lastname 1999-09-15 02:46:38 +00:00
briano%netscape.com
22b5e77499 General cleanup. 1999-09-14 22:49:58 +00:00
chuang%netscape.com
b1ec7ea992 handle double byte strings 1999-09-14 21:55:54 +00:00
hangas%netscape.com
df8379d512 Fix bug 13564. 1999-09-14 07:59:31 +00:00
hangas%netscape.com
f4886ef00c Moved Close menu item to its new position. 1999-09-14 06:16:12 +00:00
cls%seawood.org
a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
hangas%netscape.com
b476cf0018 Added Preferences to globalOverlay.xul and converted the windows over to use it. 1999-09-12 08:27:01 +00:00
hangas%netscape.com
ec7d0eb62b Added many menu items to globalOverlay.xul and modified messenger 3pane, compose window, and address book to use them. 1999-09-12 02:22:11 +00:00
hangas%netscape.com
0cd1c53e0d Update to handle fact that display:none now works on boxes. Speeds up address book. 1999-09-12 02:20:00 +00:00
hangas%netscape.com
bf3e0c25b1 More cleanup for address book. Notes area in address book card is now multiple lines. 1999-09-11 02:05:26 +00:00
hangas%netscape.com
0be92f0105 Major Cleanup and bug fix effort for addressbook. 1999-09-10 23:15:25 +00:00
evaughan%netscape.com
412cc6b9e8 1) Fixed bugs in deck
2) Added visual debugging to boxes
1999-09-10 00:57:01 +00:00
arielb%rice.edu
97094e5d87 spamming mailnews/addrbook with NS_DECL_IFOO's voucher mccabe 1999-09-09 08:09:12 +00:00
davidmc%netscape.com
12d918dd2b MDB file API changes 1999-09-03 22:29:20 +00:00
sspitzer%netscape.com
ff7723433b fix a couple warnings. 1999-09-03 10:21:20 +00:00
sfraser%netscape.com
fb60454a75 Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup" 1999-09-02 21:58:12 +00:00
briano%netscape.com
903fa1916f Fix for objdir builds. 1999-09-02 02:05:57 +00:00
chuang%netscape.com
695f835da6 Address book import (ldif) 1999-09-01 04:18:43 +00:00
hangas%netscape.com
08b0a5aa20 First steps towards command updating for menus etc. hook?=trudelle 1999-08-28 00:43:42 +00:00
hangas%netscape.com
16d170bff5 Changed sort JS to use new interface as requested by rjc. hook?=trudelle 1999-08-28 00:42:33 +00:00
mscott%netscape.com
15184a23e3 Bug #12558 nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-27 20:54:41 +00:00
mscott%netscape.com
074896c67b simplify interface by removing nsString requirement from several methods 1999-08-27 20:53:34 +00:00
hangas%netscape.com
2252c76b07 Changed new card and edit card to be usable from components outside of address book. 1999-08-27 07:07:34 +00:00