📄 changelog
字号:
* src/{config,dial,main,minicom,updown,vt100,windiv,window}.c,src/window.h: Substitute NIL_WIN with NULL and friends. * src/window.c: If wraplines is off, put a '>' as the last character of the line, previously there was the last character of the string, leading to confusion2004-04-01 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * autogen.sh, Makefile.am, configure.in: Several cleanups, especially autogen.sh, only call the relevant auto*-programs, don't copy gettext into the tree, use automake-1.82004-02-14 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/ascii-xfr.c: lineout(): use write instead of putchar to avoid libc interference based on a patch by Olav Kongas; use sizeof(var) instead of hardcoding buffer sizes, use *_FILENO macros instead of hardcoding values2004-01-08 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/de.po: Update.2003-12-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * NEWS, po/ro.po, configure.in: Added romanian translation.2003-11-16 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/minicom.c: Reintroduce -8 option to force 8bit mode since we switch to 7bit mode if not LANG or LC_ALL is set2003-11-15 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * man/minicom.1: Adapt manpage to -7/-8 changes. * man/minicom.1: Add documentation for C-A Y. * src/minicom.c, src/help.c, src/updown.c, src/minicom.h: Apply paste_file patch by Wan Tat Chee <tcwan@cs.usm.my>2003-11-12 Martin Godisch <martin@godisch.de> * po/pl.po: updated Polish localization, thanks to Wiesiek (Debian #220396)2003-10-31 Martin Godisch <martin@godisch.de> * man/ascii-xfr.1, man/minicom.1, man/runscript.1, man/xminicom.1: fixed dashes in manual pages2003-10-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/Makefile.am: also consider libintl for minicom.keyserv builds, thanks Falk Hayn <Falk.Hayn@gmx.de>2003-10-26 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/de.po, configure.in: New de translation, thanks to Jochen Hein <jochen@jochen.org> * src/minicom.c, src/config.c: "sysadm" -> "sysadmin" * Makefile.am: remove aux from EXTRA_DIST since we don't have that anymore2003-10-17 gettextize <bug-gnu-gettext@gnu.org> * configure.in (AC_OUTPUT): Add intl/Makefile.2003-09-28 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/script.c: fix some compiler warnings by making variables volatile (warning: variable `foo' might be clobbered by `longjmp' or `vfork'), not all occurences could be fixed though2003-09-27 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/util.c: fastexec(): disable execution through a shell, this is potentially security relevant (e.g. user selects a file with embedded shellcode for upload), so disable it for now and see if someone complains * src/script.c: - readscript(): make static, close filehandle after reading (thanks to Rogerio Pereira Junior <rogerio@abcinfo.com.br>) - fix segfault in one-line expect calls - workaround a stupid error where someone allocated just 81 static bytes to read whole input lines and didn't check if not the whole lines was read; just enlarge the buffer and add a check if it looks it would overflow2003-09-13 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/script.c: add "'s around every message mentioning paths * src/minicom.c: put whole helptext info one printf call (helps translators) * src/dial.c: move comment to translator comment * src/config.c: doproto(): add translator comment2003-09-12 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/file.c: fix typo, Thanks Jochen new_filedir(): separate messages from a single printf to help translators * src/dial.c: writedialdir(): clarify some error messages, dial(): unify some messages to help translators, dedit(): help translators, i.e. make sure we always overwrite full words Thanks Jochen2003-09-11 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c: Make wputs calls more translator friendly. * src/minicom.c: Rewrite conditional helptext printf to help translators.2003-08-17 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: add AM_INIT_AUTOMAKE2003-08-16 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * acinclude.m4, configure.in: remove --enable-cfg-dir option, we have the sysconfdir option, properly set directories from configure in config.h, adopt AC_DEFINE_DIR for new autoconf, fix some configure.in init things2003-08-14 Martin Godisch <martin@godisch.de> * man/minicom.1, man/runscript.1: added SEE ALSO (Debian #205503)2003-08-09 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * lib/snprintf.c: Update, taken from XFree86 tree.2003-08-05 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: add some defines previously defined in acconfig.h * NEWS: 8bit default now for set LANG or LC_ALL * src/common.c, src/config.c, src/dial.c, src/help, src/main.c, src/minicom.c, src/minicom.h, src/rwconf.c, src/sysdep1.c, src/window.c: Replace a couple of '#if's with '#ifdef's * po/fi.po: some fixes (hopefully ok)2003-08-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * autgen.sh: remove program checks use variables for programs instead of hard coding * some major autoconf/-make update, we'll see how it works...2003-08-04 gettextize <bug-gnu-gettext@gnu.org> * Makefile.am (SUBDIRS): Add m4. (SUBDIRS): Remove intl. (ACLOCAL_AMFLAGS): New variable. * configure.in (AC_OUTPUT): Add m4/Makefile.2003-08-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/fi.po: update, Thanks Jukka2003-08-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * TODO, src/minicom.c: make 8bit mode default, new -7 switch to fall back to 7bit mode, if no LANG or LC_ALL is set (or set to C or POSIX), we also use 7bit mode so that we get good looking window borders the semantics of -l and -L were reversed changes still needs to be documented2003-08-02 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/windiv.c, src/minicom.h: make mc_tell use va_list * src/util.c: fix typos in fastsystem2003-07-26 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/dial.c, src/file.c, src/getsdir.h, src/main.c, src/minicom.c, src/port.h, src/script.c, src/sysdep1.c, src/sysdep1_s.c, src/sysdep2.c, src/updown.c, src/util.c, src/vt100.c, src/wildmat.c, src/windiv.c, src/window.c, src/window.h, src/wkeys.c: more indentation and cleanups; removed the CNULL definition, just using NULL now; in wprintf use va_args now2003-07-20 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/functions.c, src/getsdir.c, src/getsdir.h, src/help.c, src/ipc.c, src/main.c, src/port.h, src/rwconf.c, src/script.c: code reformating and indentation, no other changes * src/keyserv.c: indentation, cleanup, compiles now, nobody seems to use this file/program2003-07-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/file.c, src/dial.c: code reformating and indentation, no other changes2003-07-09 Martin Godisch <martin@godisch.de> * minicom.spec.in: fixed install -m syntax, thanks to Richard Higson2003-07-05 Martin Godisch <martin@godisch.de> * configure.in, src/util.c: replaced dest-src overlapping strcpy by memmove2003-07-01 Martin Godisch <martin@godisch.de> * minicom.spec.in: update by Daniel Tschan <tschan+rpm@devzone.ch>2003-06-29 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/main.c, src/minicom.c, src/ascii-xfr.c, src/common.c, src/config.c, src/dial.c: code reformating and indentation, no other changes2003-05-25 Martin Godisch <martin@godisch.de> * BUGS, man/minicom.1: Added BUGS file and manual section.2003-05-25 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/dial.c: Fix signed int problem in getno(int) not checking if argument is negativ, reported by Jonathan Heusser <jonny@drugphish.ch>2003-05-19 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c: wrap log_settings variable definition in #ifdef/#endif to avoid compiler warnings, thanks to 04j3w0e1001@sneakemail.com2003-05-18 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * Release version 2.1. * NEWS: update, new {maintainer, homepage, lists}2003-04-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/Makefile.am: Don't overwrite CFLAGS, add options (sigh...).2003-04-29 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: add /var/spool/lock as a possible lock directory as it seems to be the choice of FreeBSD right now.2003-04-26 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * man/minicom.1, src/minicom.h, src/minicom.c, src/main.c Add the "-T"/"--disabletime option to disable the display of the online time in the status bar.2003-04-22 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/minicom.h, src/rcsid.h, src/main.c, src/file.c, src/windiv.c, src/window.h, src/window.c, src/config.c, src/dial.c, src/minicom.c, src/Makefile.am: The minicom binary now compiles without warnings with the -W switch, add that to Makefile.am now too2003-04-19 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: Remove verboseness at the end of the configure run. * configure.in: Add check for libsocket for Solaris * lib/snprintf.c: Add sys/types.h and strings.h to make it compilable on Solaris. * configure.in, src/Makefile.am, lib/Makefile.am: We need getopt.o in libport.a if we need to compile getopt_long (_internal_getopt), so we need to pull that in. If anyone knows a better way how to do this, please let me know. * src/ipc.c, src/wkeys.c, src/ascii-xfr.c: Add strings.h because some unices implement FD_ZERO using bzero without pulling in the header files themselves, it seems. * src/sysdep.h: Change include path from sys/termios.h to termios.h as this seems more portable. * Makefile.am: For aux/ only add [a-z] files (i.e. exclude CVS files) * src/minicom.c: Make 8bit whitelist code a bit more generic, maybe overdesigned as it's a hack nevertheless. Should we generally switch to 8bit and add a 7bit option?2003-04-12 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/minicom.c: Add ru to the 8bit list (as ja and ko already are) this is probably a workaround and needs better fixing * man/minicom.1: Add -L2003-04-06 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * Makefile.am: Rename tags target to ctags, as standard automake does etags by default, but I want ctags. * src/dial.c, src/file.c, src/ipc.c, src/minicom.h, src/wkeys.c, src/common.c: Cleanups. * Makefile.am, src/Makefile.am: Remove no-dependencies Add tags generation.2003-04-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/vt100.c: Initialize savetrans[2], patch by Pavel Roskin <proski@gnu.org> * src/Makefile.am: Add CFLAGS to add -Wall2003-04-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: Remove ja_JP.SJIS from ALL_LINGUAS because it doesn't build (right now). And according to the Debian-ChangeLog to 1.83.1-4.1 it should be removed as well. * acconfig.h, configure.in, src/config.c, src/ipc.c, src/minicom.c: Rename LIBDIR to CONFDIR and MINICOM_LIBDIR to MINICOM_CONFDIR to fix name clashes, and libdir was the wrong name (IMHO) anyway. * src/minicom.c: I didn't understand a sentence of the help screen. * src/ipc.c: Fix typo in check_io which caused minicom to fully use CPU in certain circumstances.2003-04-02 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * acconfig.h, src/Makefile.am, src/dial.c, src/ipc.c, src/main.c, src/minicom.h, src/sysdep1.c, src/sysdep1_s.c: Socket support, patch initially for minicom 1.82.1 by Jork L鰏er <jork.loeser@inf.tu-dresden.de>2003-03-31 Martin Godisch <martin@godisch.de> * src/rwconf.c: Added verbose error reporting for invalid config files. * src/window.c: Extended character input range (Debian #44795). * src/main.c: Fixed (?) escape key label for xminicom (Debian #110833). * src/xminicom: Added x-terminal-emulator. * src/minicom.c, src/dial.c, src/file.c, src/ascii-xfr.c: Fixed compiler warnings.2003-03-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/hu.po: add hungarian translation, thanks M醨ton N閙eth <nm127@hszk.bme.hu>2003-03-30 Martin Godisch <martin@godisch.de> * configure.in, src/dial.c, src/main.c, src/minicom.c, src/port.h, src/rwconf.c, src/sysdep.h: Applied patches for GNU/Hurd, provided by Robert Millan. * src/sysdep1.c: Applied TIOCFLUSH patch, avoids segfaults, provided by Robert Millan. * src/config.c, src/main.c, src/minicom.h: Applied mbasename() patch for lock files (Debian #153933), provided by Jordi Mallach and Gergely Nagy. * src/config.c: Added ~ to $HOME expansion for pathname config (Debian #54946). * src/script.c: Fixed (?) endless loop (Debian #54944). * po/cs_CZ.po, po/cs.po, configure.in, doc/Locales: Changed cs_CZ to cs. * po/ja.po: Changed charset from euc-japanese to euc-jp (Debian #185541). * man/xminicom.1 man/Makefile.am: Added manual page for xminicom.2002-05-18 Jukka Lahtinen <walker@pld.org.pl> * man/minicom.1, man/runscript.1, po/fi.po, AUTHORS, README, configure.in, doc/Locales, doc/Todo, doc/suomeksi, man/ascii-xfr.1, minicom.spec.in: Changed my netmail address, and changed the version number to 2.00.1.2002-03-09 Jukka Lahtinen <walker@pld.org.pl> * man/runscript.1, src/script.c: Use '^' as a control character prefix in scripts2002-03-02 Jukka Lahtinen <walker@pld.org.pl> * src/main.c, src/updown.c: - fix for a bug that may overwrite TERMINFO environment variable (Bryan Henderson) - fix for setcbreak() calls (Peter Kundrat)2002-01-27 Jukka Lahtinen <walker@pld.org.pl> * src/rwconf.c: Fixed a bug that sometimes caused "public" settings to be marked "private".2001-12-29 Jukka Lahtinen <walker@pld.org.pl> * src/main.c: NO_CTTY flag added to the open parameters for portfd (Topi Maurola, tm@TopiSoft.fi)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -