📄 changelog.1
字号:
-- 1.3.8Tue Apr 6 1999Summary: * Fixed some bugs or problems.Date: Sun, 4 Apr 1999 18:14:43 +1000 (EST)From: David Gibson <david@gibson.dropbear.id.au>Files: timidity/linux_a.c The two bugs are both in the linux audio driver. Firstly, the driver opens /dev/dsp for both reading and writing, where only writing is necessary. Secondly, the code uses hard coded constants 8 and 16 to set the output format on /dev/dsp. This fails on big-endian machines such as the PowerPC. This patch makes the code use constants #defined by glibc.Date: Sun Apr 4 21:05:37 JST 1999From: Masanao Izumo <mo@goice.co.jp>Files: interface/x_wrdwindow.c Fixed to change undefined color code to default color (white).Date: Sat, 03 Apr 1999 22:07:45 +0900 (JST)From: Yoshishige ARAI <ryo2@on.rim.or.jp>Files: interface/xaw_i.c doc/C/README.xaw doc/ja_JP.ujis/README.xaw Fixed XAW bug. Chnaged some discriptions for XAW document.Date: Wed Mar 31 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity/playmidi.c Fixed bug of drumpart recognization.Files: interface/ncurs_c.c Fixed bug about buffer over-running of comment_indicator_buffer.From: Takaya Nogami <t-nogami@happy.email.ne.jp>Date: Sat, 27 Mar 1999 10:38:11 +0900Files: interface/VTPrsTbl.c timidity/output.c Enabled clear screen with @esc(2j) command for MIMPI WRD. Included <string.h> from output.c-- 1.3.7Summary:Tue Mar 30 1999 * Fixed some bugs or problems. * In GTK interface, enabled to delete loaded files from the play list.Date: Tue Mar 30 1999From: Masanao Izumo <mo@goice.co.jp>Files: interface/gtk_p.c interface/motif_p.c Used select() instead of ioctl/FIONREAD.Date: Mon, 29 Mar 1999 21:08:16 +1000 (EST)From: ggt@netspace.net.au (Glenn Trigg) Enabled loaded files to be deleted from the play list by double-right-clicking on the list entry.From: Masanao Izumo <mo@goice.co.jp>Date: Mon Mar 29 1999Files: timidity/support.h Fixed prototype mismatch problem for getopt().Files: configure.in interface/ncurs_c.c Added configure test for PDcurses. Increased COMMAND_BUFFER_SIZE to 4096.Date: Sat Mar 27 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity/playmidi.c Fixed to ignore LSB data entry.Files: timidity/readmidi.c Turned the control MIDI event value to 127 if the value is more than 127.Files: timidity/readmidi.c Fixed not to change to GM_SYSTEM_MODE if play_system_mode is not DEFAULT_SYSTEM_MODE.Date: Thu, 25 Mar 1999 23:41:46 -0600 (CST)From: "Eric A. Welsh" <ewelsh@gpc.ibc.wustl.edu>Files: interface/ncurs_c.c In cmsg(), in ncurs_c.c, there is an #ifdef __BORLANDC__ which adds in a nl(). This should be changed to include __WIN32__ && ! __CYGWIN32__, since standard Win32 does not do a \r when a \n is issued.Files: interface/ncurs_c.c interface/vt100_c.c Fixed a bug in the lyric display for non .KAR files that have lyrics. In every non .KAR file that I have that has lyrics, '\n' are where '\r' should be, and '\r' are in very strange places that result in very bad positions to do carriage returns. The '\n' also do bad things to the -int display, since the '\n' caues the text to go below the single line of output.Summary:Tue Mar 23 1999 * In XAW interface, Added new user interfaces. * Fixed some bugs.-- 1.3.6Date: Sat, 20 Mar 1999 22:01:43 +0900 (JST)From: Yoshishige ARAI <ryo2@on.rim.or.jp>Files: configure.in interface/xaw_i.c Added -lXext for Motif link option. On XAW, Enabled selection & deletion with `Backspace' key in load dialog text.Date: Fri, 19 Mar 1999 20:54:15 -0500 (EST)From: Franklin Chen <chen@dahmer.pscico.cs.cmu.edu>Files: configure.in interface/slang_c.c On Linux Red Hat 5.2: <slang.h> must change to <slang/slang.h>. Added configure test for <slang/slang.h>, and included it if it is found (by Masanao Izumo <mo@goice.co.jp>)Date: Mon Mar 15 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity/common.c libarc/url.c Fixed bug for Windows.Date: Fri Mar 12 1999From: Masanao Izumo <mo@goice.co.jp>Files: utils/support.c Fixed bug of strncasecmp()Date: Wed, 10 Mar 1999 14:00:18 +0900 (JST)From: Yoshishige Arai <ryo2@on.rim.or.jp>Files: interface/xaw_c.c Fixed bug for XAW interface.Date: Wed, 10 Mar 1999 03:09:31 +0900 (JST)From: Yoshishige Arai <ryo2@on.rim.or.jp>Files: interface/xaw_c.c interface/xaw_i.c Pached for XAW interface: * Fixed bug about `Save Config' * Added `Add All' button * Checked whether specified file is MIDI file or not * Changed KeyBoardFocus for the File Load window * Stored the changed directory to File Load Dialog * Used XtVaSetValues() instead of XtSetValues()Date: Tue, 09 Mar 1999 20:41:19 +0900From: Masanao Izumo <mo@goice.co.jp>Files: interface/xaw_i.c Pached for XAW interface about velocity bar.-- 1.3.5Mon Mar 8 1999Summary: * In XAW interface, added new user interfaces. * Added AM_EXEEXT test for configuring.Date: Mon Mar 8 1999From: Masanao Izumo <mo@goice.co.jp>Files: configure.in Added AM_EXEEXT test for configuring.From: Yoshishige Arai <ryo2@on.rim.or.jp>Date: Sat, 06 Mar 1999 23:36:24 +0900 (JST)Files: interface/{xaw_i.c,xaw_c.c,xaw.h} doc/C/README.xaw doc/ja_JP.ujis/README.xaw Patched for XAW interface. Fixed some problems and changed some interfaces. Added documentation for XAW interface.From: Yoshishige Arai <ryo2@on.rim.or.jp>Date: Thu, 04 Mar 1999 03:06:04 +0900 (JST)Files: interface/xaw_i.c Patched for XAW interface. Fixed some bugs and changed some interfaces.Date: Wed, 03 Mar 1999 00:21:46 +0900 (JST)From: Yoshishige Arai <ryo2@on.rim.or.jp>Files: interface/{xaw_i.c,xaw_c.c,xaw.h,on.xbm,off.xbm} Patched for XAW interface. Added the list window to select to play. Added the control window to change timidity extends mode (-E).-- 1.3.4Mon Mar 1 1999Summary: * In XAW interface, fixed bug about MIDI title displaying. * In GTK interface: Fixed the button highlight problem. Added a new WM-icon provided by Tim Allen. Defined the wmclass & wmname to make TiMidity friendlier to window managers. * Fixed otner bugs or problems.Date: Sat Feb 27 1999From: Masanao Izumo <mo@goice.co.jp>Files: interface/xaw_c.c In XAW interface, fixed bug about MIDI title displaying.Fri Feb 26 JST 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity/au_a.c timidity/wave_a.c timidity/aiff_a.c Handled write error at opening.Files: timidity/instrum.h Fixed bug of buffer over-run of inst_map_table.Files: utils/support.c Fixed bug of strdup implementation.Date: Fri, 26 Feb 1999 22:45:34 +1100 (EST)From: ggt@netspace.net.au (Glenn Trigg), thristian@usa.net (Tim Allen)Files: interface/gtk_i.c In GTK interface: Fixed the button highlight problem. I'd forgotten about the mask! Added a nice colorful icon provided by Tim Allen. Defined the wmclass & wmname to make TiMidity friendlier to window managers.Date: Thu, 25 Feb 1999 01:17:45 +0900 (JST)From: Yoshishige Arai <ryo2@on.rim.or.jp>Files: interface/xaw_i.c Fixed problem of cascade file selection popup menu.-- 1.3.3Wed Feb 24 1999Summary: * Used WAVE_MAPPER for waveOutOpen() in Windows. * Renamed inflate to zip_inflate, and deflate to zip_deflate. * Modified to port to some OSes. * Improved XAW interface. * Added strdup implementation is it was not exists. * Fixed bug that MIDI reset did not update the display of program. * Added `extern errno' in timidity.h * Fixed XAW geometry problem on non-trace mode. * Not to call glob() if GLOB_BRACE is not defined.Date: Wed Feb 24 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity/win_a.c Used WAVE_MAPPER for waveOutOpen()Files: libarc/url_dir.c interface/ncurs_c.c interface/xaw_i.c Added S_ISDIR macro definition if it is not defined. There is no difinition of this macro on NeXTSTEP under /usr/include/ or /usr/include/sys/. It is defined in /usr/include/bsd/sys/stat.h, but I don't include this file because some conflicts may occur.Files: interface/xaw_i.c timidity/timidity.h Moved strstr and strncasecmp implementation to timidity.h and support.c.Date: Mon Feb 22 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity/audriv_none.c Removed error codes.Files: libarc/{zip.h,arc.c,inflate.c,url_inflate.c,arc_tar.c,deflate.c} timidity/readmidi.c Renamed inflate to zip_inflate, and deflate to zip_deflate.Files: utils/support.c timidity/timidity.c timidity/timidity.h libarc/url_dir.c Modified to port to some OSes such as NeXTSTEP. Added strdup() and getcwd() implementation if they are not exist. Added declarations for `optind' and `optarg' in timidity.c if <getopt.h> is not exist. Included <sys/types.h> from timidity.h Included <sys/fcntl.h> from url_dir.c for S_ISDIRDate: Sat, 20 Feb 1999 14:06:25 +0900 (JST)From: Yoshishige Arai <ryo2@on.rim.or.jp>Files: interface/{xaw_i.c,xaw_c.c,xaw.h,arrow.xbm} Improved XAW interface. - Cascading pulldown menu for file selection. - Add time bar. - Add auto exit, repeat, and shuffle On/Off to menu. - Add translation keys: CTRL-M: Text display on/off CTRL-T: Trace display on/off CTRL-S: shuffle on/off CTRL-R: repeat on/off - Display GM, GS, XG to upper right button. - Change the function of upper right button. Left mouse click: Text display on/off Center mouse click: Trace display on/off Right mouse click: Change window size. - Display number of voices and title of MIDI in bottom of window.Date: Tue Feb 16 1999From Masanao Izumo <mo@goice.co.jp>Files: timidity/playmidi.c Fixed bug that MIDI reset did not update the display of program.Date: Mon Feb 15 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity.h Added `extern errno' in timidity.hDate: Fri, 12 Feb 1999 12:46:51 +0900From: "KINOSHITA, K." <kino@krhm.jvc-victor.co.jp>Files: interface/xaw_i.c Fixed XAW geometry problem on non-trace mode.Files: interface/gtk_i.c Not to call glob() if GLOB_BRACE is not defined.-- 1.3.2Wed Feb 10 1999Summary: * Patched for BSD/OS. * Changed icons of motif interface. * Changed sorting algorithm for xaw and Tck/Tk interface. * Fixed bugs and problems of Tcl/Tk interfaceDate: Wed Feb 10 1999From: Masanao Izumo <mog@goice.co.jp>Files: configure.h timidity/timidity.h Included <machine/endian.h> from timidity.h if configure finds it.Files: interface/tkpanel.tcl Fixed bug of Tcl/Tk interface: If a file is added on suffle, it is possible to be error. Tck may access to out of range of Stat(SuffleList).Date: Tue, 09 Feb 1999 04:11:55 +0900From: (Masahiko Kimoto) <kimoto@ohnolab.org>Files: configure.in timidity/linux_a.c timidity/timidity.h Patched for BSD/OS.Date: Mon, 08 Feb 1999 07:42:46 -0500From: Roger Fujii <rmf@unixbox.lookhere.com>Files: interface/motif_i.c interface/motif_bitmaps/{Makefile.in,Makefile.am,back.xbm,fwd.xbm, next.xbm,pause.xbm,prev.xbm,quit.xbm,restart.xbm,timidity.xbm,Makefile} Attached is better looking xbms for the motif interface plus a fix to prevent the last button from resizing when the window is resized.Date: Mon Feb 8 JST 1999From: Masanao Izumo <mo@goice.co.jp>Files: interface/ncurs_c.c Modified ncurs_c.c.Date: Sun Feb 7 1999From: Masanao Izumo <mo@goice.co.jp>Files: interface/vt100_c.c Bug fixed for Windows. select() from Windows API is not available for file descriptor, but from EGCS is ok.Files: interface/browser.tcl Changed `lsort -dictionary' to `lsort -ascii'.Date: Sat, 6 Feb 1999 10:44:42 +0100 (CET)From: Peter Kleiweg <kleiweg@let.rug.nl>Files: interface/xaw_i.c Changed the sorting algorithm for the xaw interface. Now, directories are listed before regular files.Date: Sat, 6 Feb 1999 01:45:20 +0100 (CET)From: Peter Kleiweg <kleiweg@let.rug.nl>Files: interface/tkpanel.tcl Fixed Tck/Tk interface problem: The proc MakeShuffleList is broken. The list of numbers it generates has a `hole' in it. This generates an error when the last number in the list has been played. Also, with Tk, whenever a new song starts, the global X11 selection is changed. This is very annoying when I'm just doing some cut-and-paste in another application. I can even loose the data I was attempting to move. So I changed this behavior in tkpanel.-- 1.3.1Fri Feb 5 1999Summary: * Fixed some bugs. * Enabled compile with gcc from MINGW32. (This package has not dir.h which is included <dirent.h> and <direct.h>, so configure of AC_HEADER_DIRENT section is failed all. Where is it gone?)Date: Fri Feb 5 1999From: Masanao Izumo <mo@goice.co.jp>Files: interface/Makefile.am Linked support.$(so) to each dynamic interfaces.Date: Thu Feb 4 1999From: Masanao Izumo <mo@goice.co.jp>Files: timidity.c Fixed bug that core dummped if specified out of range of program number in *.cfg. This bug is reported by Erik Inge Bolso. Thank you.about error message for out of range of program number in *.cfgFiles: INSTALL INSTALL.jp Added about installation on CYGNUS.Files: configure.in utils/{net.c,net.h} Used WINSOCK (Windows API -lwsock32) if `AC_CHECK_FUNC(socket)' is failed, and called WSAStartup() in open_socket() at first once. WINSOCK is needed to compile with gcc from MINGW32 package.Files: acinclude, configure.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -