Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from emacs--rel--22 | Miles Bader | 2008-04-23 | 1 | -0/+12 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121 | ||||
| * | (ALL): Move $(CLIENTRES) from here... | Eli Zaretskii | 2008-04-11 | 1 | -0/+6 |
| | | | | | | | | | | (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 Rumney | 2008-04-10 | 1 | -0/+4 |
| | | | | | | | | | | (all): Depend on it. ($(TRES)): Use $(TRES) in rule. | ||||
| * | New file. | Jason Rumney | 2008-04-10 | 1 | -0/+4 |
| | | |||||
| * | Bump version to 22.2. | Chong Yidong | 2008-03-26 | 1 | -0/+4 |
| | | |||||
| * | (add_registry): Cast return value of alloca. | Jason Rumney | 2008-03-20 | 1 | -0/+5 |
| | | |||||
* | | (success): Print "make" rather than "gmake", as that | Jason Rumney | 2008-04-21 | 1 | -0/+5 |
| | | | | | | | | is what MingW uses. | ||||
* | | (__MINGW_NOTHROW): If not defined, define to nothing. | Eli Zaretskii | 2008-04-11 | 1 | -0/+5 |
| | | | | | | | | Add copyright notice. | ||||
* | | New file. | Jason Rumney | 2008-04-10 | 1 | -0/+2 |
| | | |||||
* | | Document make targets. | Jason Rumney | 2008-04-10 | 1 | -0/+4 |
| | | |||||
* | | (clean-other-dirs-nmake): Don't clean lisp dir. | Jason Rumney | 2008-04-09 | 1 | -0/+8 |
| | | | | | | | | | | | | | | (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. | ||||
* | | (init_user_info): Don't restrict UID and GID to 0-60000 range. | Eli Zaretskii | 2008-04-05 | 1 | -0/+2 |
| | | |||||
* | | (chkapiN) Add check for usp10.h. | Eli Zaretskii | 2008-04-05 | 1 | -0/+4 |
| | | |||||
* | | Update W32 API requirements. | Jason Rumney | 2008-04-04 | 1 | -0/+4 |
| | | |||||
* | | (UNISCRIBE): New variable. | Jason Rumney | 2008-04-03 | 1 | -0/+4 |
| | | |||||
* | | (Fdefine_charset_internal): Change the way of | Kenichi Handa | 2008-03-27 | 1 | -4/+4 |
| | | | | | | | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary. | ||||
* | | Set version to 23.0.60. | Glenn Morris | 2008-03-13 | 1 | -0/+4 |
| | | |||||
* | | (FONT_CFLAGS): New optional compiler flag. | Jason Rumney | 2008-03-04 | 1 | -0/+8 |
| | | | | | | | | (EMACS_EXTRA_C_FLAGS): Include it. | ||||
* | | Full alpha for 32x32 full color. Add 32x32 and 16x16 256 color versions. | Jason Rumney | 2008-03-03 | 1 | -0/+5 |
| | | |||||
* | | Restore info for emacs.ico under new name emacs22.ico. | Glenn Morris | 2008-03-03 | 1 | -0/+4 |
| | | |||||
* | | ($(TRES)): Depend on icon and manifest. | Jason Rumney | 2008-03-02 | 1 | -0/+4 |
| | | |||||
* | | New icon. | Dan Nicolaescu | 2008-03-02 | 1 | -0/+6 |
| | | |||||
* | | Include malloc.h. | Juanma Barranquero | 2008-02-25 | 1 | -0/+5 |
| | | | | | | | | (add_registry): Cast return value of alloca. | ||||
* | | * configure.in: Remove references to obsolete variables and | Dan Nicolaescu | 2008-02-24 | 1 | -0/+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--22 | Miles Bader | 2008-02-24 | 1 | -0/+9 |
|\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074 | ||||
| * | (add_registry): Add an App Paths registry key. | Jason Rumney | 2008-02-11 | 1 | -0/+5 |
| | | | | | | | | Look for GTK and add it to the DLL search path for Emacs if found. | ||||
| * | In help, use generic names for the image libraries. | Juanma Barranquero | 2008-02-05 | 1 | -0/+4 |
| | | |||||
* | | (checkgcc): Move "del junk.o" to here, and make it conditional on existence | Eli Zaretskii | 2008-02-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Remove unidata-gen related rules. | Jason Rumney | 2008-02-11 | 1 | -0/+4 |
| | | |||||
* | | (dontCopy): Do not rename admin/unidata/Makefile. | Eli Zaretskii | 2008-02-09 | 1 | -0/+4 |
| | | |||||
* | | Don't ignore .arch-inventory. | Juanma Barranquero | 2008-02-04 | 1 | -0/+4 |
| | | |||||
* | | Adjust dates of unicode merge entries to UTC. | Miles Bader | 2008-02-04 | 1 | -3/+3 |
| | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046 | ||||
* | | Make gcc the default compiler. | Jason Rumney | 2008-02-03 | 1 | -0/+4 |
| | | |||||
* | | (unidatagen-SH, unidatagen-clean-SH): Ignore return status. | Eli Zaretskii | 2008-02-02 | 1 | -0/+3 |
| | | |||||
* | | (dontCopy): Rename admin/unidata/Makefile to keep it out of the way of | Eli Zaretskii | 2008-02-02 | 1 | -0/+4 |
| | | | | | | | | Windows generated file. Generate admin/unidata/makefile. | ||||
* | | (unidatagen-nmake, unidatagen-clean-nmake, unidatagen-CMD) | Eli Zaretskii | 2008-02-02 | 1 | -0/+8 |
| | | | | | | | | | | | | (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 ChangeLogs | Miles Bader | 2008-02-01 | 1 | -0/+13 |
| | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038 | ||||
* | | Merge from emacs--rel--22 | Miles Bader | 2008-01-22 | 1 | -0/+5 |
|\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006 | ||||
| * | (CYGWIN) [USING_SH]: Disable mapping of file permissions to NTFS ACLs. | Jason Rumney | 2008-01-20 | 1 | -0/+5 |
| | | |||||
* | | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | (docflags, doldflags): New variables. | Eli Zaretskii | 2007-10-20 | 1 | -0/+6 |
| | | | | | | | | | | (genmakefiles): Use them to work around problems with whitespace in arguments of the `if' command. | ||||
* | | *** empty log message *** | Juanma Barranquero | 2008-01-07 | 1 | -17/+16 |
| | | |||||
* | | Remove HAVE_X11R5. | Jan Djärv | 2007-11-01 | 1 | -0/+4 |
| | | |||||
* | | *** empty log message *** | Juanma Barranquero | 2007-10-26 | 1 | -1/+1 |
| | | |||||
* | | (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine. | Jason Rumney | 2007-10-22 | 1 | -0/+7 |
| | | | | | | | | | | | | (strings.h, stdlib.h): Conditionally include. (w32_abort): Declare here. (abort): Redefine to w32_abort (moved from src/s/ms-w32.h). | ||||
* | | (info-nmake): Change into correct directories. | Jason Rumney | 2007-10-20 | 1 | -0/+4 |
| | | |||||
* | | A better solution for the last change: | Eli Zaretskii | 2007-10-20 | 1 | -1/+3 |
| | | | | | | | | | | | | (docflags, doldflags): New variables. (genmakefiles): Use them to work around problems with whitespace in arguments of the `if' command. | ||||
* | | (usercflags, userldflags): Quote %1. | Eli Zaretskii | 2007-10-20 | 1 | -0/+4 |
| | | |||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-18 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 125-127) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896 |