aboutsummaryrefslogtreecommitdiffstats
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* 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-292-14/+21
| | | | Remove unused variable sec_desc.
* Bump version number to 22.0.90.Chong Yidong2006-10-271-4/+4
|
* Add compatibility data for Cygwin Make 3.81.Eli Zaretskii2006-10-081-1/+3
|
* Add arch taglineMiles Bader2006-09-242-0/+6
|
* *** empty log message ***Eli Zaretskii2006-09-241-0/+8
|
* (HAVE_LANGINFO_CODESET): Define.Eli Zaretskii2006-09-241-0/+1
|
* New file.Eli Zaretskii2006-09-242-0/+87
|
* *** empty log message ***Jay Belanger2006-09-151-0/+5
|
* Replace "Library Public License" by "Lesser Public License" throughout.Jay Belanger2006-09-151-13/+12
|
* Add notes about Cygwin make to impatient section.Jason Rumney2006-07-262-2/+9
|
* Add the missing comment [7].Eli Zaretskii2006-07-031-0/+1
|
* Mention that makeinfo.exe is required for make 'info'.Eli Zaretskii2006-06-301-1/+5
|
* *** empty log message ***Eli Zaretskii2006-06-021-0/+5
|
* Add Make 3.81 to the list of Make & shell combinations known to work.Eli Zaretskii2006-06-021-0/+1
|
* Add concise build instructions.Eli Zaretskii2006-03-181-9/+83
|
* (add_registry): Don't change the registry unless keysJason Rumney2006-03-122-7/+14
| | | | already exist from a previous version.
* *** empty log message ***Jason Rumney2006-03-121-0/+2
|
* (install): Use -q when invoking addpm. Avoids problem with MSYS tryingJason Rumney2006-03-121-1/+1
| | | | to interpret it as a fake path and messing with it.
* (main): Accept -q as alternative for /q.Jason Rumney2006-03-121-2/+4
|
* *** empty log message ***Jason Rumney2006-03-121-0/+4
|
* (WinMain): Set screen buffer to 80x25.Jason Rumney2006-03-111-1/+5
|
* *** empty log message ***Jason Rumney2006-03-111-0/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0620-22/+30
|
* (TEMACS_EXTRA_LINK): Remove redundant -g.Eli Zaretskii2005-12-242-3/+8
| | | | (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
* *** empty log message ***Eli Zaretskii2005-12-091-0/+5
|
* Add explanation of how to debug with GDB starting from the Emacs Abort dialog.Eli Zaretskii2005-12-091-12/+25
|
* * emacs.rc: Use new icons.Chong Yidong2005-11-262-1/+5
|
* *** empty log message ***Eli Zaretskii2005-11-261-0/+6
|
* New emacs.ico from Andrew Zhilin.Eli Zaretskii2005-11-261-0/+0
|
* Rename emacs.ico into emacs21.ico.Eli Zaretskii2005-11-261-0/+0
|
* Rearrange text to make it clear that the make/shell compatibilityEli Zaretskii2005-11-191-38/+42
| | | | table refers only to the MinGW build.
* Update version numbersJason Rumney2005-09-291-4/+4
|
* *** empty log message ***Eli Zaretskii2005-09-101-0/+4
|
* (HAVE_GET_CURRENT_DIR_NAME): Undefine.Eli Zaretskii2005-09-101-0/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-1019-20/+44
|
* Add `obj' and `oo' for in-place installations.Juanma Barranquero2005-08-102-1/+7
|
* *** empty log message ***Eli Zaretskii2005-07-301-0/+4
|
* (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.Eli Zaretskii2005-07-301-0/+6
|
* Don't create lisp/Makefile.unix.Juanma Barranquero2005-07-282-2/+5
|
* *** empty log message ***Juanma Barranquero2005-07-281-0/+4
|
* Add `makefile' and `config.log'.Juanma Barranquero2005-07-281-0/+2
|
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-72/+0
|
* 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
|
* Finish config.log with a line that indicates that the configure stepEli Zaretskii2005-07-161-0/+1
| | | | was successful.
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* Update FSF's address.Lute Kamstra2005-07-0416-31/+31
|
* Update FSF's address.Lute Kamstra2005-07-021-3/+3
|
* Remove warning about -kb. Update W32 build page URL.Eli Zaretskii2005-06-181-7/+4
|