[PD-cvs] pd/src ChangeLog,1.1.2.4,1.1.2.5

Mathieu Bouchard matju at users.sourceforge.net
Sun May 9 21:43:40 CEST 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19960

Modified Files:
      Tag: impd_0_37
	ChangeLog 
Log Message:
.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** ChangeLog	16 Mar 2004 20:46:15 -0000	1.1.2.4
--- ChangeLog	9 May 2004 19:43:38 -0000	1.1.2.5
***************
*** 19,34 ****
  
  Impd 0.37.B :
- 
   * moving rendering to the TCL side
   * new file u_object.tk
!  * added pd_scanargs()
   * added color schemes (modifiable in u_main.tk)
   * switched to a jmaxish look
   * merged g_vdial.c into g_hdial.c
   * merged g_vslider.c into g_hslider.c
!  * added pd_upload()
!  * added Patcher->Edit->Redraw
!  * added proc populate_menu
   * added ~/.pd.tk loading
   * rewrote all of the property dialogs
! 
--- 19,47 ----
  
  Impd 0.37.B :
   * moving rendering to the TCL side
+  * moving event-handling to the TCL side too
   * new file u_object.tk
!  * added pd_scanargs(), pd_upload(), sys_mgui().
   * added color schemes (modifiable in u_main.tk)
   * switched to a jmaxish look
   * merged g_vdial.c into g_hdial.c
   * merged g_vslider.c into g_hslider.c
!  * added Patcher->View->Redraw
!  * added proc populate_menu, proc property_dialog
   * added ~/.pd.tk loading
+  * inlet tooltips have new look
   * rewrote all of the property dialogs
!  * added object class name completion (the <Tab> key)
!  * mouse scrollwheel works in patchers
!  * plus/minus button on tcl listener
!  * changed default font and borderwidth
!  * if conf not found in ~ ($HOME),
!      looks in Pd's install directory (eg. /usr/local/lib/pd)
!  * looks for .impdrc before .pdrc
!  * pdrc editor
!  * -help lists unavailable options with note "not compiled in"
!  * sys_vgui() message size limit removed
!  * new peak meters (thanks Carmen)
!  * error() merged into pd_error()
!      and using strerror() to get meaningful error messages for failed I/O
!  
\ No newline at end of file





More information about the Pd-cvs mailing list