xedit: Changes to 'refs/tags/xedit-1.2.0'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Oct 30 15:30:23 PDT 2010


Tag 'xedit-1.2.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-30 23:29 -0700

xedit 1.2.0

Changes since xedit-1.1.2:
A Costa (1):
      Man page typo fixes

Alan Coopersmith (4):
      config: upgrade to util-macros 1.8 for additional man page support
      Xmu functions are called directly, so include it in PKG_CHECK_MODULES
      config: Remove unnecessary calls from configure.ac
      xedit 1.2.0

Gaetan Nadon (11):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: use backticks rather than $() for cmd subs
      config: remove dependency on xaw8
      xprint: remove Xedit-xprint resource file
      xprint: remove xprint related C code
      xprint: remove conditionally defined related C code
      config: update AC_PREREQ statement to 2.60

Paulo Cesar Pereira de Andrade (7):
      Don't highlight quotes in nested syntax tables for "auto" mode.
      Add missing check for symbolic links.
      Don't put EOF in the unget buffer.
      Properly read symbol name in tags interface.
      Use new XORG_CWARNFLAGS and XORG_CHANGELOG macros.
      Correct problems in make distcheck.
      Set text properties after loading all command line files.

Peter Breitenlohner (2):
      avoid race condition for parallel jobs
      reorganize app default files

---
 .gitignore                      |   76 +-
 Makefile.am                     |   94 --
 app-defaults/.gitignore         |    2 
 app-defaults/Xedit              |  468 +++++++++++++
 app-defaults/Xedit-color        |  195 +++++
 app-defaults/Xedit-color.ad     |  195 -----
 app-defaults/Xedit-noxprint.ad  |  468 -------------
 app-defaults/Xedit-xprint.ad    |  565 ----------------
 commands.c                      |  118 ---
 configure.ac                    |   37 -
 lisp/.gitignore                 |    4 
 lisp/io.c                       |   14 
 lisp/modules/progmodes/auto.lsp |   13 
 lisp/re/.gitignore              |    2 
 print.c                         |  435 ------------
 print.h                         |   56 -
 printdialog.c                   | 1396 ----------------------------------------
 printdialog.h                   |   70 --
 printdialogprivates.h           |  182 -----
 tags.c                          |   20 
 xedit.c                         |   46 -
 xedit.h                         |    6 
 xedit.man                       |    4 
 23 files changed, 822 insertions(+), 3644 deletions(-)
---


More information about the xorg-commit mailing list