2006-02-16 15:28  hephooey

	* qterm/: imageviewer.cpp, qtermframe.cpp: Workaround for the
	  timefilter problem, QFileInfo->created() only give a second level
	  accuracy

2006-02-12 23:50  hephooey

	* qterm/: qtermscreen.cpp, qtermscreen.h: ugly hack for a
	  regression of the fix of the menu bug

2006-02-12 19:13  hephooey

	* qterm/: aboutdialog.cpp, aboutdialogui.cpp, addrdialog.cpp,
	  addrdialogui.cpp, articledialog.cpp, articledialogui.cpp,
	  imageviewer.cpp, imageviewer.h, imageviewerui.cpp, keydialog.cpp,
	  keydialogui.cpp, main.cpp, msgdialog.cpp, msgdialogui.cpp,
	  osdmessage.cpp, popupMessage.cpp, popwidget.cpp, prefdialog.cpp,
	  prefdialogui.cpp, qtermbuffer.cpp, qtermcanvas.cpp,
	  qtermdecode.cpp, qtermframe.cpp, qtermhttp.cpp, qtermimage.cpp,
	  qtermscreen.cpp, qtermsocket.cpp, qtermtelnet.cpp,
	  qtermtimelabel.cpp, qtermtoolbutton.cpp, qtermwindow.cpp,
	  qtermwndmgr.cpp, qtermzmodem.cpp, quickdialog.cpp,
	  quickdialogui.cpp, schemadialog.cpp, schemadialogui.cpp,
	  soundconf.cpp, soundconfui.cpp, statusBar.cpp, trayicon.cpp,
	  zmodemdialog.cpp, zmodemdialogui.cpp, ssh/qtermsshauth.cpp,
	  ssh/qtermsshkex.cpp, ssh/qtermsshlogin.cpp,
	  ssh/qtermsshloginui.cpp, ssh/qtermsshpacket.cpp,
	  ssh/qtermsshpacket.h, ssh/qtermsshsession.cpp,
	  ssh/qtermsshsocket.cpp: speed up compilation:

	  real	  1m41.394s user    1m33.998s sys     0m6.116s

	  v.s.

	  real	  1m11.976s user    1m7.083s sys     0m3.999s

2006-02-09 07:08  sidos

	* qterm/qtermhttp.cpp: move filename".part" to filename after
	  finished always

2006-02-05 23:07  hephooey

	* qterm/qtermscreen.cpp:
	  This should fix the mysterious menu bug: Text disappear when it
	  was selected in a menu list.

2006-02-05 23:02  hephooey

	* qterm/addrdialog.cpp:
	  Redundant?

2006-02-02 23:49  hephooey

	* qterm/qtermscreen.cpp:
	  I'm a nut, maybe this bug have something to do with the weird
	  menu bug.

2006-02-02 05:42  sidos

	* qterm/: qtermcanvas.cpp, qtermframe.cpp: updateList when show
	  back imageviewer

2006-02-01 13:55  hephooey

	* qterm/qtermscreen.cpp:
	  avoid crash when port to qt4

2006-01-31 07:55  sidos

	* qterm/: Makefile.am, imageviewer.cpp, imageviewer.h,
	  qtermcanvas.cpp, qtermcanvas.h, qtermframe.cpp, qtermframe.h,
	  qtermhttp.cpp, qtermimage.cpp, qtermimage.h, statusBar.cpp,
	  statusBar.h: . single instance imageviewer . only pics from
	  current session are shown

2005-12-28 22:44  hephooey

	* qterm/: qtermwindow.cpp, qtermwindow.h: redirect QIMEvent from
	  qtermwindow to qtermscreen, temporary workaround for qt with
	  immqt patches (typically fc4), there should be a better solution,
	  and this workaround still has not been tested on qt without immqt
	  patches.

2005-11-28 11:43  hephooey

	* qterm/qtermhttp.cpp: deleteLater

2005-11-25 03:17  sidos

	* qterm/: qtermcanvas.cpp, qtermhttp.cpp: fix one potential problem
	  when analyzing http response for filename

2005-11-15 22:04  hephooey

	* qterm/qtermhttp.cpp: hmm, seems there is no way to tell the
	  charset of the filename from the header, any better idea?

2005-11-04 14:08  hephooey

	* qterm/ssh/qtermsshmd5.h: fix the compile error

2005-10-22 22:25  hephooey

	* qterm/: qtermhttp.cpp, qtermhttp.h, qtermwindow.cpp,
	  qtermwindow.h: now statusbar in qtermwindow.cpp has no use,
	  should be disabled, add download process from qtermhttp.cpp
	  directly thanks to the singleton, clean up unneccessary code.

2005-10-22 22:23  hephooey

	* qterm/: qtermframe.cpp, qtermframe.h: remove the clock, welcome
	  the progress bar

2005-10-22 22:22  hephooey

	* qterm/: statusBar.cpp, statusBar.h: make statusBar a singleton,
	  never use the create method outside of qtermframe.cpp.

2005-10-22 22:20  hephooey

	* qterm/.cvsignore: more ignore

2005-10-22 22:11  hephooey

	* qterm/qtermhttp.cpp: dos2unix

2005-10-04 18:08  hephooey

	* qterm/statusBar.cpp: show the progress

2005-10-04 16:54  hephooey

	* qterm/: Makefile.am, overlayWidget.cpp, overlayWidget.h,
	  popupMessage.cpp, popupMessage.h, progressBar.cpp, progressBar.h,
	  qtermhttp.cpp, qtermhttp.h, qtermwindow.cpp, qtermwindow.h,
	  statusBar.cpp, statusBar.h: new progress bar on the status bar

2005-10-04 16:38  hephooey

	* qterm/: osdmessage.cpp, osdmessage.h, qtermhttp.cpp, qtermhttp.h,
	  qtermwindow.cpp, qtermwindow.h: use osd to display ip location
	  and download information

2005-09-21 18:07  sidos

	* qterm/qtermframe.cpp: fixed: scrollbar position always set to
	  left after FullScreen mode(chenniqiu at gmail)

2005-09-19 15:46  sidos

	* qterm/: Makefile.am, aboutdialogui.cpp, qtermiplocation.cpp,
	  qtermtextline.cpp: fix bugs reported by nichloas@smth.org

2005-09-01 22:49  hephooey

	* RELEASE_NOTES: for 0.4pre3

2005-09-01 20:19  hephooey

	* RELEASE_NOTES: for 0.4pre3

2005-09-01 20:11  sidos

	* qterm/qtermframe.cpp: code correction

2005-09-01 20:03  sidos

	* qterm/qtermscreen.cpp: fix problem with input under MacOSX

2005-09-01 19:22  sidos

	* qterm/: qtermframe.cpp, qtermhttp.cpp: check path ended with '/'
	  or not

2005-09-01 16:58  sidos

	* qterm/osdmessage.cpp: use QPixmap::createHeuristicMask

2005-09-01 16:49  sidos

	* qterm/qterm.prj: update qterm.prj to include new files

2005-09-01 12:04  hephooey

	* qterm/qtermwindow.cpp: CHANGE BEHAVIOR: click the middle button
	  on a url will preview the url instead of paste clipboard.

2005-09-01 12:01  hephooey

	* qterm/qtermzmodem.cpp: disable zmodem.log, should add a
	  QTERM_DEBUG somewhere in the configuration, but I doubt anyone
	  will use it.

2005-09-01 11:54  hephooey

	* qterm/: imageviewer.cpp, imageviewer.h, qtermhttp.cpp: provide a
	  genThumb method for QTermHttp to call after the pic is
	  downloaded, the codes are dirty, but do the job.

2005-08-29 15:11  hephooey

	* qterm/qterm.cfg: hide the scroll bar in the initial
	  configuration, it doesn't really make sense with BBS :(

2005-08-28 16:37  hephooey

	* ChangeLog: update

2005-08-28 16:35  hephooey

	* qterm/: soundconfui.cpp, soundconfui.h: new ui file

2005-08-28 16:35  hephooey

	* qterm/ui/soundconf.ui: shrink the button width

2005-08-28 14:35  hephooey

	* qterm/: qtermsound.cpp, qtermsound.h, qtermwindow.cpp,
	  qtermwindow.h, soundconf.cpp, soundconf.h: add a test sound
	  function and stop some crash

2005-08-28 14:34  hephooey

	* qterm/: prefdialogui.cpp, prefdialogui.h, soundconfui.cpp,
	  soundconfui.h: generated from the new ui files

2005-08-28 14:33  hephooey

	* qterm/ui/: prefdialog.ui, soundconf.ui: new ui file

2005-08-27 22:57  hephooey

	* qterm/qtermframe.cpp: do things right

2005-08-27 10:17  hephooey

	* qterm/: main.cpp, qtermframe.cpp: prefer pixelsize if it is
	  available.

2005-08-26 16:12  hephooey

	* qterm/: prefdialogui.cpp, prefdialogui.h, soundconfui.cpp,
	  soundconfui.h: .cpp and .h generated from the new ui file

2005-08-26 16:11  hephooey

	* qterm/ui/: prefdialog.ui, soundconf.ui: slightly adjust the
	  layout

2005-08-25 23:22  hephooey

	* configure.in, qterm.spec, qterm/qterm.h: prepare for pre3

2005-08-24 21:13  hephooey

	* admin/acinclude.m4.in: disable -> enable

2005-08-23 22:20  sidos

	* qterm/qtermframe.cpp: clearDir in all closing cases

2005-08-23 21:04  hephooey

	* qterm/: imageviewer.cpp, imageviewer.h: use QStringList and
	  disable sort in QListView

2005-08-23 20:40  hephooey

	* qterm/qtermcanvas.cpp: fix the zoom in/out bug

2005-08-23 08:53  hephooey

	* qterm/imageviewer.cpp: correct behavior when there is only one
	  picture to view

2005-08-22 23:32  hephooey

	* qterm/imageviewer.cpp: usability improvement.

2005-08-22 23:32  hephooey

	* qterm/imageviewerui.cpp: typo

2005-08-22 22:59  hephooey

	* qterm/osdmessage.cpp: change the cursor when mouse is on the osd
	  widget

2005-08-22 22:58  hephooey

	* qterm/ui/imageviewerui.ui: new ui file

2005-08-22 22:57  hephooey

	* qterm/: imageviewer.cpp, imageviewer.h: extension is cool ;)

2005-08-22 22:57  hephooey

	* qterm/: imageviewerui.cpp, imageviewerui.h: Totally unreadable
	  diff, since they are generated from a completely different ui
	  file.

2005-08-18 18:34  hephooey

	* qterm/qtermscreen.cpp: don't update MicroFocusHint in paintEvent,
	  other qt/kde program avoid this too. this also fix some problems
	  with skim.

2005-08-18 14:14  hephooey

	* qterm/qtermwindow.cpp: We should not start the timer when
	  "autoReply" is enabled, temporary bug fix.

	  How to reproduce the bug: 1. send a message to yourself.  2.
	  disable and enable the autoReply button.  3. wait for the idle
	  timeout.

2005-08-17 21:13  hephooey

	* qterm/main.cpp: fix a bug when pathPool does not exist.

2005-08-17 14:07  hephooey

	* qterm/script/system.py: I believe this is the correct behavior

2005-08-17 14:06  hephooey

	* qterm/qtermwindow.cpp: oops

2005-08-16 23:29  hephooey

	* qterm/qtermwindow.cpp: fix a bug when autoReply message have some
	  non-latin characters, thanks sishen for the bug report

2005-08-16 14:08  hephooey

	* qterm/: cursor/mac_16x16/.cvsignore, ui/.cvsignore: cvsignore

2005-08-16 13:56  hephooey

	* ChangeLog: update

2005-08-16 13:44  hephooey

	* qterm/: Makefile.am, osdmessage.cpp, osdmessage.h,
	  qtermwindow.cpp, qtermwindow.h, pic/Makefile.am,
	  pic/messagebox_critical.png, pic/messagebox_info.png,
	  pic/messagebox_warning.png: A cute osd messager :), ripped from
	  kpdf, much better than status bar I think.

	  I missed a message from my friend yesterday because of the
	  autoReply, so I make the osd to show some words when a message is
	  autoReplyed. these words will not disappear automatically, you
	  have to manually click it to hide it.

	  And I add a m_bMouseClicked to detect if the mouseRelease event
	  is from a click or some other windows, because the osd of some
	  app, amarok and now qterm, will hide in the mousePress event, and
	  qterm will get the mouseRelease event. that is not we want.

	  TODO: Add some configure option to control the osd maybe.

2005-08-16 13:34  hephooey

	* qterm/.cvsignore: update

2005-08-13 21:33  hephooey

	* ChangeLog: update

2005-08-13 14:57  hephooey

	* qterm/imageviewer.cpp: Don't crash.

2005-08-13 14:56  hephooey

	* qterm/qtermframe.cpp: Clean up shadow-cache too, there seems to
	  be some problem about the path, if I have a pool path without "/"
	  in the end, everything mess up.

2005-08-13 14:16  hephooey

	* qterm/: Makefile.am, imageviewer.cpp, imageviewer.h,
	  imageviewerui.cpp, imageviewerui.h, main.cpp, qtermcanvas.cpp,
	  qtermcanvas.h, qtermframe.cpp, qtermframe.h, pic/Makefile.am,
	  pic/shadow.png, ui/Makefile.am, ui/imageviewerui.ui:
	  A simple image browser, don't expect too much ;) The code is full
	  of problems and dirty tricks, I use an embeded QTermCanvas to
	  show the picture in pool.  Known problem: 1. no fullscreen 2.
	  cannot use keyboard to change viewpoint.  3. the ui need some
	  polish.  4. generating the thumbnails takes a lot cpu, maybe
	  should write some code to prepare the thumbnails when the image
	  is downloaded.

2005-08-12 12:46  hephooey

	* qterm/: qtermcanvas.cpp, qtermcanvas.h: QPixmap -> QImage

2005-07-28 17:05  sidos

	* qterm/: qtermbuffer.cpp, qtermzmodem.cpp: . disregard changes in
	  qtermbuffer.cpp . QT_DUBUG macro used in qtermzmodem.cpp to
	  screenout debug info

2005-07-28 16:10  sidos

	* qterm/: qtermbuffer.cpp, qtermtextline.cpp, qtermzmodem.cpp: [no
	  log message]

2005-07-28 11:03  hephooey

	* ChangeLog: We should really update the ChangeLog :)

2005-07-07 21:00  hephooey

	* Makefile.am, configure.in: Nothing to be compiled in 'debian'

2005-07-07 20:59  hephooey

	* debian/Makefile.am: we don't need to compile 'debian', so we
	  don't need Makefile.am

2005-07-07 20:35  hephooey

	* configure.in: remove AC_CHECK_HAVE_KDE, is there any problem
	  about this change? after all, qterm should not have any
	  dependence on KDE

2005-07-07 20:33  hephooey

	* admin/ChangeLog: We don't need to log the admin change.

2005-07-07 20:30  hephooey

	* admin/: Doxyfile.am, Doxyfile.global, Makefile.common,
	  acinclude.m4.in, am_edit, bcheck.pl, conf.change.pl,
	  config.guess, config.pl, configure.in.bot.end, cvs-clean.pl,
	  cvs.sh, debianrules, depcomp, deps.am, detect-autoconf.sh,
	  install-sh, libtool.m4.in, ltmain.sh, nmcheck, oldinclude.m4.in,
	  pkg.m4.in: Sync with KDE 3.4, the diff log maybe unreadable.

2005-07-07 20:13  sidos

	* qterm/qtermframe.cpp: syncronize codes between
	  QTermFrame::closeEvent and QTermFrame::exitQTerm

2005-07-05 19:55  hephooey

	* qterm/ssh/qtermsshpacket.cpp: initialization

2005-07-05 19:52  hephooey

	* qterm/trayicon_x11.cpp: psi -> qterm

2005-07-01 05:10  sidos

	* qterm/qterm.prj: incorprate Qt library into Frameworks subdir of
	  qterm.app bundle

2005-06-30 20:38  hephooey

	* qterm/qtermscreen.cpp: Use a singal m_pFont instead of deleteing
	  it and newing it over and over again.

2005-06-24 22:00  sidos

	* qterm/: main.cpp, qtermframe.cpp, qtermiplocation.cpp: fix one
	  problem when ipfp is not set to NULL

2005-06-23 18:05  sidos

	* qterm/qtermiplocation.cpp: case-insensitive match of ipfile
	  QQWry.dat

2005-06-17 16:09  hephooey

	* qterm/qtermsound.cpp: something changed in qt maybe, we don't
	  need the & anymore.

2005-06-17 15:55  hephooey

	* qterm/address.cfg: the old SMTH is dead, tragically

2005-06-04 00:17  sidos

	* qterm/qtermhttp.cpp: one after fixing another one

2005-06-02 18:45  sidos

	* qterm/: qtermhttp.cpp, qtermscreen.cpp, qtermwindow.cpp: soem
	  problems with http download

2005-05-28 00:48  sidos

	* qterm/: qtermscreen.cpp, qtermwindow.cpp: work around punction
	  input problem on MacOS

2005-03-19 19:12  hephooey

	* qterm/qtermsocket.cpp: http proxy fixed, God bless us all

2005-01-26 22:36  sidos

	* qterm/: addrdialog.cpp, main.cpp, qtermcanvas.cpp,
	  qtermframe.cpp: some minor changes

2004-12-17 16:50  sidos

	* qterm/qtermcanvas.cpp: one compiling error on bsd4

2004-12-15 05:16  sidos

	* admin/acinclude.m4.in, qterm/qtermpython.cpp,
	  qterm/qtermsocket.cpp, qterm/qtermwindow.h: compiling error when
	  using python2.4 and QT_NO_STL flag not set so define QT_NO_STL
	  since we dont useit anyway

2004-12-15 01:39  sidos

	* admin/acinclude.m4.in: due to some problem unknown, change
	  acinclude.m4.in to previous version

2004-12-09 21:31  sidos

	* admin/acinclude.m4.in: check python2.4

2004-12-09 21:25  sidos

	* qterm/: docs/script, script/sendmsg.py: add missing files

2004-12-07 16:30  sidos

	* qterm/qtermhttp.cpp: put progressdialog in background in windowz

2004-12-07 05:16  sidos

	* qterm/qtermhttp.cpp: remove qwarnings

2004-12-07 04:52  sidos

	* ChangeLog, configure.in, qterm.spec, qterm/qterm.h,
	  qterm/qterm.prj, qterm/qtermiplocation.cpp,
	  qterm/qtermpython.cpp: add getArticle function and obsoleted
	  copyArticle

2004-12-06 20:11  hephooey

	* qterm/qtermscreen.cpp: Draw English char one by one.

2004-12-02 10:45  sidos

	* admin/detect-autoconf.sh: one error in admin/detect-autoconf.sh

2004-11-30 21:58  sidos

	* qterm/: qtermscreen.cpp, qtermscreen.h: updateFont

2004-11-30 21:29  sidos

	* admin/detect-autoconf.sh: fix one problem in detect-autoconf.ch
	  in FreeBSD

2004-11-26 23:30  sidos

	* qterm/qtermscreen.cpp: changes in calculating fontsize

2004-11-26 16:19  sidos

	* qterm/: qterm.prj, qtermscreen.cpp: fix one problem when
	  calculating font pixel size

2004-11-24 21:18  sidos

	* qterm/qtermbuffer.cpp: minor change

2004-11-24 02:55  sidos

	* qterm/qtermtelnet.cpp: fix NAWS by using socket->writeBlock
	  instead of write, stupid i am

2004-11-24 00:00  sidos

	* qterm/: qtermbuffer.cpp, qtermhttp.cpp, qtermiplocation.cpp,
	  qtermscreen.cpp, qtermtelnet.cpp, qtermwindow.cpp: initialize
	  m_bCheckIP properly and check ip data file in $QTERM

2004-11-23 22:43  hephooey

	* qterm/: qtermiplocation.cpp, qtermiplocation.h: iplocation

2004-11-23 22:38  hephooey

	* qterm/: qtermbbs.cpp, qtermbbs.h, qtermwindow.cpp, qtermwindow.h:
	  iplocation

2004-11-23 22:27  hephooey

	* qterm/Makefile.am: iplocation

2004-11-23 22:22  hephooey

	* qterm/credits: add cyb for iplocation

2004-11-20 05:51  sidos

	* ChangeLog, qterm/qtermcanvas.cpp, qterm/qtermhttp.cpp,
	  qterm/qtermscreen.cpp, qterm/qtermtelnet.cpp,
	  qterm/qtermtelnet.h, qterm/qtermwindow.cpp,
	  qterm/qtermwndmgr.cpp: update about naws

2004-11-16 17:14  sidos

	* qterm/: aboutdialogui.cpp, aboutdialogui.h, credits,
	  qtermdecode.cpp, qtermframe.cpp, qtermhttp.cpp, qtermscreen.cpp,
	  qtermwndmgr.cpp, ui/aboutdialog.ui: put progress dialog
	  background

2004-11-12 18:59  sidos

	* ChangeLog, qterm/main.cpp, qterm/qtermframe.cpp,
	  qterm/qtermscreen.cpp, qterm/qtermwndmgr.cpp,
	  qterm/qtermzmodem.cpp: get around bug by ctrl+tab

2004-10-29 16:13  sidos

	* ChangeLog, debian/control, qterm/credits, qterm/main.cpp,
	  qterm/qtermbuffer.cpp, qterm/qtermcanvas.h, qterm/qtermframe.cpp,
	  qterm/qtermhttp.cpp, qterm/qtermhttp.h, qterm/qtermscreen.cpp,
	  qterm/qtermwindow.cpp, qterm/qtermzmodem.cpp: changes i forgot :(

2004-10-04 18:11  sidos

	* configure.in, qterm/qtermbuffer.cpp: version info update remove
	  newline at the end of copied text

2004-10-01 15:18  hephooey

	* qterm/qterm.h: version bump.

2004-09-29 23:53  sidos

	* ChangeLog, INSTALL, README, README.big5, README.gb,
	  RELEASE_NOTES, admin/config.guess, admin/config.sub,
	  debian/changelog, qterm/credits, qterm/qterm.prj,
	  qterm/qtermbuffer.cpp, qterm/qtermdecode.cpp,
	  qterm/qtermscreen.cpp, qterm/qtermsocket.cpp,
	  qterm/qtermtelnet.cpp, qterm/qtermwindow.cpp, qterm/docs/script,
	  qterm/po/Makefile.am: one bug fix in NAWS

2004-09-16 23:07  sidos

	* RELEASE_NOTES, qterm/qtermpython.cpp, qterm/qtermwindow.cpp:
	  final working new copyArticle

2004-09-16 21:16  sidos

	* qterm/: main.cpp, qtermpython.cpp, qtermwindow.cpp: refine copy
	  article add some err msg if cant create directory needed

2004-09-15 19:11  sidos

	* qterm/po/: qterm_chs.qm, qterm_chs.ts: qterm_chs.ts update

2004-09-15 18:42  sidos

	* qterm/: credits, qterm.cfg, qtermcanvas.cpp, qtermhttp.cpp,
	  qtermpython.cpp, qtermtelnet.cpp, schemadialog.cpp: qtermhttp
	  should use qtermframe->m_pref.m_strPoolPath reset some falgs in
	  qtermtelnet to make it reconnect

2004-09-14 22:50  sidos

	* qterm/: qterm.prj, qtermpython.cpp: init pValue pName pTb to NULL

2004-09-14 19:36  sidos

	* RELEASE_NOTES, qterm/qtermpython.cpp: getException use Py_XDECREF

2004-09-14 18:31  sidos

	* qterm/: qtermpython.cpp, qtermwindow.cpp: one fatal error in
	  pythoncallback

2004-09-14 15:11  sidos

	* qterm/: addrdialogui.cpp, addrdialogui.h, main.cpp,
	  qtermframe.cpp, qtermwindow.cpp, po/Makefile.am, po/qterm.ts,
	  po/qterm_chs.qm, po/qterm_chs.ts, po/qterm_cht.ts,
	  script/continuous.py, script/download.py, script/system.py,
	  ui/addrdialog.ui: chs translation

2004-09-13 22:49  sidos

	* qterm/: credits, qtermwindow.cpp: screen not refreshed when
	  receiving msg and python script loaded

2004-09-13 19:23  sidos

	* qterm/: credits, qterm.prj, qtermhttp.cpp: another error in save
	  link as... function

2004-09-13 15:42  sidos

	* RELEASE_NOTES, qterm/credits, qterm/main.cpp,
	  qterm/prefdialog.cpp: several bugs after cvs update

2004-09-11 18:13  hephooey

	* qterm/qtermwindow.cpp: for kingson ;)

2004-09-11 07:49  hephooey

	* qterm/qtermsound.cpp: magical '&'

2004-09-10 23:41  sidos

	* qterm/qtermwindow.cpp: one typo in qtermwindow::mouseevent

2004-09-10 23:23  sidos

	* qterm/: qtermwindow.cpp, script/system.py: system script for ytht

2004-09-10 22:50  sidos

	* RELEASE_NOTES, configure.in, qterm/qtermhttp.cpp,
	  qterm/qtermhttp.h, qterm/qtermwindow.cpp: python and http related

2004-09-10 19:49  sidos

	* qterm/: addrdialog.cpp, addrdialogui.cpp, addrdialogui.h,
	  credits, keydialog.cpp, main.cpp, prefdialog.cpp,
	  prefdialogui.cpp, prefdialogui.h, qtermcanvas.cpp, qtermcanvas.h,
	  qtermhttp.cpp, qtermhttp.h, qtermpython.cpp, qtermsocket.cpp,
	  qtermsound.cpp, qtermwindow.cpp, qtermwindow.h, qtermzmodem.cpp,
	  schemadialog.cpp, soundconf.cpp, docs/Makefile.am, docs/script,
	  script/Makefile.am, script/download.py, script/system.py,
	  ui/addrdialog.ui, ui/prefdialog.ui: [no log message]

2004-09-08 22:48  sidos

	* BUGS, INSTALL, RELEASE_NOTES, qterm.spec, qterm/Makefile.am,
	  qterm/main.cpp, qterm/qterm.h, qterm/qtermcanvas.cpp,
	  qterm/qtermcanvas.h, qterm/qtermpython.cpp,
	  qterm/qtermwindow.cpp, qterm/qtermwindow.h: multi-download

2004-09-04 11:42  hephooey

	* qterm/: prefdialog.cpp, qtermwindow.cpp: sound is good

2004-09-04 09:29  sidos

	* ChangeLog, qterm/aboutdialog.cpp, qterm/qtermcanvas.cpp,
	  qterm/qtermcanvas.h, qterm/qtermframe.cpp, qterm/qtermpython.cpp,
	  qterm/qtermwindow.cpp, qterm/qtermzmodem.cpp,
	  qterm/script/system.py: update on zmodem mainly

2004-09-02 18:16  hephooey

	* qterm/prefdialog.cpp: oops ;)

2004-08-31 21:16  sidos

	* ChangeLog, qterm/qtermbuffer.cpp, qterm/qtermdecode.cpp,
	  qterm/qtermdecode.h, qterm/qtermtextline.cpp,
	  qterm/qtermwindow.cpp, qterm/qtermwindow.h: small bugfix

2004-08-31 00:51  sidos

	* qterm/: qtermscreen.cpp, qtermtelnet.cpp, qtermtelnet.h,
	  qtermwindow.cpp: better support for NAWS

2004-08-30 17:51  sidos

	* qterm/: qtermbuffer.cpp, qtermbuffer.h, qtermframe.cpp,
	  qtermscreen.cpp, qtermtelnet.cpp, qtermtelnet.h, qtermwindow.cpp,
	  qtermzmodem.cpp: a roughly working NAWS option in telnet

2004-08-26 22:26  hephooey

	* qterm/qtermscreen.cpp: 10l

2004-08-26 22:05  hephooey

	* qterm/qtermscreen.cpp: now behavior of the cursor is much better

2004-08-26 22:03  hephooey

	* qterm/qtermwindow.cpp: better url handle

2004-08-26 21:31  sidos

	* qterm/ssh/: qtermsshsocket.cpp, qtermsshsocket.h: [no log
	  message]

2004-08-26 19:40  sidos

	* ChangeLog, debian/changelog, debian/control, debian/rules,
	  qterm/Makefile.am, qterm/credits, qterm/main.cpp,
	  qterm/prefdialog.cpp, qterm/prefdialog.h, qterm/prefdialogui.cpp,
	  qterm/prefdialogui.h, qterm/qterm.h, qterm/qtermcanvas.h,
	  qterm/qtermdecode.cpp, qterm/qtermframe.cpp, qterm/qtermframe.h,
	  qterm/qtermpython.cpp, qterm/qtermpython.h,
	  qterm/qtermscreen.cpp, qterm/qtermwindow.cpp,
	  qterm/qtermwindow.h, qterm/qtermwndmgr.cpp,
	  qterm/zmodemdialog.cpp, qterm/zmodemdialog.h, qterm/docs/script,
	  qterm/ui/Makefile.am: bug fix after 0.3.8

2004-08-24 16:08  sidos

	* ChangeLog, INSTALL, Makefile.am, qterm/prefdialog.cpp,
	  qterm/prefdialog.h, qterm/prefdialogui.cpp, qterm/prefdialogui.h,
	  qterm/qtermcanvas.cpp, qterm/qtermframe.cpp, qterm/qtermframe.h,
	  qterm/qtermsocket.cpp, qterm/qtermsocket.h,
	  qterm/qtermtelnet.cpp, qterm/qtermtelnet.h,
	  qterm/qtermwindow.cpp, qterm/qtermwindow.h,
	  qterm/ui/prefdialog.ui: proxy support for SSH1

2004-08-23 17:36  sidos

	* configure.in, qterm.spec, qterm/addrdialog.cpp,
	  qterm/addrdialogui.cpp, qterm/addrdialogui.h, qterm/credits,
	  qterm/main.cpp, qterm/qterm.h, qterm/qtermcanvas.cpp,
	  qterm/qtermcanvas.h, qterm/qtermconfig.cpp, qterm/qtermframe.cpp,
	  qterm/qtermparam.cpp, qterm/qtermparam.h, qterm/qtermscreen.cpp,
	  qterm/qtermwindow.cpp, qterm/qtermwindow.h,
	  qterm/qtermwndmgr.cpp, qterm/qtermwndmgr.h,
	  qterm/qtermzmodem.cpp, qterm/zmodemdialogui.cpp,
	  qterm/zmodemdialogui.h, qterm/script/download.py,
	  qterm/ui/addrdialog.ui, qterm/ui/zmodemdialog.ui: various
	  changes/bugfixes

2004-08-18 06:15  sidos

	* configure.in, debian/changelog, qterm/Makefile.am,
	  qterm/qterm.prj, qterm/qtermcanvas.cpp, qterm/qtermframe.cpp,
	  qterm/qtermwindow.cpp, qterm/qtermwndmgr.cpp: some changes in
	  picture viewer

2004-08-13 21:56  sidos

	* qterm/qtermtelnet.h: one minor change for BSD compatible

2004-08-13 15:46  sidos

	* ChangeLog, qterm/credits, qterm/main.cpp, qterm/prefdialog.cpp,
	  qterm/qtermcanvas.cpp, qterm/qtermcanvas.h,
	  qterm/qtermscreen.cpp, qterm/qtermzmodem.cpp: bugs fix

2004-08-12 21:58  sidos

	* qterm/: qtermbbs.cpp, qtermcanvas.cpp, qtermcanvas.h,
	  qtermwindow.cpp, qtermwindow.h: finally picture viewer works

2004-08-11 06:10  sidos

	* qterm/: qtermzmodem.cpp, zmodemdialog.cpp: some minor changes in
	  zmodem

2004-08-11 05:48  sidos

	* qterm/: main.cpp, qterm.h, qtermcanvas.cpp, qtermcanvas.h,
	  qtermwindow.cpp, qtermwindow.h: nearly finished http download

2004-07-30 21:34  sidos

	* qterm/: main.cpp, qtermcanvas.cpp, qtermcanvas.h,
	  qtermwindow.cpp: minor change about qtermcanvas

2004-07-30 19:05  sidos

	* qterm/: qtermcanvas.cpp, qtermcanvas.h, qtermwindow.cpp: change
	  qtermcanvas to QLabel

2004-07-30 14:44  sidos

	* qterm/: qtermcanvas.cpp, qtermcanvas.h, zmodemdialog.cpp,
	  zmodemdialog.h, zmodemdialogui.cpp, zmodemdialogui.h,
	  ui/zmodemdialog.ui: missing files

2004-07-30 01:23  sidos

	* ChangeLog, qterm/Makefile.am, qterm/qterm.prj,
	  qterm/qtermwindow.cpp, qterm/qtermwindow.h,
	  qterm/po/qterm_chs.qm: update qhttp and viewwe but viewer doesnt
	  work because of OpenGL

2004-07-28 01:25  sidos

	* configure.in, qterm.spec, qterm/prefdialog.cpp, qterm/qterm.h,
	  qterm/qtermbbs.cpp, qterm/qtermconfig.cpp, qterm/qtermwindow.cpp,
	  qterm/qtermzmodem.cpp: [no log message]

2004-07-23 21:59  sidos

	* qterm/: main.cpp, prefdialog.cpp, qtermframe.cpp, qtermframe.h,
	  qtermzmodem.cpp: working on MacOSX without any problem now

2004-07-23 20:01  sidos

	* qterm/: Makefile.am, addrdialog.cpp, keydialog.cpp, main.cpp,
	  prefdialog.cpp, prefdialog.h, prefdialogui.cpp, prefdialogui.h,
	  qterm.prj, qtermframe.cpp, qtermframe.h, qtermscreen.cpp,
	  qtermwindow.cpp, qtermwindow.h, qtermwndmgr.cpp, qtermzmodem.cpp,
	  qtermzmodem.h, quickdialog.cpp, soundconf.cpp, ui/prefdialog.ui:
	  some bugs in MacOSX

2004-07-23 19:37  hephooey

	* qterm/: qtermtelnet.cpp, qtermzmodem.cpp: fix ssh+zmodem download

2004-07-19 23:57  sidos

	* qterm/qtermzmodem.cpp: use filedialog to select files

2004-07-19 21:24  sidos

	* qterm/: qtermtelnet.cpp, qtermwindow.cpp, qtermzmodem.cpp: update
	  zmodem

2004-07-19 15:15  sidos

	* qterm/qtermzmodem.cpp: zmodem upload problem

2004-07-16 20:48  sidos

	* qterm/: Makefile.am, qterm.prj, qtermtelnet.cpp, qtermtelnet.h,
	  qtermwindow.cpp, qtermwindow.h, qtermzmodem.cpp, qtermzmodem.h:
	  add zmodem files

2004-07-16 17:12  sidos

	* qterm/: qtermwindow.cpp, qtermwindow.h: codec problem in
	  QTermWindow::inputHandle

2004-07-16 16:13  sidos

	* qterm/: qtermframe.cpp, qtermframe.h, qtermwndmgr.cpp: [no log
	  message]

2004-07-16 15:59  sidos

	* qterm/ssh/: Makefile.am, crc32.h, qtermsshbuffer.h,
	  qtermsshcipher.h, qtermsshdes.h, qtermsshhash.h, qtermsshkex.cpp,
	  qtermsshkex.h, qtermsshmd5.h, qtermsshpacket.cpp,
	  qtermsshpacket.h, qtermsshrsa.cpp, qtermsshsession.h, types.h:
	  types.h missing

2004-07-16 12:38  hephooey

	* qterm/: qtermscreen.cpp, qtermscreen.h: better on the spot
	  support

2004-07-13 16:50  hephooey

	* qterm/: qtermscreen.cpp, qtermscreen.h, qtermwindow.cpp,
	  qtermwindow.h: on-the-spot input style support, need some work to
	  make the display better

2004-06-10 21:25  sidos

	* ChangeLog, configure.in, qterm/qterm.prj,
	  qterm/cursor/Makefile.am, qterm/cursor/mac_16x16/Makefile.am,
	  qterm/cursor/mac_16x16/end.xpm, qterm/cursor/mac_16x16/enter.xpm,
	  qterm/cursor/mac_16x16/exit.xpm, qterm/cursor/mac_16x16/hand.xpm,
	  qterm/cursor/mac_16x16/home.xpm, qterm/cursor/mac_16x16/next.xpm,
	  qterm/cursor/mac_16x16/pagedown.xpm,
	  qterm/cursor/mac_16x16/pageup.xpm,
	  qterm/cursor/mac_16x16/prev.xpm: add 16x16 cursor for MacOSX

2004-06-10 20:34  sidos

	* qterm/: Makefile.am, qterm.icns, qterm.prj: add icon for MacOSX

2004-06-10 15:50  sidos

	* qterm/: qtermscreen.cpp, qtermwindow.cpp, qtermwindow.h: fix
	  input method for windows

2004-06-10 00:21  sidos

	* ChangeLog, qterm/Makefile.am, qterm/qtermframe.cpp: add
	  Windows->Main Window menu

2004-06-01 18:31  sidos

	* configure.in, qterm/main.cpp, qterm/schemadialog.cpp,
	  qterm/script/download.py: problem in configure.in to get the
	  bindir

2004-05-27 19:50  hephooey

	* qterm/qtermbuffer.cpp: Try to fix the wrap bug, by cppgx@smth.org

2004-05-18 23:54  sidos

	* qterm.spec: update qterm.spec to 0.3.6

2004-05-18 23:29  sidos

	* configure.in: check for python >= 2.2

2004-05-18 22:01  sidos

	* qterm/qtermwindow.cpp: minor err when no python compiled

2004-05-18 15:42  sidos

	* qterm/ui/Makefile.am: mistake

2004-05-18 14:46  hephooey

	* qterm/qterm.ico: forget about the transparent

2004-05-18 14:23  sidos

	* qterm/: qterm.prj, qtermwindow.cpp: some minor changes

2004-05-18 12:20  hephooey

	* qterm/qterm.ico: better ico

2004-05-18 09:42  hephooey

	* qterm/ui/: soundconf.ui, sshlogin.ui: My ui ;)

2004-05-17 22:09  sidos

	* configure.in, qterm/Makefile.am, qterm/po/Makefile.am,
	  qterm/po/qterm.ts: qterm.ts file added

2004-05-17 20:49  sidos

	* qterm/: Makefile.am, qterm.ico, qterm.rc, script/download.py,
	  ui/aboutdialog.ui, ui/addrdialog.ui, ui/articledialog.ui,
	  ui/keydialog.ui, ui/msgdialog.ui, ui/prefdialog.ui,
	  ui/quickdialog.ui, ui/schemadialog.ui: add .ui files and also
	  qterm.rc qterm.ico(for win32) to CVS

2004-05-17 15:46  sidos

	* BUGS, qterm/qtermwindow.cpp: bug when no python module imported

2004-05-14 23:49  sidos

	* qterm.kdevprj, qterm/qtermwindow.cpp, qterm/qtermwindow.h: better
	  exception handling when call python function

2004-05-14 15:33  sidos

	* BUGS, ChangeLog, configure.in, qterm.spec, qterm/addrdialog.cpp,
	  qterm/qterm.h, qterm/qterm.prj, qterm/qtermconfig.cpp,
	  qterm/qtermframe.cpp, qterm/qtermwindow.cpp, qterm/qtermwindow.h:
	  better exception handling when run python script

2004-05-13 23:25  sidos

	* qterm/: addrdialog.cpp, articledialog.cpp, credits,
	  popwidget.cpp, qterm.prj, qtermconfig.cpp, qtermconfig.h,
	  qtermframe.cpp, qtermwindow.cpp, quickdialog.cpp, soundconf.cpp,
	  trayicon_mac.cpp, trayicon_win.cpp: merge patch from
	  cppgx.bbs@smth.org, qtermconfig.* ssh/type.h

2004-04-28 23:53  sidos

	* qterm/: qterm.prj, qtermscreen.cpp: FIX: macosx mouse support

2004-04-21 19:56  sidos

	* debian/control, qterm/qterm.h, qterm/qterm.prj: update qterm.prj
	  to include SSH

2004-03-07 21:05  hephooey

	* qterm/ssh/: qtermsshkex.cpp, qtermsshpacket.cpp: less debug info

2004-03-07 15:33  hephooey

	* qterm/: qtermbbs.cpp, qtermframe.cpp, qtermframe.h,
	  qtermtelnet.cpp, qtermtimelabel.cpp, qtermwindow.cpp: fix mem
	  leak

2004-03-07 15:30  hephooey

	* qterm/qtermconfig.cpp: fix crash and mem leak

2004-03-07 15:28  hephooey

	* qterm/ssh/qtermsshsocket.cpp: less debug info

2004-03-07 14:32  hephooey

	* qterm/qtermbuffer.h: for Qt 3.x

2004-03-07 14:28  hephooey

	* qterm/ssh/.cvsignore: .la to .a

2004-03-04 14:14  sidos

	* ChangeLog, qterm/address.cfg, qterm/main.cpp,
	  qterm/qtermframe.cpp: commit local changes made between 0.3.4 and
	  0.3.5

2004-02-27 14:07  hephooey

	* qterm/: ssh/Makefile.am, Makefile.am: compile ssh as a static
	  library

2004-02-20 20:01  hephooey

	* qterm/ssh/: qtermsshpacket.cpp, qtermsshsocket.cpp,
	  qtermsshsocket.h: FIX: Packet may be splited into two parts. We
	  should wait until the packet is finished

2004-02-20 17:56  hephooey

	* qterm/schema/: .cvsignore, Makefile.in: ignore Makefile.in and
	  Makefile

2004-02-20 17:49  hephooey

	* qterm/: addrdialog.cpp, qtermtelnet.cpp, qtermtelnet.h,
	  qtermwindow.cpp: SSH support

2004-02-20 13:20  hephooey

	* qterm/pic/: Makefile.am, qterm_tray.png: Better Tray icon

2004-02-20 13:16  hephooey

	* qterm/.cvsignore: more ingore

2004-02-20 13:14  hephooey

	* qterm/: qtermframe.cpp, qtermframe.h, trayicon_x11.cpp: Tray icon
	  improve

2004-02-20 13:11  hephooey

	* admin/acinclude.m4.in, configure.in, qterm/Makefile.am: OpenSSL
	  detection and SSH support compilation

2004-02-20 13:06  hephooey

	* qterm/: qtermsocket.cpp, qtermsocket.h: SSH support

2004-02-20 12:57  hephooey

	* qterm/ssh/: .cvsignore, Makefile.am, crc32.cpp, crc32.h,
	  getput.h, qtermsshauth.cpp, qtermsshauth.h, qtermsshbuffer.cpp,
	  qtermsshbuffer.h, qtermsshcipher.h, qtermsshconst.h,
	  qtermsshdes.cpp, qtermsshdes.h, qtermsshhash.h, qtermsshkex.cpp,
	  qtermsshkex.h, qtermsshlogin.cpp, qtermsshlogin.h,
	  qtermsshloginui.cpp, qtermsshloginui.h, qtermsshmd5.cpp,
	  qtermsshmd5.h, qtermsshpacket.cpp, qtermsshpacket.h,
	  qtermsshrsa.cpp, qtermsshrsa.h, qtermsshsession.cpp,
	  qtermsshsession.h, qtermsshsocket.cpp, qtermsshsocket.h: SSH
	  support

2004-02-20 12:24  hephooey

	* RELEASE_NOTES: for QTerm 0.3.5

2004-02-20 12:19  hephooey

	* ChangeLog, qterm.spec: for QTerm 0.3.5

2003-11-10 00:58  sidos

	* qterm/schemadialog.cpp: fix one serious bug when save schema in
	  Windowz

2003-11-09 21:18  sidos

	* debian/control, debian/docs, qterm/addrdialog.cpp,
	  qterm/schema/Makefile.in: fix one bug when no schema selected in
	  schemaDialog

2003-11-09 15:48  sidos

	* qterm/qtermscreen.cpp: dont try to load image when image type
	  equals 0 or 1

2003-11-09 13:34  hephooey

	* ChangeLog: update

2003-11-09 10:04  hephooey

	* qterm.spec: small update, still need some test.

2003-11-09 09:43  hephooey

	* qterm/qtermscreen.cpp: delete pConf and a workaround for a bug in
	  most sim* fonts.

2003-11-09 01:25  sidos

	* qterm/script/download.py: update download.py to save files to
	  $HOME/.qterm/downloads/$TIME/

2003-11-09 00:06  hephooey

	* admin/acinclude.m4.in: for redhat menu, don't know if also work
	  for fedora

2003-11-08 21:05  sidos

	* qterm/: qterm.prj, schemadialog.cpp, trayicon_mac.cpp,
	  schema/default.schema: add some files, default.schema, qterm.prj,
	  trayicon_mac.cpp

2003-11-08 19:53  sidos

	* ChangeLog, RELEASE_NOTES, qterm.kdevprj, qterm/Makefile.am,
	  qterm/addrdialog.cpp, qterm/articledialog.cpp, qterm/main.cpp,
	  qterm/qtermbuffer.cpp, qterm/qtermframe.cpp,
	  qterm/qtermscreen.cpp, qterm/qtermtelnet.cpp,
	  qterm/qtermtelnet.h, qterm/qtermwindow.cpp, qterm/qtermwindow.h,
	  qterm/schemadialog.cpp, qterm/trayicon_win.cpp,
	  qterm/trayicon_x11.cpp, qterm/schema/Makefile.in: some macro
	  definition for crossplatform

2003-11-08 00:53  sidos

	* qterm/: qtermwindow.cpp, schemadialog.cpp: no changes

2003-11-07 23:58  sidos

	* qterm.kdevprj, qterm/.cvsignore, qterm/pic/.cvsignore,
	  qterm/schema/Makefile.am, qterm/schema/Makefile.in,
	  qterm/script/.cvsignore: add default.schema

2003-11-07 22:15  hephooey

	* qterm/: qtermscreen.cpp, qtermscreen.h: fix for freeEE part 1;)

2003-11-07 20:40  sidos

	* qterm/qtermtextline.cpp: one bug in QTermTextLine::getText

2003-11-07 20:22  sidos

	* .cvsignore, BUGS, ChangeLog, RELEASE_NOTES, configure.in,
	  qterm.kdevprj, qterm.spec, debian/watch, qterm/.cvsignore,
	  qterm/Makefile.am, qterm/addrdialog.cpp, qterm/addrdialog.h,
	  qterm/main.cpp, qterm/qtermparam.cpp, qterm/qtermparam.h,
	  qterm/qtermscreen.cpp, qterm/qtermscreen.h,
	  qterm/qtermwindow.cpp, qterm/schemadialog.cpp,
	  qterm/schemadialog.h, qterm/schemadialogui.cpp,
	  qterm/schemadialogui.h, qterm/pic/.cvsignore,
	  qterm/schema/Linux.schema, qterm/schema/Makefile.am,
	  qterm/schema/Makefile.in, qterm/schema/Softness.schema,
	  qterm/schema/VIM.schema, qterm/schema/XTerm.schema,
	  qterm/script/.cvsignore, qterm/script/system.py: schema support

2003-11-07 12:14  hephooey

	* qterm/.cvsignore: .libs

2003-11-07 11:59  hephooey

	* qterm/.cvsignore: ignore .desp

2003-11-07 11:05  hephooey

	* qterm/.cvsignore: qterm.desktop should also be ignored

2003-11-07 11:01  hephooey

	* debian/.cvsignore, qterm/cursor/.cvsignore, qterm/.cvsignore,
	  qterm/docs/.cvsignore, qterm/pic/.cvsignore, qterm/po/.cvsignore,
	  qterm/script/.cvsignore: clean up

2003-11-07 10:56  hephooey

	* acinclude.m4, aclocal.m4, config.h.in, configure, Makefile.in,
	  stamp-h.in, subdirs, debian/Makefile.in, qterm/Makefile.in,
	  qterm/cursor/Makefile.in, qterm/docs/Makefile.in,
	  qterm/pic/Makefile.in, qterm/po/Makefile.in,
	  qterm/script/Makefile.in: clean up

2003-11-07 10:53  hephooey

	* .cvsignore: clear up

2003-10-18 15:04  sidos

	* qterm/qtermwindow.cpp: delete key works

2003-10-18 01:55  sidos

	* qterm/: addrdialog.cpp, main.cpp, qterm.cfg: add item version in
	  qterm.cfg for checking purpose disable SSH1/2 selection in
	  addressbook dialog

2003-10-18 01:27  sidos

	* qterm/qtermframe.cpp: mistake in getting visibility of toolbars
	  when window is hidden

2003-10-18 01:09  sidos

	* qterm/qtermwindow.cpp: check system control script empty or not,
	  this prevent qterm from crashing when click menu File->Connect

2003-10-18 00:58  sidos

	* ChangeLog, qterm/qtermframe.cpp, qterm/trayicon_win.cpp,
	  qterm/trayicon_x11.cpp: trayicon support KDE3/GNOME2, proted form
	  Psi(freedesktop protocol)

2003-10-18 00:10  sidos

	* ChangeLog, qterm/qtermwindow.cpp: copy text to both mouse key and
	  clipboard

2003-10-17 23:42  sidos

	* qterm/docs/: Makefile.am, Makefile.in, script: add qterm/docs/

2003-10-17 20:33  sidos

	* Makefile.in, acinclude.m4, aclocal.m4, configure, configure.in,
	  qterm.kdevprj, debian/Makefile.in, qterm/Makefile.am,
	  qterm/Makefile.in, qterm/cursor/Makefile.in,
	  qterm/pic/Makefile.in, qterm/script/Makefile.in: fix errors in
	  Makefile

2003-10-17 19:51  sidos

	* ChangeLog, Makefile.in, acinclude.m4, aclocal.m4, configure,
	  configure.in, qterm.kdevprj, qterm.kdevses,
	  admin/acinclude.m4.in, debian/Makefile.in, qterm/Makefile.am,
	  qterm/Makefile.in, qterm/main.cpp, qterm/qtermframe.cpp,
	  qterm/qtermscreen.cpp, qterm/qtermwindow.h,
	  qterm/qtermwndmgr.cpp, qterm/cursor/Makefile.in,
	  qterm/pic/Makefile.am, qterm/pic/Makefile.in,
	  qterm/script/Makefile.in: add project file for Kdevelop add
	  Python 2.3 checking in admin/aclocal.m4.in fix Python 2.3 support

2003-10-16 19:36  hephooey

	* admin/acinclude.m4.in: oops, fix the compilation ;)

2003-10-15 23:57  sidos

	* qterm.spec: make version number to 0.3.4 (just test the CVS,hehe)

2003-10-12 17:46  hephooey

	* qterm/pic/Makefile.am: Fix the installation problem of fonts.png

2003-10-01 09:45  hephooey

	* qterm/: Makefile.am, Makefile.in: for 0.3.3 release

2003-10-01 09:42  hephooey

	* acinclude.m4, aclocal.m4, configure, Makefile.in, configure.in,
	  admin/acinclude.m4.in, qterm/pic/Makefile.am,
	  qterm/pic/Makefile.in: for 0.3.3 release

2003-09-29 20:53  hephooey

	* qterm/: Makefile.am, Makefile.in, qterm.desktop.in, qterm.png:
	  for qterm.desktop

2003-09-29 20:43  hephooey

	* Makefile.in, QTerm.desktop, configure, configure.in: for
	  qterm.desktop

2003-09-29 10:59  hephooey

	* qterm/: qtermscreen.cpp, qtermscreen.h: fix flick problem and
	  some other bug fix

2003-09-27 13:37  hephooey

	* admin/ltconfig, qterm/po/Makefile.am, qterm/po/qterm.ts: remove

2003-09-27 13:31  hephooey

	* admin/am_edit: update

2003-09-27 13:29  hephooey

	* admin/acinclude.m4.in: Check arts and esd support, still need
	  some improve

2003-09-27 13:26  hephooey

	* debian/: Makefile.in, watch: update

2003-09-27 13:22  hephooey

	* qterm/: pic/Makefile.in, cursor/Makefile.am, cursor/Makefile.in:
	  update

2003-09-27 13:16  hephooey

	* qterm/script/: Makefile.am, Makefile.in, continuous.py,
	  download.py, system.py, tools.py: python script

2003-09-27 13:10  hephooey

	* qterm/: Makefile.am, Makefile.in, aboutdialog.cpp,
	  aboutdialogui.cpp, aboutdialogui.h, addrdialog.cpp, addrdialog.h,
	  addrdialogui.cpp, addrdialogui.h, address.cfg, articledialog.cpp,
	  articledialog.h, articledialogui.cpp, articledialogui.h, credits,
	  credits.txt, keydialog.cpp, keydialog.h, keydialogui.cpp,
	  keydialogui.h, main.cpp, msgdialogui.cpp, msgdialogui.h,
	  popwidget.cpp, prefdialog.cpp, prefdialogui.cpp, prefdialogui.h,
	  qterm.cfg, qterm.h, qterm.pro, qtermbuffer.h, qtermframe.cpp,
	  qtermframe.h, qtermparam.cpp, qtermparam.h, qtermpythonembed.cpp,
	  qtermscreen.cpp, qtermsound.cpp, qtermsound.h, qtermtelnet.cpp,
	  qtermwindow.cpp, qtermwindow.h, quickdialogui.cpp,
	  quickdialogui.h, schemadialogui.cpp, schemadialogui.h,
	  soundconf.cpp, soundconf.h, soundconfui.cpp, soundconfui.h,
	  trayicon.cpp, trayicon.h, trayicon_win.cpp, trayicon_x11.cpp:
	  more Python support, variable font support, play wav file
	  support, theme support, for 0.3.3 release

2003-09-27 13:01  hephooey

	* BUGS, ChangeLog, acinclude.m4, aclocal.m4, configure,
	  Makefile.in, README, README.big5, README.gb, configure.in,
	  qterm.spec: 0.3 serial

2003-09-27 12:54  hephooey

	* RELEASE-NOTES, TODO, qterm.kdevprj, qterm.kdevses: these files
	  belong to 0.2.0

2003-09-27 12:46  hephooey

	* RELEASE_NOTES: initialization

2003-05-14 18:10  hephooey

	* qterm/qtermpythonembed.cpp: Python script support

2003-05-14 16:51  hephooey

	* admin/: ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: No need now

2003-05-14 16:49  hephooey

	* admin/: Doxyfile.am, Doxyfile.global, compile,
	  configure.in.bot.end, cvs-clean.pl, cvs.sh, detect-autoconf.sh:
	  New project files

2003-05-14 16:41  hephooey

	* INSTALL, INSTALL.big5, INSTALL.gb, config.guess, config.sub: No
	  need now

2003-05-14 16:24  hephooey

	* qterm/Makefile.am: Fix a compile problem.

2003-05-14 16:22  hephooey

	* acinclude.m4, aclocal.m4, ChangeLog, config.h.in, configure,
	  Makefile.am, Makefile.in, README, README.big5, README.gb,
	  configure.in, qterm.kdevprj, qterm.kdevses, qterm.spec,
	  stamp-h.in, subdirs, admin/ChangeLog, admin/Makefile.common,
	  admin/acinclude.m4.in, admin/am_edit, admin/conf.change.pl,
	  admin/config.guess, admin/config.pl, admin/config.sub,
	  admin/configure.in.min, admin/debianrules, admin/depcomp,
	  admin/install-sh, admin/libtool.m4.in, admin/ltmain.sh,
	  admin/missing, admin/mkinstalldirs, debian/Makefile.am,
	  debian/Makefile.in, debian/changelog, debian/control,
	  debian/copyright, debian/docs, debian/menu, debian/rules,
	  qterm/Makefile.am, qterm/Makefile.in, qterm/aboutdialogui.cpp,
	  qterm/aboutdialogui.h, qterm/addrdialogui.cpp,
	  qterm/addrdialogui.h, qterm/articledialog.cpp,
	  qterm/articledialog.h, qterm/articledialogui.cpp,
	  qterm/articledialogui.h, qterm/keydialog.cpp, qterm/keydialog.h,
	  qterm/keydialogui.cpp, qterm/keydialogui.h, qterm/main.cpp,
	  qterm/msgdialogui.cpp, qterm/msgdialogui.h,
	  qterm/prefdialogui.cpp, qterm/prefdialogui.h,
	  qterm/qtermframe.cpp, qterm/qtermscreen.cpp,
	  qterm/qtermwindow.cpp, qterm/qtermwindow.h,
	  qterm/quickdialog.cpp, qterm/quickdialogui.cpp,
	  qterm/quickdialogui.h, qterm/schemadialogui.cpp,
	  qterm/schemadialogui.h, qterm/cursor/Makefile.am,
	  qterm/cursor/Makefile.in, qterm/pic/Makefile.am,
	  qterm/pic/Makefile.in: Update for Python script support and new
	  project file

2003-04-29 15:46  hephooey

	* debian/: changelog, Makefile.am, Makefile.in, control, copyright,
	  docs, manpage.1.ex, manpage.sgml.ex, menu, rules, watch:
	  Initiation

2003-04-29 15:42  hephooey

	* qterm/po/Makefile.am, qterm/po/Makefile.in, qterm/po/qterm.ts,
	  qterm/po/qterm_chs.qm, qterm/po/qterm_cht.qm,
	  qterm/pic/Makefile.am, qterm/pic/Makefile.in, qterm/pic/addr.png,
	  qterm/pic/anti-idle.png, qterm/pic/article.png,
	  qterm/pic/auto-reply.png, qterm/pic/color-copy.png,
	  qterm/pic/color.png, qterm/pic/connect.png, qterm/pic/copy.png,
	  qterm/pic/disconnect.png, qterm/pic/fonts.png,
	  qterm/pic/keys.png, qterm/pic/message.png, qterm/pic/mouse.png,
	  qterm/pic/paste.png, qterm/pic/popwidget.png, qterm/pic/pref.png,
	  qterm/pic/qterm_32x32.png, qterm/pic/qterm_48x48.png,
	  qterm/pic/quick.png, qterm/pic/reconnect.png, qterm/pic/rect.png,
	  qterm/pic/refresh.png, qterm/pic/sound.png, qterm/pic/tabpad.png,
	  admin/acinclude.m4.in, admin/ChangeLog, admin/am_edit,
	  admin/Makefile.common, admin/conf.change.pl, admin/config.guess,
	  admin/config.pl, admin/config.sub, admin/configure.in.min,
	  admin/debianrules, admin/depcomp, admin/install-sh,
	  admin/libtool.m4.in, admin/ltcf-c.sh, admin/ltcf-cxx.sh,
	  admin/ltcf-gcj.sh, admin/ltconfig, admin/ltmain.sh,
	  admin/missing, admin/mkinstalldirs, admin/ylwrap: Initiation

2003-04-29 15:38  hephooey

	* qterm/cursor/: Makefile.am, Makefile.in, end.xpm, enter.xpm,
	  exit.xpm, hand.xpm, home.xpm, next.xpm, pagedown.xpm, pageup.xpm,
	  prev.xpm: Initiation

2003-04-29 15:34  hephooey

	* AUTHORS, BUGS, ChangeLog, acinclude.m4, aclocal.m4, config.guess,
	  COPYING, INSTALL, INSTALL.big5, INSTALL.gb, Makefile.am,
	  Makefile.dist, Makefile.in, QTerm.desktop, README, README.big5,
	  README.gb, RELEASE-NOTES, TODO, config.h.in, config.sub,
	  configure, configure.in, qterm.kdevprj, qterm.kdevses,
	  qterm.spec, stamp-h.in, subdirs, qterm/aboutdialog.cpp,
	  qterm/aboutdialog.h, qterm/aboutdialogui.cpp,
	  qterm/aboutdialogui.h, qterm/Makefile.am, qterm/Makefile.in,
	  qterm/addrdialog.cpp, qterm/addrdialog.h, qterm/addrdialogui.cpp,
	  qterm/addrdialogui.h, qterm/address.cfg, qterm/articledialog.cpp,
	  qterm/articledialog.h, qterm/articledialogui.cpp,
	  qterm/articledialogui.h, qterm/credits.txt, qterm/keydialog.cpp,
	  qterm/keydialog.h, qterm/keydialogui.cpp, qterm/keydialogui.h,
	  qterm/main.cpp, qterm/msgdialog.cpp, qterm/msgdialog.h,
	  qterm/msgdialogui.cpp, qterm/msgdialogui.h, qterm/popwidget.cpp,
	  qterm/popwidget.h, qterm/prefdialog.cpp, qterm/prefdialog.h,
	  qterm/prefdialogui.cpp, qterm/prefdialogui.h, qterm/qterm.cfg,
	  qterm/qterm.h, qterm/qterm.pro, qterm/qtermbbs.cpp,
	  qterm/qtermbbs.h, qterm/qtermbuffer.cpp, qterm/qtermbuffer.h,
	  qterm/qtermconfig.cpp, qterm/qtermconfig.h,
	  qterm/qtermconvert.cpp, qterm/qtermconvert.h,
	  qterm/qtermdecode.cpp, qterm/qtermdecode.h, qterm/qtermframe.cpp,
	  qterm/qtermframe.h, qterm/qtermparam.cpp, qterm/qtermparam.h,
	  qterm/qtermscreen.cpp, qterm/qtermscreen.h,
	  qterm/qtermtelnet.cpp, qterm/qtermtelnet.h,
	  qterm/qtermtextline.cpp, qterm/qtermtextline.h,
	  qterm/qtermtimelabel.cpp, qterm/qtermtimelabel.h,
	  qterm/qtermtoolbutton.cpp, qterm/qtermtoolbutton.h,
	  qterm/qtermwindow.cpp, qterm/qtermwindow.h,
	  qterm/qtermwndmgr.cpp, qterm/qtermwndmgr.h,
	  qterm/quickdialog.cpp, qterm/quickdialog.h,
	  qterm/quickdialogui.cpp, qterm/quickdialogui.h,
	  qterm/schemadialog.cpp, qterm/schemadialog.h,
	  qterm/schemadialogui.cpp, qterm/schemadialogui.h: Initiation

