~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to msdos/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090405091430-nw07lynn2arotjbe
Tags: upstream-20090320
ImportĀ upstreamĀ versionĀ 20090320

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-02-28  Eli Zaretskii  <eliz@gnu.org>
 
2
 
 
3
        * mainmake.v2 (boot): Don't require b-emacs.exe if not building
 
4
        out of CVS.  (Bug#2151)
 
5
 
 
6
2008-12-19  Eli Zaretskii  <eliz@gnu.org>
 
7
 
 
8
        * INSTALL: Document the problems on Windows Vista and the
 
9
        --with-system-malloc option to config.bat.
 
10
 
 
11
        * sedalloc.inp: New file.
 
12
 
 
13
2008-11-21  Eli Zaretskii  <eliz@gnu.org>
 
14
 
 
15
        * mainmake.v2 (misc): New target.
 
16
        (all, info): Depend on `misc'.
 
17
 
 
18
2008-11-15  Eli Zaretskii  <eliz@gnu.org>
 
19
 
 
20
        * mainmake.v2 (src): Move removal of src/bootlisp after recursing
 
21
        into `lisp'.
 
22
 
 
23
        Make bootstrap work again:
 
24
 
 
25
        * mainmake.v2 (boot): New variable.
 
26
        (src): Pass $(boot) to sub-Make.  Remove src/bootlisp.  If
 
27
        src/bootlisp exists after running Make, run Make in `lisp' as
 
28
        well.
 
29
        (clean, mostlyclean): Remove bogus repeated clean in the top-level
 
30
        directory.
 
31
        (info, bootstrap-clean): New targets.
 
32
        (bootstrap): Depend only on bootstrap-clean.  Commands modified to
 
33
        be equivalent to top-level Makefile.in.
 
34
        (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
 
35
        (bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
 
36
        (clean, mostlyclean, distclean, maintainer-clean, extraclean):
 
37
        Don't recurse into lwlib and oldXMenu.
 
38
 
 
39
        * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe.
 
40
 
 
41
        * sedlisp.inp: Don't convert *.el files to Unix text format, and
 
42
        don't copy ldefs-boot.el into loaddefs.el.
 
43
 
 
44
        * sed6.inp: Edit out Unixy shell features in maintainer-clean
 
45
        targets in doc/ Makefiles.
 
46
 
 
47
        * INSTALL: Update the list of utilities needed by lisp/Makefile
 
48
        and for bootstrapping.
 
49
 
 
50
2008-11-08  Eli Zaretskii  <eliz@gnu.org>
 
51
 
 
52
        * INSTALL: New file, with build instructions moved from the
 
53
        top-level INSTALL.
 
54
 
 
55
2008-10-14  Eli Zaretskii  <eliz@gnu.org>
 
56
 
 
57
        * sedlisp.inp (lisp): Set to absolute file name of current
 
58
        directory, not to ".", to have it on EMACSLOADPATH when we descend
 
59
        into subdirectories.
 
60
 
1
61
2008-08-23  Eli Zaretskii  <eliz@gnu.org>
2
62
 
3
63
        * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on
5
65
 
6
66
        * sed3v2.inp: Edit out @LIB_SRC_EXTRA_INSTALLABLES@.
7
67
 
8
 
        * sed1v2.inp (version):  Define to empty.
 
68
        * sed1v2.inp (version): Define to empty.
9
69
        (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
10
70
        (EXEEXT): Define to .exe.
11
71
        Edit "ln -f" into "cp -pf".
679
739
;; End:
680
740
 
681
741
    Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
682
 
       2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
742
       2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
683
743
 
684
744
  This file is part of GNU Emacs.
685
745