📄 changelog
字号:
2008-02-24 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * Release 2.3. * src/config.c: Fix input length for history buffer size.2008-02-23 Martin A. Godisch <martin@godisch.de> * man/minicom.1: fixed single quote (Debian #466962). * man/xminicom.1: added page description.2008-02-06 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: Add #include <termcap.h> which seems to be necessary when compiling under some Redhat version.2008-02-02 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/minicom.h, src/minicom.c, src/main.c: Instead of a blinking error window in case the device dissappears make it appear once and go away if the device is there again. Add parameter to open_term on whether to display the error box or not (it has a sleep built in which makes minicom unresponsive during that time)2008-01-22 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/ru.po: Update from the translation team.2008-01-16 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/pl.po: Update from the translation team.2008-01-13 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c: add translations for localecho and addlinefeed * src/config.c: increase size of some_string to 64 for translators * src/config.c: config(): overflow fix in snprintf2008-01-11 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/de.po: Update2008-01-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/vi.po: updated2008-01-09 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * rename no.po to nb.po as it has changed this way, adapt configure.in2007-12-31 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * lib/usleep.c: fix typo * src/wkeys.c: small cleanup and old code removal * src/main.c: Do not exit minicom if device gets unavailable but retry to open it.2007-12-09 Martin A. Godisch <martin@godisch.de> * src/xminicom: delay on error (Debian #389028) * debian/changelog, debian/watch: sync with Debian 2.3~rc1-22007-11-13 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/main.c: do not use ioctl(..,TCGETS,..) but tcgetattr because it's more portable (Debian #450943)2007-10-07 Martin A. Godisch <martin@godisch.de> * man/runscript.1: fixed typo2007-10-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * autogen.sh: use automake-1.10, exit if a command fails * INSTALL: update * po/*: update * config.rpath: add.2007-10-07 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (EXTRA_DIST): Add config.rpath.2007-10-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: 2.3-rc1 * src/dial.c, src/ipc.c, src/minicom.c, src/vt100.c, src/vt100.h: Do not write to capture file after it has been closed, patch by Lubomir Kundrak (Redhat), https://bugzilla.redhat.com/show_bug.cgi?id=302081 * src/minicom.c: Fix a case where minicom would dereference a NULL pointer when being suspend while exiting. Patch by Lubomir Kundrak (Redhat) (https://bugzilla.redhat.com/show_bug.cgi?id=246465) * src/vt100.c, src/wkeys.c: Fix signedness warnings from gcc-4.2 * src/main.c: Use leave function instead of werror+exit to quit minicom if device disappears * src/minicom.h: mark leave function noreturn.2007-09-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/main.c: if device disappears (e.g. USB unplug) don't busy loop but detect it and exit minicom * src/sysdep1.c: m_getdcd: fixed to return -1 if ioctl failed, adapted caller2007-09-08 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * autogen.h: remote gettext hack not needed anymore with new gettext2007-09-08 gettextize <bug-gnu-gettext@gnu.org> * m4/gettext.m4: Upgrade to gettext-0.16.1. * m4/iconv.m4: Upgrade to gettext-0.16.1. * m4/lib-ld.m4: Upgrade to gettext-0.16.1. * m4/lib-link.m4: Upgrade to gettext-0.16.1. * m4/lib-prefix.m4: Upgrade to gettext-0.16.1. * m4/nls.m4: Upgrade to gettext-0.16.1. * m4/po.m4: Upgrade to gettext-0.16.1. * m4/progtest.m4: Upgrade to gettext-0.16.1. * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.2007-05-15 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: also check /var/run for a lock dir, needed for Mac OS X2007-05-12 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c: add keys for standard rates in baud rate selection menu2007-05-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/de.po: Update from translation team. Thanks guys!2007-04-21 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/file.c: Fix wrong handling of string leading to reallocation failures. Patch by Yasushi SHOJI2007-04-15 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c, src/dial.c, src/file.c, src/help.c, src/main.c, src/minicom.c, src/updown.c, src/vt100.c, src/windiv.c, src/window.c, src/window.h: Rename all w* functions to mc_w* to avoid name clashes, should also fix builds on Mac OS X * src/minicom.h: add include of time.h to fix build on Mac OS X2007-04-01 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/sysdeps1.c, src/minicom.h, src/dial.c, src/config.c: Support more baud rates, restructures menu for that, initial patch by Jelle Foks, thanks2007-04-01 Martin A. Godisch <martin@godisch.de> * autogen.sh: added Debian location of mkinstalldirs. * man/runscript.1: fixed typo.2007-03-26 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/getsdir.c: Fix code that assumes that readdir will always deliver "." and ".." as the first two entries. Patch by Ludovic Rousseau via Debian BTS #416060.2007-03-11 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/dial.c: Add Version 5 of the dial directory format, where the structure is now packed and stored in big endian format on disk. Should make it compatible between differnet host systems (64 bit, 32 bit, little endian, big endian). Old formats are converted to the new format.2007-03-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/de.po: Fix typo. Thanks Markus Meier.2007-02-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: Remove sys/ptem.h header file check, nowhere used and causes warnings on SunOS 5.112007-01-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/intl.h: fix locale usage.2007-01-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/port.h: fix case when we need to include ncurses/termcap.h instead of termcap.h2006-10-31 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c: Fix redrawing bug in the "Screen and keyboard" menu, thanks Mike Frysinger to noticing2006-10-28 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * man/runscript.1, man/minicom.1, man/ascii-xfr.1: spelling fixes, thanks Matt Taggert for reminding2006-10-16 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * Release 2.2 * Makefile.am: add mkinstalldirs2006-10-11 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * NEWS, configure.in: set version to 2.2 * src/windiv.c: fix vmc_tell function2006-07-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * Makefile.am: add autogen.sh to EXTRA_DIST * configure.in: change default baud rate to 115200 * configure.in: change version to 2.2-rc2 * autogen.sh: copy mkinstalldir by hand, as automake doesn't copy it anymore in non-aux-dir mode but gettext requires it2006-07-23 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: change version to 2.2-rc1 2006-04-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/vi.po, configure.in: Add vietnamese translation. Thanks translation team.2006-04-02 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.h: Add printf attribute to wprintf prototype so that gcc can check the format strings and arguments. * src/config.c, src/configsyms.c, src/vt100.c, src/rwconf.c: User configurable ENQ response, patch by Luke Suchocki2006-03-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/no.po, configure.in: Add norwegian translation, Thanks to Pal Drange!2006-02-21 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/zh_TW.po, configure.in: Add traditional chinese translation, Thanks translation team.2006-01-14 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/sv.po, configure.in: Add swedish translation. Thanks translation team.2005-11-27 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/rwconf.c: When reading the configuration file respect really long lines.2005-11-09 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/util.c: Fix two off-by-one errors in get_port when handling strings.2005-11-06 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * man/minicom.1: Update man page a bit.2005-11-05 Martin Godisch <martin@godisch.de> * COPYING Updated FSF address.2005-11-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: winschar2(): do not allocate buffer statically on the stack but use malloc so that the stack can not be overwritten. Thanks to Christian Aichinger * configure.in, po/da.po Add danish translation from the translation team, thanks!2005-10-31 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c, src/common.c, src/dial.c, src/main.c, src/minicom.c, src/rwconf.c, configure.in Remove macros option, macros are always included now * src/config.c, src/dial.c, src/minicom.c, src/main.c, src/configsyms.h, src/minicom.h, src/rwconf.c Apply patch by Chris Smith to save linefeed and local echo in the configuration and change those as well as the baud rate in the macros, Thanks Chris! * configure.in, src/dial.c, src/help.c, src/ipc.c, src/minicom.c, src/minicom.h, src/port.h, src/vt100.c, src/wkeys.c Remove code that works without select, select should be available everywhere...2005-10-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c, src/configsym.h, src/minicom.c, src/minicom.h, src/rwconf.c: Remove distinction of private/public configuration options, everything is public now. (Documentation still needs to be updated.)2005-08-21 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in, src/config.c, src/minicom.c, src/help.c, src/minicom.h, src/window.c, src/window.h Remove history and history search options, have been always enabled, now always included.2005-08-14 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/Makefile.am, src/charmap.h, src/common.c, src/config.c, src/dial.c, src/file.c, src/minicom.c, src/minicom.h, src/rwconf.c, src/updown.c, src/vt100.c, src/windiv.c, src/window.c, src/window.h Apply minicom-i18n patch by Miloslav Trmac, thanks!2005-08-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/minicom.c, src/minicom.h: Use a single string for options instead of multiple macros, needlessly complicates the printf * configure.in, doc/RedHat, src/main.c, src/minicom.c, src/minicom.h, src/window.h, doc/Makefile.am Remove Redhat 4.1 option and extra code, should not be needed anymore. * po/cs.po: Fix typo, patch by Miloslav Trmac * Makefile.am, configure.in, doc/Makefile.am, extras/Makefile.am, extras/linux/Makefile.am, extras/tables/Makefile.am, extras/termcap/Makefile.am, extras/terminfo/Makefile.am, lib/Makefile.am, man/Makefile.am, src/Makefile.am, acinclude.m4 Apply most of the minicom-tools patch by Miloslav Trmac, thanks!2005-08-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/ascii-xfr.c, src/common.c, src/config.c, src/configsym.h, src/dial.c, src/file.c, src/getsdir.c, src/getsdir.h, src/ipc.c, src/keyserv.c, src/main.c, src/minicom.c, src/minicom.h, src/port.h, src/script.c, src/sysdep1.c, src/sysdep2.c, src/updown.c, src/util.c, src/vt100.c, src/vt100.h, src/wildmat.c, src/windiv.c, src/window.c, src/window.h, src/wkeys.c: Incorporate minicom-ansi patch by Miloslav Trmac, thanks! Remaining ANSI prototypes, remove _PROTO, whitespaces, lots of 'const' additions2005-05-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/script.c: fixed line counting in readscript(), do not store complete comment lines, based on patch by Oisin Curtin * src/script.c: add --version switch to print version info2005-05-21 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * autogen.sh: Add check after call to aclocal to make sure it was successful (and available at all).2005-05-08 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/rw.po: added (but not many translations)2005-03-29 Martin Godisch <martin@godisch.de> * man/minicom.1: Fixed manual typos (Debian #301931).2005-03-24 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/vt100.c: Flush capture file after every write so that output goes to the file immediately, half flushed log files are usually annoying. Causes a write syscall for every call though.2004-12-29 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: Do not declare static char *BC, it is also defined in /usr/include/termcap.h and breaks to compile with gcc-4.0.2004-12-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: in non-wrap mode, only emit the ">" if the line is over the window width, not exactly the window width2004-11-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/dial.c: check for error for fwrite in writedialdir()2004-10-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/vt100, src/window.c, src/window.h: Apply patch by Christian Helmuth adding character erasing (ESC[xX).2004-04-18 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: some cleanups, use "NULL" a bit more.2004-04-12 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.h,src/{updown,window}.c: Substitue NIL_FUNLIST with NULL. * src/window.h,src/{config,window}.c: Substitute NIL_FUN with NULL. * src/window.h,src/config.c: Substitute MENU_END with NULL.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -