Eli Zaretskii
bbc3424972
*** empty log message ***
2006-12-27 13:54:47 +00:00
Eli Zaretskii
ed1281ecb9
nt/ChangeLog
2006-12-24 07:22:49 +00:00
Eli Zaretskii
fa1f0a88f9
*** empty log message ***
2006-12-23 10:29:59 +00:00
Eli Zaretskii
d572c0057f
(all-other-dirs-nmake, recompile-nmake): Don't use $(XMFLAGS).
2006-12-23 10:28:08 +00:00
Eli Zaretskii
c52bf8c3ca
*** empty log message ***
2006-12-22 22:58:05 +00:00
Eli Zaretskii
6808dce14b
*** empty log message ***
2006-12-22 21:04:40 +00:00
Eli Zaretskii
f278d4a643
*** empty log message ***
2006-12-22 20:39:23 +00:00
Eli Zaretskii
5e059fc1d7
*** empty log message ***
2006-12-22 19:28:37 +00:00
Eli Zaretskii
b47342e3bf
(addpm, ddeclient, cmdproxy, addsection)
...
(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.
2006-12-22 18:23:48 +00:00
Eli Zaretskii
6148a044d7
*** empty log message ***
2006-12-20 23:52:56 +00:00
Juanma Barranquero
e580a741c6
*** empty log message ***
2006-11-19 23:35:01 +00:00
Juanma Barranquero
33462dfacd
Add "add-log-time-zone-rule: t" to Local Variables section.
2006-11-10 00:21:57 +00:00
Juanma Barranquero
4da0d3f794
(WinMain): Process all recognized arguments, not just the first one.
...
Remove unused variable sec_desc.
2006-10-29 22:47:15 +00:00
Eli Zaretskii
8f59d60237
*** empty log message ***
2006-09-24 12:39:03 +00:00
Jay Belanger
45a2056c56
*** empty log message ***
2006-09-15 17:47:12 +00:00
Jason Rumney
ac70d20b4e
Add notes about Cygwin make to impatient section.
2006-07-26 23:45:26 +00:00
Eli Zaretskii
3d80c94156
*** empty log message ***
2006-06-02 10:13:43 +00:00
Jason Rumney
ebe98f49a5
(add_registry): Don't change the registry unless keys
...
already exist from a previous version.
2006-03-12 18:10:29 +00:00
Jason Rumney
92cc46af58
*** empty log message ***
2006-03-12 17:20:35 +00:00
Jason Rumney
335be36b8a
*** empty log message ***
2006-03-12 17:16:34 +00:00
Jason Rumney
f71d8cffc7
*** empty log message ***
2006-03-11 15:02:13 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Eli Zaretskii
94e7daf7b2
(TEMACS_EXTRA_LINK): Remove redundant -g.
...
(DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2005-12-24 17:30:08 +00:00
Eli Zaretskii
9ea74bfb03
*** empty log message ***
2005-12-09 19:30:35 +00:00
Chong Yidong
d73d22edbd
* emacs.rc: Use new icons.
2005-11-26 14:36:42 +00:00
Eli Zaretskii
07908aec23
*** empty log message ***
2005-11-26 11:07:23 +00:00
Eli Zaretskii
ed326e35f8
*** empty log message ***
2005-09-10 12:20:03 +00:00
Thien-Thi Nguyen
b65d8176e6
Update years in copyright notice; nfc.
2005-08-10 15:40:54 +00:00
Juanma Barranquero
df76c58956
Add obj' and
oo' for in-place installations.
2005-08-10 00:50:16 +00:00
Eli Zaretskii
43e124e682
*** empty log message ***
2005-07-30 11:45:41 +00:00
Juanma Barranquero
5dac561545
Don't create lisp/Makefile.unix.
2005-07-28 22:41:44 +00:00
Juanma Barranquero
c638055f54
*** empty log message ***
2005-07-28 08:29:54 +00:00
Paul Eggert
9eff9fe3e8
Merge gnulib getopt implementation into Emacs.
...
* 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.
2005-07-26 21:43:13 +00:00
Eli Zaretskii
9ebc3953c9
*** empty log message ***
2005-07-16 12:37:28 +00:00
Lute Kamstra
a0ec7a4a17
*** empty log message ***
2005-07-05 12:22:32 +00:00
Eli Zaretskii
099a3eead2
*** empty log message ***
2005-06-11 15:11:34 +00:00
Eli Zaretskii
591cbed157
Warn about using "cvs up -kb" if one intends to commit
...
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.
2005-06-11 11:31:43 +00:00
Eli Zaretskii
5bc753e882
(ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".
2005-06-11 11:00:52 +00:00
Eli Zaretskii
d2fcf7697d
(copy_executable_and_add_section): Pass non-zero
...
`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.
2005-06-10 12:55:36 +00:00
Eli Zaretskii
a0c3832890
*** empty log message ***
2005-06-05 19:16:55 +00:00
Eli Zaretskii
1a8fb4262f
*** empty log message ***
2005-06-04 20:40:00 +00:00
Juanma Barranquero
bd7bdff819
Add more pointers to ports of Unix tools to Windows, and to the Emacs Wiki
...
(which contains building instructions for Windows). Reword image library
instructions and remove obsolete incompatibility information.
2005-05-24 10:41:15 +00:00
Thien-Thi Nguyen
007d105bf6
*** empty log message ***
2005-04-22 22:33:17 +00:00
Jan Djärv
96fcad045a
Fix my name and address
2004-10-06 07:29:55 +00:00
Juanma Barranquero
0b0dea7bb7
*** empty log message ***
2004-06-07 21:03:48 +00:00
Juanma Barranquero
73dfa0bf16
(bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to
...
$(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings
after a previous install followed by realclean.
2004-06-06 02:00:18 +00:00
Juanma Barranquero
133ef3d377
*** empty log message ***
2004-06-06 01:28:17 +00:00
Juanma Barranquero
33d786f9ee
Add quote in comment to resync font-locking.
2004-06-06 01:22:53 +00:00
Juanma Barranquero
3dfbc6d877
Reword the section on image support. Add reference to GnuWin32. Mention
...
problems when mixing binaries from different compilers.
2004-06-04 00:12:24 +00:00
Jason Rumney
112dc8e107
Use -mno-cygwin to check for image libraries when needed.
2004-05-06 19:18:34 +00:00