1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

474 Commits

Author SHA1 Message Date
Jason Rumney
0a3472c7b9 * w32term.c (w32_initialize): Use standard types.
* runemacs.c (set_user_model_id): Use standard types.
* emacsclient.c (w32_set_user_model_id): Use standard types.
2009-07-03 15:32:02 +00:00
Jason Rumney
ff90fbdecc bug#1849 - Windows 7 Taskbar Support
* w32term.c (w32_initialize): Use GetModuleHandle for library that
is already loaded.
Set user model ID if supported (bug#1849).

* runemacs.c (set_user_model_id): New function.
(WinMain): Use it.

* emacsclient.c (w32_give_focus): Use GetModuleHandle for library
that is already loaded.
(w32_set_user_model_id): New function.
(main): Use it to associate emacsclient with emacs (bug#1849).
2009-06-30 15:48:23 +00:00
Chong Yidong
7024347875 Add "Branch for 23.1" ChangeLog entry. 2009-06-21 14:35:26 +00:00
Eli Zaretskii
22749e9acb inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.
inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid to unsigned.
	  (getpwuid): Argument is now unsigned.
	  uid_t is now unsigned.

ntlib.c (setuid): Argument is now unsigned.
	(getuid): Return value is now unsigned.
	(getpwuid): Argument is now unsigned.
	(fchown): UID and GID arguments are now unsigned.

ntlib.h (fchown): UID and GID arguments are now unsigned.
	(getuid): Return value is now unsigned.
	(setuid): Argument is now unsigned.
	(getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).

w32.c   (getpwuid): Change argument type to unsigned.
	(struct w32_id): Change type of `rid' member to unsigned.
	(w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
	argument ID to unsigned.  All callers changed.
	(getuid, geteuid, getgid, getegid): Change return type to unsigned.
2009-03-21 11:31:50 +00:00
Juanma Barranquero
1640b45278 * INSTALL: Add comment about TCC; fix typos. 2009-02-24 11:05:40 +00:00
Jason Rumney
c24f4bf956 Swap name and description. Remove Windows versions. 2009-01-26 01:51:18 +00:00
Jason Rumney
f4c45b4fb6 (UUID): New library for COM/OLE lookups. 2009-01-15 15:18:43 +00:00
Jason Rumney
84ef4ca220 (main): Try using COM to create start menu shortcuts
before resorting to DDE (Bug#202)
Remove second command-line argument.
2009-01-15 15:03:15 +00:00
Glenn Morris
f5d0ac07d6 Add 2009 to copyright years. 2009-01-08 03:38:51 +00:00
Juanma Barranquero
296590671b Fix typo. 2009-01-03 15:27:02 +00:00
Juanma Barranquero
8d67bc8ea7 * configure.bat: Untabify help message. 2009-01-03 15:25:47 +00:00
Jason Rumney
8bc63b1a23 * configure.bat: New option --with-svg.
* INSTALL: Document experimental SVG support.
2009-01-03 12:57:28 +00:00
Jason Rumney
8cd9848291 *** empty log message *** 2008-12-25 15:32:18 +00:00
Dan Nicolaescu
06e111a6ef Reorganize implementation of Flist_system_processes and
Fsystem_process_attributes.  No functional changes.
* process.c: Don't #include pwd.h, grp.h and limits.h.
(Flist_system_processes): Just call list_system_processes.
(Fsystem_process_attributes): Just call system_process_attributes.
(procfs_list_system_processes, time_from_jiffies)
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory, procfs_system_process_attributes): Move ...

* sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
(list_system_processes): Rename from
procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
Provide a do nothing implementation.
(system_process_attributes): Rename from
procfs_list_system_processes.
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory):  Enclose in #ifdef GNU_LINUX.

* w32.c (list_system_processes): Rename from
w32_list_system_processes.
(system_process_attributes): Rename from
w32_system_process_attributes.

* s/gnu-linux.h (LISTPROC, PROCATTR): Remove.

* process.h (w32_list_system_processes)
(w32_system_process_attributes): Remove.
(list_system_processes, system_process_attributes): New
prototypes.

* config.nt (LISTPROC, PROCATTR): Remove.
2008-12-19 19:50:35 +00:00
Glenn Morris
67cd381dc0 File name fix, for AUTHORS. 2008-12-19 03:08:08 +00:00
Juanma Barranquero
d483550724 Fix typos. 2008-12-17 15:25:54 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Eli Zaretskii
de62e4f842 (LISTPROC, PROCATTR): New macros. 2008-08-09 17:56:14 +00:00
Dan Nicolaescu
69ab3201ca * s/ms-w32.h (MULTI_KBOARD): Remove.
* xterm.c:
* xselect.c:
* xfns.c:
* window.c:
* w32term.c:
* w32fns.c:
* terminal.c:
* termhooks.h:
* term.c:
* sysdep.c:
* keyboard.h:
* keyboard.c:
* frame.h:
* frame.c:
* frame.c: Remove references to MULTI_KBOARD, it is now the
default.
* config.in: Regenerate.

* config.nt (MULTI_KBOARD): Remove.

* configure.in (MULTI_KBOARD): Remove.
2008-07-31 02:47:32 +00:00
Juanma Barranquero
0e134ea0ce Fix typos. 2008-07-28 22:30:25 +00:00
Jason Rumney
75663c75e0 * configure.bat: New option --profile.
* gmake.defs: Set cflags and ldflags for profiling when specified.
2008-07-23 15:41:23 +00:00
Dan Nicolaescu
77ccee0959 * config.in: Regenerate.
* s/ms-w32.h (subprocesses): Define unconditionally.
* s/template.h (subprocesses): Update comment.
* s/vms.h (subprocesses):
* s/usg5-4.h (subprocesses):
* s/hpux10-20.h (subprocesses):
* s/gnu-linux.h (subprocesses):
* s/cygwin.h (subprocesses):
* s/bsd-common.h (subprocesses):
* s/aix4-2.h (subprocesses):
* s/darwin.h (subprocesses): Do not define, defined by default now.

* Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
Remove all references.
(temacs): Add GNUStep specific ld flags.

* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.

* config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.

* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.

* configure.in (LD_SWITCH_SITE): Remove, set the values directly
in src/Makefile.in.
(static): Remove, autoconf would always comment it out anyway.
(subprocesses): Define unconditionally.
2008-07-23 06:26:32 +00:00
Juanma Barranquero
ba60bd44c7 Fix typos. 2008-07-18 15:42:14 +00:00
Dan Nicolaescu
bdee2ef3fa * config.nt (HAVE_FACES): Remove, unused.
* s/vms.h: Use __GNUC__ instead of _GNUC_.

* m/macppc.h:
* m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.

* m/ibms390x.h (XINT, XUINT): Don't define, same as the default
(SPECIAL_EMACS_INT):
* m/ia64.h (SPECIAL_EMACS_INT):
* m/amdx86-64.h (SPECIAL_EMACS_INT):
* s/gnu.h (NLIST_STRUCT):
* aix4-2.h (X11R5_INHIBIT_I18N):
* s/gnu-linux.h (LINUX):
* s/msdos.h (HAVE_FACES):
* s/ms-w32.h (HAVE_FACES): Don't define, unused.

* systty.h:
* sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
anymore.
2008-07-13 07:35:26 +00:00
Juanma Barranquero
43db14bbd8 Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
* nt/nmake.defs:
* nt/gmake.defs (FONT_CFLAGS): Remove.
(EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
(CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
and _CRTAPI1.
(ARCH_FLAGS): Don't include _X86_.

* nt/config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.

* src/makefile.w32-in (LOCAL_FLAGS):
Don't include WINDOWSNT, DOS_NT and _UCHAR_T.

* src/sysdep.c (_spawnlp, _getpid):
Declare with explicit _cdecl instead of _CRTAPI1.

* src/editfns.c (Fget_internal_run_time):
Check for WINDOWSNT with #ifdef, not #if.
2008-06-26 22:33:33 +00:00
Dan Nicolaescu
f2a77c3a41 * unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.

* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.

* config.nt: Remove reference to UNEXEC_SRC.

* lwlib.c: Remove references to obsolete variables.

* fakemail.c: Remove references to obsolete variables.

* os.texi: Remove references to obsolete systems.

* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
Juanma Barranquero
69587bba21 Fix typos. 2008-06-25 14:05:38 +00:00
Juanma Barranquero
540c2a3339 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Don't hardcode -gstabs+, use DEBUG_INFO.

* configure.bat (gccdebug): Check for DWARF-2 support in GCC.
  Default to stabs if the compiler does not support DWARF-2.
  (genmakefiles): Write new variable DEBUG_INFO to config.settings.
2008-06-23 21:34:24 +00:00
Juanma Barranquero
e344bebef6 Fix typos. 2008-06-10 00:25:55 +00:00
Jason Rumney
26a3b3103c Remove code dealing with --disable-font-backend. 2008-05-14 15:24:21 +00:00
Eli Zaretskii
71e41ffb85 (struct stat): Move st_dev after st_ino, for better alignment.
Make st_size 64-bit wide.  Add new members st_uname and st_gname.
2008-05-09 19:01:28 +00:00
Eli Zaretskii
ee7a2e7a9b *** empty log message *** 2008-05-09 09:42:46 +00:00
Glenn Morris
eef0be9e86 Switch to recommended form of GPLv3 permissions notice. 2008-05-09 05:14:16 +00:00
Miles Bader
a113b3ca32 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
2008-04-23 05:55:42 +00:00
Jason Rumney
361823f494 (success): Print "make" rather than "gmake", as that
is what MingW uses.
2008-04-21 21:31:53 +00:00
Eli Zaretskii
87c24bb740 (__MINGW_NOTHROW): If not defined, define to nothing.
Add copyright notice.
2008-04-11 19:24:04 +00:00
Eli Zaretskii
4cbb903fcb (ALL): Move $(CLIENTRES) from here...
(all): ...to here.  $(ALL) is a prerequisite of .PHONY, so having a real file
there is not a good idea.
2008-04-11 18:59:13 +00:00
Jason Rumney
99e0bf597e (CLIENTRES): New variable and build target.
(all): Depend on it.
($(TRES)): Use $(TRES) in rule.
2008-04-10 09:44:59 +00:00
Jason Rumney
65af6499e9 New file. 2008-04-10 09:42:29 +00:00
Jason Rumney
f12da10316 New file. 2008-04-10 09:41:43 +00:00
Jason Rumney
5739d6f8ee Document make targets. 2008-04-10 08:59:23 +00:00
Jason Rumney
cc48598c5a (clean-other-dirs-nmake): Don't clean lisp dir.
(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.
2008-04-09 16:32:08 +00:00
Eli Zaretskii
aa08d1ff92 (init_user_info): Don't restrict UID and GID to 0-60000 range. 2008-04-05 15:26:10 +00:00
Eli Zaretskii
892508a40d (chkapiN) Add check for usp10.h. 2008-04-05 08:17:20 +00:00
Jason Rumney
a25fe28877 Update W32 API requirements. 2008-04-04 22:06:51 +00:00
Jason Rumney
b7612703dc (UNISCRIBE): New variable. 2008-04-03 12:24:31 +00:00
Kenichi Handa
880820fe87 (Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Chong Yidong
03a864d5b3 Bump version to 22.2. 2008-03-26 13:47:40 +00:00
Jason Rumney
e280e5de64 (add_registry): Cast return value of alloca. 2008-03-20 14:17:21 +00:00
Glenn Morris
b201914160 Set version to 23.0.60. 2008-03-13 03:21:16 +00:00
Jason Rumney
12cc4d8f41 (FONT_CFLAGS): New optional compiler flag.
(EMACS_EXTRA_C_FLAGS): Include it.
2008-03-04 18:00:52 +00:00
Jason Rumney
1b6bf70a95 Full alpha for 32x32 full color. Add 32x32 and 16x16 256 color versions. 2008-03-03 22:20:13 +00:00
Glenn Morris
6abe1b071f Restore info for emacs.ico under new name emacs22.ico. 2008-03-03 09:21:14 +00:00
Jason Rumney
480a77b543 ($(TRES)): Depend on icon and manifest. 2008-03-02 19:03:12 +00:00
Dan Nicolaescu
c9cc646241 New icon. 2008-03-02 18:18:35 +00:00
Juanma Barranquero
c44b4b4643 Include malloc.h.
(add_registry): Cast return value of alloca.
2008-02-25 11:28:07 +00:00
Dan Nicolaescu
9d2818d676 * configure.in: Remove references to obsolete variables and
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.
2008-02-24 18:53:07 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Eli Zaretskii
1046da1cf4 (checkgcc): Move "del junk.o" to here, and make it conditional on existence
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.
2008-02-11 21:18:06 +00:00
Jason Rumney
f1cefe09d6 (add_registry): Add an App Paths registry key.
Look for GTK and add it to the DLL search path for Emacs if found.
2008-02-11 15:36:20 +00:00
Jason Rumney
4134dd158a Remove unidata-gen related rules. 2008-02-11 09:18:19 +00:00
Eli Zaretskii
6536657352 (dontCopy): Do not rename admin/unidata/Makefile. 2008-02-09 09:51:11 +00:00
Juanma Barranquero
f01e03d368 In help, use generic names for the image libraries. 2008-02-05 16:02:55 +00:00
Juanma Barranquero
880a595421 Don't ignore .arch-inventory. 2008-02-04 14:25:13 +00:00
Miles Bader
9303f9853d Adjust dates of unicode merge entries to UTC.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
2008-02-04 09:38:39 +00:00
Jason Rumney
680d641f2f Make gcc the default compiler. 2008-02-03 21:59:56 +00:00
Eli Zaretskii
f0c58e1063 (unidatagen-SH, unidatagen-clean-SH): Ignore return status. 2008-02-02 15:15:13 +00:00
Eli Zaretskii
a392138fa3 (dontCopy): Rename admin/unidata/Makefile to keep it out of the way of
Windows generated file.  Generate admin/unidata/makefile.
2008-02-02 15:06:00 +00:00
Eli Zaretskii
ef764ddd1d (unidatagen-nmake, unidatagen-clean-nmake, unidatagen-CMD)
(unidatagen-clean-CMD, unidatagen-SH, unidatagen-clean-SH): New targets.
(bootstrap-nmake): Invoke unidatagen-nmake.
(bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
2008-02-02 15:03:26 +00:00
Miles Bader
aca7a3d201 Merge ChangeLog.unicode files into ChangeLogs
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
2008-02-01 16:05:01 +00:00
Miles Bader
1bad168e59 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
2008-01-22 23:53:46 +00:00
Jason Rumney
cf32108ec4 (CYGWIN) [USING_SH]: Disable mapping of file permissions to NTFS ACLs. 2008-01-20 23:17:25 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Juanma Barranquero
5239724915 *** empty log message *** 2008-01-07 14:45:09 +00:00
Glenn Morris
6d344054d1 Add 2008 to copyright years. 2008-01-07 08:15:16 +00:00
Jan Djärv
91b96a0408 Remove HAVE_X11R5. 2007-11-01 07:43:37 +00:00
Juanma Barranquero
54ec4ab5b4 *** empty log message *** 2007-10-26 12:26:58 +00:00
Jason Rumney
5eaf5ed9f5 (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
(strings.h, stdlib.h): Conditionally include.
(w32_abort): Declare here.
(abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
2007-10-22 22:39:06 +00:00
Jason Rumney
059d1e6662 (info-nmake): Change into correct directories. 2007-10-20 13:05:54 +00:00
Eli Zaretskii
aa9dea6475 (docflags, doldflags): New variables.
(genmakefiles): Use them to work around problems with whitespace in
arguments of the `if' command.
2007-10-20 12:37:09 +00:00
Eli Zaretskii
3a1ebd63a6 A better solution for the last change:
(docflags, doldflags): New variables.
(genmakefiles): Use them to work around problems with whitespace in
arguments of the `if' command.
2007-10-20 12:28:52 +00:00
Eli Zaretskii
6d005ee796 (usercflags, userldflags): Quote %1. 2007-10-20 11:33:03 +00:00
Miles Bader
5a95db215e Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 125-127)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896
2007-10-18 21:07:49 +00:00
Jason Rumney
65d306e2b7 *** empty log message *** 2007-10-18 00:56:59 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Jason Rumney
fc2554aaaf (COMCTL32): New system library. 2007-09-27 22:07:47 +00:00
Glenn Morris
56d727ff69 *** empty log message *** 2007-09-06 07:32:18 +00:00
Glenn Morris
4f4497251d *** empty log message *** 2007-09-06 07:19:34 +00:00
Glenn Morris
e93ca07663 Increase version to 23.0.50. 2007-08-29 08:11:35 +00:00
Miles Bader
bdaf8a62d5 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 93-96)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 245)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-856
2007-08-21 04:51:30 +00:00
Jason Rumney
8aa7d70f17 *** empty log message *** 2007-08-14 15:37:20 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Eli Zaretskii
f37b8e41a1 (bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
(cleanall): Don't delete *~.
2007-07-20 19:32:26 +00:00
Eli Zaretskii
ed7c1a5c95 (bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
(cleanall): Don't delete *~.
2007-07-16 22:34:38 +00:00
Jason Rumney
5412a7f398 *** empty log message *** 2007-07-15 22:15:38 +00:00
Miles Bader
6f8a87c027 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 55-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 235-236)

   - Update from CVS

2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/replace.el (match): Use yellow1 instead of yellow.

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
   red.

   * lisp/pcvs-info.el (cvs-unknown): Likewise.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lisp/emacs-lisp/lisp-mode.el (eval-defun):
   Explain special handling of `defface'.

2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face)
   (gnus-server-offline-face): Remove variable.
   (gnus-server-font-lock-keywords): Use faces that are not aliases.

   * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
   (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
   if the coding-system argument is nil for XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
   mm-charset-override-alist.

   * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
   rfc2045-encode-string.
   (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
   to quote the parameter value.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lispref/display.texi (Defining Faces): Explain C-M-x feature for defface.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * nt/gmake.defs (OLE32): New library to link.

   * nt/nmake.defs (OLE32): Likewise.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * src/makefile.w32-in (LIBS): Include OLE32.

   * src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
   (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
2007-07-15 01:50:59 +00:00
Jason Rumney
a2dcccd99e Include winsock2.h and ws2tcpip.h instead of winsock.h. 2007-07-14 23:03:37 +00:00
Jason Rumney
a71f59c1fa (OLE32): New library to link. 2007-07-11 14:41:22 +00:00
Jason Rumney
ad1597ceb8 (main): Set console codepages to "ANSI". 2007-06-25 12:35:17 +00:00
Jason Rumney
7387d2a0eb (main): Set console codepages to "ANSI". 2007-06-25 12:30:40 +00:00
Jason Rumney
32154d10f6 Complain if image libraries are missing. 2007-06-20 22:10:31 +00:00
Jason Rumney
07fe3281d6 Use emacs.manifest. 2007-06-19 11:59:20 +00:00
Jason Rumney
6dbd254994 Use emacs.manifest. 2007-06-15 00:08:37 +00:00
Miles Bader
0114082988 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
2007-06-09 03:19:04 +00:00
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Eli Zaretskii
23636b09aa Add information about where to find GDB, and warn against --no-debug option
to configure.bat.
2007-05-22 12:58:01 +00:00
Eli Zaretskii
c297055514 Add information about where to find GDB, and warn against --no-debug option
to configure.bat.
2007-05-22 12:51:42 +00:00
Eli Zaretskii
55fcf5c6d4 Fix URL of EmacsW32 site where building with image support is described. 2007-05-19 08:01:36 +00:00
Eli Zaretskii
8add2b1a35 Fix URL of EmacsW32 site where building with image support is described. 2007-05-19 07:58:10 +00:00
Glenn Morris
0701603152 *** empty log message *** 2007-04-26 03:44:07 +00:00
Eli Zaretskii
5a842fda54 *** empty log message *** 2007-03-31 11:20:45 +00:00
Richard M. Stallman
029e460397 Say explicitly this is not for Cygwin. 2007-03-09 18:12:34 +00:00
Juanma Barranquero
c01949d3b4 *** empty log message *** 2007-03-09 14:56:23 +00:00
Eli Zaretskii
309c91ff8c Add URL of another site with detailed build instructions. 2007-03-03 11:10:51 +00:00
Glenn Morris
c14693e3c3 *** empty log message *** 2007-02-16 01:20:46 +00:00
Glenn Morris
8e127f9981 Fix typo in previous entry (emacs.ico was not deleted). 2007-02-16 01:09:40 +00:00
Chong Yidong
bd5f26aa87 * icons/README: New file.
* 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.
2007-02-13 17:04:01 +00:00
Glenn Morris
7f6d64f85a Switch to standard GPL text for license. 2007-02-11 00:15:39 +00:00
Juanma Barranquero
57a6440883 Update ../site-lisp/subdirs.el when needed. 2007-01-31 10:04:15 +00:00
Juanma Barranquero
4799aa91aa Add "no-byte-compile: t" local variable. 2007-01-30 10:09:53 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Jason Rumney
ac65c01c09 *** empty log message *** 2007-01-10 00:27:00 +00:00
Jason Rumney
2db771b7af *** empty log message *** 2006-12-29 16:48:21 +00:00
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
Jason Rumney
238add5e58 Remove files related to old msvc only windows build. 2004-05-03 14:19:40 +00:00
Jason Rumney
5eb3d2a514 (info-gmake, info-nmake): New targets.
(info): Use them.
2004-05-03 13:51:59 +00:00
Juanma Barranquero
d814862aa6 *** empty log message *** 2004-04-23 00:25:28 +00:00
Juanma Barranquero
e9419bd492 *** empty log message *** 2004-04-22 23:58:54 +00:00
Jason Rumney
1e3c9713ef (WinMain): Let emacs environment default to parent. 2004-04-10 21:06:31 +00:00
Jason Rumney
2f0c11a15d Remove PATH_LOCK, add PATH_BITMAPS. 2004-03-11 22:54:34 +00:00
Juanma Barranquero
134d967186 (install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore. 2004-03-10 21:40:58 +00:00
Jason Rumney
d57625a021 *** empty log message *** 2004-01-28 23:33:32 +00:00
Miles Bader
5ea32bebc8 Add .arch-inventory to .cvsignore 2003-12-24 23:31:55 +00:00
Lars Hansen
930a9995bd *** empty log message *** 2003-11-22 23:01:39 +00:00
Jason Rumney
fd026ee1a8 *** empty log message *** 2003-09-03 23:12:21 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Jan Djärv
aa287913f8 config.nt: New define strftime 2003-06-27 11:55:04 +00:00
Jason Rumney
5d54d177cf *** empty log message *** 2003-02-02 00:01:45 +00:00
Juanma Barranquero
fe9299574b *** empty log message *** 2003-01-31 11:03:57 +00:00
Juanma Barranquero
53b3759112 *** empty log message *** 2003-01-31 07:27:59 +00:00
Jason Rumney
fbd852aff7 *** empty log message *** 2003-01-29 23:35:27 +00:00
Juanma Barranquero
50ca1c5579 *** empty log message *** 2003-01-29 07:38:42 +00:00
Kim F. Storm
88c717201f Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00
Jason Rumney
2890831296 *** empty log message *** 2003-01-26 01:26:32 +00:00
Jason Rumney
c262430d11 *** empty log message *** 2003-01-25 20:50:26 +00:00
Jason Rumney
ac6e47ef0a *** empty log message *** 2003-01-21 23:13:14 +00:00
Andrew Innes
38018ad31b *** empty log message *** 2003-01-15 12:14:26 +00:00
Juanma Barranquero
4c11103ac0 *** empty log message *** 2002-11-19 09:31:31 +00:00
Ben Key
f60ae425e9 Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME. 2002-11-17 22:35:26 +00:00
Juanma Barranquero
85b2f69e1e Added "(tiny change)" marker. 2002-10-29 09:45:19 +00:00
Juanma Barranquero
b0a1b9bbff Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>. 2002-09-03 07:14:54 +00:00
Jason Rumney
960f21aef0 *** empty log message *** 2002-06-13 18:42:36 +00:00
Jason Rumney
933af49766 *** empty log message *** 2002-05-03 20:27:54 +00:00
Juanma Barranquero
dc7285149f (bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files. 2002-04-11 07:16:13 +00:00
Jason Rumney
3be38152af *** empty log message *** 2002-03-20 21:19:26 +00:00
Kim F. Storm
d1ef18f293 *** empty log message *** 2002-03-19 12:04:17 +00:00
Jason Rumney
73792b515e *** empty log message *** 2002-03-13 23:05:48 +00:00
Jason Rumney
f7b9d4d15e *** empty log message *** 2002-02-18 00:04:14 +00:00
Andrew Innes
98cf1bb563 (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
pick up relevant bits of the Windows API definitions.
2002-01-04 14:05:10 +00:00
Andrew Innes
0e4435bed6 (bootstrap): Build addsection program before
bootstrap (required for post-processing temacs.exe).
2001-12-14 18:14:22 +00:00
Andrew Innes
493faf20ba *** empty log message *** 2001-12-14 17:11:21 +00:00
Pavel Janík
03f9f7aeb5 *** empty log message *** 2001-12-08 21:06:01 +00:00
Jason Rumney
fc813ef63f Update table of versions of make that are suitable
for building Emacs, based on recent feedback.
2001-11-20 23:17:45 +00:00
Andrew Innes
7243105827 Don't include libc.lib for profiling - the profiler
corrupts part of memcpy.
2001-11-19 15:05:54 +00:00
Jason Rumney
eec004b01a *** empty log message *** 2001-11-17 01:00:14 +00:00
Gerd Moellmann
6aa97356aa *** empty log message *** 2001-10-21 17:41:43 +00:00
Gerd Moellmann
71431a0ea1 *** empty log message *** 2001-10-21 09:04:46 +00:00
Andrew Innes
967d7793ca *** empty log message *** 2001-10-12 13:19:35 +00:00
Gerd Moellmann
ab952a4f34 *** empty log message *** 2001-10-10 09:43:20 +00:00
Gerd Moellmann
2a34a036ff *** empty log message *** 2001-10-06 09:57:20 +00:00
Eli Zaretskii
33d69478e8 Update the address of the mailing list and subscription instructions. 2001-09-08 07:54:52 +00:00
Eli Zaretskii
05b2448700 *** empty log message *** 2001-09-06 08:30:09 +00:00
Eli Zaretskii
c49e491af8 *** empty log message *** 2001-09-06 08:25:53 +00:00
Eli Zaretskii
3762e7d091 *** empty log message *** 2001-09-05 12:06:12 +00:00
Eli Zaretskii
83536c16cd ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
since some versions of `mkdir' don't automatically create parent
directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2001-09-04 11:28:50 +00:00
Eli Zaretskii
f466241d47 Convert EOLs to DOS format. 2001-08-31 10:31:22 +00:00
Jason Rumney
0ac7bf6c34 (WinMain): Add quotes around executable name. 2001-06-20 22:40:29 +00:00
Andrew Innes
ec57454f95 *** empty log message *** 2001-06-01 13:46:18 +00:00
Jason Rumney
263f71348d Clarify that building with MSVC requires nmake. 2001-05-24 21:23:05 +00:00
Andrew Innes
fbdbf318c5 (NEW_CYGWIN): Output message about spurious error
message that is to be ignored.
2001-05-17 12:44:17 +00:00
Andrew Innes
4b994b8418 Add copyright notice. 2001-05-13 21:54:56 +00:00
Eli Zaretskii
2a482fd745 Remove the entry for the 19.34 release. RMS says it was done on a branch. 2001-05-11 09:10:48 +00:00
Gerd Moellmann
3e057f36a0 Remove log entries for 20.5 .. 20.7. 2001-05-09 09:50:49 +00:00
Eli Zaretskii
e8918aee02 *** empty log message *** 2001-05-04 17:50:11 +00:00
Andrew Innes
90200fccb1 *** empty log message *** 2001-04-18 14:11:21 +00:00
Eli Zaretskii
3905e71eb0 *** empty log message *** 2001-03-26 13:36:27 +00:00
Andrew Innes
0f6465a643 (DEBUG_LINK): New macro.
(LINK_FLAGS): Use it.
2001-03-18 16:56:08 +00:00
Andrew Innes
315746ccde Add --ldflags to configure line for building with
recent versions of Cygwin GCC.
2001-03-06 13:43:43 +00:00
Eli Zaretskii
ff432558a6 Use correct options when compiling a test program with Cygwin.
From David Ponce <dponce@voila.fr>.
2001-03-05 15:22:26 +00:00
Andrew Innes
425de3869d *** empty log message *** 2001-02-24 22:12:00 +00:00
Andrew Innes
41eca17b1d Add copyright notice. 2001-02-24 22:00:47 +00:00
Andrew Innes
193fba8770 *** empty log message *** 2001-02-05 16:59:20 +00:00
Andrew Innes
350d71b30e *** empty log message *** 2001-02-03 18:27:42 +00:00
Eli Zaretskii
1194084946 Use "rm -f" instead of "del /f", as the latter
is not supported by Windows 9X's COMMAND.COM.
2001-02-01 09:52:05 +00:00
Eli Zaretskii
dbd98b197f *** empty log message *** 2001-01-31 08:32:22 +00:00
Eli Zaretskii
c8eca71922 Don't copy lisp/Makefile, it doesn't exist; copy
lisp/Makefile.in instead.  Use "rm -f" where more than one file
needs to be deleted, since command.com in Windows 9X doesn't grok
more than one argument.
2001-01-30 13:45:05 +00:00
Andrew Innes
daae70def3 (cleanall-other-dirs-nmake):
(cleanall-other-dirs-gmake): New targets.
(cleanall): Invoke them.
2001-01-24 12:31:07 +00:00
Andrew Innes
755b45ce47 *** empty log message *** 2001-01-19 14:56:24 +00:00
Andrew Innes
0dac692454 *** empty log message *** 2001-01-06 21:38:18 +00:00