[PD-dev] Re: [PD-announce] Pd 0.36 test 3 released -- source or windows-compiled

Krzysztof Czaja czaja at chopin.edu.pl
Fri Nov 8 23:06:40 CET 2002


hi again,

1. enabling undo-paste has made undo-cut deadly:

g_editor.c
@@ -488,7 +488,7 @@
      if (action == UNDO_UNDO)
      {
      	if (mode == UCUT_CUT)
- 
     canvas_paste(x);
?+ 
     canvas_dopaste(x, copy_binbuf);

2. (for those running Pd without 'make install') it would be nice
if the plain make has put expr family symlinks (back) in the
'extra' directory.

Krzysztof





More information about the Pd-dev mailing list