📄 changelog
字号:
2000-03-27 Ga雔 Qu閞i <gael@pld.org.pl> * minicom.spec.in: - LINGUAS has to be unset to make rpm work - replaced --sysconf by --sysconfdir for %configure2000-03-16 Jukka Lahtinen <walker@pld.org.pl> * po/fi_FI.po, src/getsdir.c, src/main.c, src/minicom.c, src/sysdep.h, src/sysdep1.c: - SVR4 locking patches by Chaim Frenkel (chaimf@pobox.com) - updated translation file for Finnish, some messages seemed to be missing2000-02-17 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * src/Makefile.am, configure.in: - add -I../lib only when system getopt.h is missing2000-02-16 Ga雔 Qu閞i <gael@pld.org.pl> * acconfig.h: added _HISTORY * src/minicom.c: fixed the reporting of the MINICOM environment variable when it is unset * po/fr.po: updated the translation of the command-line help and the serial port setup dialog2000-02-14 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * po/Attic/ko.po, po/pl.po, po/pt_BR.po, po/fi_FI.po, po/fr.po, po/ja.po: - fixed pl.po - make update-po2000-02-13 Jukka Lahtinen <walker@pld.org.pl> * po/fi_FI.po, src/help.c: - changed \263 or whatever it was to | in help.c - updated the Finnish translations.2000-02-11 Jukka Lahtinen <walker@pld.org.pl> * man/minicom.1, src/main.c, src/minicom.c, src/minicom.h, src/rwconf.c, src/sysdep1.c, src/config.c, src/configsym.h, src/dial.c: - Fix for the eternal loop when killed by certain signals, provided by Michael Deutschmann <michael@talamasca.ocis.net> - Configuration setting for two stopbits. This change will increase the size of a phone directory entry, so the dialdir will be converted to the new record size. However, the old version will be backed up before that, in case you still want to use an earlier program version. NOTICE: This also brings some more strings to be translated. - Changed characters \263 to | on the status line. (As non-ascii characters should be avoided in i18n strings.) I have earlier sent the signal handling fix and the two-stopbit setting to the mailing list as diffs to 1.83.0, but noticed that they had not been applied to the cvs directory yet.2000-02-10 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * src/minicom.c: - always use getopt_long() * man/Attic/modemu.1, man/Makefile.am, man/ascii-xfr.1, man/minicom.1, man/runscript.1: - removed modemu man page - added Date CVS keyword to man pages * src/minicom.c, src/minicom.h: - getopt_long() support - allow to specifiy /dev/pts/* as pseudo terminal * acconfig.h, configure.in: - getopt checking - cleanups * lib/Makefile.am, lib/getopt.c, lib/getopt.h, lib/getopt_long.c: - added getopt() and getopt_long() replacement * src/Makefile.am: - added missing rcsid.h * src/file.c: - added few casts to avoid warnings2000-02-09 Ga雔 Qu閞i <gael@pld.org.pl> * minicom.spec.in: Fixed typos in French description2000-02-09 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * doc/Attic/Porting, doc/Makefile.am: - removed obsolete file * src/help.c, src/ipc.c, src/minicom.c, src/minicom.h, src/port.h, src/sysdep.h, src/vt100.c, src/wkeys.c, src/dial.c: - changed _SELECT -> HAVE_SELECT and _NO_TERMIOS -> !HAVE_TERMIOS_H (fixes problem with hanging minicom on start)2000-02-02 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * configure.in: - try to link with tinfo library before ncurses and other *curses2000-01-27 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * src/rcsid.h: - RCSID() macro definition * src/ascii-xfr.c, src/common.c, src/config.c, src/dial.c, src/file.c, src/functions.c, src/getsdir.c, src/help.c, src/ipc.c, src/keyserv.c, src/main.c, src/minicom.c, src/rwconf.c, src/script.c, src/sysdep1.c, src/sysdep2.c, src/updown.c, src/util.c, src/vt100.c, src/wildmat.c, src/windiv.c, src/window.c, src/wkeys.c, lib/error.c, lib/snprintf.c, lib/usleep.c: - use RCSID() macro where possible for better version control * src/dial.c: - don't declare dial_user and dial_pass as static2000-01-18 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * src/config.c: - don't declare J_col[] as static * src/common.c, src/dial.c: - include time.h on AIX2000-01-03 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * minicom.spec.in: - fixed Japanese locale1999-12-30 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * autogen.sh, configure.in, po/Attic/ja_JP.ujis.po, po/ja.po: - fixed Japanese locale1999-12-22 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * doc/ChangeLog.old, doc/Makefile.am: - moved ChangeLog to doc/ChangeLog.old. There will be new autogenerated ChangeLog (after xmas).1999-12-22 Jukka Lahtinen <walker@pld.org.pl> * po/fi_FI.po: Added some msgstr strings that were missing. This version is also included in the newer 1.83.0 packet that was sent to sunsite today.1999-12-21 Jukka Lahtinen <walker@pld.org.pl> * po/pt_BR.po: Updated translation file for Portuguese.1999-12-20 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * Makefile.am, configure.in, minicom.spec.in: - first try to `make rpm' * extras/terminfo/Makefile.am, extras/termcap/Makefile.am, extras/tables/Makefile.am, extras/linux/Makefile.am, extras/Makefile.am: - few Makefiles to avoid CVS in dist tar.gz * configure.in, src/sysdep.h: - include features.h only if available (to define _POSIX_SOURCE) * lib/usleep.c: - added cvs keyword * doc/Announce-1.83: - added announce from 1.83 version * src/xminicom, src/Makefile.am, src/file.c, src/getsdir.c, src/intl.h, src/main.c, src/minicom.c, src/minicom.h, src/port.h, src/rwconf.c, src/script.c, src/sysdep.h, src/sysdep1.c, src/updown.c, src/util.c, src/window.c, src/wkeys.c, po/Attic/ko.po, po/pl.po, po/pt_BR.po, po/Attic/ja_JP.ujis.po, po/Attic/Makefile.in.in, po/POTFILES.in, po/fi_FI.po, po/fr.po, lib/Makefile.am, lib/error.c, lib/error.h, lib/libport.h, lib/snprintf.c, man/Makefile.am, extras/Makefile.am, doc/Attic/developers, doc/Makefile.am, doc/Todo, AUTHORS, FILE_ID.DIZ, Makefile.am, acconfig.h, acinclude.m4, configure.in: - AUTHORS instead of doc/developers - fixed compilation on libc5 systems (Slackware 4.0) - added few more string to translate1999-12-18 Arkadiusz Mi秌iewicz <misiek@pld.org.pl> * lib/libport.h: - cleanups * lib/libport.h, lib/usleep.c: - added replacement of usleep() for systems without this function * src/port.h: - include termcap.h only if HAVE_TERMCAP_H is defined * README: - fixed url to CVS->WEB * po/Attic/Makefile.in.in: - added few missing files * src/window.h: - imported new updated sources * src/window.c, src/wkeys.c, src/xminicom: New file. * src/vt100.h: - imported new updated sources * src/sysdep1.c, src/sysdep2.c, src/updown.c, src/util.c, src/vt100.c, src/wildmat.c, src/windiv.c, src/minicom.c, src/minicom.h, src/port.h, src/rwconf.c, src/script.c, src/sysdep.h: New file. * src/getsdir.h, src/keyboard.h: - imported new updated sources * src/file.c, src/functions.c, src/getsdir.c, src/help.c, src/intl.h, src/ipc.c, src/keyserv.c, src/main.c: New file. * po/ujis2sjis.c, src/charmap.h, src/defmap.h: - imported new updated sources * po/pt_BR.po, src/Makefile.am, src/ascii-xfr.c, src/common.c, src/config.c, src/configsym.h, src/dial.c, po/Attic/ja_JP.ujis.po, po/Attic/ko.po, po/pl.po, po/fi_FI.po, po/fr.po: New file. * po/ChangeLog: - imported new updated sources * intl/Attic/cat-compat.c, intl/Attic/dcgettext.c, intl/Attic/dgettext.c, intl/Attic/explodename.c, intl/Attic/finddomain.c, intl/Attic/gettext.c, intl/Attic/gettext.h, intl/Attic/gettextP.h, intl/Attic/hash-string.h, intl/Attic/intl-compat.c, intl/Attic/l10nflist.c, intl/Attic/libgettext.h, intl/Attic/linux-msg.sed, intl/Attic/loadinfo.h, intl/Attic/loadmsgcat.c, intl/Attic/localealias.c, intl/Attic/po2tbl.sed.in, intl/Attic/textdomain.c, intl/Attic/xopen-msg.sed, lib/Makefile.am, lib/error.c, lib/error.h, lib/libport.h, lib/snprintf.c, lib/usleep.c, man/Attic/modemu.1, man/Makefile.am, man/ascii-xfr.1, man/minicom.1, man/runscript.1, po/POTFILES.in: New file. * ABOUT-NLS, COPYING, INSTALL, NEWS, doc/Announce-1.78, doc/Announce-1.82, doc/Announce-1.82.1, doc/COMPATABILITY.lrzsz, doc/HistSearch, doc/Macros, doc/QuickStart.modemu, doc/README.lrzsz, doc/RedHat, doc/TODO.lrzsz, doc/Todo.175, doc/Todo.Irix.dif, doc/Todo.emacskey.dif, doc/Todo.fsel, doc/copyright.modemu, doc/fselector.txt, doc/japanese, doc/minicom.users, doc/minirc.dfl, doc/modemu.README, doc/portugues-brasil, doc/suomeksi, extras/htsalogin, extras/linux/INSTALL, extras/linux/README-FIRST, extras/linux/mtelnet, extras/saralogin, extras/scriptdemo, extras/tables/mc.iso, extras/tables/mc.noconv, extras/tables/mc.pc8, extras/tables/mc.sf7, extras/termcap/README, extras/termcap/termcap.long, extras/termcap/termcap.short, extras/terminfo/README, extras/terminfo/minicom, extras/unixlogin: - imported new updated sources * AUTHORS, FILE_ID.DIZ, Makefile.am, README, acconfig.h, acinclude.m4, autogen.sh, configure.in, doc/Attic/Porting, doc/Attic/developers, doc/Locales, doc/Makefile.am, doc/Todo, doc/minicom.FAQ, doc/pl-translation.txt, extras/Makefile.am, intl/Attic/ChangeLog, intl/Attic/Makefile.in, intl/Attic/VERSION, intl/Attic/bindtextdom.c: New file.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -