My readings indicate xaw8 which provided xprint to xaw7 has been dropped.

I am not sure if we expect current and future versions of xedit to support
xprint feature found in earlier versions of xserver. When the feature was 
removed
from xserver I assume it was decided that any version of xedit using xprint
would not be supported.

In general there are other packages supporting features that have been
dropped in xserver. The answers here may provide some guidelines.

I divided the patches by "layer". First remove the configuration interface to 
xprint,
then remove app resources, discrete C files and conditional code in main C 
files.

Gaetan Nadon (4):
  config: remove dependency on xaw8
  xprint: remove Xedit-xprint resource file
  xprint: remove xprint related C code
  xprint: remove conditionally defined related C code

 Makefile.am                 |   13 -
 app-defaults/Xedit          |  468 +++++++++++++++
 app-defaults/Xedit-noxprint |  468 ---------------
 app-defaults/Xedit-xprint   |  565 -----------------
 commands.c                  |  114 ----
 configure.ac                |   14 +-
 print.c                     |  435 --------------
 print.h                     |   56 --
 printdialog.c               | 1396 -------------------------------------------
 printdialog.h               |   70 ---
 printdialogprivates.h       |  182 ------
 xedit.c                     |   24 -
 xedit.h                     |    6 -
 13 files changed, 469 insertions(+), 3342 deletions(-)
 create mode 100644 app-defaults/Xedit
 delete mode 100644 app-defaults/Xedit-noxprint
 delete mode 100644 app-defaults/Xedit-xprint
 delete mode 100644 print.c
 delete mode 100644 print.h
 delete mode 100644 printdialog.c
 delete mode 100644 printdialog.h
 delete mode 100644 printdialogprivates.h

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to