> 1. it seems, that not all part of the compilation inherit -O2 flag. > thats intentional ? e.g.:
xpdf always uses -O2. Rest of the code use -O2 and no debug info if configure is run with "--enable-release" and "-O0 -g" if without this switch. I'll change the default to be "enable-release" and -O2 after some testing (in 0.3.1 or 0.3.2 or so ... :) > 2. gcc 4.1.1 gives me few warnings, dont know whether they are considerable > and you are aware of them: Lot more warnings are emitted with --enable-release, so that is also a reason why it is not enabled by default :) I'll look at all of them thru time ... > 3. previously there were also few tweaks in gui, which i'm droping also. i > would like to see > them default, however you are the devels, so decision is yours :) > > - binding to pg-up/down is now for motion inside one page, personally i'd > like to have it for the next page jump instead of > the current ctrl+pg-up/down binding; I'll add some option to set what pgUp/pgDn will do (not everybody want the same behavior as you :) .. see the description in bugtracker: http://pdfedit.petricek.net/bt/view.php?id=106 You may comment it here too :) > - "reloadpage = item Reload Page (show changes)" instead of "reloadpage = > item Reload Page" seems to me more intuitive help > for newcomers Changed in CVS > - maybe also these options could be enabled by default. > [editor] > edit_readonly=1 > show_hidden=1 There is reason why these are read-only/hidden, since editing them is likely only to damage the PDF and they are hidden because they may be confusing. Although the readonly tooltip may say about ability to to turn the read-only off or maybe add some option to do it just for current property (and probably same for hidden ...). I'll look at it and maybe it will be changed somewhat ... Martin Petricek ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
