Commit Graph

2378 Commits

Author SHA1 Message Date
shaver%mozilla.org
f031dbf2d8 Nobody cares what the toString method is, fool. (NPOTB) 2005-04-25 13:27:26 +00:00
shaver%mozilla.org
2d5ba6cf4e If we can't create a calendar instance, perhaps because of a bogus id or uri,
just skip the calendar in question, rather than failing to get any calendars.
(Still to do: figure out exactly how we get into this state in the current
code.) NPOTB.
2005-04-25 12:59:52 +00:00
vladimir%pobox.com
c878dc45cc use screen coords instead of client coords for event modification; scrolled views are then handled correctly 2005-04-25 03:57:55 +00:00
vladimir%pobox.com
1a62d8ec29 k, time for some ClassInfo 2005-04-24 19:04:46 +00:00
vladimir%pobox.com
4fbcbf6141 can move between days now 2005-04-24 18:57:38 +00:00
vladimir%pobox.com
1948bef759 whitespace only changes, get rid of tabs 2005-04-24 18:51:02 +00:00
shaver%mozilla.org
ee3b68e6bb iTIP/iMIP improvements:
- Add Accept/Decline buttons to the summary display; both currently have the
   same effect:

 - Add the (someday: "accepted") item to the user's first calendar.

Also, teach the timezone heuristics about Eastern Time.

NPTOB.  Not as cool as vlad.
2005-04-24 18:33:50 +00:00
vladimir%pobox.com
32154cc3bd drag fix for horizontal views 2005-04-24 10:59:07 +00:00
vladimir%pobox.com
780708138b more draggy swoopy goodness in the multiday view 2005-04-24 10:53:33 +00:00
vladimir%pobox.com
b9713d6721 add calIItemOccurrence.equals() 2005-04-24 10:52:27 +00:00
vladimir%pobox.com
a8ddda48f6 Fixed CalendarViewController interface to correctly deal with Occurrences instead of events; selection & event deleting via keyboard 2005-04-24 06:37:18 +00:00
vladimir%pobox.com
d537500daf cut and paste strikes again; call the correct functions here 2005-04-24 06:34:43 +00:00
vladimir%pobox.com
c8dff7c48f basic view event selection 2005-04-24 04:45:57 +00:00
vladimir%pobox.com
599dfa411c don't create tiny events 2005-04-24 03:41:48 +00:00
vladimir%pobox.com
36f25cec34 more fixication 2005-04-24 03:16:16 +00:00
vladimir%pobox.com
056336ae56 more view event creation goodness 2005-04-24 03:09:20 +00:00
vladimir%pobox.com
f78d6e1d6b more view fixes 2005-04-24 02:06:55 +00:00
vladimir%pobox.com
7f99b013a8 I dare you to drag out an event in the view. Double dare ya. 2005-04-23 21:48:54 +00:00
vladimir%pobox.com
59fbf4800d some more view prettyness fixes 2005-04-23 00:23:15 +00:00
pavlov%pavlov.net
cfffe0617c fixing event dialog to use use timezone-corrected times when displaying start/end times. adding some code to try to guess what your system timezone is 2005-04-22 22:57:08 +00:00
vladimir%pobox.com
359b185aab Let GetInTimezone return a new calDateTime correctly for dates, by just setting the timezone on the newly created time and not doing anything to the month/day 2005-04-22 21:11:14 +00:00
vladimir%pobox.com
327b528886 add in Reorient button to view 2005-04-22 07:16:16 +00:00
vladimir%pobox.com
04dc7542f7 make the view not look horrible 2005-04-22 04:38:36 +00:00
vladimir%pobox.com
941da16494 make the view not look horrible 2005-04-22 03:07:59 +00:00
vladimir%pobox.com
4b1d96e394 make the view not look horrible 2005-04-22 02:18:34 +00:00
vladimir%pobox.com
15e7adf06d b=290772, make calendar getItems() use non-inclusive end date, r=shaver 2005-04-21 21:03:12 +00:00
pavlov%pavlov.net
e5d841202c removing debug print 2005-04-21 19:44:48 +00:00
mostafah%oeone.com
8539c0b350 Updating translation 2005-04-21 19:15:00 +00:00
mvl%exedo.nl
6167c963c8 Add undo and redo to calendar.
bug 258258, r=vlad. npotb
2005-04-20 21:43:19 +00:00
shaver%mozilla.org
790d4e56c4 please to not be overlaying the file that was removed from CVS; NPOTB 2005-04-20 13:57:22 +00:00
mostafah%oeone.com
50aa26c39b Updated translation 2005-04-19 15:51:11 +00:00
mvl%exedo.nl
c04cf5e555 make observers work in ics calendar. npotb. 2005-04-19 12:28:28 +00:00
vladimir%pobox.com
476b5bf755 remove some dump()s 2005-04-19 07:50:38 +00:00
vladimir%pobox.com
b334d9c85d fix getOccurrencesBetween 2005-04-19 07:50:08 +00:00
vladimir%pobox.com
84bad689f3 calCompositeCalendar fix, forgot param to observer helper 2005-04-19 07:18:18 +00:00
vladimir%pobox.com
9aca7e3af9 fix event title display 2005-04-19 07:13:27 +00:00
vladimir%pobox.com
bc2230148c working event creation, calendar check on/off affecting view 2005-04-19 06:51:11 +00:00
vladimir%pobox.com
a196556919 more multiday view stuff, now with timezone handling and correct calendar observing 2005-04-19 06:50:13 +00:00
vladimir%pobox.com
80dc8823a7 fixed much badness in composite calendar, esp with observers 2005-04-19 06:49:50 +00:00
pavlov%pavlov.net
3aa35edeaf try to find a good start time before opening the event dialog. 2005-04-19 03:28:58 +00:00
pavlov%pavlov.net
27f6e89169 fixing getInTimezone to return a new mutable object r=vlad 2005-04-19 03:26:32 +00:00
pavlov%pavlov.net
b0f46a53e2 getting event dialog wired up for lightning 2005-04-18 22:55:28 +00:00
vladimir%pobox.com
0f2bb076ba missing file 2005-04-18 22:20:34 +00:00
vladimir%pobox.com
d67a702f55 more multiday view goodness; hooked up controller 2005-04-18 22:11:24 +00:00
vladimir%pobox.com
e9e77c4331 enable the new calendar view 2005-04-18 18:21:34 +00:00
vladimir%pobox.com
b88ac91a7c *** empty log message *** 2005-04-16 22:58:25 +00:00
mvl%exedo.nl
4fca3c06bc spelling fix. patch by jminta@gmail.com, r=me. bug 288368 2005-04-16 11:23:07 +00:00
shaver%mozilla.org
c6aceb6f5e primitive text/calendar display for Thunderbird, NPOTB 2005-04-15 22:13:33 +00:00
shaver%mozilla.org
8c13f2cd72 Bug 290530: add organizer support to calItemBase. r=dmose, NPOTB. 2005-04-15 22:11:05 +00:00
vladimir%pobox.com
b0005fc860 idl, not .h, teehee 2005-04-15 20:55:24 +00:00
vladimir%pobox.com
6a31aa2612 calendar multiday view 2005-04-15 20:33:29 +00:00
vladimir%pobox.com
de007a8244 remove itemFilter from calICalendar's addObserver method 2005-04-15 18:51:47 +00:00
vladimir%pobox.com
211d8db5f0 add firefox to list of lightning extensions, for testing purposes 2005-04-15 18:51:33 +00:00
mvl%exedo.nl
3dbab93e07 remove duplicate cal_calendars definition. also fixes some JS strict warnings.
bug 286944, r=vlad
2005-04-13 22:09:54 +00:00
mvl%exedo.nl
e1b6d2775e make the new-calendar wizard a bit less annoying.
bug 286959, r=pavlov
2005-04-13 17:00:15 +00:00
pavlov%pavlov.net
22b6ea665c @import has to go at the top of the CSS file, not the bottom. 2005-04-13 06:09:12 +00:00
shaver%mozilla.org
1b6509bbc8 Use the lemony-fresh calendar-views.css so that we can actually show the
views sanely in Lightning.  NPOTB.
2005-04-12 18:45:35 +00:00
shaver%mozilla.org
be7c89fd54 Bug 289796: split the view-related CSS out of calendar.css, so that it's safe
to include in Lightning. r=mvl, npotb.
2005-04-12 18:44:30 +00:00
shaver%mozilla.org
b1ffc70eff Bug 288891: fix use of outdated ICAL_STATUS_ constants, and the Status:
mouseover. Patch from gekacheka, r=me, NPOTB.
2005-04-12 15:46:00 +00:00
pavlov%pavlov.net
91d354ac58 fix typos on class names 2005-04-11 19:23:27 +00:00
mvl%exedo.nl
0067e91e14 for real this time. still bug 289803 and still npotb 2005-04-10 19:56:03 +00:00
mvl%exedo.nl
0340f3891f use what the patch for bug 289803 suggested. npotb 2005-04-10 19:45:12 +00:00
mvl%exedo.nl
2c847d988a use composite calendar for task list
bug 288889, p=gekacheka, r=me. npotb
2005-04-10 18:59:15 +00:00
mvl%exedo.nl
f892c29c0d Edit events or tasks fails to save after 'ok'
bug 289803, p=gekacheka, r=me. nptob
2005-04-10 18:48:11 +00:00
mvl%exedo.nl
c49f627460 create jsDate only once. small optimization.
bug 289746, p=gekacheka, r=me. nptob
2005-04-10 18:31:50 +00:00
mvl%exedo.nl
a10f4d3954 Use the timezone hour, not UTC or whatever JS happens to use.
bug 289746, p=gekacheka, r=me. nptob
2005-04-10 18:28:19 +00:00
mvl%exedo.nl
463d9e1390 Not everybody lives in amsterdam
bug 289746, p=gekacheka, r=me. nptob
2005-04-10 18:24:54 +00:00
mvl%exedo.nl
6b2038e2b0 day/week views do not show location and description
bug 289716, p=gekacheka, r=me. nptob
2005-04-10 18:07:34 +00:00
mvl%exedo.nl
aafa8a14eb day view initially does not show items before current time
bug 289725, p=gekacheka, r=me. nptob
2005-04-10 18:03:41 +00:00
mvl%exedo.nl
68b636674e Make double-clicking on an event in weekview work.
bug 289722, p=gekacheka, r=me. nptob
2005-04-10 17:40:52 +00:00
dbaron%dbaron.org
9072b4fd7b Fix bustage from bug 274928. b=289786 2005-04-10 16:50:40 +00:00
shaver%mozilla.org
254b560cfd Infrastructure for skins for both chrome://calendar/ (shared) and
chrome://lightning/ (specialized).  Currently makes a lightning-afflicted
Thunderbird pretty unhappy, because calendar.css overrides a lot of
Tbird UI CSS rules, but Pav's all over that. r=vlad, NPTOB.
2005-04-09 23:39:13 +00:00
vladimir%pobox.com
9ca19b78d3 b=289439, lightning and calendar update stuff 2005-04-08 20:57:34 +00:00
shaver%mozilla.org
2c46990d85 Show week view when calendar is active.
- Package calendar.dtd.
- Register our calendar-en-US locale provider.
- Fix calendar-view-box naming.
- Handle cases in which there is no panel selected in the displayDeck.
- Overlay weekView.xul (due for a renaming!) into the calendar panel.
- Fix JS errors in weekView.js, remove dead code in weekView.xul.

Still needs some skin stuff to make the calendar view appear in a more
reasonable fashion.  NPOTB.
2005-04-08 20:36:18 +00:00
shaver%mozilla.org
775c6e661d (This commit introduces a dependency on the patch in bug 289483, which adds
a <deck> to tbird for controlling the main display mode.)

Overlay the world's simplest lightning-deck into tbird, and switch to it when
our pane gets the user's attention. r=pavlov, though I will note his objection
to the Ltn prefix in my function. NPOTB > NKOTB.
2005-04-07 23:40:53 +00:00
pavlov%pavlov.net
cf07e1ad5c adding setDisplayCalendar function to set the current composite calendar 2005-04-07 18:43:52 +00:00
dbaron%dbaron.org
5d312ec4b3 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply 2005-04-07 18:11:59 +00:00
shaver%mozilla.org
e585217788 Make the subscript-loading properly detect the installation directory
of the components, so that we work in Lightning as well as Sunbird.  (Had
this in my other tree for ages, *blush*.)

Properly navigate the prototype chain to find the shadowed QI, rather than
just recurring infinitely on ourselves.

Tested in sunbird and lightning, NPOTB, r=dmose.
2005-04-07 15:55:14 +00:00
shaver%mozilla.org
d1d8a2f415 Bug 289272: fix component initialization to let us create calEvents and such
again.  r=mvl, NPOTB.
2005-04-06 18:46:11 +00:00
mvl%exedo.nl
9366c546fa Show list of calendars in the event dialog, and store in the right calendar
bug 286146, r=stuart
2005-04-06 12:43:24 +00:00
mvl%exedo.nl
6bbbe3ec2e Stop loading jslib
bug 288045, r=stuart
2005-04-06 12:41:43 +00:00
mvl%exedo.nl
839256255b Show events from all calendars in the unifinder
bug 288880, r=stuart
2005-04-06 12:40:07 +00:00
pavlov%pavlov.net
0ce481a934 more view refactoring. get week view's next/previous/goto functions implemented 2005-04-04 23:36:01 +00:00
vladimir%pobox.com
ee34f18b88 Fix component registration order issues 2005-04-04 21:46:09 +00:00
mvl%exedo.nl
4b8e4f83ff show dates in tooltips
bug 288923, p=gekacheka, r=me
2005-04-04 21:04:42 +00:00
bsmedberg%covad.net
75697e2229 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 17:05:17 +00:00
pavlov%pavlov.net
53793d70a0 first pass at getting week view in to lightning. bug 288324 2005-03-31 20:17:46 +00:00
mvl%exedo.nl
bc4b95e3d2 make date-like attributes readwrite, to make it possible to edit a todo
bug 287985, r=vlad
2005-03-30 21:21:58 +00:00
mostafah%oeone.com
afbeb7ac4c Checked in patch for bug 288208: Sunbird default prefs are bloated 2005-03-29 22:47:47 +00:00
darin%meer.net
a87b534479 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
mvl%exedo.nl
f467c64f5c Add some documentation
bug 278140, r=vlad
2005-03-28 18:59:33 +00:00
mvl%exedo.nl
d8adb0b56a Can't save task start or due dates.
Bug 287985, patch by gekacheka, r=me
2005-03-28 11:45:48 +00:00
mvl%exedo.nl
bf159dfbc1 fix the syntax. 2005-03-27 14:34:46 +00:00
mvl%exedo.nl
21f6835036 Changing Days Off setting doesn't change colors in calendar
bug 279263, patch by gekacheka, r=stuart
2005-03-26 22:46:15 +00:00
mvl%exedo.nl
027bd33e7f queue any changes while loading or storing the ics file. 2005-03-26 20:51:55 +00:00
mvl%exedo.nl
6262b428dd fill tooltips with some useful info
bug 285012, patch by jt@nerant.org, r=me
2005-03-26 11:19:20 +00:00
mvl%exedo.nl
8a1c410a8c it is a todo, not an event. 2005-03-25 14:45:58 +00:00
shaver%mozilla.org
5ca0e7afa1 - Build a minimal calendar.jar with the bits we need for calendar creation.
- Wire up calendar creation.
- Package providers.  (CalDAV won't work until I pull in the webdav code.)
2005-03-24 23:25:20 +00:00
shaver%mozilla.org
a85fe1c62e Refactor some code for reuse from Lightning:
- move some utility code into new calendarUtils.js
 - calendarCreation.xul only depends on calendarCreation.js and
   calendarUtils.js
 - remove old wizard.xul/js code and unused launch function
2005-03-24 21:27:16 +00:00
pavlov%pavlov.net
f3842dc8e9 fixing bug 286228. patch by stelian@popies.net. r=pavlov 2005-03-24 20:22:46 +00:00
shaver%mozilla.org
bff53e291f - Convert to chrome.manifest, removing contents.rdf and outdated install.rdf
stanza.
- Remove fake-account mess, replacing it with a sidebar model.
2005-03-24 18:38:14 +00:00
mattwillis%gmail.com
693db6d988 Bug 287589
Fixes undefined entity errors
r=pavlov@pavlov.net
2005-03-24 18:33:12 +00:00
timeless%mozdev.org
2d29fc0022 Bug 286198 use application/xml rather than text/xml
patch by bug@annevankesteren.nl r=dmose
2005-03-23 20:05:22 +00:00
mozilla.mano%sent.com
1338b066d1 Bug 256726 - [Mac] CFBundleInfoDictionaryVersion key is wrong in Firefox, Sunbird and xulrunner. r=pinkerton sr=smfr 2005-03-23 10:33:15 +00:00
mvl%exedo.nl
dac51ea0e6 forgot to update this file for bug 286455. 2005-03-22 22:37:54 +00:00
pavlov%pavlov.net
229acd7e9d first pass at publish and import calendars (bugs 285016 and 285019) 2005-03-22 21:37:26 +00:00
mvl%exedo.nl
3a24600358 forgot to update this file for bug 286455. 2005-03-22 16:09:50 +00:00
mvl%exedo.nl
3238a7f33e use composite calendar for view. Allows to use multiple calendars.
bug 286455, r=stuart,vlad
2005-03-21 17:55:24 +00:00
pavlov%pavlov.net
4965c3640b fixing drag&drop in calendar views. bug=286777 r=vlad 2005-03-18 22:59:51 +00:00
bsmedberg%covad.net
914a5612a1 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
mvl%exedo.nl
6c1e322eba Give this the right classname. Just because it looks better. r=vlad 2005-03-16 18:44:00 +00:00
vladimir%pobox.com
3b76f41e91 b=285582,286069; fix error handling paths and storage provider always returning occurrences; patches from stelian@popies.net, r=vladimir 2005-03-14 20:09:25 +00:00
mvl%exedo.nl
e386002cf9 Remove extra definition of WeekView.prototype.getNewEventDate()
bug 285220, patch by gekacheka@yahoo.com, r=me
2005-03-14 18:43:10 +00:00
mvl%exedo.nl
b2517d1cbe refresh unifinder on startup and changes.
bug 285009, patch by jt@nerant.org, r=stuart
2005-03-13 23:06:47 +00:00
mvl%exedo.nl
80f40da54f datepicker should not freeze.
bug 278877, patch by andrew@progressivex.com (andrew@progressivex.com), gekacheka@yahoo.com and me.
r=gekacheka@yahoo.com
also fixes bug 273914. Also see bug 199779
2005-03-13 22:04:50 +00:00
mvl%exedo.nl
fb7af0311a make todos work in ics and memory providers
r=dmose. no bug
2005-03-13 21:52:04 +00:00
bzbarsky%mit.edu
bfa5e9c161 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-03-13 19:08:42 +00:00
bsmedberg%covad.net
e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
mostafah%oeone.com
af66574cdb Updated translation 2005-03-08 14:05:02 +00:00
mvl%exedo.nl
3b7fc25c5b make selecting event in the unifinder not error.
bug 285010, r=stuart
2005-03-07 22:37:52 +00:00
mvl%exedo.nl
92312ace97 bustage fix. fallout from bug 272732 2005-03-06 17:57:28 +00:00
mvl%exedo.nl
4d1604af48 bug 283805. sunbird is a calendar, not a browser.
patch by bugzilla@mcsmurf.de, r=mostafah
2005-03-05 19:49:59 +00:00
pavlov%pavlov.net
03746f545d fixing 284078. patch from jt@nerant.org. r=pavlov 2005-03-03 21:45:07 +00:00
mostafah%oeone.com
56d6c92fc7 Updated translation 2005-03-01 13:44:53 +00:00
mvl%exedo.nl
49c60573d7 make sunbird find its locale files.
bug 283990, r=mostafah
2005-02-28 16:26:52 +00:00
mvl%exedo.nl
fc61dc5711 another bustage fix. also bug 279189 2005-02-27 15:10:30 +00:00
mvl%exedo.nl
43c67b6a7b bustage fix. fallout from bug 279189 2005-02-27 15:06:54 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
shaver%mozilla.org
f171b5c899 - Try to set things up such that I can "preinstall" lightning via some
symlink chrome format tricks.  Not there yet!
- Package sqlite3 as well.
- Fix contents.rdf (just in time to replace with chrome.manifest!).
- Make sure we have a fake lightning account at startup, though, tragically,
  you need another patch for that to not spew at you.

Not part of the build.  Not even a good idea.
2005-02-24 21:28:23 +00:00
pavlov%pavlov.net
69c5ca4e20 adding prefs api for calendars. bug 279189 r=vlad 2005-02-23 21:50:36 +00:00
dmose%mozilla.org
478b550458 Make calendar usable again for light-on-dark themes in the trunk (bug 283101). r=stuart. Not part of the default build. 2005-02-23 21:38:00 +00:00
dmose%mozilla.org
7cb19c5f7a Add reminder XXX comment, and add a new namespace that we'll be needing. Not part of the build. 2005-02-22 02:12:42 +00:00
shaver%mozilla.org
3a5d67a4cc fix DIRS badness, make sure we pull in storage, overlay better 2005-02-21 20:26:30 +00:00
bzbarsky%mit.edu
9958e4407f Replace more -moz-opacity with opacity. Bug 281907, patch by Anne van Kesteren
<bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-20 20:53:29 +00:00
mvl%exedo.nl
feca0ecf48 store unknown properties
other misc fixes
2005-02-18 22:16:55 +00:00
bzbarsky%mit.edu
c0a59befc5 Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-18 16:33:02 +00:00
mvl%exedo.nl
42a221afef make extension manager work again in sunbird
bug 282625, r=mostafah
2005-02-18 13:01:59 +00:00
mvl%exedo.nl
cdf001b203 Make multiday events work for all views.
bug 278423, r=stuart. npotb
2005-02-17 19:04:39 +00:00
mvl%exedo.nl
0a128034f0 include utilityOverlay.js,in order to be able to open the preferences from seamonkey
bug 282497, r=mostafah. nptob
2005-02-17 14:36:05 +00:00
pavlov%pavlov.net
c70d38362d use the calendar manager to create a calendar. use the selected calendar as the current calendar for displaying events. 2005-02-16 23:14:48 +00:00
mostafah%oeone.com
189166e8dd Updated translation 2005-02-16 21:14:12 +00:00
shaver%mozilla.org
5d9bd05a72 forgot some license blurbing 2005-02-15 21:50:00 +00:00
shaver%mozilla.org
3dcbccfdac Initial Lightning stub framework shell prototype experiment. This won't build
for you at all unless you break into my laptop and steal my patches to
{config,rules}.mk.  Please don't do that.
2005-02-15 21:45:45 +00:00
mvl%exedo.nl
37c60bb142 fixing conflicts in id after uupgrade 2005-02-15 20:48:26 +00:00
mvl%exedo.nl
51abbbf15f This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
2005-02-15 20:38:04 +00:00
mvl%exedo.nl
d8487a75df update to libical cvs on 20050215 2005-02-15 20:38:04 +00:00
mvl%exedo.nl
f254f0f961 look at occurences, not events, for multiweek
no bug. r=stuart. npotb
2005-02-10 22:11:15 +00:00
mvl%exedo.nl
f8ffd68fff work on multiweek.
bug 278425, patch by Jeremy Teo (jt@nerant.org), r=stuart, npotb.
2005-02-09 22:44:09 +00:00
mvl%exedo.nl
80084e8354 split up multiday events for weekview
bug 278423, r=stuart, npotb
2005-02-09 22:37:39 +00:00
mvl%exedo.nl
20d2cc6aa6 make unifinder work again.
bug 281716, r=stuart. npotb
2005-02-09 22:35:09 +00:00