summaryrefslogtreecommitdiff
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-04-232-5/+22
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| * (ALL): Move $(CLIENTRES) from here...Eli Zaretskii2008-04-112-2/+8
| | | | | | | | | | (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having a real file there is not a good idea.
| * (CLIENTRES): New variable and build target.Jason Rumney2008-04-102-5/+14
| | | | | | | | | | (all): Depend on it. ($(TRES)): Use $(TRES) in rule.
| * New file.Jason Rumney2008-04-102-0/+44
| |
| * Bump version to 22.2.50.Chong Yidong2008-03-261-4/+4
| |
| * Bump version to 22.2.Chong Yidong2008-03-262-4/+8
| |
| * (add_registry): Cast return value of alloca.Jason Rumney2008-03-202-1/+6
| |
| * *** empty log message ***Jason Rumney2008-03-201-0/+1
| |
| * Bump to version 22.1.92emacs-pretest-22.1.92Chong Yidong2008-03-071-4/+4
| |
* | (success): Print "make" rather than "gmake", as thatJason Rumney2008-04-212-2/+8
| | | | | | | | is what MingW uses.
* | (__MINGW_NOTHROW): If not defined, define to nothing.Eli Zaretskii2008-04-112-5/+30
| | | | | | | | Add copyright notice.
* | New file.Jason Rumney2008-04-102-0/+42
| |
* | Document make targets.Jason Rumney2008-04-102-4/+68
| |
* | (clean-other-dirs-nmake): Don't clean lisp dir.Jason Rumney2008-04-092-3/+84
| | | | | | | | | | | | | | (clean-other-dirs-gmake): Likewise. Clean doc dirs. (top-distclean, distclean, distclean-other-dirs-nmake) (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
* | Add arch taglineMiles Bader2008-04-051-0/+3
| |
* | (init_user_info): Don't restrict UID and GID to 0-60000 range.Eli Zaretskii2008-04-051-0/+2
| |
* | New file.Eli Zaretskii2008-04-051-0/+59
| |
* | Improve wording of last change.Eli Zaretskii2008-04-051-1/+1
| |
* | (chkapiN) Add check for usp10.h.Eli Zaretskii2008-04-052-0/+6
| |
* | Update W32 API requirements.Jason Rumney2008-04-042-7/+9
| |
* | (UNISCRIBE): New variable.Jason Rumney2008-04-033-0/+6
| |
* | (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-4/+4
| | | | | | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* | Set version to 23.0.60.Glenn Morris2008-03-132-4/+8
| |
* | (FONT_CFLAGS): New optional compiler flag.Jason Rumney2008-03-043-6/+27
| | | | | | | | (EMACS_EXTRA_C_FLAGS): Include it.
* | * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.Jason Rumney2008-03-041-6/+5
| | | | | | | | | | | | | | (EMACS_EXTRA_C_FLAGS): Include it. * configure.bat (usefontbackend): Default to Y. (--enable-font-backend): Replace with --disable-font-backend. (:withfont): Replace with :withoutfont.
* | Full alpha for 32x32 full color. Add 32x32 and 16x16 256 color versions.Jason Rumney2008-03-032-0/+5
| |
* | Restore info for emacs.ico under new name emacs22.ico.Glenn Morris2008-03-032-0/+10
| |
* | Restore r1.3 of emacs.ico as emacs22.icoGlenn Morris2008-03-031-0/+0
| |
* | ($(TRES)): Depend on icon and manifest.Jason Rumney2008-03-022-1/+5
| |
* | New icon.Dan Nicolaescu2008-03-023-3/+9
| |
* | Include malloc.h.Juanma Barranquero2008-02-252-2/+8
| | | | | | | | (add_registry): Cast return value of alloca.
* | * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-242-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* | Merge from emacs--rel--22Miles Bader2008-02-244-11/+84
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * Bump version to 22.1.91.Chong Yidong2008-02-191-4/+4
| |
| * Add note about GTK image libraries.Jason Rumney2008-02-111-2/+7
| |
| * (add_registry): Add an App Paths registry key.Jason Rumney2008-02-112-0/+59
| | | | | | | | Look for GTK and add it to the DLL search path for Emacs if found.
| * Add note about ldefs-boot.el line ends.Jason Rumney2008-02-091-0/+5
| |
| * In help, use generic names for the image libraries.Juanma Barranquero2008-02-052-5/+9
| |
* | (checkgcc): Move "del junk.o" to here, and make it conditional on existenceEli Zaretskii2008-02-112-3/+12
| | | | | | | | | | | | | | of junk.o. If %nocygwin% is already set to Y, skip to chkapiN instead of chkapi. (chkapi): Move "rm -f junk.c junk.o" to here. (chkapiN): New label.
* | Added note about line ends of lisp/international uni-*.el files.Jason Rumney2008-02-111-0/+7
| |
* | Remove unidata-gen related rules.Jason Rumney2008-02-112-30/+4
| |
* | (dontCopy): Do not rename admin/unidata/Makefile.Eli Zaretskii2008-02-092-1/+4
| |
* | Don't ignore .arch-inventory.Juanma Barranquero2008-02-042-1/+4
| |
* | Adjust dates of unicode merge entries to UTC.Miles Bader2008-02-041-3/+3
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
* | Make gcc the default compiler.Jason Rumney2008-02-032-6/+11
| |
* | (unidatagen-SH, unidatagen-clean-SH): Ignore return status.Eli Zaretskii2008-02-022-2/+5
| |
* | (dontCopy): Rename admin/unidata/Makefile to keep it out of the way ofEli Zaretskii2008-02-022-0/+6
| | | | | | | | Windows generated file. Generate admin/unidata/makefile.
* | (unidatagen-nmake, unidatagen-clean-nmake, unidatagen-CMD)Eli Zaretskii2008-02-022-0/+38
| | | | | | | | | | | | (unidatagen-clean-CMD, unidatagen-SH, unidatagen-clean-SH): New targets. (bootstrap-nmake): Invoke unidatagen-nmake. (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
* | Merge ChangeLog.unicode files into ChangeLogsMiles Bader2008-02-012-22/+13
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
* | Merge unicode branchMiles Bader2008-02-012-0/+32
|\ \ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1037