Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/ChangeLog

    r4213 r4220  
     12008-03-26  Chong Yidong  <cyd@stupidchicken.com> 
     2 
     3        * Version 22.2 released. 
     4 
     52008-03-20  Juanma Barranquero  <lekktu@gmail.com> 
     6 
     7        * addpm.c: Include malloc.h. 
     8        (add_registry): Cast return value of alloca. 
     9 
     102008-02-11  Jason Rumney  <jasonr@gnu.org> 
     11 
     12        * addpm.c (add_registry): Add an App Paths registry key. 
     13        Look for GTK and add it to the DLL search path for Emacs if found. 
     14 
     152008-02-05  Juanma Barranquero  <lekktu@gmail.com> 
     16 
     17        * configure.bat: In help, use generic names for the image libraries. 
     18 
     192008-01-20  Jason Rumney  <jasonr@gnu.org> 
     20 
     21        * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file 
     22        permissions to NTFS ACLs. 
     23 
     242007-10-20  Eli Zaretskii  <eliz@gnu.org> 
     25 
     26        * configure.bat (docflags, doldflags): New variables. 
     27        (genmakefiles): Use them to work around problems with whitespace 
     28        in arguments of the `if' command. 
     29 
     302007-10-18  Jason Rumney  <jasonr@gnu.org> 
     31 
     32        * makefile.w32-in (install): Install COPYING in top-level and bin dirs. 
     33 
     342007-09-27  Jason Rumney  <jasonr@gnu.org> 
     35 
     36        * gmake.defs (COMCTL32): New system library. 
     37 
     38        * nmake.defs (COMCTL32): New system library. 
     39 
     402007-08-14  Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change) 
     41 
     42        * makefile.w32-in (bootstrap-nmake): Change directories once more. 
     43 
     442007-07-25  Glenn Morris  <rgm@gnu.org> 
     45 
     46        * Relicense all FSF files to GPLv3 or later. 
     47 
     48        * COPYING: Switch to GPLv3. 
     49 
     502007-07-20  Eli Zaretskii  <eliz@gnu.org> 
     51 
     52        * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake): 
     53        Depend on cmdproxy. 
     54        (cleanall): Don't delete *~. 
     55 
     562007-07-11  Jason Rumney  <jasonr@gnu.org> 
     57 
     58        * gmake.defs (OLE32): New library to link. 
     59 
     60        * nmake.defs (OLE32): Likewise. 
     61 
     622007-06-25  Jason Rumney  <jasonr@gnu.org> 
     63 
     64        * cmdproxy.c (main): Set console codepages to "ANSI". 
     65 
     662007-06-15  Jason Rumney  <jasonr@gnu.org> 
     67 
     68        * emacs.manifest: New file. 
     69 
     70        * emacs.rc: Use it. 
     71 
    1722007-06-02  Chong Yidong  <cyd@stupidchicken.com> 
    273 
     
    13661437 
    13671438    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 
    1368        2005, 2006, 2007 Free Software Foundation, Inc. 
     1439       2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    13691440 
    13701441  This file is part of GNU Emacs. 
     
    13721443  GNU Emacs is free software; you can redistribute it and/or modify 
    13731444  it under the terms of the GNU General Public License as published by 
    1374   the Free Software Foundation; either version 2, or (at your option) 
     1445  the Free Software Foundation; either version 3, or (at your option) 
    13751446  any later version. 
    13761447