📄 changelog
字号:
* xmms/urldecode.c (xmms_urldecode_path): Assume that invalid %nn constructs are literal '%'.Sun Apr 14 13:10:37 BST 2002 Chris Wilson <jakdaw@xmms.org> * xmms/effect.[ch] xmms/effect.h xmms/main.[ch], xmms/pluginenum.c xmms/prefswin.c: Added support for having multiple effects plugins enabled at the same time. Tue Apr 9 21:58:45 BST 2002 Chris Wilson <jakdaw@xmms.org> * xmms/prefswin.c: Stop the "enable plugin" checkboxes being sensitive when theres nothing for them to control.Tue Mar 26 16:08:47 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/main.c, xmms/equalizer.c, xmms/playlistwin.c: Let the windowmanager handle movements, and resizing if it supports _NET_WM_MOVERESIZE. * xmms/playlistwin.c: Handle the resizing of the playlistwindow in an idle func. * xmms/hints.c (net_wm_move_resize): Removed a g_message(). * Input/cdaudio/cdaudio.c, Input/cdaudio/cdaudio.h: Darwin has a different format for 'structcd_sub_channel_info', the former fix for this did not compile. Maybe it compiles now. * Input/cdaudio/cdaudio.c: Several minor portability improvements, mainly for NetBSD/OpenBSD.Mon Mar 25 11:38:55 CST 2002 Ryan Weaver <ryanw@falsehope.com> * xmms.spec.in, po/POTFILES.in: Drop the idcin plugin.Sun Mar 24 22:28:40 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/hints.c, xmms/hints.h: Check what hints the windowmanger actually support. Added support for the _NET_WM_MOVERESIZE hint. * xmms/prefswin.c, xmms/main.h, xmms/main.c: Let "save playlist postition" always be true, and removed the configuration option. * xmms/prefswin.c, xmms/main.h, xmms/main.c, xmms/util.c: Removed the "Reverse file order in file selector" option which was always completely useless. * xmms/prefswin.c (create_prefs_window): Change "Do not hide windowmanager decorations" to "Show windowmanager decorations". Write "seconds" instead of "s".Sun Mar 24 15:35:41 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/urldecode.c (xmms_urldecode_path): Handle "localhost" urls. * xmms/playlist.c (playlist_load_ins): Fixed a inverted check that caused very long filenames in playlist to be loaded incorrectly. Patch by Nobuyoshi Nakada <nobu.nokada@softhome.net> * acinclude.m4, Input/vorbis/Makefile.am: Update ogg and vorbis m4 scripts to those found in 1.0rc3. * configure.in: Fix ambiguous wording.Sat Mar 16 00:07:47 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * configure.in, Input/Makefile.am, Input/idcin/*: Drop the idcin plugin. * Output/solaris/audio.c: Fix the prebuffering that never worked.Mon Mar 4 22:27:37 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Released XMMS 1.2.7 Mon Mar 4 22:24:14 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/mpg123/id3_frame_text.c: Commented out two tests that were never triggered.Mon Mar 4 21:27:41 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * libxmms/configure.in: Increment libtool revision. * Output/solaris/audio.c (abuffer_shutdown): Don't destroy the mutex between songs.Mon Mar 4 20:48:34 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/mpg123/id3.c (id3_seek_fp): fread() returns 0, not -1 on error. We could go into an infinite loop. Patch by Michael Weber <michaelw@debian.org> * Input/mpg123/id3.c: The read interface has no way to signal short reads, so return error instead.Sun Mar 3 13:31:30 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Output/solaris/audio.c: Fix some bugs with regards to the handling of the circular buffer. Patch by John Coiner <jcoiner@stanfordalumni.org> * Output/solaris/audio.c (abuffer_loop): Fix a variable that could overflow on seek. Patch by John Coiner <jcoiner@stanfordalumni.org> * xmms/controlsocket.[ch], libxmms/xmmsctrl.[ch]: Back out the windowshade handling functions. I prefer not to add things that are this closely tied to the gui.Thu Feb 28 01:33:39 CET 2002 Thomas Nilsson <thomas@xmms.org> * libxmms/dirbrowser.c: Replaced the directory icons which was not ours to use. Open folder made by Jakub Steiner <jimmac@ximian.com>, closed folder based on his.Wed Feb 27 22:55:06 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/wav/wav.c (play_loop): Handle eof properly. * Input/wav/wav.h: Change filesize to unsigned long.Wed Feb 27 00:12:14 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/cdaudio/cddb.c (cddb_generate_hello_string): Supply a dummy user and hostname to the cddb server.Tue Feb 26 23:58:29 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/main.c (mainwin_options_menu_callback): Always on top did not work.Tue Feb 26 23:07:27 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/mpg123/id3_frame.c (id3_read_frame): Sanity check the size of mallocs to aviod crashing on bad data. (decompress_frame): Ditto. * configure.in: Fix new gettext versions completely.Mon Feb 25 21:50:48 CET 2002 Thomas Nilsson <thomas@xmms.org> * xmms/Input/mpg123/id3_frame_content.c (id3_get_content): Don't g_free what we're about to return.Wed Feb 20 00:35:14 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/playlist.c (playlist_get_info_text): Fixed a memory leak.Wed Feb 20 00:16:22 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/mpg123/dxhead.c, Input/mpg123/dxhead.h, Input/mpg123/common.c, Input/mpg123/dxhead.c, Input/mpg123/fileinfo.c, Input/mpg123/mpg123.c, Input/mpg123/mpg123.h: Fix reading of the xing header toc. Some cleanup.Tue Feb 19 21:15:45 2002 Espen Skoglund <esk@ira.uka.de> * Input/mpg123/id3_frame_text.c (id3_utf16_to_ascii): New. (id3_get_text_number, id3_get_text_desc, id3_get_text): Fixup of unicode handling. Always return malloced string. * Input/mpg123/id4_frame_url.c (id3_get_url, id3_get_url_desc): Ditto. * Input/mpg123/id3_frame_content.c (id3_get_content): Ditto. * Input/mpg123/mpg123.c (ID3_SET): g_free() malloced string.Mon Feb 18 02:56:14 CET 2002 Thomas Nilsson <thomas@xmms.org> * xmms/playlist.c: Don't display playlist numbers in other parts of XMMS if they are disabled in the playlist.Mon Feb 18 01:15:43 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * gnomexmms/gnomexmms.c: Fixed a off by one error in the drawing of widgets. Patch by Thomas Nilsson <thomas@xmms.org>Sun Feb 17 23:50:16 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/playlist_list.c: Fixed a bug that caused a crash when click and dragging on a empty playlist. * Input/cdaudio/Makefile.am: Add the oss cflags. Patch by TANIGUCHI Yasuaki <yasuaki@ctrl.titech.ac.jp>Sat Feb 16 18:35:02 CST 2002 Zinx Verituse <zinx@xmms.org> * Input/vorbis/vorbis.c: Made xmms wait only for the number of samples we need free in the buffer, instead of for the entire return by ov_read_float. Patch by John Morton <jwm@plain.co.nz>Thu Feb 14 00:26:46 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * configure.in: Explicitly check that the gnome header files are present. * gnomexmms/gnomexmms.c, gnomexmms.1.in: Optionally use a user supplied icon instead of the default one when xmms is not running. Patch by Jon Colverson <jon@colverson.co.uk> * gnomexmms/gnomexmms.c (update_tooltip): Fixed a memory leak.Tue Feb 12 01:12:05 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/skin.c (skin_get_textcolors): Destroy the image. * libxmms/configfile.c (xmms_cfg_free): We did not free the actual ConfigFile struct. * xmms/sm.c (sm_init): Fixed a very small memory leak.Tue Feb 12 00:12:17 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/bmp.c: Added support for 32bits bmp files. * xmms/xmms.desktop: Remove the %F from the exec line as it was causing problems. Added MIME types.Wed Feb 6 21:55:57 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/bmp.c: Support for 16-bits "bitfield" bmps. * Input/mpg123/dxhead.c (mpg123_get_xing_header): Make sure that the number of frames is always a positive number to avoid problems with invalid data.Mon Feb 4 16:58:11 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/cdaudio/cdaudio.[ch]: Added support for Darwin (picked up from fink) and NetBSD (picked up from NetBSD cvs), currently untested. Some cleanup. * configure.in: Set OLD_PO_FILE_INPUT in a way that doesn't require GNU make. Added checks for cdrom variants. Fixed some problems with the Ogg/Vorbis checks. * Input/vorbis/vorbis.c (vorbis_process_data): Update to match a changed define.Mon Jan 21 00:16:11 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/controlsocket.c (check_ctrlsocket): Fixed a missing mainwin_set_song_info(0, 0, 0) -> mainwin_clear_song_info() * xmms/main.c (mainwin_stop_pushed): Ditto.Fri Jan 18 23:44:51 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/mpg123/id3_frame.c (decompress_frame): Fixed a bug that caused a crash on compressed id3 frames. * libxmms/configfile.c: Write out float values locale independently. * xmms.1.in: The path to skinfiles was wrong. Patch by Matthew Swift <swift@alum.mit.edu> * xmms/main.c (mainwin_set_song_info): Move the special case of all zero to a separate function. We would get problems if a plugin hit that code path. Also fixed a theoretical race condition. * xmms/playlist.c, xmms/playlistwin.c, xmms/main.h: mainwin_set_song_info(0, 0, 0) -> mainwin_clear_song_info()Tue Jan 15 18:44:20 CET 2002 Thomas Nilsson <thomas@xmms.org> * xmms/about.c: Update year to 2002. * xmms/main.*, xmms/playlistwin.*, xmms/equalizer.*: Changed the windowshade functions to be more consistent and not use the same name for diffrent types of actions. * libxmms/xmmsctrl.*, xmms/controlsocket.*: Added functions to control shading of the three windows. xmms_remote_main_shade_toggle, xmms_remote_pl_shade_toggle, xmms_remote_eq_shade_toggle, xmms_remote_is_main_shade, xmms_remote_is_pl_shade and xmms_remote_is_eq_shadeSun Jan 13 10:01:14 CST 2002 Zinx Verituse <zinx@xmms.org> * Input/vorbis/fileinfo.c: Fixed a very small memory leak, and modified the file info dialog to allow you to edit ReplayGain tags.Sat Jan 12 10:12:19 CST 2002 Zinx Verutuse <zinx@xmms.org> * Input/vorbis/vorbis.c, Input/vorbis/vorbis.h, Input/vorbis/configure.c: Made it so you can change replaygain while playing, and made it update when the current ogg stream changes.Fri Jan 11 19:14:48 CST 2002 Zinx Verituse <zinx@xmms.org> * Input/vorbis/vorbis.c: Last one, I promise! Removed an excess newline from the about box.Fri Jan 11 19:11:36 CST 2002 Zinx Verituse <zinx@xmms.org> * Input/vorbis/vorbis.c: Made it so you can use anticlip without replaygain, like the original patch.Fri Jan 11 18:50:34 CST 2002 Zinx Verituse <zinx@xmms.org> * Input/vorbis/vorbis.c: Fixed a bug I stuck in that wrote too many samples when channels > 1.Fri Jan 11 18:37:42 CST 2002 Zinx Verituse <zinx@xmms.org> * configure.in: Added check for broken ov_read_float * Input/vorbis/configure.c, Input/vorbis/fileinfo.c, Input/vorbis/vorbis.c, Input/vorbis/vorbis.h: Added support for ReplayGain tags. Patch by Gian-Carlo Pascutto <gcp@sjeng.org>.Wed Jan 9 12:01:31 CST 2002 Ryan Weaver <ryanw@falsehope.com> * xmms.spec.in: Updated vorbis requirements.Tue Jan 8 17:51:42 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Released XMMS 1.2.6Tue Jan 8 16:38:27 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/mpg123/mpg123.c (init): Use new style tags as default for the format. Patch by Chris Wilson <jakdaw@xmms.org>.2002-01-08 Anders Carlsson <andersca@gnu.org> * gnomexmms/gnomexmms.c (drop_types): Add support for text/uri-list and STRING drop types.Tue Jan 8 05:53:53 CST 2002 Zinx Verituse <zinx@xmms.org> * xmms/playlist.c: fixed a small memory leak in playlist_get_info_textMon Jan 7 22:59:31 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Output/disk_writer/disk_writer.c (convert_buffer): Fixed a endian problem. * xmms/playlist.c (playlist_prev): Wrap around to the top of the playlist if repeat is enabled. * xmms/xmms.desktop: More translations. Patch by Jordi Mallach <jordi@sindominio.net> * libxmms/titlestring.c (CHECK): Don't cast pointers to int. * acinclude.m4: Some versions of xml-config were reported to print something before the version number.Sun Jan 6 22:54:05 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * xmms/xmms.desktop: Added translation.Sun Jan 6 02:21:26 CET 2002 Thomas Nilsson <thomas@xmms.org> * configure.in, Input/cdaudio/cdaudio.c: Added --with-cdda-device, --with-cdda-dir.Sun Jan 6 02:01:20 CET 2002 H鍁ard Kv錶en <havardk@xmms.org> * Input/mpg123/http.c (mpg123_http_read): Fixed a problem with shoutcast-style title streaming. Patch by brendan@kublai.com. * xmms.1.in: Fixed some escaping. * xmms/util.c (find_file_recursively): Make sure we do a width first recursion. * Output/solaris/audio.c (abuffer_open): Added a couple soundcards. Patch by TANIGUCHI Yasuaki <yasuaki@ctrl.titech.ac.jp> * General/joystick/configure.c: Fixed a buffer with a static size
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -