summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in previous entry (emacs.ico was not deleted).Glenn Morris2007-02-161-1/+1
|
* * icons/README: New file.Chong Yidong2007-02-131-0/+12
| | | | | | | | | * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico: * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico: * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico: * icons/emacs.ico, icons/gnu2b48t.ico, icons/gnu4g48t.ico: * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico: * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico: Unused icons deleted.
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* Update ../site-lisp/subdirs.el when needed.Juanma Barranquero2007-01-311-0/+4
|
* Add "no-byte-compile: t" local variable.Juanma Barranquero2007-01-301-0/+4
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* *** empty log message ***Jason Rumney2007-01-101-0/+4
|
* *** empty log message ***Jason Rumney2006-12-291-0/+6
|
* *** empty log message ***Eli Zaretskii2006-12-271-0/+7
|
* nt/ChangeLogEli Zaretskii2006-12-241-1/+6
|
* *** empty log message ***Eli Zaretskii2006-12-231-0/+2
|
* (all-other-dirs-nmake, recompile-nmake): Don't use $(XMFLAGS).Eli Zaretskii2006-12-231-0/+5
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+2
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+1
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+1
|
* *** empty log message ***Eli Zaretskii2006-12-221-0/+4
|
* (addpm, ddeclient, cmdproxy, addsection)Eli Zaretskii2006-12-221-6/+22
| | | | | | | | | | | | (preprep, $(TRES), runemacs) ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)) ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)): Depend on stamp_BLD instead of on $(BLD). (XMFLAGS): New macro. (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake) (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake) (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake) (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
* *** empty log message ***Eli Zaretskii2006-12-201-0/+13
|
* *** empty log message ***Juanma Barranquero2006-11-191-12/+12
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* (WinMain): Process all recognized arguments, not just the first one.Juanma Barranquero2006-10-291-2/+7
| | | | Remove unused variable sec_desc.
* *** empty log message ***Eli Zaretskii2006-09-241-0/+8
|
* *** empty log message ***Jay Belanger2006-09-151-0/+5
|
* Add notes about Cygwin make to impatient section.Jason Rumney2006-07-261-0/+4
|
* *** empty log message ***Eli Zaretskii2006-06-021-0/+5
|
* (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.