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

205 Коммитов

Автор SHA1 Сообщение Дата
kairo%kairo.at 661116311f bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +00:00
rginda%netscape.com 6a3218e1b5 landing chatzilla 0.8.23, bug 194241, r=samuel@sieb.net, a=asa@mozilla.org
fixes...
bug 190568, ssieb upgraded networking code that was making incorrect assumptions.
bug 191910, added a munger rule to turn `` and '' into unicode left/right double
quotes.
bug 124638, Neil's fix to keep chatzilla from stealing focus when joining channels.
bug 191500, Items in chatzilla's pref tree were hardcoded into the .xul file.
bug 194334, Adds accelerator keys to some pref panels, in places where they were missing.

Allows formatting to be nested, to a certain extent.  * http://foo * will
linkify http://foo AND bold it.
Lets tab characters pass through the control-code munger.
Added auto-reconnect, and a pref to control it.
Fixed URL munging so that it only creates links for valid schemes, and doesn't
include trailing punctuation in the link.
No longer strips leading and trailing whitespace from submitted lines.
2003-02-26 00:57:45 +00:00
varga%netscape.com 165a71d7b3 Fix for bug 192365. Remove extraneous seltype="multiple" attributes of <tree>s in xul.
r=varga, sr=jag, patch by Daniel Crisman <bugzilla@w.d6.org>
2003-02-22 11:48:19 +00:00
rginda%netscape.com 33387201b8 bug 190532, r=darin@netscape.com, a=dbaron@dbaron.org
deny irc: urls destined for questionable ports
2003-02-05 01:23:43 +00:00
rginda%netscape.com 4afe1cf364 chatzilla only, a=asa@mozilla.org
Chatzilla Startup pref page fails to show lists when only one item, bug 190210
Chatzilla Preferences: to many 'Appearance' titles, bug 190777
2003-01-31 06:45:15 +00:00
rginda%netscape.com 80b2fd7697 - chatzilla only -
a=asa@mozilla.org
fix main chatzilla pref panel, bug 190935
chatzilla pref menuitem should open to chatzilla pref panel, bug 23265
channel links missing port number, bug 133561
view scrolls for new messages even when viewing scrollback, bug 109993
2003-01-24 07:44:55 +00:00
rginda%netscape.com b58707dbf1 fix mac CFM build bustage, move content/pref-irc-* files into content/prefpanel/ subdirectory, and strip pref-irc-* prefix to shorten filenames to appease the short bus.
also combine locale/en-us/pref-irc-*.dtd into a single pref-irc.dtd
2003-01-22 20:56:14 +00:00
rginda%netscape.com 7488e28c59 - chatzilla only -
add James Ross'  pref panel, bug 23265
rework pref code to be table driven
add pref observer to watch for prefs changed from outside chatzilla
make the keyboard shortcut for ``Leave Channel'' and ``Close View'' Accel+W, bug 122782
add UI for the multiline input mode, bug 149588
add tab completion for channel names, bug 131633
fix bug where networks added from a startup script didn't show in the list displayed in the *client* tab at startup.
adds key= and pass= parameters to irc: urls, bug 187699
fix ``secret'' channel mode, bug 184244
2003-01-22 05:49:52 +00:00
samuel%sieb.net acaeff0eb6 Bug 128970 - cycleView does not cycle in the ViewsArray
chatzilla only
patch by xor@ivwnet.com
r=rginda
2003-01-10 06:42:59 +00:00
samuel%sieb.net 9c182d30f7 Bug 166187 - fix /hide problem
chatzilla only
r=rginda
2003-01-10 06:37:48 +00:00
samuel%sieb.net 407b42b4bb Bug 188075 irc.openprojects.net should be updated to irc.freenode.net
chatzilla only
r=rginda
2003-01-10 06:36:20 +00:00
kairo%kairo.at a6f4446e42 change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard 2003-01-03 19:57:47 +00:00
samuel%sieb.net 4cba6d682c Bug 113227 - make /list not cause chatzilla to time out or freeze mozilla
(also bump version)
chatzilla only
r=rginda
a=asa
2002-11-02 06:16:14 +00:00
samuel%sieb.net 2386360cbe Bug 166187 - fix /hide regression caused by conversion to deck
chatzilla only
r=rginda
a=roc+moz
2002-11-02 06:10:17 +00:00
kairo%kairo.at 150568bb2e Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard 2002-10-30 12:41:38 +00:00
varga%netscape.com 806c8a51d3 Fix for bug 134824. Column Sorting in the Download Manager has no effect.
r=neil, sr=jag, a=asa
2002-10-22 19:49:29 +00:00
loadrunner%betak.net 2cac7a472c b130331 red error code text displayed under status bar ("key_irc"), r=kairo, rginda, sr=alecf, a=asa 2002-10-17 22:53:14 +00:00
rginda%netscape.com 831a3efda5 - chatzilla only -
bug 165901, "Clicking on network/channel name has no effect"
bug 165875, "Support CTCP CLIENTINFO in Chatzilla"
bug 165868, "Support CTCP TIME in Chatzilla"
bug 137892, "Pref for new tab threshold is ignored"
fix strict warning in static.js
2002-09-03 23:33:27 +00:00
gerv%gerv.net a6d4accdea Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan. 2002-08-10 08:39:43 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
rginda%netscape.com b78133bb8e bug 160462 land chatzilla 0.8.9 r=me, a=rjesup
bug 131498 Can't join a channel with Japanese name
bug 133472 slow switching between channels

patches from samuel@sieb.net and naitoh@be-in.org
samuel's changes switch from DOM manipulation to a <xul:deck>, to speed up the time it takes to switch tabs.
naitoh's changes make it possible to join channels with encoded names
change by me to load external scripts before processing startup urls, so that user-defiend networks function properly in irc: urls.
2002-08-01 21:08:59 +00:00
samuel%sieb.net e3e2c7ada0 Bug 146509 - allow tab completion to work with non-alphanumeric characters
r=rginda
a=asa
2002-07-19 05:56:29 +00:00
samuel%sieb.net 31c63254be Bug 135937 - clean up connection status (limit decimal points)
r=rginda
a=asa
2002-07-19 05:53:27 +00:00
samuel%sieb.net 0b894d3964 Bug 152182 - allow multiple channels for /join
r=rginda
a=asa
2002-07-19 05:51:00 +00:00
timeless%mac.com 04ee09cffc Bug 148671 function retrieveURLFromData() is triplicated (?) in the code with slight differences.
patch by pierrechanial@netscape.net r=rginda,timeless sr=jag
2002-07-10 01:23:56 +00:00
timeless%mac.com 6a327f073c Bug 154086 Want /css to display current css setting
patch by neil@parkwaycc.co.uk r=rginda
2002-06-25 14:32:39 +00:00
suresh%netscape.com 833f1c7f89 fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf. 2002-06-12 04:09:52 +00:00
rginda%netscape.com 3e4623542d - chatzilla only -
Bug 139334 - [RFE] SQUERY command support
patch=jbontje@suespammers.org,r=me
2002-05-25 00:40:00 +00:00
rginda%netscape.com 71ee9c152d - chatzilla only -
bug 143503, "long channel topic isn't wrapped properly"
r=samuel@sieb.net, sr=shaver@mozilla.org, a=leaf@mozilla.org
insert spaces in long topic words so things can wrap.

bug 140088, "Chatzilla is crashing when switching tabs."
r=samuel@sieb.net, sr=shaver, a=rjesup@wgate.com
don't touch the tree selection while the tree is hidden.
2002-05-16 10:49:25 +00:00
rginda%netscape.com 99934c39c8 - chatzilla only -
correct the command name for the View->Open At Startup option
2002-05-03 23:02:12 +00:00
rginda%netscape.com a9c3273f01 bug 135455, Missing chatzilla icon in Window dropdown menu
patch=mailto:andreas.premstaller@uibk.ac.at, r=rginda,sr=ben,a=asa
2002-05-01 23:04:01 +00:00
blakeross%telocity.com 5e34851046 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 04:16:28 +00:00
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
cmanske%netscape.com 27c87d717c Fixed order of items in tasks menu, b=133167, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt, a=asa 2002-03-27 03:55:33 +00:00
rginda%netscape.com 53bda8f0fc Bug 131000, "IRC server port specification seems to not work..."
patch=cross@distal.com, r=me,peterv, a=asa
make ports work in IRC urls again
2002-03-26 00:41:18 +00:00
samuel%sieb.net c4785566f6 Bug 113261 - fix chatzilla url detecting
r=rginda
a=asa
chatzilla only
2002-03-24 21:09:58 +00:00
samuel%sieb.net f7c3d15cea Bug 128311 - can't drag links from chatzilla
r=rginda a=roc+moz
chatzilla only
2002-03-05 18:13:41 +00:00
samuel%sieb.net 77cb503dbd incrementing version number
r=rginda a=asa
chatzilla only
2002-02-22 07:09:32 +00:00
samuel%sieb.net 93ea378169 Bug 120153 - make /part always close the correct tab
r=rginda
chatzilla only
2002-02-20 06:19:08 +00:00
samuel%sieb.net 970f245e7d Bug 126418 - add '{' and '}' to not be included in channel links
r=rginda
chatzilla only
2002-02-20 06:16:42 +00:00
samuel%sieb.net adfb524110 Bug 92933 - correct tab selection
r=rginda
chatzilla only
2002-02-19 21:07:34 +00:00
samuel%sieb.net c48ef1c7be Bug 122347 - fix non-http links
r=rginda
chatzilla only
2002-02-18 22:50:59 +00:00
samuel%sieb.net 01708ce9e0 Bug 123604 - make all commands lowercase after they are entered
r=rginda
chatzilla only
2002-02-18 07:05:14 +00:00
samuel%sieb.net 8a7579aa1e Bug 126094 - fix chatzilla's issues with apostrophes
r=rginda
chatzilla only
2002-02-18 06:11:07 +00:00
jst%netscape.com f8e111bab0 Checking in Fabian Guisset's <hidday@geocities.com> fix for bug 30529. Implement window.minimize(), .maximize() and .restore() for chrome windows, and split chrome specific window methods/attributes into its own nsIDOMChromeWindow interface. r=heikki@netscape.com, sr=jst@netscape.com 2002-02-09 03:36:55 +00:00
andreww%netscape.com 35123d392b bug 123444 r/sr=rginda Chatzilla missing some mnemonics 2002-02-08 23:12:36 +00:00
hwaara%chello.se 6c9d73d8c5 #109598, "tasks overlays should use insertbefore, insertafter instead of position"
#81237, "IRC Chat has bizarre menu position",

Patches by nnooiissee@yahoo.com

r=andreww, sr=jst
2002-02-06 15:29:39 +00:00
samuel%sieb.net 235ca0ef64 Bug 112920 - add css rule for superfluous notifies
r=rginda
chatzilla only
2002-02-03 04:36:59 +00:00
samuel%sieb.net 79856bba78 Bug 112920 - enhancement to notify code
r=rginda
chatzilla only
2002-02-03 04:35:26 +00:00
samuel%sieb.net 550c8cead6 Bug 122910 - chatzilla won't start
r=rginda
not in the build
2002-02-01 23:48:11 +00:00