aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* (add_registry): Don't change the registry unless keysJason Rumney2006-03-121-0/+3
| | | | already exist from a previous version.
* *** empty log message ***Jason Rumney2006-03-121-0/+2
|
* *** empty log message ***Jason Rumney2006-03-121-0/+4
|
* *** empty log message ***Jason Rumney2006-03-111-0/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (TEMACS_EXTRA_LINK): Remove redundant -g.Eli Zaretskii2005-12-241-0/+5
| | | | (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
* *** empty log message ***Eli Zaretskii2005-12-091-0/+5
|
* * emacs.rc: Use new icons.Chong Yidong2005-11-261-0/+4
|
* *** empty log message ***Eli Zaretskii2005-11-261-0/+6
|
* *** empty log message ***Eli Zaretskii2005-09-101-0/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* Add `obj' and `oo' for in-place installations.Juanma Barranquero2005-08-101-0/+4
|
* *** empty log message ***Eli Zaretskii2005-07-301-0/+4
|
* Don't create lisp/Makefile.unix.Juanma Barranquero2005-07-281-0/+4
|
* *** empty log message ***Juanma Barranquero2005-07-281-0/+4
|
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src.
* *** empty log message ***Eli Zaretskii2005-07-161-0/+5
|
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* *** empty log message ***Eli Zaretskii2005-06-111-1/+5
|
* Warn about using "cvs up -kb" if one intends to commitEli Zaretskii2005-06-111-0/+6
| | | | | | | changes. Add a pointer to another site with detailed configure and build instructions. Suggest to look at config.log when configure fails. Add MinGW Make 3.80 to the list of successful combinations.
* (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".Eli Zaretskii2005-06-111-0/+14
|
* (copy_executable_and_add_section): Pass non-zeroEli Zaretskii2005-06-101-0/+8
| | | | | | | `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the environment. Print section names with %.8s. (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages only if non-zero. All callers changed.
* *** empty log message ***Eli Zaretskii2005-06-051-0/+5
|
* *** empty log message ***Eli Zaretskii2005-06-041-0/+4
|
* Add more pointers to ports of Unix tools to Windows, and to the Emacs WikiJuanma Barranquero2005-05-241-0/+7
| | | | | (which contains building instructions for Windows). Reword image library instructions and remove obsolete incompatibility information.
* *** empty log message ***Thien-Thi Nguyen2005-04-221-0/+4
|
* Fix my name and addressJan Djärv2004-10-061-1/+1
|
* *** empty log message ***Juanma Barranquero2004-06-071-0/+5
|
* (bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL toJuanma Barranquero2004-06-061-0/+5
| | | | | $(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings after a previous install followed by realclean.
* *** empty log message ***Juanma Barranquero2004-06-061-4/+4
|
* Add quote in comment to resync font-locking.Juanma Barranquero2004-06-061-0/+4
|
* Reword the section on image support. Add reference to GnuWin32. MentionJuanma Barranquero2004-06-041-0/+6
| | | | problems when mixing binaries from different compilers.
* Use -mno-cygwin to check for image libraries when needed.Jason Rumney2004-05-061-0/+5
|
* Remove files related to old msvc only windows build.Jason Rumney2004-05-031-0/+5
|
* (info-gmake, info-nmake): New targets.Jason Rumney2004-05-031-0/+5
| | | | (info): Use them.
* *** empty log message ***Juanma Barranquero2004-04-231-0/+1
|
* *** empty log message ***Juanma Barranquero2004-04-221-0/+7
|
* (WinMain): Let emacs environment default to parent.Jason Rumney2004-04-101-0/+4
|
* Remove PATH_LOCK, add PATH_BITMAPS.Jason Rumney2004-03-111-0/+4
|
* (install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.Juanma Barranquero2004-03-101-3/+8
|
* *** empty log message ***Jason Rumney2004-01-281-2/+6
|
* Add .arch-inventory to .cvsignoreMiles Bader2003-12-241-0/+4
|
* *** empty log message ***Lars Hansen2003-11-221-0/+4
|
* *** empty log message ***Jason Rumney2003-09-031-0/+11
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* config.nt: New define strftimeJan Djärv2003-06-271-0/+4
|
* *** empty log message ***Jason Rumney2003-02-021-0/+6
|
* *** empty log message ***Juanma Barranquero2003-01-311-1/+1
|
* *** empty log message ***Juanma Barranquero2003-01-311-6/+10
|
* *** empty log message ***Jason Rumney2003-01-291-0/+4
|