[Toxine-cvs] CVS: toxine ChangeLog,1.1.1.1,1.2 Makefile.am,1.1.1.1,1.2
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-06-21 13:36:35
|
Update of /cvsroot/toxine/toxine In directory usw-pr-cvs1:/tmp/cvs-serv9354 Modified Files: ChangeLog Makefile.am Log Message: Add Changelog support. Index: ChangeLog =================================================================== RCS file: /cvsroot/toxine/toxine/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- ChangeLog 13 May 2002 20:45:28 -0000 1.1.1.1 +++ ChangeLog 21 Jun 2002 13:36:30 -0000 1.2 @@ -0,0 +1,62 @@ +2002-06-21 Friday 15:14 f1rmb + + Fixed missposition (X/Y) report on fullscreen->window mode. + Backport fake events (no more kill xscreensaver/deactivate X + ScreenSaver. + +2002-06-21 Friday 10:57 f1rmb + + Add get/set video fullscreen. + +2002-06-13 Thursday 14:06 f1rmb + + Remove no more available XINE_LOGO engine status. + +2002-06-03 Monday 23:26 f1rmb + + Require 0.9.10. + +2002-06-03 Monday 21:48 f1rmb + + ML test. + +2002-06-03 Monday 16:53 f1rmb + + Add vidix support (via X11). call xine_exit() on quit (avoid vidix + DGA stays). + +2002-05-23 Thursday 21:46 f1rmb + + change printf() to perr(). + +2002-05-21 Tuesday 00:11 f1rmb + + test + +2002-05-21 Tuesday 00:04 f1rmb + + test + +2002-05-20 Monday 23:56 f1rmb + + CVS log test. + +2002-05-20 Monday 18:14 f1rmb + + in command execution mode, 'quit' is now required, otherwise after + commands execution, toxine fall in interactive mode. This is useful + when we won't use script mode, but take advantage of command line + (reproducibility). + +2002-05-14 Tuesday 09:03 f1rmb + + Fix typo. + +2002-05-13 Monday 22:45 f1rmb + + Initial revision + +2002-05-13 Monday 22:45 f1rmb + + Initial import into CVS + Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile.am 13 May 2002 20:45:35 -0000 1.1.1.1 +++ Makefile.am 21 Jun 2002 13:36:30 -0000 1.2 @@ -10,19 +10,26 @@ CONFIG_CLEAN_FILES = libtool-nofpic + debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) $@) || exit; \ done; $(MAKE) CFLAGS="$(DEBUG_CFLAGS)" + install-debug: debug @list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) $@) || exit; \ done; + prune-cache: -rm -f config.cache + + +changelog: + cvs2cl.pl --fsf --hide-filenames --prune --day-of-week --ignore ChangeLog mostlyclean-generic: |