[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11-apps: Changes to 'refs/tags/x11-apps-7.4+2'



Tag 'x11-apps-7.4+2' created by Brice Goglin <bgoglin@debian.org> at 2009-07-27 17:33 +0000

Tagging upload of x11-apps 7.4+2 to unstable.

Changes since x11-apps-7.4+1:
Brice Goglin (3):
      Add xedit (1.1.2)
      Bump Standards-Version to 3.8.2, no changes
      Prepare changelog for upload

---
 debian/changelog                        |    7 
 debian/control                          |    4 
 debian/rules                            |    2 
 debian/x11-apps.install                 |    1 
 debian/x11-apps.menu                    |    6 
 xedit/AUTHORS                           |  143 
 xedit/COPYING                           |  176 
 xedit/ChangeLog                         |  796 +++
 xedit/Makefile.am                       |  283 +
 xedit/Makefile.in                       | 1640 +++++++
 xedit/README                            |  604 ++
 xedit/aclocal.m4                        | 1587 +++++++
 xedit/app-defaults/Xedit-color.ad       |  195 
 xedit/app-defaults/Xedit-noxprint.ad    |  468 ++
 xedit/app-defaults/Xedit-sample         |  233 +
 xedit/app-defaults/Xedit-xprint.ad      |  565 ++
 xedit/commands.c                        | 1196 +++++
 xedit/compile                           |  142 
 xedit/config.guess                      | 1526 ++++++
 xedit/config.h.in                       |   34 
 xedit/config.sub                        | 1658 +++++++
 xedit/configure                         | 6237 ++++++++++++++++++++++++++++
 xedit/configure.ac                      |   72 
 xedit/depcomp                           |  589 ++
 xedit/hash.c                            |  322 +
 xedit/hook.c                            | 1265 +++++
 xedit/install-sh                        |  519 ++
 xedit/ispell.c                          | 2229 ++++++++++
 xedit/lisp.c                            |  274 +
 xedit/lisp/README                       |  195 
 xedit/lisp/TODO                         |   81 
 xedit/lisp/bytecode.c                   | 3696 ++++++++++++++++
 xedit/lisp/bytecode.h                   |  268 +
 xedit/lisp/compile.c                    | 2224 ++++++++++
 xedit/lisp/core.c                       | 7024 ++++++++++++++++++++++++++++++++
 xedit/lisp/core.h                       |  221 +
 xedit/lisp/debugger.c                   |  828 +++
 xedit/lisp/debugger.h                   |   72 
 xedit/lisp/env.c                        |  151 
 xedit/lisp/format.c                     | 2121 +++++++++
 xedit/lisp/format.h                     |   42 
 xedit/lisp/hash.c                       |  659 +++
 xedit/lisp/hash.h                       |   71 
 xedit/lisp/helper.c                     | 1126 +++++
 xedit/lisp/helper.h                     |  115 
 xedit/lisp/internal.h                   |  800 +++
 xedit/lisp/io.c                         |  717 +++
 xedit/lisp/io.h                         |  115 
 xedit/lisp/lisp.c                       | 5491 +++++++++++++++++++++++++
 xedit/lisp/lisp.h                       |   44 
 xedit/lisp/lsp.c                        |   79 
 xedit/lisp/math.c                       | 1477 ++++++
 xedit/lisp/math.h                       |  100 
 xedit/lisp/mathimp.c                    | 5223 +++++++++++++++++++++++
 xedit/lisp/modules/indent.lsp           | 1426 ++++++
 xedit/lisp/modules/lisp.lsp             |  174 
 xedit/lisp/modules/progmodes/auto.lsp   |  110 
 xedit/lisp/modules/progmodes/c.lsp      | 1140 +++++
 xedit/lisp/modules/progmodes/html.lsp   |  327 +
 xedit/lisp/modules/progmodes/imake.lsp  |  188 
 xedit/lisp/modules/progmodes/lisp.lsp   |  384 +
 xedit/lisp/modules/progmodes/make.lsp   |  135 
 xedit/lisp/modules/progmodes/man.lsp    |  160 
 xedit/lisp/modules/progmodes/patch.lsp  |   55 
 xedit/lisp/modules/progmodes/perl.lsp   |  507 ++
 xedit/lisp/modules/progmodes/python.lsp |  306 +
 xedit/lisp/modules/progmodes/rpm.lsp    |  166 
 xedit/lisp/modules/progmodes/sgml.lsp   |  428 +
 xedit/lisp/modules/progmodes/sh.lsp     |  113 
 xedit/lisp/modules/progmodes/xconf.lsp  |   68 
 xedit/lisp/modules/progmodes/xlog.lsp   |  102 
 xedit/lisp/modules/progmodes/xrdb.lsp   |  115 
 xedit/lisp/modules/psql.c               |  983 ++++
 xedit/lisp/modules/syntax.lsp           | 1452 ++++++
 xedit/lisp/modules/x11.c                |  666 +++
 xedit/lisp/modules/xaw.c                |  664 +++
 xedit/lisp/modules/xedit.lsp            |  569 ++
 xedit/lisp/modules/xt.c                 | 1799 ++++++++
 xedit/lisp/mp/mp.c                      |  822 +++
 xedit/lisp/mp/mp.h                      |  435 +
 xedit/lisp/mp/mpi.c                     | 1660 +++++++
 xedit/lisp/mp/mpr.c                     |  436 +
 xedit/lisp/package.c                    |  849 +++
 xedit/lisp/package.h                    |   62 
 xedit/lisp/pathname.c                   | 1096 ++++
 xedit/lisp/pathname.h                   |   78 
 xedit/lisp/private.h                    |  537 ++
 xedit/lisp/re/README                    |  121 
 xedit/lisp/re/re.c                      | 2649 ++++++++++++
 xedit/lisp/re/re.h                      |  123 
 xedit/lisp/re/rec.c                     | 1015 ++++
 xedit/lisp/re/reo.c                     |  685 +++
 xedit/lisp/re/rep.h                     |  369 +
 xedit/lisp/re/tests.c                   |  199 
 xedit/lisp/re/tests.txt                 |  470 ++
 xedit/lisp/read.c                       | 2056 +++++++++
 xedit/lisp/read.h                       |   47 
 xedit/lisp/regex.c                      |  223 +
 xedit/lisp/regex.h                      |   46 
 xedit/lisp/require.c                    |  159 
 xedit/lisp/require.h                    |   44 
 xedit/lisp/stream.c                     |  866 +++
 xedit/lisp/stream.h                     |   58 
 xedit/lisp/string.c                     | 1387 ++++++
 xedit/lisp/string.h                     |   95 
 xedit/lisp/struct.c                     |  373 +
 xedit/lisp/struct.h                     |   53 
 xedit/lisp/test/hello.lsp               |   72 
 xedit/lisp/test/list.lsp                | 1895 ++++++++
 xedit/lisp/test/math.lsp                |  982 ++++
 xedit/lisp/test/psql-1.lsp              |   80 
 xedit/lisp/test/psql-2.lsp              |   74 
 xedit/lisp/test/psql-3.lsp              |  118 
 xedit/lisp/test/regex.lsp               |  451 ++
 xedit/lisp/test/stream.lsp              |  807 +++
 xedit/lisp/test/widgets.lsp             |   71 
 xedit/lisp/time.c                       |  143 
 xedit/lisp/time.h                       |   39 
 xedit/lisp/write.c                      | 2406 ++++++++++
 xedit/lisp/write.h                      |   80 
 xedit/lisp/xedit.c                      | 1636 +++++++
 xedit/lisp/xedit.h                      |   94 
 xedit/missing                           |  367 +
 xedit/options.c                         |  524 ++
 xedit/print.c                           |  435 +
 xedit/print.h                           |   56 
 xedit/printdialog.c                     | 1396 ++++++
 xedit/printdialog.h                     |   70 
 xedit/printdialogprivates.h             |  182 
 xedit/realpath.c                        |  208 
 xedit/strcasecmp.c                      |   40 
 xedit/tags.c                            |  635 ++
 xedit/util.c                            |  995 ++++
 xedit/util.h                            |   80 
 xedit/xedit.c                           |  677 +++
 xedit/xedit.h                           |  204 
 xedit/xedit.man                         |  451 ++
 137 files changed, 100029 insertions(+), 2 deletions(-)
---


Reply to: