~ubuntu-branches/ubuntu/precise/vte/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-16 17:59:49 UTC
  • mfrom: (1.1.65 upstream) (3.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110616175949-dexr6gu2dxiifi00
Tags: 1:0.28.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Add 93_add_alt_screen_scroll_toggle.patch: Handle scrolling differently
    when using alternate screen or scrolling is restricted.
  - Add lp246701_scroll_region_updates.patch: Bug fix. (LP #246701)
  - 91_keep_fds.patch:
    vte-2.90 does not yet support G_SPAWN_LEAVE_DESCRIPTORS_OPEN
    when calling vte_terminal_fork_command_full() until that is
    fixed we need to keep this patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 88d748a106e137baeef660c354bd54ed82efff86
 
2
Author: Christian Persch <chpe@gnome.org>
 
3
Date:   Tue Jun 14 23:38:20 2011 +0200
 
4
 
 
5
    Version 0.28.1
 
6
 
 
7
 NEWS |    6 ++++++
 
8
 1 files changed, 6 insertions(+), 0 deletions(-)
 
9
 
 
10
commit ac71d26f067be3a21bff315c3cabf24c94360dd6
 
11
Author: Christian Persch <chpe@gnome.org>
 
12
Date:   Fri Jun 10 17:31:58 2011 +0200
 
13
 
 
14
    [CVE-2011-2198] Limit insert-blank-characters
 
15
    
 
16
    Bug #652124.
 
17
 
 
18
 src/vteseq.c |   27 ++++++++++++++++++++++-----
 
19
 1 files changed, 22 insertions(+), 5 deletions(-)
 
20
 
 
21
commit 07a03020cabab719d824c525d58cd735a70856e9
 
22
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
23
Date:   Sun May 29 19:12:39 2011 +0200
 
24
 
 
25
    [l10n]Updated Catalan (Valencian) translation
 
26
 
 
27
 po/ca@valencia.po |   18 +++++++++---------
 
28
 1 files changed, 9 insertions(+), 9 deletions(-)
 
29
 
 
30
commit 98f05a28ae9a6429cc9b77b98a6c174d2c2233f3
 
31
Author: Christian Persch <chpe@gnome.org>
 
32
Date:   Mon Apr 4 14:08:56 2011 +0200
 
33
 
 
34
    Post release version bump
 
35
 
 
36
 configure.in |    2 +-
 
37
 1 files changed, 1 insertions(+), 1 deletions(-)
 
38
 
1
39
commit 56def42f554720a8d91da1aee32c66cbeef406e2
2
40
Author: Christian Persch <chpe@gnome.org>
3
41
Date:   Sun Apr 3 23:06:23 2011 +0200
311
349
    
312
350
    Renaming breaks automatic reconfiguring from make during git bisect.
313
351
 
314
 
 autogen.sh   |    2 +-
315
 
 configure.ac |  625 ----------------------------------------------------------
316
 
 configure.in |  625 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
317
 
 3 files changed, 626 insertions(+), 626 deletions(-)
 
352
 autogen.sh                   |    2 +-
 
353
 configure.ac => configure.in |    4 ++--
 
354
 2 files changed, 3 insertions(+), 3 deletions(-)
318
355
 
319
356
commit 2cce4ae4d5599b131b5f53340f636630bf1cf6d9
320
357
Author: Javier Jardón <javier.jardon@codethink.co.uk>
335
372
 
336
373
    Use the recommended configure.ac instead configure.in
337
374
 
338
 
 autogen.sh   |    2 +-
339
 
 configure.ac |  622 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
340
 
 configure.in |  622 ----------------------------------------------------------
341
 
 3 files changed, 623 insertions(+), 623 deletions(-)
 
375
 autogen.sh                   |    2 +-
 
376
 configure.in => configure.ac |    4 ++--
 
377
 2 files changed, 3 insertions(+), 3 deletions(-)
342
378
 
343
379
commit 45c73fc2a9aaf166056c7f29aec7bdf8cd8d165f
344
380
Author: Javier Jardón <javier.jardon@codethink.co.uk>
4425
4461
 
4426
4462
    [stream] Add file stream
4427
4463
 
4428
 
 src/Makefile.am      |    2 +
4429
 
 src/vtestream-base.h |   51 ++++++++++++
4430
 
 src/vtestream-file.h |  215 ++++++++++++++++++++++++++++++++++++++++++++++++++
4431
 
 src/vtestream.c      |   31 +------
4432
 
 src/vtestream.h      |    6 +-
4433
 
 5 files changed, 278 insertions(+), 27 deletions(-)
 
4464
 src/Makefile.am                       |    2 +
 
4465
 src/{vtestream.c => vtestream-base.h} |   18 +--
 
4466
 src/vtestream-file.h                  |  215 +++++++++++++++++++++++++++++++++
 
4467
 src/vtestream.c                       |   31 +----
 
4468
 src/vtestream.h                       |    6 +-
 
4469
 5 files changed, 234 insertions(+), 38 deletions(-)
4434
4470
 
4435
4471
commit 9de9d2de44d4723935176c71f8f09a90f15e678a
4436
4472
Author: Behdad Esfahbod <behdad@behdad.org>
4460
4496
 
4461
4497
    [ring] Move VteRowData into its own file
4462
4498
 
4463
 
 src/Makefile.am  |    2 +
4464
 
 src/ring.c       |  141 +---------------------------------------------
4465
 
 src/ring.h       |  138 +--------------------------------------------
4466
 
 src/vterowdata.c |  164 +++++++++++++++++++++++++++++++++++++++++++++++++++++
4467
 
 src/vterowdata.h |  167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
4468
 
 src/vteunistr.c  |    3 +-
4469
 
 6 files changed, 337 insertions(+), 278 deletions(-)
 
4499
 src/Makefile.am              |    2 +
 
4500
 src/ring.c                   |  141 +-----------------------------------
 
4501
 src/ring.h                   |  138 +-----------------------------------
 
4502
 src/vterowdata.c             |  164 ++++++++++++++++++++++++++++++++++++++++++
 
4503
 src/{ring.h => vterowdata.h} |   72 ++-----------------
 
4504
 src/vteunistr.c              |    3 +-
 
4505
 6 files changed, 177 insertions(+), 343 deletions(-)
4470
4506
 
4471
4507
commit 4e02748b395e2086a4a3f897868bc789875e770d
4472
4508
Author: Carles Ferrando <carles.ferrando@gmail.com>
5511
5547
 
5512
5548
    Rename nds*.po to nds.po
5513
5549
 
5514
 
 po/LINGUAS    |    2 +-
5515
 
 po/nds.po     |   94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5516
 
 po/nds_NFE.po |   94 ---------------------------------------------------------
5517
 
 3 files changed, 95 insertions(+), 95 deletions(-)
 
5550
 po/LINGUAS                |    2 +-
 
5551
 po/{nds_NFE.po => nds.po} |    0
 
5552
 2 files changed, 1 insertions(+), 1 deletions(-)
5518
5553
 
5519
5554
commit 0b78dea524ee01e581327d09324193f2c1cce435
5520
5555
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
6108
6143
 
6109
6144
    Remove ChangeLog, and auto-generate changelog on make dist
6110
6145
 
6111
 
 .gitignore                 |    2 +
6112
 
 ChangeLog                  |12065 --------------------------------------------
6113
 
 ChangeLog.pre-git          |12065 ++++++++++++++++++++++++++++++++++++++++++++
6114
 
 Makefile.am                |   18 +-
6115
 
 gnome-pty-helper/ChangeLog |    1 -
6116
 
 po/ChangeLog               | 1353 -----
6117
 
 6 files changed, 12084 insertions(+), 13420 deletions(-)
 
6146
 .gitignore                     |    2 +
 
6147
 ChangeLog => ChangeLog.pre-git |    0
 
6148
 Makefile.am                    |   18 +-
 
6149
 gnome-pty-helper/ChangeLog     |    1 -
 
6150
 po/ChangeLog                   | 1353 ----------------------------------------
 
6151
 5 files changed, 19 insertions(+), 1355 deletions(-)
6118
6152
 
6119
6153
commit fd3ab8dd61ed18f460cecc153de24eb1377a1a34
6120
6154
Author: Christian Persch <chpe@gnome.org>
11775
11809
    
11776
11810
    svn path=/trunk/; revision=2089
11777
11811
 
11778
 
 po/ChangeLog   |    5 ++
11779
 
 po/LINGUAS     |    2 +-
11780
 
 po/sr@Latn.po  |  158 --------------------------------------------------------
11781
 
 po/sr@latin.po |  158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11782
 
 4 files changed, 164 insertions(+), 159 deletions(-)
 
11812
 po/ChangeLog                   |    5 +++++
 
11813
 po/LINGUAS                     |    2 +-
 
11814
 po/{sr@Latn.po => sr@latin.po} |    0
 
11815
 3 files changed, 6 insertions(+), 1 deletions(-)
11783
11816
 
11784
11817
commit 0e0aab333668dd11959b5ef0e8695dc1236c40bb
11785
11818
Author: Christian Persch <chpe@src.gnome.org>
27876
27909
            * Makefile.am, src/Makefile.am, doc/reference/Makefile.am: Updated.
27877
27910
 
27878
27911
 .cvsignore                  |    5 +
27879
 
 ChangeLog                   |   10 +
 
27912
 ChangeLog                   |   10 ++
27880
27913
 Makefile.am                 |    2 +
27881
 
 autogen.sh                  |  121 +--------
27882
 
 configure.in                |   70 +-----
27883
 
 doc/reference/Makefile.am   |  231 ++++-------------
 
27914
 autogen.sh                  |  121 +++--------------------
 
27915
 configure.in                |   70 ++-----------
 
27916
 doc/reference/Makefile.am   |  231 ++++++++++---------------------------------
27884
27917
 gnome-pty-helper/.cvsignore |    2 +
27885
 
 po/fa.po                    |   25 +-
 
27918
 po/fa.po                    |   25 ++---
27886
27919
 python/vte-demo.py          |    2 +-
27887
27920
 src/Makefile.am             |    1 +
27888
 
 vte.spec                    |  596 -------------------------------------------
27889
 
 vte.spec.in                 |  596 +++++++++++++++++++++++++++++++++++++++++++
27890
 
 12 files changed, 703 insertions(+), 958 deletions(-)
 
27921
 vte.spec => vte.spec.in     |    2 +-
 
27922
 11 files changed, 108 insertions(+), 363 deletions(-)
27891
27923
 
27892
27924
commit 2f710f0f5ff8efe8f2dc2d4601da5c4eaa6716a6
27893
27925
Author: Behdad Esfahbod <behdad@gnome.org>
29918
29950
 
29919
29951
    add ignore files
29920
29952
 
29921
 
 .cvsignore                  |    1 +
29922
 
 doc/.cvsignore              |    2 ++
29923
 
 doc/openi18n/.cvsignore     |    3 +++
29924
 
 doc/reference/.cvsignore    |   20 ++++++++++++++++++++
29925
 
 gnome-pty-helper/.cvsignore |   12 ++++++++++++
29926
 
 python/.cvsignore           |    3 +++
29927
 
 termcaps/.cvsignore         |    2 ++
29928
 
 7 files changed, 43 insertions(+), 0 deletions(-)
 
29953
 .cvsignore                                |    1 +
 
29954
 doc/.cvsignore                            |    2 ++
 
29955
 doc/openi18n/.cvsignore                   |    3 +++
 
29956
 doc/reference/.cvsignore                  |   20 ++++++++++++++++++++
 
29957
 .cvsignore => gnome-pty-helper/.cvsignore |   17 +++--------------
 
29958
 python/.cvsignore                         |    3 +++
 
29959
 termcaps/.cvsignore                       |    2 ++
 
29960
 7 files changed, 34 insertions(+), 14 deletions(-)
29929
29961
 
29930
29962
commit c90b8d3668b4f3d56b026852a96c9ef5deffbf9d
29931
29963
Author: Thomas Vander Stichele <thomasvs@src.gnome.org>
32863
32895
 
32864
32896
    - rename termcap.c/termcap.h to avoid conflicts with system <termcap.h>
32865
32897
 
32866
 
 ChangeLog       |    5 +
32867
 
 src/Makefile.am |   27 +-
32868
 
 src/interpret.c |    2 +-
32869
 
 src/keymap.c    |    2 +-
32870
 
 src/keymap.h    |    2 +-
32871
 
 src/termcap.c   |  742 -------------------------------------------------------
32872
 
 src/termcap.h   |   63 -----
32873
 
 src/vte.c       |    2 +-
32874
 
 src/vtetc.c     |  742 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
32875
 
 src/vtetc.h     |   63 +++++
32876
 
 10 files changed, 827 insertions(+), 823 deletions(-)
 
32898
 ChangeLog                  |    5 +++++
 
32899
 src/Makefile.am            |   27 +++++++++++++--------------
 
32900
 src/interpret.c            |    2 +-
 
32901
 src/keymap.c               |    2 +-
 
32902
 src/keymap.h               |    2 +-
 
32903
 src/vte.c                  |    2 +-
 
32904
 src/{termcap.c => vtetc.c} |    2 +-
 
32905
 src/{termcap.h => vtetc.h} |    0
 
32906
 8 files changed, 23 insertions(+), 19 deletions(-)
32877
32907
 
32878
32908
commit 4cf3893d9b59b32a879302c6433894ddb906e40a
32879
32909
Author: Ole Laursen <olau@hardworking.dk>
34626
34656
    * src/vteapp.c: add -- option to stop parsing options with getopt.
34627
34657
    * src/vtefc.c: fix incorrect DPI read due to type mismatch (#109513).
34628
34658
 
34629
 
 ChangeLog       |   19 ++
34630
 
 configure.in    |   68 +++++-
34631
 
 src/Makefile.am |   44 ++--
34632
 
 src/vte.c       |   23 +-
34633
 
 src/vteapp.c    |   10 +-
34634
 
 src/vtedraw.c   |   44 +++-
34635
 
 src/vtedraw.h   |   12 +-
34636
 
 src/vtefc.c     |   13 +-
34637
 
 src/vteft2.c    |  338 ++++++++++++++++++++++++++
34638
 
 src/vteft2.h    |   35 +++
34639
 
 src/vtegl.c     |  414 +++++++++++++++++++++++++++++++
34640
 
 src/vtegl.h     |   35 +++
34641
 
 src/vteglyph.c  |  728 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
34642
 
 src/vteglyph.h  |   86 +++++++
34643
 
 src/vtepango.c  |   42 ++--
34644
 
 src/vtepangox.c |  466 +++++++++++++++++++++++++++++++++++
34645
 
 src/vtepangox.h |   35 +++
34646
 
 src/vtergb.c    |  260 ++++++++++++++++++++
34647
 
 src/vtergb.h    |   52 ++++
34648
 
 src/vteskel.c   |   35 ++--
34649
 
 src/vtexft.c    |   39 ++--
34650
 
 vte.pc.in       |    2 +-
34651
 
 vte.spec        |    6 +-
34652
 
 23 files changed, 2681 insertions(+), 125 deletions(-)
 
34659
 ChangeLog                       |   19 +
 
34660
 configure.in                    |   68 +++-
 
34661
 src/Makefile.am                 |   44 ++-
 
34662
 src/vte.c                       |   23 +-
 
34663
 src/vteapp.c                    |   10 +-
 
34664
 src/vtedraw.c                   |   44 ++-
 
34665
 src/vtedraw.h                   |   12 +-
 
34666
 src/vtefc.c                     |   13 +-
 
34667
 src/vteft2.c                    |  338 ++++++++++++++++++
 
34668
 src/vteft2.h                    |   35 ++
 
34669
 src/vtegl.c                     |  414 ++++++++++++++++++++++
 
34670
 src/vtegl.h                     |   35 ++
 
34671
 src/vteglyph.c                  |  728 +++++++++++++++++++++++++++++++++++++++
 
34672
 src/vteglyph.h                  |   86 +++++
 
34673
 src/vtepango.c                  |   42 +--
 
34674
 src/{vtepango.c => vtepangox.c} |  227 ++++++++-----
 
34675
 src/vtepangox.h                 |   35 ++
 
34676
 src/vtergb.c                    |  260 ++++++++++++++
 
34677
 src/vtergb.h                    |   52 +++
 
34678
 src/vteskel.c                   |   35 +-
 
34679
 src/vtexft.c                    |   39 ++-
 
34680
 vte.pc.in                       |    2 +-
 
34681
 vte.spec                        |    6 +-
 
34682
 23 files changed, 2350 insertions(+), 217 deletions(-)
34653
34683
 
34654
34684
commit f947682ae7c91de10542d69217496828122bd976
34655
34685
Author: Laurent Dhima <laurenti@src.gnome.org>
37224
37254
        terminal's encoding if stdout isn't connected to a terminal.
37225
37255
    * src/nativeecho.c: add, for printing random bytes.
37226
37256
 
37227
 
 ChangeLog        |    7 +++++++
37228
 
 configure.in     |    2 +-
37229
 
 po/cs.po         |   48 +++++++++++++++++++++++-------------------------
37230
 
 po/da.po         |   48 +++++++++++++++++++++++-------------------------
37231
 
 po/de.po         |   48 +++++++++++++++++++++++-------------------------
37232
 
 po/fr.po         |   48 +++++++++++++++++++++++-------------------------
37233
 
 po/ms.po         |   48 +++++++++++++++++++++++-------------------------
37234
 
 po/nl.po         |   48 +++++++++++++++++++++++-------------------------
37235
 
 po/no.po         |   48 +++++++++++++++++++++++-------------------------
37236
 
 po/pt_BR.po      |   48 +++++++++++++++++++++++-------------------------
37237
 
 po/sv.po         |   48 +++++++++++++++++++++++-------------------------
37238
 
 po/vi.po         |   48 +++++++++++++++++++++++-------------------------
37239
 
 src/Makefile.am  |    7 ++++++-
37240
 
 src/nativeecho.c |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
37241
 
 src/utf8echo.c   |   13 +++++++++----
37242
 
 src/vte.c        |    2 +-
37243
 
 16 files changed, 308 insertions(+), 257 deletions(-)
 
37257
 ChangeLog                        |    7 +++++
 
37258
 configure.in                     |    2 +-
 
37259
 po/cs.po                         |   48 ++++++++++++++++++-------------------
 
37260
 po/da.po                         |   48 ++++++++++++++++++-------------------
 
37261
 po/de.po                         |   48 ++++++++++++++++++-------------------
 
37262
 po/fr.po                         |   48 ++++++++++++++++++-------------------
 
37263
 po/ms.po                         |   48 ++++++++++++++++++-------------------
 
37264
 po/nl.po                         |   48 ++++++++++++++++++-------------------
 
37265
 po/no.po                         |   48 ++++++++++++++++++-------------------
 
37266
 po/pt_BR.po                      |   48 ++++++++++++++++++-------------------
 
37267
 po/sv.po                         |   48 ++++++++++++++++++-------------------
 
37268
 po/vi.po                         |   48 ++++++++++++++++++-------------------
 
37269
 src/Makefile.am                  |    7 ++++-
 
37270
 src/{utf8echo.c => nativeecho.c} |   39 ++++++++-----------------------
 
37271
 src/utf8echo.c                   |   13 +++++++---
 
37272
 src/vte.c                        |    2 +-
 
37273
 16 files changed, 264 insertions(+), 286 deletions(-)
37244
37274
 
37245
37275
commit 672bca9bfb1cf9aee9a077a93711022a3a8bfe9c
37246
37276
Author: Nalin Dahyabhai <nalin@src.gnome.org>
37443
37473
    * termcaps/xterm: remove key definitions -- xterm's way more complicated than
37444
37474
        the capability strings suggest.
37445
37475
 
37446
 
 ChangeLog               |   13 ++
37447
 
 configure.in            |    6 +-
37448
 
 src/Makefile.am         |    3 +
37449
 
 src/debug.c             |    3 +
37450
 
 src/debug.h             |    3 +-
37451
 
 src/dumpkeys.c          |   46 ++++--
37452
 
 src/keymap.c            |  453 ++++++++++++++++++++++++++++++++++++++---------
37453
 
 src/keymap.h            |   19 ++-
37454
 
 src/vte.c               |  166 +++++++++++++-----
37455
 
 termcaps/Makefile.am    |    2 +-
37456
 
 termcaps/xterm          |   22 ++-
37457
 
 termcaps/xterm.baseline |   35 ++++
37458
 
 12 files changed, 603 insertions(+), 168 deletions(-)
 
37476
 ChangeLog                          |   13 +
 
37477
 configure.in                       |    6 +-
 
37478
 src/Makefile.am                    |    3 +
 
37479
 src/debug.c                        |    3 +
 
37480
 src/debug.h                        |    3 +-
 
37481
 src/dumpkeys.c                     |   46 +++--
 
37482
 src/keymap.c                       |  453 +++++++++++++++++++++++++++++-------
 
37483
 src/keymap.h                       |   19 +-
 
37484
 src/vte.c                          |  166 ++++++++++----
 
37485
 termcaps/Makefile.am               |    2 +-
 
37486
 termcaps/xterm                     |   22 +-
 
37487
 termcaps/{xterm => xterm.baseline} |   20 +-
 
37488
 12 files changed, 580 insertions(+), 176 deletions(-)
37459
37489
 
37460
37490
commit 91a1515e9c6de2e767aa39f8f5e868e9af623fb8
37461
37491
Author: Nalin Dahyabhai <nalin@src.gnome.org>
38767
38797
 gnome-pty-helper/AUTHORS               |    4 +
38768
38798
 gnome-pty-helper/COPYING               |  481 ++++++++++++++++++++
38769
38799
 gnome-pty-helper/Makefile.am           |   13 +
 
38800
 NEWS => gnome-pty-helper/NEWS          |    0
38770
38801
 gnome-pty-helper/README                |    4 +
38771
38802
 gnome-pty-helper/acinclude.m4          |  243 ++++++++++
38772
38803
 gnome-pty-helper/autogen.sh            |   71 +++
38805
38836
 src/vteapp.c                           |    9 +
38806
38837
 vte.pc.in                              |    2 +-
38807
38838
 vte.spec                               |   15 +-
38808
 
 51 files changed, 3706 insertions(+), 1046 deletions(-)
 
38839
 52 files changed, 3706 insertions(+), 1046 deletions(-)
38809
38840
 
38810
38841
commit 8b212c6c4399fb2cf07cd6bb95eac17a6b790297
38811
38842
Author: Jacob Berkman <jacob@ximian.com>
39805
39836
    do odd things if you run the script from the build directory (when it's also
39806
39837
    the source directory).
39807
39838
 
39808
 
 python/vte-demo.py |   43 +++++++++++++++++++++++++++++++++++++++++++
39809
 
 python/vte.py      |   43 -------------------------------------------
39810
 
 2 files changed, 43 insertions(+), 43 deletions(-)
 
39839
 python/{vte.py => vte-demo.py} |    0
 
39840
 1 files changed, 0 insertions(+), 0 deletions(-)
39811
39841
 
39812
39842
commit ee05b8f8a7bbb426af0101c37489c7246243570e
39813
39843
Author: Nalin Dahyabhai <nalin@src.gnome.org>
41393
41423
        * .cvsignore: Added.
41394
41424
        * sv.po: Added Swedish translation.
41395
41425
 
41396
 
 po/.cvsignore |   11 +++++
41397
 
 po/ChangeLog  |    7 +++
41398
 
 po/sv.po      |  125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41399
 
 po/vte.pot    |  117 -----------------------------------------------------
41400
 
 4 files changed, 143 insertions(+), 117 deletions(-)
 
41426
 po/.cvsignore         |   11 ++++++++
 
41427
 po/ChangeLog          |    7 +++++
 
41428
 po/{vte.pot => sv.po} |   64 +++++++++++++++++++++++++++---------------------
 
41429
 3 files changed, 54 insertions(+), 28 deletions(-)
41401
41430
 
41402
41431
commit 6690915804fd0b597beb63e7b28fa6120299c7d9
41403
41432
Author: Nalin Dahyabhai <nalin@src.gnome.org>
43492
43521
 
43493
43522
    rename configure.ac to configure.in, remove 2.5isms
43494
43523
 
43495
 
 configure.ac    |   32 ---
43496
 
 configure.in    |   31 +++
43497
 
 src/Makefile.in |  614 +++++++++++++++++++++++++------------------------------
43498
 
 3 files changed, 306 insertions(+), 371 deletions(-)
 
43524
 configure.ac => configure.in |    1 -
 
43525
 src/Makefile.in              |  614 +++++++++++++++++++-----------------------
 
43526
 2 files changed, 275 insertions(+), 340 deletions(-)
43499
43527
 
43500
43528
commit 5d753e874d0c821df033b4e94e2a39cbb24d2616
43501
43529
Author: Nalin Dahyabhai <nalin@src.gnome.org>