You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(44) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(44) |
Feb
(22) |
Mar
|
Apr
(3) |
May
(1) |
Jun
(15) |
Jul
(7) |
Aug
(7) |
Sep
(8) |
Oct
(14) |
Nov
(8) |
Dec
(32) |
2003 |
Jan
(17) |
Feb
(4) |
Mar
(7) |
Apr
(2) |
May
(5) |
Jun
(17) |
Jul
(18) |
Aug
(2) |
Sep
(2) |
Oct
(7) |
Nov
|
Dec
(4) |
2004 |
Jan
(4) |
Feb
(2) |
Mar
(7) |
Apr
(1) |
May
(11) |
Jun
(8) |
Jul
|
Aug
(14) |
Sep
(10) |
Oct
(57) |
Nov
(23) |
Dec
(2) |
2005 |
Jan
(47) |
Feb
(9) |
Mar
(25) |
Apr
(1) |
May
|
Jun
(7) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2006 |
Jan
(3) |
Feb
(3) |
Mar
(20) |
Apr
(12) |
May
(20) |
Jun
(17) |
Jul
(9) |
Aug
(7) |
Sep
(1) |
Oct
(10) |
Nov
(5) |
Dec
(7) |
2007 |
Jan
(9) |
Feb
(10) |
Mar
(24) |
Apr
(27) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(38) |
Sep
(10) |
Oct
(5) |
Nov
(6) |
Dec
(8) |
2008 |
Jan
(6) |
Feb
|
Mar
(2) |
Apr
(3) |
May
(3) |
Jun
(6) |
Jul
(6) |
Aug
(3) |
Sep
(10) |
Oct
(10) |
Nov
(42) |
Dec
(37) |
2009 |
Jan
(13) |
Feb
(10) |
Mar
(20) |
Apr
(22) |
May
(32) |
Jun
(15) |
Jul
(33) |
Aug
(9) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(12) |
2010 |
Jan
(9) |
Feb
(8) |
Mar
|
Apr
(6) |
May
(7) |
Jun
(12) |
Jul
(1) |
Aug
|
Sep
(3) |
Oct
(9) |
Nov
(3) |
Dec
(6) |
2011 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(4) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(3) |
Dec
(3) |
2012 |
Jan
(2) |
Feb
|
Mar
(10) |
Apr
(12) |
May
(10) |
Jun
(9) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
(24) |
Dec
(6) |
2013 |
Jan
(2) |
Feb
(2) |
Mar
(6) |
Apr
(12) |
May
(24) |
Jun
(7) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(9) |
2014 |
Jan
(29) |
Feb
(7) |
Mar
(3) |
Apr
(1) |
May
(1) |
Jun
(5) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(5) |
Jun
(5) |
Jul
(1) |
Aug
(5) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(1) |
2016 |
Jan
(1) |
Feb
(2) |
Mar
(5) |
Apr
(6) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(5) |
2017 |
Jan
(1) |
Feb
(5) |
Mar
(2) |
Apr
(2) |
May
(18) |
Jun
(1) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2018 |
Jan
(2) |
Feb
|
Mar
(15) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2019 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(12) |
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
2020 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
(2) |
Jun
(7) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(1) |
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: MINAMI H. <mi...@ch...> - 2002-10-28 15:12:58
|
Hi, When win->xic is NULL, mlterm is using XLookupString() to parse keypress events. In this case, only latin-1 chars will be handled and compose/accents may be ignored. To get valid XIC, the result of XOpenIM() is reqiured. It seems for me that we are failing in this point. The xfree86's xterm semms to be making this success by calling XSetLocaleModifiers("@im=none"). What happens if you do XMODIFIERS=@im=none mlterm ? On Thu, 24 Oct 2002 14:10:45 -0400 Ambrose Li <ac...@cc...> wrote: > Hi, > > I think this is a real bug. Compose (Multi_key) doesn't work either. > > > On Thu, Oct 24, 2002 at 02:23:41PM +0300, Jari P.T. Alhonen wrote: > > Hello, > > > > and thanks for making a great terminal emulator. I have but one major > > problem with it: the dead accents are not working. They work perfectly > > in uxterm. I've tried every setting I could think of, but to no avail. Is > > there just something wrong in my config or is this an actual bug? |
From: Pigeon <pi...@pi...> - 2002-10-27 12:15:56
|
Hi. I have this tiny problem with chinese big5. With the same big5 font and iso8859-1 fonts, on the desktop it works perfectly. However when I'm running on my ipaq, the width seems to be wrong. My ~/.mlterm/font on both systems: ISO8859_1 = 12,6x13; BIG5 = 12,big5-12;13,big5-13; JISX0208_1983 = 10,knj10; big5-12 is basically an X bdf font: "-big5-font-medium-r-normal--12-120-100-100-c-120-big5-0" And then I run this very same command on both systems: mlterm -E big5 -w 12 --fg=white --bg=black However I got different results, screenshots: http://pigeond.net/~pigeon/mlterm/mlterm-big5-desktop.png http://pigeond.net/~pigeon/mlterm/mlterm-big5-ipaq.png As you can see the difference. The gap between characters are different. And I'll take the desktop one is the proper one. Would mlterm be looking for some other stuffs on the system? I've done an strace and couldn't see a clue yet. I've also tested these same fonts with crxvt (chinese rxvt), and it worked fine on my ipaq: http://pigeond.net/~pigeon/mlterm/crxvt-big5-ipaq.png So I'll take that chinese fonts is alright. I've also tested with a width 10 Japanese fonts on both desktop and the ipaq, and they both worked fine. Any idea? Thanks. Pigeon. |
From: Ambrose Li <ac...@cc...> - 2002-10-24 18:10:54
|
Hi, I think this is a real bug. Compose (Multi_key) doesn't work either. On Thu, Oct 24, 2002 at 02:23:41PM +0300, Jari P.T. Alhonen wrote: > Hello, > > and thanks for making a great terminal emulator. I have but one major > problem with it: the dead accents are not working. They work perfectly > in uxterm. I've tried every setting I could think of, but to no avail. Is > there just something wrong in my config or is this an actual bug? -- Ambrose Li ``A good style should show no sign of effort; what is written should seem a happy accident.'' ~ Somerset Maugham |
From: Jari P.T. A. <jar...@he...> - 2002-10-24 11:23:54
|
Hello, and thanks for making a great terminal emulator. I have but one major problem with it: the dead accents are not working. They work perfectly in uxterm. I've tried every setting I could think of, but to no avail. Is there just something wrong in my config or is this an actual bug? I'm using 2.6.1 (2.6.1.cvs20020927-1) in Debian unstable, XFree 4.2.1. I also tried compiling 2.6.2 but the problem persisted. My locale is es_ES.UTF-8 though this doesn't seem to make much difference. Cheers, Jari --=20 "If anything can go wrong, it will." -- Edsel Murphy |
From: Wang W. <wa...@ma...> - 2002-10-18 14:52:26
|
Hi, there: There is a bug where handling GBK characters in mkf/lib/mkf_euccn_parser.c My patch is based on mlterm-2.6.1.cvs20020927(debian sid), and I believe that the bug also exist in the newest 2.6.2 version(not checked yet). The patch file is in the attachment. Bug details: I found this bug when I am using it on the BBS in our campus. When a half GBK character following an ANSI escape sequence(such as 0xBF ESC [ m) appears on the terminal, mlterm is confused. It takes "0xBF ESC" as one GBK char and left others ordinary ascii characters, and the screen layout is wrong, a blank line jump out. I've look it up in an official GBK standard, it saying that such "0xBF ESC" cannot be a GBK char. In fact, THE SECOND CHARACTER OF A GBK CHAR IS ALWAYS GREATER OR EQUAL THAN 0x40. So, the parser should swallow only ONE character in this case. I have test my code for some time and it works well. :) I like mlterm very much and be interested improving it. I have made a patch for saving/restoring cursor ANSI sequence two month ago. Wish this one would help. Wang WenRui |
From: <pri...@te...> - 2002-10-14 18:58:21
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>GT TONER SUPPLIES Laser printer and computer supplies 1</title> </head> <body> <p align="center"><a href="mailto:gt...@ca..."><font color="#000080" size="4" face="Arial"><b><u>GT TONER SUPPLIES<br> Laser printer and computer supplies<br> 1-888-662-2256</u></b></font></a> <p align="center"><font size="2" face="Arial"><img border="0" height="69" src="http://images.google.com/images?q=tbn:tGi25bBGM4oC:datadevices.home.mindspring.com/4000printer.jpg" width="81"> <img border="0" height="69" src="http://images.google.com/images?q=tbn:YoAt4rTmZ8sC:www.cartridge-fill.co.uk/groopprinter.gif" width="81"><b><i><font color="#808000" face="Arial" size="4"> <hr> </font></i></b></font> <p align="center"><b><font color="#808000" size="4" face="Arial">Save up to 40% from retail price on laser printer toner cartridges,<br> copier and fax cartridges</font></b></p> <font face="Arial" size="2"><b> <hr> </b></font> <p align="center"><b><a href="readygtts1.htm#prices"><font color="#0000ff" size="3" face="Arial"><span style="background-color: #FFFF00">CHECK OUT OUR GREAT PRICES AT THE BOTTOM !</span></font></a></p> </b> <p align="left"><b><i><font color="#80000" size="3" face="Arial">If you received this email on error, please reply to <a href="mailto:gt...@ca...">gt...@ca...</a> with subject: REMOVE... sorry for the inconvenience.</font> </i><p align="left"><font color="#808000" size="4" face="Arial">Please forward to the person responsible for purchasing your laser printer supplies</font></p> <ul> <li> <p align="left"><font color="#808000" face="Arial" size="4">Order by phone: </font><font size="4"><font color="#000080">Toll free </font><font color="#808000">1-888-662-2256</font></font></b></li> <li> <p align="left"><b><font size="4" face="Arial"><font color="#808000">Order by email: </font><font color="#0000ff"><a href="mailto:gt...@ca...">gt...@ca...</a></font><font color="#808000"> subject: </font><font color="#000080">ORDER</font><font color="#808000"> <br> </font></font></b></li> </ul> <p align="left"><b><font size="2" face="Arial"><font color="#000080" size="4">University</font> <font size="2">and/or </font><font color="#000080" size="4">School</font><font size="3"> </font><font size="2">purchase orders WELCOME. (no credit approval required)<br> Pay by check, c.o.d, or purchase order (net 30 days).</font></font> <p><font color="#000080" size="3" face="Arial">WE ACCEPT ALL MAJOR CREDIT CARDS!</font></p> <p><a href="readygtts1.htm#color"><font size="3" face="Arial">New! HP 4500/4550 series color cartridges in stock!</font></a></p> <p align="left"><font color="#808000" size="2" face="Arial">Our cartridge prices are as follows:<br> (please order by item number)</font></p> <p align="left"><font color="#000000" face="Lucida Sans Typewriter" size="3">Item Hewlett Packard<a name="prices"></a> Price</font></p> <p align="left"><tt><font color="#000000"><font size="2">1 -- 92274A Toner Cartridge for LaserJet 4L, 4ML, 4P, 4MP ------------------------$47.50<br> </font><span style="BACKGROUND-COLOR: #c4c4a6"><font size="2">2 -- C4092A Black Toner Cartridge for LaserJet 1100A, ASE, 3200SE-----------------$45.50<br> </font></span><font size="2">2A - C7115A Toner Cartridge For HP LaserJet 1000, 1200, 3330 ---------------------$55.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">2B - C7115X High Capacity Toner Cartridge for HP LaserJet 1000, 1200, 3330 -------$65.50<br> </span>3 -- 92295A Toner Cartridge for LaserJet II, IID, III, IIID ----------------------$49.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">4 -- 92275A Toner Cartridge for LaserJet IIP, IIP+, IIIP -------------------------$55.50<br> </span>5 -- C3903A Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi ------------$46.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">6 -- C3909A Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si Copier, 8000 ------------$92.50<br> </span>7 -- C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN ------------------$72.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">8 - C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 8100 Series---$125.50<br> </span>9 -- C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 6Lxi, 3100se------$42.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">9A - C3906A Toner Cartridge for LaserJet 3100, 3150 ------------------------------$42.50<br> </span>10 - C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V ------------------------$89.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">11 - C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 4000TN ------$76.50<br> </span>11A- C8061A Black Laser Toner for HP LaserJet 4100, 4100N ------------------------$76.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">11B- C8061X High Capacity Toner Cartridge for LJ4100, 4100N ----------------------$85.50<br> </span>11C- C4127X High Capacity Black Cartridge for LaserJet 4000SE,4000N,4000T,4000TN -$84.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">12 - 92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX -----------------------$57.50<br> </span>13 - 92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 5se, 5M, 5N --$46.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">14 - C4129X High Capacity Black Toner Cartridge for LaserJet 5000N ---------------$97.50<br> </span>15 - LASERFAX 500, 700 (FX1) -----------------------------------------------------$49.00<br> <span style="BACKGROUND-COLOR: #c4c4a6">16 - LASERFAX 5000, 7000 (FX2) ---------------------------------------------------$54.00<br> </span>17 - LASERFAX (FX3) --------------------------------------------------------------$49.00<br> <span style="BACKGROUND-COLOR: #c4c4a6">18 - LASERFAX (FX4) --------------------------------------------------------------$49.00</span></font></font></tt></p> <p align="left"><font color="#ff00ff" face="Lucida Sans Typewriter" size="3">Item Hewlett Packard - Color<a name="color"></a> Price</font></p> <p align="left"><tt><span style="BACKGROUND-COLOR: #c4c4a6"><font color="#000000" face="Lucida Sans Typewriter" size="2">C1 -- C4194a Toner Cartridge, Yellow (color lj 4500/4550 series)------------------ $ 89.50<br> </font></span><font color="#000000" face="Lucida Sans Typewriter" size="2">C2 -- C4193a Toner Cartridge, Magenta (color lj 4500/4550 series)----------------- $ 89.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">C3 -- C4192a toner cartridge, cyan (color lj 4500/4550 series)-------------------- $ 89.50<br> </span>C4 -- c4191a toner cartridge, black (color lj 4500/4550 series)------------------- $ 74.50</font></tt></p> <p align="left"><font face="Lucida Sans Typewriter" size="3">Item Lexmark Price</font></p> <p align="left"><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">19 - 1380520 High Yield Black Laser Toner for 4019, 4019E, 4028, 4029, 6, 10, 10L -- $109.50<br> </span>20 - 1382150 High Yield Toner for 3112, 3116, 4039-10+, 4049- Model 12L,16R, Optra - $109.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">21 - 69G8256 Laser Cartridge for Optra E, E+, EP, ES, 4026, 4026 (6A,6B,6D,6E) ---- $ 49.00<br> </span>22 - 13T0101 High Yield Toner Cartridge for Lexmark Optra E310, E312, E312L -------- $ 89.00<br> <span style="BACKGROUND-COLOR: #c4c4a6">23 - 1382625 High-Yield Laser Toner Cartridge for Lexmark Optra S (4059) ----------- $129.50<br> </span>24 - 12A5745 High Yield Laser Toner for Lexmark Optra T610, 612, 614 (4069) -------- $165.00</font></tt></p> <p align="left"><font face="Lucida Sans Typewriter" size="3">Item Epson Price</font></p> <p align="left"><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">25 ---- S051009 Toner Cartridge for Epson EPL7000, 7500, 8000+ - $115.50<br> </span>25A --- S051009 LP-3000 PS 7000 -------------------------------- $115.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">26 ---- AS051011 Imaging Cartridge for ActionLaser-1000, 1500 -- $ 99.50<br> </span>26A --- AS051011 EPL-5000, EPL-5100, EPL-5200 ------------------ $ 99.50<br> </font></tt></p> <p align="left"><font face="Lucida Sans Typewriter" size="3">Item Panasonic Price</font></p> <p align="left"><tt><span style="BACKGROUND-COLOR: #c4c4a6"><font color="#000000" face="Lucida Sans Typewriter" size="2">27 ------Nec series 2 models 90 and 95 ---------------------- $109.50<br> </font></span></tt></p> <p align="left"><font face="Lucida Sans Typewriter" size="3">Item Apple Price</font></p> <p align="left"><tt><font color="#000000" face="Courier New" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">28 ---- 2473G/A Laser Toner for LaserWriter Pro 600, 630, LaserWriter 16/600 PS - $ 57.50<br> </span>29 ---- 1960G/A Laser Toner for Apple LaserWriter Select, 300, 310, 360 --------- $ 71.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">30 ---- M0089LL/A Toner Cartridge for Laserwriter 300, 320 (74A) ---------------- $ 52.50<br> </span>31 ---- M6002 Toner Cartridge for Laserwriter IINT, IINTX, IISC, IIF, IIG (95A) - $ 47.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">31A --- M0089LL/A Toner Cartridge for Laserwriter LS, NT, NTR, SC (75A) --------- $ 55.50<br> </span>32 ---- M4683G/A Laser Toner for LaserWriter 12, 640PS -------------------------- $ 85.50<br> </font></tt></p> <p align="left"><font face="Lucida Sans Typewriter" size="3">Item Canon Price</font></p> <p><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">33 --- Fax CFX-L3500, CFX-4000 CFX-L4500, CFX-L4500IE & IF FX3 ----------- $ 49.50<br> </span>33A -- L-250, L-260i, L-300 FX3 ------------------------------------------ $ 49.50<br> <span style="BACKGROUND-COLOR: #c4c4a6">33B -- LASER CLASS 2060, 2060P, 4000 FX3 --------------------------------- $ 49.50<br> </span>34 --- LASER CLASS 5000, 5500, 7000, 7100, 7500, 6000 FX2 ---------------- $ 49.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 35 --- FAX 5000 FX2 ------------------------------------------------------ $ 49.50<br> </span>36 --- LASER CLASS 8500, 9000, 9000L, 9000MS, 9500, 9500 MS, 9500 S FX4 -- $ 49.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 36A -- Fax L700,720,760,770,775,777,780,785,790, & L3300 FX1 ------------- $ 49.50<br> </span>36B -- L-800, L-900 FX4 -------------------------------------------------- $ 49.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 37 --- A30R Toner Cartridge for PC-6, 6RE, 7, 11, 12 --------------------- $ 59.50<br> </span>38 --- E-40 Toner Cartridge for PC-720, 740, 770, 790,795, 920, 950, 980 - $ 85.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 38A -- E-20 Toner Cartridge for PC-310, 325, 330, 330L, 400, 420, 430 ---- $ 85.50<br> </span></font></tt></p> <p><font face="Lucida Sans Typewriter" size="3">Item Xerox Price</font></p> <p><tt><font color="#000000" face="Lucida Sans Typewriter" size="2"><span style="BACKGROUND-COLOR: #c4c4a6">39 ---- 6R900 75A ---- $ 55.50<br> </span>40 ---- 6R903 98A ---- $ 46.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 41 ---- 6R902 95A ---- $ 49.50<br> </span>42 ---- 6R901 91A ---- $ 65.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 43 ---- 6R908 06A ---- $ 42.50<br> </span>44 ---- 6R899 74A ---- $ 47.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 45 ---- 6R928 96A ---- $ 72.50<br> </span>46 ---- 6R926 27X ---- $ 84.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 47 ---- 6R906 09A ---- $ 92.50<br> </span>48 ---- 6R907 4MV ---- $ 89.50<span style="BACKGROUND-COLOR: #c4c4a6"><br> 49 ---- 6R905 03A ---- $ 46.50</span></font></tt></p> <p align="center"><span style="background-color: #FFFF00"><font face="Arial" size="4"><font color="#800000">call toll free </font><font size="3" color="#808000">1-8</font></font><font size="3" color="#808000" face="Arial">88-662-2256</font></span></p> <i><font face="Arial" size="2" color="#808000"> <hr> </font></i> <p align="center"><font color="#808000" size="3" face="Arial">30 Day unlimited warranty included on all products<br> GT Toner Supplies guarantees these cartridges to be free from defects in workmanship and material.</font><i><font face="Arial" size="2"> <hr> </font></i> <p align="left"><font color="#0000ff" size="3" face="Arial">We look forward in doing business with you.</font></p> <p align="left"><font size="2" face="Arial"><font color="#0000ff" size="3">Customer Satisfaction guaranteed</font> <font color="#0000ff" size="3">!</font></font></p> <p><font face="Arial"><font size="2">I<font color="#000080">f you are ordering by e-mail or c.o.d. please fill out an order<br> form with the following information:</font><font color="#808000"> </font><font color="#000080"> </font> <font color="#000080"> </font><font color="#0000ff"> </font><font color="#808000"> </font><font color="#000080"><br> <br> </font><font color="#808000">phone number<br> company name<br> first and last name<br> street address<br> city, state zip code </font></font><font size="4"><font color="#808000">Order Now</font><font color="#000080"> call toll free </font><font color="#808000">1-888-662-2256</font></font><font size="2"><font color="#808000"><br> <br> </font><font color="#000080">If you are ordering by purchase order please fill out an order form<br> with the following information: </font> <font color="#000080"> </font></font></font></p> <p><font face="Arial"><font color="#808000" size="2">purchase order number<br> phone number<br> company or school name<br> shipping address and billing address<br> city, state zip code </font><font size="4"><font color="#808000">Order Now</font> <font color="#000080">call toll free </font><font color="#808000">1-888-662-2256</font></font></font></p> <p align="left"><font color="#800000" size="2" face="Arial">All trade marks and brand names listed above are property of the respective<br> holders and used for descriptive purposes only.</font></p> </b> </body> </html> |
From: Araki K. <ara...@us...> - 2002-10-08 11:37:09
|
Hi, I released mlterm 2.6.2, which I believe is as stable as 2.4.0. That is, no new features but stability:) Notice that 'copy_paste_via_ucs' option in 'main' config file is renamed to 'receive_string_via_ucs', while mlterm configuration protocol still accepts 'copy_paste_via_ucs' as well as 'receive_string_via_ucs' for backward compatibility. Regards, -- kiken ara...@us... |
From: Araki K. <ara...@us...> - 2002-10-05 03:10:41
|
Hi, Subject: [Mlterm-dev-en] input method question From: Ambrose Li <a....@ie...> Message-ID: <200...@ad...> Date: Fri, 4 Oct 2002 02:34:47 -0400 > Say I started mlterm in Big5 mode, and want to enter something > with kinput2 (for whatever reason). The input window will > appear, but when I finish the conversion and press Enter, > nothing is sent (by which I mean, say, od -t inside the mlterm > will display nothing). If I switch to xcin-zh_CN.GB2312, the > same happens (nothing gets sent). This happens whether or not > I check the "Process received strings via Unicode" box. > > If I change mlterm to UTF-8 mode, I can use any IME. "Process received strings via Unicode" is only for text from other applications via X selection and makes no sense for input text from XIM method. That's why EUC-JP(JISX0208) and GB2312 characters from XIM method aren't shown in Big5 mode. Then, an attached patch will help you. # If this patch is merged, 'copy_paste_via_ucs' option should be renamed # to something like 'receive_string_via_ucs' or so, I think. Regards, -- kiken ara...@us... |
From: Ambrose Li <a....@ie...> - 2002-10-04 06:35:09
|
Hi, I have a question about switching IME's on the fly. Say I started mlterm in Big5 mode, and want to enter something with kinput2 (for whatever reason). The input window will appear, but when I finish the conversion and press Enter, nothing is sent (by which I mean, say, od -t inside the mlterm will display nothing). If I switch to xcin-zh_CN.GB2312, the same happens (nothing gets sent). This happens whether or not I check the "Process received strings via Unicode" box. If I change mlterm to UTF-8 mode, I can use any IME. Does anyone know why is my mlterm behaving like this? Would it be something wrong when I compiled it, or is there something wrong with my OS's i18n environment? This is mlterm 2.6.1. C library is glibc 2.2.4, but not yet installed as the primary library. Thanks in advance, -- Ambrose Li <a....@ie...> http://trends.ca/~acli/ http://www.cccgt.org/ DRM is theft - We are the stakeholders |
From: <vcb...@sh...> - 2002-09-20 17:53:17
|
********************** ¯Â°Ó·~¿ì¤½«Ç¥X¯² ********************** ±MªùªA°È°Ó¥Î¿ì¤½«Ç¤§©Ó¯²¤H¡C ¥x¥_¦Uµ¥¯Å°Ó¥Î¿ì¤½«Ç®×¥ó¡A¾A¦X¦UºØ°Ó·~»Ý¨D¡I¡I §Ú֦̾³ºZ³qªº¸ê°T¡B¦³«Ü¦h¥ß§Yn¥X¯²ªº¿ì¤½«Ç¡A¥¿µ¥«ÝµÛ±zªº¬D¿ï¡A ¤@©wn¬°±z§ä¨ì¤@³B³Ì¾A¦X±z¹ê²{±z¶¯¹Ï§§§Óªº³õ©Ò¡I¡I¡I¡I Á|¨Ò¦p¤U¡G °Ï°ì¡G ¤j¦w°Ï¡G ¤¯·R¸ô¡B´°¤Æ«n¡B¥_¸ô 50-300©W¡]¯²ª÷1200-2500¤¸¡^¡B ¯Â¿ì®ð¬£¤j¼Ó¡A²{¦¨¦Ê¸U¸ËæC¡]§K³»Åýª÷¡^¡B °¨¤W¥i¨Ï¥Î «H¸q°Ï¡G «H¸q¸ô¤@¡B¤G¡B¤T¡B¥|¡B¤¬q¡C 30-500©W¡]1200-2100¤¸¡^ ¥þ·s®ð¬£¤j¼Ó¡Bªñ±¶¹B¯¸¤f¡B¥æ³q¤è«K ¡]¯²ª÷¦X²z¡B¥i±Ä³»ù¡^ ªQ¤s°Ï¡G «n¨ÊªF¸ô¤T¡B¥|¡B¤¡B¬q 30-450©W¡]¯²ª÷1000-1800¤¸¡^ ®ð¬£¡B´ºÆ[µ´¨Î ¤¤¤s°Ï¡G ªQ¦¿¸ô¡Bªø¦wªF¸ô¡A¤¤¤s¥_¸ô 70¢w400©W¡]¯²ª÷1000-2200¤¸¡^ ¯Â¿ì¡B²{¦³¸ËæC ¦è °Ï¡G ©¾§µ¦è¸ô¡BÀ]«e¸ô¡B©Ó¼w¸ô¡B¿Å¶§¸ô 50-500©W ¦Ê¸U¸ËæC¡B«K©y¥X¯²¡]Åwªï¬Ý«Î¡^ ¤º´ò°Ï¡G «¹º°Ï 80-500©W1300¤¸°_¡C½Ð§â´¤¨}¾÷ ¥þ·s®ð¬£¤j¼Ó¡B²{¦³¸ËæC¡B°¨¤W¥i¨Ï¥Î ªA°È²Ä¤@¡A«~½è«OÃÒ¡CÅwªï¬¢¸ß. ·ç°T¤£°Ê²£ °Ó¥ò³¡ Ápµ¸¤H¡G³³¤p©j ·q¤W TeL¡]¥Nªí¸¹¡^¡G 02-27492314 ¦æ°Ê¹q¸Ü¡G0937063831 ±zªºº¡·N¡A¬O§Ú̪º¦¨´N¡I¡I¡I¡I |
From: <mlp...@am...> - 2002-09-18 19:05:02
|
<html> <head> <title>µL¼ÐÃD¤å¥ó</title> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=big5"> </head> <body bgcolor="#FFFFFF" text="#000000"> <p align="center"><b><font size="6" color="#9900FF">±¡½ì¥Î«~</font><font size="4" color="#9900FF">ºô¸ôÁʪ«°Ó«°</font></b></p> <p align="center"><font size="4" color="#000000">¦pªG±z¨S¿³½ì©Î¬O</font><font size="4" color="#FF0000">¥¼¦¨¦~¡A½Ð¤Å¶i¤J</font><font size="4" color="#000000">.</font></p> <p align="center"><font size="4" color="#000000">§Ú֦̾³³Ì·s©_©M³Ì¦hºØÃþªº±¡½ì¥Î«~</font></p> <p align="center"><font size="4" color="#000000">¥¿¬£¸gÀç¡A</font><font size="4" color="#000000">¸Û¼°Áܽбz¨Ó°ÑÆ[</font></p> <p align="center"><a href="http://www.finehappy.com/index.php?id=mini" target="_blank"><b><font color="#9900FF" size="5">¶i¤J</font></b></a></p> <p align="center"> </p> </html> |
From: Araki K. <ara...@us...> - 2002-09-12 13:06:08
|
Hi, I released 2.6.1. 2.6.0 has some bugs(see ChangeLog), so please upgrade to 2.6.1. Regards, -- kiken ara...@us... |
From: <vcb...@sh...> - 2002-09-08 17:25:37
|
·qP ¶Q®aªø¤Î ¦P¾ÇÌ ---¶}¾Ç´r§Ö--- ±z¦³¤U¦C§xÂZ¶Ü? ·í¤p«Ä¾Ç·~¦¨ÁZ°h¨B¤F¡C ·í¤p«Ä¾Ç²ß±¡ºü³vº¥§C¸¨¸ò¤£¤W¶i«×®É¡C ·í¬Y¤@¬ì¥Ø¬Y¤@³æ¦ì¦Ñ¬OŪ¤£¦n®É¡C ·íÁp¦Ò¦A§YµLªk½T¹ê´x´¤«ÂIµo´§¼ç¤O¡C ·í±z¨Æ·~¦£,W©ó¤p«Ä±Ð¨|°ÝÃD¤£ª¾¦p¦ó¸Ñ¨M®É¡C ·í±z·Q¥X°ê·Q¾Ç»y¨¥(À³^»y¡B¤é»y) ·í±z¹J¨ì¥H¤W±¡§Î·Q§ä¦ì®a±Ð¦Ñ®v,¥i¥H©e°U§ÚÌ´£¨Ñ®v¸ê¡C ¤@¹ï¤@¨ì©²±Ð¾Ç±M±Ð ¦U¦~¯Å(°ª¤¤¡B°ê¤¤¡B°ê¤p¡B±M¬ì¡B°ªÂ¾) ¦U¬ì¥Ø(^¼Æ²z¤Æ¡B¤é»y¡B¦¨¤H^¤å·|¸Ü¡B¨àµ£¬ü»y¡B¿ûµ^¡B¹q¸£) Áp¦Ò»Ý¨D(¦Ò«e½Ä¨ë¡B°ª°ê¤¤¤p^¼Æ²z¤Æ) ¤~ÃÀ»Ý¨D(¨àµ£¬ü»y¡B¹q¸£¡Bµ¼Ö¡B¯]ºâ¡B¬ü³N) »y¨¥»Ý¨D(^¤å¡B¤é»y) ³Åª»Ý¨D(´H¡B´»°²³Åª) ¥»¤¤¤ß¦¨¥ß¤w¦³¦h¦~¤§¤[¡A ®v¸ê°}®e¨ã³Æ°ê¤º¦U¤½¨p¥ß¤j¾Ç¡B ³Õ¤h¯Z¡BºÓ¤h¯Z¦b®Õ¥Í©Î²¦·~¥Í¡A¥x¥_¥«°ê¤¤¡B°ê¤p¦b¾¦Ñ®v¡A °ê¥~¯d¾Ç¥Í¤Î¥~ÂǦѮvµ¥¦U¬ì¨t¨k¤k®v¸ê¡C ½Ð¶ñ¼g¥H¤Uªí³æ,§ÚÌ·|À°±z´M§ä³Ì¾A¦Xªº®a±Ð¦Ñ®v > ®aªø©m¦W > ³sµ¸¹q¸Ü > ¦æ°Ê > > ¦a§} > ±Ð¾Ç¦a°Ï > ±Ð¾Ç¹ï¶H ¥®¨à °ê¤p °ê¤¤ °ª¤¤ °ªÂ¾ ±M¬ì > ±Ð¾Ç¬ì¥Ø ¼Æ¾Ç ^¤å ²z¤Æ ¥þ¬ì ³Åª »y¤å ¿ûµ^ ¹q¸£ ¨ä¥L ¥x¤j±Ð¨|¾÷ºc ªA°È±M½u 0932044172 TEL:25158611 jl...@ya... |
From: Araki K. <ara...@us...> - 2002-09-07 13:58:48
|
Hi, I released mlterm 2.6.0. ChangeLog between 2.5.0 and 2.6.0 is as follows. ver 2.6.0 * Window icon is supported and icon_path option is added.(Thanks to Minami Hirokazu san) * Fixed critical bugs around bce support. * Fixed incorrect size hints bug.(Thanks to Sato Seiichi san) * XDND is supported.(Thanks to Minami Hirokazu san) * mlconfig improved.(Thanks to Kubota Tomohiro san) * contrast/gamma options are supported. * HOME/END keys are supported. * metakey=[mod1-mod5,meta,alt,super,hyper] option is supported. * TERM=mlterm is supported and doc/term/mlterm.{ti|tc} are added. (Thanks to Minami Hirokazu san) * And many minor bugs are fixed. regards, -- kiken ara...@us... |
From: MINAMI H. <mi...@ch...> - 2002-09-06 14:33:59
|
Hi, I'v added mlterm.ti and mlterm.tc under doc/term/. Thise files are data for terminfo/termcap database and I believe mlterm's functions will be effecintly used under TERM=mlterm with these data. # For exmaple, you can use HOME/END keys # (it's not possible under TERM=kterm) However, they are (especially mlterm.tc is) not fully tested and may still cantain problems. Please try and report what you see. regards, minami |
From: MINAMI H. <mi...@ch...> - 2002-09-06 11:58:00
|
Hi, mlterm's default behaviour is changed as following. - mod_meta_mode is 8bit - kD (sequence for DELETE) is \E[3~ - kb (sequence for BS) is ^? - kH (sequence for HOME) is \EOH - @7 (sequence for END) is \EOF *CAUTION* These changes break backward compatibity. i.e. If you were lucky and have been using mlterm without need of preparing your own mlterm/termcap file, BS/DELETE keys will not be recognized as it were. To change the sequence generated by mlterm, see the "termcap" section of the mlterm man page and an etc/termcap file in the source tree. regards, minami |
From: Seiichi S. <ss...@sh...> - 2002-09-03 16:33:00
|
Hi, I've added the following icons. - contrib/icon/mlterm-icon-fvwm.png - contrib/icon/mlterm-icon-gnome.png - contrib/icon/mlterm-icon-gnome2.png - contrib/icon/mlterm-icon-twm.png - contrib/icon/mlterm-icon-kde.png - contrib/icon/mlterm-icon-wmaker.png Comments, suggestions are welcome. -- Seiichi SATO |
From: MINAMI H. <mi...@ch...> - 2002-08-30 05:02:06
|
Hi, I've committed a following change. * zero-clear struct termios in kiklib/src/kik_pty_*.c Now termios params that are not changed by mlterm / inherited from parent process became zero. regards, minami |
From: MINAMI H. <mi...@ch...> - 2002-08-29 14:08:45
|
Hi, I've committed follwing changes. * refined XDND support: text/uri-list is also accepted now. * minor bugfix: While parsing termcap, line[-1] was accessed when an empty line was read. * plugged leak: window->ch_gc was not freed. # According to valgrind (http://developer.kde.org/~sewardj/), # mlterm itself is now free from memory leaks at least in my environment :) regards, minami |
From: Seiichi S. <ss...@sh...> - 2002-08-29 13:59:54
|
Hi All, I have committed a fix for the incorrect size hints for the window. Thanks, -- Seiichi SATO |
From: MINAMI H. <mi...@ch...> - 2002-08-28 12:21:53
|
On Fri, 19 Jul 2002 10:24:01 +0900 Tomohiro KUBOTA <tk...@ri...> wrote: > Hello, > > I received the following message. > Please test it and merge. >> I want to submit a patch for mlterm, which add the support for the >> vt100 escape sequence ESC[s & ESC[u. These two sequences are for saving >> and restoring the cursor position. Committed. This change will let mlterm mimic the MS/PC-DOS's ANSY.SYS to some degree... minami |
From: MINAMI H. <mi...@ch...> - 2002-08-28 11:50:38
|
Hi, I've committed support for window icons. Both of the WMHints style and the "extended window manager hint" style icon are generated. An icon for mlterm window is now can be specified using "icon_path" entry in .mlterm/main like this: icon_path = /usr/share/pixmaps/mlterm.png To use this feature, you have to configure mlterm with gdk-pixbuf. i.e. specify --enable-gdk-pixbuf and do NOT specify --enable-imlib. regards, minami |
From: MINAMI H. <mi...@ch...> - 2002-08-28 07:56:18
|
Hi, I'v committed following changes to CVS. * Background picture was not drawn when pseudo transparency had been turned off. fixed. (Thanks to Kubota Tomohiro san) * "winsize" structure were not fully initialized during pty setup. fixed. (Thanks to Nanashi san) (!) * Compilation failed on Linux glibc 2.1.x because of incomplete langinfo.h. Built-in (dummy) kik_langinfo is now used when CODESET is not defined. (!)This fix enables mutt/slrn users to display X-Faces using slrnface. regards, minami |
From: <v2m...@sp...> - 2002-08-26 01:13:11
|
¥Nµoemail¼s§i Åý±z¥H·¥§Cªº¦¨¥»¡A ÁA¸Ñ¥D°Ê¦¡¦æ¾Pªº«Â¤O¡C ¦]¬°ÀW¼e¦³¦h¡A Ä@·NÀ°§U¦³·NÄ@¶}©Ý¥«³õªºªB¤Í¡A ¸Õ¸Õ¬Ý®ÄªG¡C ¦WÃB¤T¦ì¡]¶Ç¾P¤º®e¥²¶·µ´¹ï¦Xªk¡^¡C ¹q¸Ü¡G02-27492314 |
From: Mike F. <mf...@su...> - 2002-07-29 13:32:32
|
Ambrose Li <a....@ie...> writes: > has anyone had any success using mlterm with kinput2? For me, it > segfaults immediately as soon as it tries to open the IM. > > My system is GNU/Linux with libc5, XFree86 3.3.2, and kinput2 3.1 > beta4 with Wnn4. I know i18n is completely broken in libc5 and the > kinput2 I am using is beta, but kinput2 seems to work fine in both > kterm and rxvt, so I tend to (for now) suspect an mlterm problem. mlterm usually works just fine with kinput2, therefore I suspect that the problem is either in libc5 or in XFree86 3.3.2. I had a problem using kinput2 with mlterm in UTF-8 encoding with XFree86 4.1.0 which disappeared when I upgraded to Xfree85 4.2.0. In EUC-JP encoding I never had any problems. -- Mike Fabian <mf...@su...> http://www.suse.de/~mfabian 睡眠不足はいい仕事の敵だ。 |