Mercurial > emacs
annotate nt/ChangeLog @ 109539:d962ccf8829f
Use __executable_start to find start of text segment for profiling
* emacs.c (main) [PROFILING]: Use __executable_start if defined to
find start of text segment.
* dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
is defined.
* configure.in: Check for __executable_start.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sun, 25 Jul 2010 21:09:54 +0200 |
parents | 2fe88640ebd3 |
children | 88810df348ab |
rev | line source |
---|---|
109523
2fe88640ebd3
Build binary distros on Windows using emacs-VERSION as root dir name.
Juanma Barranquero <lekktu@gmail.com>
diff
changeset
|
1 2010-07-25 Christoph Scholtes <cschol2112@gmail.com> |
2fe88640ebd3
Build binary distros on Windows using emacs-VERSION as root dir name.
Juanma Barranquero <lekktu@gmail.com>
diff
changeset
|
2 |
2fe88640ebd3
Build binary distros on Windows using emacs-VERSION as root dir name.
Juanma Barranquero <lekktu@gmail.com>
diff
changeset
|
3 Build binary distros on Windows using emacs-VERSION as root dir name. |
109519
17b112f1eaa5
Code cleanup. Added ChangeLog entry.
Christoph Scholtes <cschol2112@gmail.com>
parents:
109507
diff
changeset
|
4 |
109521
1099c3bf77f5
Added ChangeLog entry for copying of README.W32.
Christoph Scholtes <cschol2112@gmail.com>
parents:
109519
diff
changeset
|
5 * makefile.w32-in: Copy README.W32 to installation directory |
109522
4e03e8c753eb
Added README.W32 to distclean. Updated Changelog.
Christoph Scholtes <cschol2112@gmail.com>
parents:
109521
diff
changeset
|
6 during `make install'. Remove README.W32 with `distclean' (in |
4e03e8c753eb
Added README.W32 to distclean. Updated Changelog.
Christoph Scholtes <cschol2112@gmail.com>
parents:
109521
diff
changeset
|
7 case Emacs was installed in place). Use temporary directory to |
4e03e8c753eb
Added README.W32 to distclean. Updated Changelog.
Christoph Scholtes <cschol2112@gmail.com>
parents:
109521
diff
changeset
|
8 create distribution zip files in `dist' target. |
109519
17b112f1eaa5
Code cleanup. Added ChangeLog entry.
Christoph Scholtes <cschol2112@gmail.com>
parents:
109507
diff
changeset
|
9 * zipdist.bat: Simplify code using temporary directory. |
17b112f1eaa5
Code cleanup. Added ChangeLog entry.
Christoph Scholtes <cschol2112@gmail.com>
parents:
109507
diff
changeset
|
10 |
109516
68ca98ae70fb
Make building under stricter warning flags somewhat cleaner.
Juanma Barranquero <lekktu@gmail.com>
parents:
109507
diff
changeset
|
11 2010-07-25 Juanma Barranquero <lekktu@gmail.com> |
68ca98ae70fb
Make building under stricter warning flags somewhat cleaner.
Juanma Barranquero <lekktu@gmail.com>
parents:
109507
diff
changeset
|
12 |
68ca98ae70fb
Make building under stricter warning flags somewhat cleaner.
Juanma Barranquero <lekktu@gmail.com>
parents:
109507
diff
changeset
|
13 * runemacs.c (set_user_model_id): Fix prototype. |
68ca98ae70fb
Make building under stricter warning flags somewhat cleaner.
Juanma Barranquero <lekktu@gmail.com>
parents:
109507
diff
changeset
|
14 |
109507
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
15 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
16 |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
17 New make target for Windows platform: make dist (bug#6602) |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
18 |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
19 * INSTALL: Document new dist target and add section about |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
20 creating binary distributions. |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
21 * README.W32: Relocate from admin/nt/ directory. |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
22 * configure.bat: New parameter `--distfiles'. |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
23 * makefile.w32-in: Add version number, new target `dist'. |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
24 Add new target `install-shortcuts'. |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
25 * zipdist.bat: New file; create zipped binary distribution, |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
26 replaces admin/nt/makedist.bat. |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109485
diff
changeset
|
27 |
109485
bb9894b5234f
* nt/INSTALL: Add note about backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109480
diff
changeset
|
28 2010-07-21 Juanma Barranquero <lekktu@gmail.com> |
bb9894b5234f
* nt/INSTALL: Add note about backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109480
diff
changeset
|
29 |
bb9894b5234f
* nt/INSTALL: Add note about backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109480
diff
changeset
|
30 * INSTALL: Add note about backslashes in Windows paths. |
bb9894b5234f
* nt/INSTALL: Add note about backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109480
diff
changeset
|
31 Fix typos. Simplify references to Windows versions. |
bb9894b5234f
* nt/INSTALL: Add note about backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109480
diff
changeset
|
32 |
109480
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
33 2010-07-20 Juanma Barranquero <lekktu@gmail.com> |
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
34 |
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
35 * addpm.c (add_registry, main): |
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
36 * cmdproxy.c (get_env_size): |
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
37 * ddeclient.c (main): |
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
38 * runemacs.c (set_user_model_id): |
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
39 Convert definitions to standard C. |
d12162869c07
Convert some more functions to standard C.
Juanma Barranquero <lekktu@gmail.com>
parents:
109477
diff
changeset
|
40 |
109477
0c42e0c36463
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
Juanma Barranquero <lekktu@gmail.com>
parents:
109458
diff
changeset
|
41 2010-07-20 Juanma Barranquero <lekktu@gmail.com> |
0c42e0c36463
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
Juanma Barranquero <lekktu@gmail.com>
parents:
109458
diff
changeset
|
42 |
0c42e0c36463
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
Juanma Barranquero <lekktu@gmail.com>
parents:
109458
diff
changeset
|
43 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping. |
0c42e0c36463
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
Juanma Barranquero <lekktu@gmail.com>
parents:
109458
diff
changeset
|
44 |
109458
a2184d0e089b
* configure.bat: New option --enable-checking.
Juanma Barranquero <lekktu@gmail.com>
parents:
109367
diff
changeset
|
45 2010-07-18 Juanma Barranquero <lekktu@gmail.com> |
a2184d0e089b
* configure.bat: New option --enable-checking.
Juanma Barranquero <lekktu@gmail.com>
parents:
109367
diff
changeset
|
46 |
a2184d0e089b
* configure.bat: New option --enable-checking.
Juanma Barranquero <lekktu@gmail.com>
parents:
109367
diff
changeset
|
47 * configure.bat: New option --enable-checking. |
a2184d0e089b
* configure.bat: New option --enable-checking.
Juanma Barranquero <lekktu@gmail.com>
parents:
109367
diff
changeset
|
48 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define. |
a2184d0e089b
* configure.bat: New option --enable-checking.
Juanma Barranquero <lekktu@gmail.com>
parents:
109367
diff
changeset
|
49 (CFLAGS): Include it. |
a2184d0e089b
* configure.bat: New option --enable-checking.
Juanma Barranquero <lekktu@gmail.com>
parents:
109367
diff
changeset
|
50 |
109367
6824182eb4cf
* nt/config.nt (volatile): Remove definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
51 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu> |
6824182eb4cf
* nt/config.nt (volatile): Remove definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
52 |
6824182eb4cf
* nt/config.nt (volatile): Remove definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
53 * config.nt (volatile): Remove definition. |
6824182eb4cf
* nt/config.nt (volatile): Remove definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
54 |
109165
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109107
diff
changeset
|
55 2010-07-07 Andreas Schwab <schwab@linux-m68k.org> |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109107
diff
changeset
|
56 |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109107
diff
changeset
|
57 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs. |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109107
diff
changeset
|
58 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs. |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109107
diff
changeset
|
59 |
109107
06fb882320aa
* config.nt (__P): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents:
108892
diff
changeset
|
60 2010-07-02 Juanma Barranquero <lekktu@gmail.com> |
06fb882320aa
* config.nt (__P): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents:
108892
diff
changeset
|
61 |
06fb882320aa
* config.nt (__P): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents:
108892
diff
changeset
|
62 * config.nt (__P): Remove. |
06fb882320aa
* config.nt (__P): Remove.
Juanma Barranquero <lekktu@gmail.com>
parents:
108892
diff
changeset
|
63 |
108892
d86e65007470
Remove BSTRING related code, all platforms define it.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108866
diff
changeset
|
64 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> |
d86e65007470
Remove BSTRING related code, all platforms define it.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108866
diff
changeset
|
65 |
d86e65007470
Remove BSTRING related code, all platforms define it.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108866
diff
changeset
|
66 * config.nt: Remove code depending on BSTRING. |
d86e65007470
Remove BSTRING related code, all platforms define it.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108866
diff
changeset
|
67 |
108866
4e8dcb0d6fe0
NOT_C_CODE is always true now.
Glenn Morris <rgm@gnu.org>
parents:
108523
diff
changeset
|
68 2010-06-03 Glenn Morris <rgm@gnu.org> |
4e8dcb0d6fe0
NOT_C_CODE is always true now.
Glenn Morris <rgm@gnu.org>
parents:
108523
diff
changeset
|
69 |
4e8dcb0d6fe0
NOT_C_CODE is always true now.
Glenn Morris <rgm@gnu.org>
parents:
108523
diff
changeset
|
70 * config.nt: Remove NOT_C_CODE tests, it is always true now. |
4e8dcb0d6fe0
NOT_C_CODE is always true now.
Glenn Morris <rgm@gnu.org>
parents:
108523
diff
changeset
|
71 |
108523
81b3d413542e
Remove some unused #define's, previously replaced by variables.
Glenn Morris <rgm@gnu.org>
parents:
108472
diff
changeset
|
72 2010-05-13 Glenn Morris <rgm@gnu.org> |
81b3d413542e
Remove some unused #define's, previously replaced by variables.
Glenn Morris <rgm@gnu.org>
parents:
108472
diff
changeset
|
73 |
81b3d413542e
Remove some unused #define's, previously replaced by variables.
Glenn Morris <rgm@gnu.org>
parents:
108472
diff
changeset
|
74 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs. |
81b3d413542e
Remove some unused #define's, previously replaced by variables.
Glenn Morris <rgm@gnu.org>
parents:
108472
diff
changeset
|
75 |
108371
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
76 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
77 |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
78 * Version 23.2 released. |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
79 |
108229
0c1c81ee223e
Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
Glenn Morris <rgm@gnu.org>
parents:
108000
diff
changeset
|
80 2010-05-04 Glenn Morris <rgm@gnu.org> |
0c1c81ee223e
Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
Glenn Morris <rgm@gnu.org>
parents:
108000
diff
changeset
|
81 |
0c1c81ee223e
Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
Glenn Morris <rgm@gnu.org>
parents:
108000
diff
changeset
|
82 * config.nt (LD_SWITCH_X_SITE_AUX): Remove. |
0c1c81ee223e
Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.
Glenn Morris <rgm@gnu.org>
parents:
108000
diff
changeset
|
83 |
108000
14e8111ba66e
* emacs.manifest: Add trustInfo section to Windows manifest.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
84 2010-04-20 Lewis Perin <perin@panix.com> (tiny change) |
14e8111ba66e
* emacs.manifest: Add trustInfo section to Windows manifest.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
85 |
14e8111ba66e
* emacs.manifest: Add trustInfo section to Windows manifest.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
86 * emacs.manifest: Add trustInfo section to Windows manifest. |
14e8111ba66e
* emacs.manifest: Add trustInfo section to Windows manifest.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
87 |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
88 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
89 |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
90 * Branch for 23.2. |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106816
diff
changeset
|
91 |
106816
f3556b1dd4de
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
Juanma Barranquero <lekktu@gmail.com>
parents:
106815
diff
changeset
|
92 2010-01-13 Martin Rudalics <rudalics@gmx.at> |
f3556b1dd4de
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
Juanma Barranquero <lekktu@gmail.com>
parents:
106815
diff
changeset
|
93 |
f3556b1dd4de
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
Juanma Barranquero <lekktu@gmail.com>
parents:
106815
diff
changeset
|
94 * emacsclient.rc: Fix format of "LegalCopyright" value. |
f3556b1dd4de
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
Juanma Barranquero <lekktu@gmail.com>
parents:
106815
diff
changeset
|
95 |
106668
75fb4d306cdf
INSTALL: Remove obsolete notes about line endings, and fix some typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106653
diff
changeset
|
96 2009-12-28 Juanma Barranquero <lekktu@gmail.com> |
75fb4d306cdf
INSTALL: Remove obsolete notes about line endings, and fix some typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106653
diff
changeset
|
97 |
75fb4d306cdf
INSTALL: Remove obsolete notes about line endings, and fix some typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106653
diff
changeset
|
98 * INSTALL: Remove obsolete notes about line endings, and fix some typos. |
75fb4d306cdf
INSTALL: Remove obsolete notes about line endings, and fix some typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106653
diff
changeset
|
99 |
106653
903baf781824
* INSTALL: Update for CVS->Bazaar switchover.
Karl Fogel <kfogel@red-bean.com>
parents:
105014
diff
changeset
|
100 2009-12-27 Karl Fogel <kfogel@red-bean.com> |
903baf781824
* INSTALL: Update for CVS->Bazaar switchover.
Karl Fogel <kfogel@red-bean.com>
parents:
105014
diff
changeset
|
101 |
903baf781824
* INSTALL: Update for CVS->Bazaar switchover.
Karl Fogel <kfogel@red-bean.com>
parents:
105014
diff
changeset
|
102 * INSTALL: Update for CVS->Bazaar switchover. |
903baf781824
* INSTALL: Update for CVS->Bazaar switchover.
Karl Fogel <kfogel@red-bean.com>
parents:
105014
diff
changeset
|
103 |
105014
ef4e71ead2e8
* configure.bat: Add #define PROFILING to config.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
103716
diff
changeset
|
104 2009-09-14 Juanma Barranquero <lekktu@gmail.com> |
ef4e71ead2e8
* configure.bat: Add #define PROFILING to config.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
103716
diff
changeset
|
105 |
ef4e71ead2e8
* configure.bat: Add #define PROFILING to config.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
103716
diff
changeset
|
106 * configure.bat: Add #define PROFILING to config.h. |
ef4e71ead2e8
* configure.bat: Add #define PROFILING to config.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
103716
diff
changeset
|
107 |
103716
7bad97f82eb6
* w32term.c (w32_initialize): Use standard types.
Jason Rumney <jasonr@gnu.org>
parents:
103641
diff
changeset
|
108 2009-07-03 Jason Rumney <jasonr@gnu.org> |
7bad97f82eb6
* w32term.c (w32_initialize): Use standard types.
Jason Rumney <jasonr@gnu.org>
parents:
103641
diff
changeset
|
109 |
7bad97f82eb6
* w32term.c (w32_initialize): Use standard types.
Jason Rumney <jasonr@gnu.org>
parents:
103641
diff
changeset
|
110 * runemacs.c (set_user_model_id): Use standard types. |
7bad97f82eb6
* w32term.c (w32_initialize): Use standard types.
Jason Rumney <jasonr@gnu.org>
parents:
103641
diff
changeset
|
111 |
103641
48d529d3a5a4
bug#1849 - Windows 7 Taskbar Support
Jason Rumney <jasonr@gnu.org>
parents:
103507
diff
changeset
|
112 2009-06-30 Jason Rumney <jasonr@gnu.org> |
48d529d3a5a4
bug#1849 - Windows 7 Taskbar Support
Jason Rumney <jasonr@gnu.org>
parents:
103507
diff
changeset
|
113 |
48d529d3a5a4
bug#1849 - Windows 7 Taskbar Support
Jason Rumney <jasonr@gnu.org>
parents:
103507
diff
changeset
|
114 * runemacs.c (set_user_model_id): New function. |
48d529d3a5a4
bug#1849 - Windows 7 Taskbar Support
Jason Rumney <jasonr@gnu.org>
parents:
103507
diff
changeset
|
115 (WinMain): Use it. |
48d529d3a5a4
bug#1849 - Windows 7 Taskbar Support
Jason Rumney <jasonr@gnu.org>
parents:
103507
diff
changeset
|
116 |
103507
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102673
diff
changeset
|
117 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102673
diff
changeset
|
118 |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102673
diff
changeset
|
119 * Branch for 23.1. |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102673
diff
changeset
|
120 |
102673 | 121 2009-03-21 Eli Zaretskii <eliz@gnu.org> |
122 | |
123 * inc/sys/stat.h (struct stat): Change the types of st_uid and | |
124 st_gid to unsigned. | |
125 | |
126 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid | |
127 to unsigned. | |
128 (getpwuid): Argument is now unsigned. | |
129 uid_t is now unsigned. | |
130 | |
102237
a496b8e22c51
* INSTALL: Add comment about TCC; fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
101507
diff
changeset
|
131 2009-02-24 Juanma Barranquero <lekktu@gmail.com> |
a496b8e22c51
* INSTALL: Add comment about TCC; fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
101507
diff
changeset
|
132 |
a496b8e22c51
* INSTALL: Add comment about TCC; fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
101507
diff
changeset
|
133 * INSTALL: Add comment about TCC; fix typos. |
a496b8e22c51
* INSTALL: Add comment about TCC; fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
101507
diff
changeset
|
134 |
101507 | 135 2009-01-26 Jason Rumney <jasonr@gnu.org> |
136 | |
108375 | 137 * emacsclient.rc, emacs.rc: Swap name and description. |
138 Remove Windows versions. | |
101507 | 139 |
101207 | 140 2009-01-15 Jason Rumney <jasonr@gnu.org> |
141 | |
101212 | 142 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups. |
143 | |
144 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs. | |
145 | |
101207 | 146 * addpm.c (main): Try using COM to create start menu shortcuts |
147 before resorting to DDE (Bug#202) | |
148 Remove second command-line argument. | |
149 | |
100867
2e60b17905d6
* configure.bat: Untabify help message.
Juanma Barranquero <lekktu@gmail.com>
parents:
100849
diff
changeset
|
150 2009-01-03 Juanma Barranquero <lekktu@gmail.com> |
2e60b17905d6
* configure.bat: Untabify help message.
Juanma Barranquero <lekktu@gmail.com>
parents:
100849
diff
changeset
|
151 |
2e60b17905d6
* configure.bat: Untabify help message.
Juanma Barranquero <lekktu@gmail.com>
parents:
100849
diff
changeset
|
152 * configure.bat: Untabify help message. |
2e60b17905d6
* configure.bat: Untabify help message.
Juanma Barranquero <lekktu@gmail.com>
parents:
100849
diff
changeset
|
153 |
100849
65084615ffd3
* configure.bat: New option --with-svg.
Jason Rumney <jasonr@gnu.org>
parents:
100686
diff
changeset
|
154 2009-01-03 Jason Rumney <jasonr@gnu.org> |
65084615ffd3
* configure.bat: New option --with-svg.
Jason Rumney <jasonr@gnu.org>
parents:
100686
diff
changeset
|
155 |
65084615ffd3
* configure.bat: New option --with-svg.
Jason Rumney <jasonr@gnu.org>
parents:
100686
diff
changeset
|
156 * configure.bat: New option --with-svg. |
65084615ffd3
* configure.bat: New option --with-svg.
Jason Rumney <jasonr@gnu.org>
parents:
100686
diff
changeset
|
157 |
65084615ffd3
* configure.bat: New option --with-svg.
Jason Rumney <jasonr@gnu.org>
parents:
100686
diff
changeset
|
158 * INSTALL: Document experimental SVG support. |
65084615ffd3
* configure.bat: New option --with-svg.
Jason Rumney <jasonr@gnu.org>
parents:
100686
diff
changeset
|
159 |
100686 | 160 2008-12-25 Jason Rumney <jasonr@gnu.org> |
161 | |
100868 | 162 * config.nt (PTR): Remove. |
100686 | 163 |
100565
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
164 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu> |
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
165 |
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
166 * config.nt (LISTPROC, PROCATTR): Remove. |
dcc7f5970d5c
Reorganize implementation of Flist_system_processes and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100521
diff
changeset
|
167 |
97370 | 168 2008-08-09 Eli Zaretskii <eliz@gnu.org> |
169 | |
170 * config.nt (LISTPROC, PROCATTR): New macros. | |
171 | |
97141
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
172 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> |
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
173 |
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
174 * config.nt (MULTI_KBOARD): Remove. |
840bd675fd85
* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
97072
diff
changeset
|
175 |
96938
beacc13fd3df
* configure.bat: New option --profile.
Jason Rumney <jasonr@gnu.org>
parents:
96923
diff
changeset
|
176 2008-07-23 Jason Rumney <jasonr@gnu.org> |
beacc13fd3df
* configure.bat: New option --profile.
Jason Rumney <jasonr@gnu.org>
parents:
96923
diff
changeset
|
177 |
97072 | 178 * configure.bat: New option --profile. |
179 * gmake.defs: Set cflags and ldflags for profiling when specified. | |
96938
beacc13fd3df
* configure.bat: New option --profile.
Jason Rumney <jasonr@gnu.org>
parents:
96923
diff
changeset
|
180 |
96923
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
181 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> |
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
182 |
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
183 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. |
d89afa2b4c2f
* config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96786
diff
changeset
|
184 |
96643
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
185 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu> |
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
186 |
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
187 * config.nt (HAVE_FACES): Remove, unused. |
79121a8f01e3
* config.nt (HAVE_FACES): Remove, unused.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96348
diff
changeset
|
188 |
96348
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
189 2008-06-26 Juanma Barranquero <lekktu@gmail.com> |
108472
0eb2f9d5e474
Fix typos and whitespace in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
108375
diff
changeset
|
190 Eli Zaretskii <eliz@gnu.org> |
96348
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
191 |
97072 | 192 * nmake.defs (FONT_CFLAGS): |
96348
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
193 * gmake.defs (FONT_CFLAGS): Remove. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
194 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
195 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH) |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
196 and _CRTAPI1. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
197 (ARCH_FLAGS): Don't include _X86_. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
198 |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
199 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define. |
ecd6143014da
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents:
96303
diff
changeset
|
200 |
96303 | 201 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu> |
202 | |
203 * config.nt: Remove reference to UNEXEC_SRC. | |
204 | |
96211
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
205 2008-06-23 Juanma Barranquero <lekktu@gmail.com> |
108472
0eb2f9d5e474
Fix typos and whitespace in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
108375
diff
changeset
|
206 Eli Zaretskii <eliz@gnu.org> |
96211
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
207 |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
208 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]: |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
209 Don't hardcode -gstabs+, use DEBUG_INFO. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
210 |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
211 * configure.bat (gccdebug): Check for DWARF-2 support in GCC. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
212 Default to stabs if the compiler does not support DWARF-2. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
213 (genmakefiles): Write new variable DEBUG_INFO to config.settings. |
fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero <lekktu@gmail.com>
parents:
95741
diff
changeset
|
214 |
94973 | 215 2008-05-14 Jason Rumney <jasonr@gnu.org> |
216 | |
217 * configure.bat: Remove code dealing with --disable-font-backend. | |
218 | |
94799 | 219 2008-05-09 Eli Zaretskii <eliz@gnu.org> |
220 | |
94813 | 221 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for |
222 better alignment. Make st_size 64-bit wide. Add new members | |
223 st_uname and st_gname. | |
224 | |
94799 | 225 * inc/grp.h (struct group): Add gr_gid member. |
226 | |
94293 | 227 2008-04-23 Eli Zaretskii <eliz@gnu.org> |
80501 | 228 |
229 * makefile.w32-in (ALL): Move $(CLIENTRES) from here... | |
230 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having | |
231 a real file there is not a good idea. | |
232 | |
94293 | 233 2008-04-23 Jason Rumney <jasonr@gnu.org> |
234 | |
235 * makefile.w32-in (CLIENTRES): New variable and build target. | |
236 (all): Depend on it. | |
237 ($(TRES)): Use $(TRES) in rule. | |
238 | |
94222 | 239 2008-04-21 Jason Rumney <jasonr@gnu.org> |
240 | |
241 * configure.bat (success): Print "make" rather than "gmake", as that | |
100467 | 242 is what MinGW uses. |
94222 | 243 |
94011 | 244 2008-04-11 Eli Zaretskii <eliz@gnu.org> |
245 | |
246 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing. | |
247 Add copyright notice. | |
248 | |
80479 | 249 2008-04-10 Jason Rumney <jasonr@gnu.org> |
250 | |
251 * emacsclient.rc: New file. | |
252 | |
93966 | 253 * INSTALL: Document make targets. |
254 | |
93930 | 255 2008-04-09 Jason Rumney <jasonr@gnu.org> |
256 | |
257 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir. | |
96786 | 258 (clean-other-dirs-gmake): Likewise. Clean doc dirs. |
93930 | 259 (top-distclean, distclean, distclean-other-dirs-nmake) |
260 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) | |
261 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets. | |
262 | |
93684 | 263 2008-04-05 Eli Zaretskii <eliz@gnu.org> |
264 | |
93701 | 265 * inc/sys/stat.h: New file. |
266 | |
93684 | 267 * configure.bat: Add check for usp10.h. |
268 | |
93669 | 269 2008-04-04 Jason Rumney <jasonr@gnu.org> |
270 | |
271 * INSTALL: Update W32 API requirements. | |
272 | |
93593 | 273 2008-04-03 Jason Rumney <jasonr@gnu.org> |
274 | |
275 * gmake.defs, nmake.defs (UNISCRIBE): New variable. | |
276 | |
92810 | 277 2008-03-13 Glenn Morris <rgm@gnu.org> |
278 | |
279 * emacs.rc: Set version to 23.0.60. | |
280 | |
92478 | 281 2008-03-04 Jason Rumney <jasonr@gnu.org> |
282 | |
283 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag. | |
284 (EMACS_EXTRA_C_FLAGS): Include it. | |
285 * configure.bat (usefontbackend): Default to Y. | |
286 (--enable-font-backend): Replace with --disable-font-backend. | |
287 (:withfont): Replace with :withoutfont. | |
288 | |
92457 | 289 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
290 | |
291 * icons/emacs.ico: Full alpha for 32x32 full color. | |
292 Add 32x32 and 16x16 256 color versions. | |
293 | |
92444 | 294 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com> |
295 | |
296 * icons/emacs22.ico: New file (the old emacs.ico under a new name). | |
297 | |
92404 | 298 2008-03-02 Jason Rumney <jasonr@gnu.org> |
299 | |
300 * makefile.w32-in ($(TRES)): Depend on icon and manifest. | |
301 | |
92402 | 302 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
303 | |
304 * icons/README: Update. | |
305 | |
306 * icons/emacs.ico: New icon. | |
307 | |
92207
d12d3e6a5f77
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92159
diff
changeset
|
308 2008-02-25 Juanma Barranquero <lekktu@gmail.com> |
80360 | 309 |
310 * addpm.c: Include malloc.h. | |
311 (add_registry): Cast return value of alloca. | |
312 | |
92159
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
313 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu> |
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
314 |
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
315 * config.nt (SHORTNAMES): Remove reference to obsolete variable. |
9ed7610349d3
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu <dann@ics.uci.edu>
parents:
92148
diff
changeset
|
316 |
91784 | 317 2008-02-11 Eli Zaretskii <eliz@gnu.org> |
318 | |
319 * configure.bat (checkgcc): Move "del junk.o" to here, and make it | |
320 conditional on existence of junk.o. If %nocygwin% is already set | |
321 to Y, skip to chkapiN instead of chkapi. | |
322 (chkapi): Move "rm -f junk.c junk.o" to here. | |
323 (chkapiN): New label. | |
324 | |
91769 | 325 2008-02-11 Jason Rumney <jasonr@gnu.org> |
326 | |
327 * makefile.w32-in: Remove unidata-gen related rules. | |
328 | |
91695 | 329 2008-02-09 Eli Zaretskii <eliz@gnu.org> |
330 | |
331 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile. | |
332 | |
80107 | 333 2008-02-11 Jason Rumney <jasonr@gnu.org> |
334 | |
335 * addpm.c (add_registry): Add an App Paths registry key. | |
336 Look for GTK and add it to the DLL search path for Emacs if found. | |
337 | |
80060
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
338 2008-02-05 Juanma Barranquero <lekktu@gmail.com> |
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
339 |
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
340 * configure.bat: In help, use generic names for the image libraries. |
47e6792fb446
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
79894
diff
changeset
|
341 |
91520
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
342 2008-02-04 Juanma Barranquero <lekktu@gmail.com> |
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
343 |
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
344 * .cvsignore: Don't ignore .arch-inventory. |
1f6833ce07d9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
91505
diff
changeset
|
345 |
91495 | 346 2008-02-03 Jason Rumney <jasonr@gnu.org> |
347 | |
348 * configure.bat: Make gcc the default compiler. | |
349 | |
91456 | 350 2008-02-02 Eli Zaretskii <eliz@gnu.org> |
351 | |
95741 | 352 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH): |
353 Ignore return status. | |
91460 | 354 |
91458 | 355 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep |
356 it out of the way of Windows generated file. Generate | |
357 admin/unidata/makefile. | |
358 | |
91456 | 359 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake) |
360 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH) | |
361 (unidatagen-clean-SH): New targets. | |
362 (bootstrap-nmake): Invoke unidatagen-nmake. | |
363 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE). | |
364 | |
91505
24e0f42ae574
Adjust dates of unicode merge entries to UTC.
Miles Bader <miles@gnu.org>
parents:
91495
diff
changeset
|
365 2008-02-01 Jason Rumney <jasonr@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
366 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
367 * configure.bat (withfont): Set sep1 after modifying usercflags. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
368 |
91505
24e0f42ae574
Adjust dates of unicode merge entries to UTC.
Miles Bader <miles@gnu.org>
parents:
91495
diff
changeset
|
369 2008-02-01 Jason Rumney <jasonr@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
370 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
371 * configure.bat: Rename --with-font-backend to --enable-font-backend |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
372 for consistency with other platforms. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
373 |
91505
24e0f42ae574
Adjust dates of unicode merge entries to UTC.
Miles Bader <miles@gnu.org>
parents:
91495
diff
changeset
|
374 2008-02-01 Jason Rumney <jasonr@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
375 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
376 * configure.bat: Add --with-font-backend option. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
87903
diff
changeset
|
377 |
79894 | 378 2008-01-20 Jason Rumney <jasonr@gnu.org> |
379 | |
380 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file | |
381 permissions to NTFS ACLs. | |
382 | |
93302 | 383 2007-11-01 Jan Djärv <jan.h.d@swipnet.se> |
85882 | 384 |
385 * config.nt: Remove HAVE_X11R5. | |
386 | |
85561 | 387 2007-10-22 Jason Rumney <jasonr@gnu.org> |
388 | |
389 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine. | |
390 (strings.h, stdlib.h): Conditionally include. | |
391 (w32_abort): Declare here. | |
392 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h). | |
393 | |
85485 | 394 2007-10-20 Jason Rumney <jasonr@gnu.org> |
395 | |
396 * makefile.w32-in (info-nmake): Change into correct directories. | |
397 | |
79161 | 398 2007-10-20 Eli Zaretskii <eliz@gnu.org> |
399 | |
400 * configure.bat (docflags, doldflags): New variables. | |
401 (genmakefiles): Use them to work around problems with whitespace | |
402 in arguments of the `if' command. | |
403 | |
79132 | 404 2007-10-18 Jason Rumney <jasonr@gnu.org> |
405 | |
406 * makefile.w32-in (install): Install COPYING in top-level and bin dirs. | |
407 | |
78902 | 408 2007-09-27 Jason Rumney <jasonr@gnu.org> |
409 | |
410 * gmake.defs (COMCTL32): New system library. | |
411 | |
412 * nmake.defs (COMCTL32): New system library. | |
413 | |
84343 | 414 2007-09-06 Glenn Morris <rgm@gnu.org> |
415 | |
84345 | 416 * configure.bat: |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
417 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake): |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
418 Change from ../man to ../doc/emacs and ../doc/misc; and from |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
419 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro. |
84343 | 420 |
83739 | 421 2007-08-29 Glenn Morris <rgm@gnu.org> |
422 | |
423 * emacs.rc: Increase version to 23.0.50. | |
424 | |
95741 | 425 2007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change) |
78554 | 426 |
427 * makefile.w32-in (bootstrap-nmake): Change directories once more. | |
428 | |
78288 | 429 2007-07-25 Glenn Morris <rgm@gnu.org> |
430 | |
431 * Relicense all FSF files to GPLv3 or later. | |
432 | |
433 * COPYING: Switch to GPLv3. | |
434 | |
81914 | 435 2007-07-16 Eli Zaretskii <eliz@gnu.org> |
78173 | 436 |
437 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake): | |
438 Depend on cmdproxy. | |
439 (cleanall): Don't delete *~. | |
440 | |
81898 | 441 2007-07-15 Jason Rumney <jasonr@gnu.org> |
442 | |
443 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to | |
444 be fully supported. | |
445 | |
81875 | 446 2007-07-14 Jason Rumney <jasonr@gnu.org> |
447 | |
448 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead | |
449 of winsock.h. | |
450 | |
78104 | 451 2007-07-11 Jason Rumney <jasonr@gnu.org> |
452 | |
453 * gmake.defs (OLE32): New library to link. | |
454 | |
455 * nmake.defs (OLE32): Likewise. | |
456 | |
78050 | 457 2007-06-25 Jason Rumney <jasonr@gnu.org> |
458 | |
459 * cmdproxy.c (main): Set console codepages to "ANSI". | |
460 | |
81523 | 461 2007-06-20 Jason Rumney <jasonr@gnu.org> |
462 | |
463 * configure.bat: Complain if image libraries are missing. | |
464 | |
78025 | 465 2007-06-15 Jason Rumney <jasonr@gnu.org> |
466 | |
467 * emacs.manifest: New file. | |
468 | |
469 * emacs.rc: Use it. | |
470 | |
77858
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
471 2007-06-02 Chong Yidong <cyd@stupidchicken.com> |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
472 |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
473 * Version 22.1 released. |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77781
diff
changeset
|
474 |
77781 | 475 2007-05-22 Eli Zaretskii <eliz@gnu.org> |
476 | |
477 * INSTALL: Add information about where to find GDB, and warn | |
478 against --no-debug option to configure.bat. | |
479 | |
77755 | 480 2007-05-19 Eli Zaretskii <eliz@gnu.org> |
481 | |
482 * INSTALL: Fix URL of EmacsW32 site where building with image | |
483 support is described. | |
484 | |
77504 | 485 2007-04-26 Glenn Morris <rgm@gnu.org> |
486 | |
487 * emacs.rc: Increase version to 22.1.50. | |
488 | |
76830 | 489 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
490 | |
491 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users. | |
492 | |
76420
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
493 2007-03-09 Richard Stallman <rms@gnu.org> |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
494 |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
495 * INSTALL: Say explicitly this is not for Cygwin. |
9a2ac1ce9fae
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
76413
diff
changeset
|
496 |
76279 | 497 2007-03-03 Eli Zaretskii <eliz@gnu.org> |
498 | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
499 * INSTALL: Add URL of another site with detailed build instructions. |
76279 | 500 |
75926 | 501 2007-02-16 Glenn Morris <rgm@gnu.org> |
502 | |
503 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico: | |
504 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico: | |
505 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico: | |
506 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico: | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
507 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico: |
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
508 Restore all but two of icons deleted in previous change. |
75926 | 509 |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
510 2007-02-13 Chong Yidong <cyd@stupidchicken.com> |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
511 |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
512 * icons/README: New file. |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
513 |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
514 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico: |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
515 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico: |
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
516 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico: |
75925
4ddab690cf89
Fix typo in previous entry (emacs.ico was not deleted).
Glenn Morris <rgm@gnu.org>
parents:
75843
diff
changeset
|
517 * icons/gnu2b48t.ico, icons/gnu4g48t.ico: |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
518 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico: |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
519 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico: |
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
520 Unused icons deleted. |
75843
1fbfe22bdc97
* icons/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
521 |
75565
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
522 2007-01-31 Juanma Barranquero <lekktu@gmail.com> |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
523 |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
524 * configure.bat: Update ../site-lisp/subdirs.el when needed. |
646a89b6a638
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75541
diff
changeset
|
525 |
75541
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
526 2007-01-30 Juanma Barranquero <lekktu@gmail.com> |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
527 |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
528 * subdirs.el: Add "no-byte-compile: t" local variable. |
98a32ea6898a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75348
diff
changeset
|
529 |
75170 | 530 2007-01-10 Jason Rumney <jasonr@gnu.org> |
531 | |
532 * README: Update URLs and advice about reporting bugs. | |
533 | |
74960 | 534 2006-12-29 Jason Rumney <jasonr@gnu.org> |
535 | |
536 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from | |
537 DEBUG_LINK. | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
538 (DEBUG_LINK): Remove -debugtype:both. |
74960 | 539 |
74938 | 540 2006-12-27 Eli Zaretskii <eliz@gnu.org> |
541 | |
542 * INSTALL: Update table of supported Make ports. Show "make -j" | |
543 command that is known to work. | |
544 | |
545 * configure.bat: Update table of supported Make ports. | |
546 | |
74878 | 547 2006-12-24 Eli Zaretskii <eliz@gnu.org> |
548 | |
549 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it | |
550 only in implicit rules. Use literal "emacs.rc" instead. | |
551 | |
74842 | 552 2006-12-23 Eli Zaretskii <eliz@gnu.org> |
553 | |
74844 | 554 * gmake.defs: Export XMFLAGS. |
555 | |
74842 | 556 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't |
74878 | 557 use $(XMFLAGS) for nmake, as it doesn't support parallelism. |
74842 | 558 |
74801 | 559 2006-12-22 Eli Zaretskii <eliz@gnu.org> |
560 | |
74824 | 561 * INSTALL: Explain how to invoke GNU Make for parallel builds. |
562 | |
74807 | 563 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)" |
564 command-line argument to sub-Make in src, since src/makefile.w32-in | |
565 invokes Make recursively during bootstrap. | |
74815 | 566 (clean): Delete stamp_BLD. |
74819 | 567 (bootstrap): Make `all' explicitly in a recursive Make. |
74807 | 568 |
74801 | 569 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file |
570 stamp_BLD after creating the $(BLD) directory. | |
571 | |
572 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file | |
573 stamp_BLD after creating the $(BLD) directory. | |
574 | |
575 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection) | |
576 (preprep, $(TRES), runemacs) | |
577 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)) | |
578 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)): | |
579 Depend on stamp_BLD instead of on $(BLD). | |
580 (XMFLAGS): New macro. | |
581 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake) | |
582 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake) | |
583 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake) | |
584 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make. | |
585 | |
74781 | 586 2006-12-20 Eli Zaretskii <eliz@gnu.org> |
587 | |
588 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of | |
589 $(ALL_DEPS). | |
74801 | 590 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O) |
591 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)): | |
592 New dependency on $(BLD). | |
74781 | 593 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake) |
594 (bootstrap-gmake): Depend on addsection. | |
595 | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
596 2006-10-29 Juanma Barranquero <lekktu@gmail.com> |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
597 |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
598 * runemacs.c (WinMain): Process all recognized arguments, not just |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
599 the first one. Remove unused variable sec_desc. |
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
600 |
73093 | 601 2006-09-24 Eli Zaretskii <eliz@gnu.org> |
602 | |
603 * config.nt (HAVE_LANGINFO_CODESET): Define. | |
604 | |
605 * inc/langinfo.h: New file. | |
606 | |
607 * inc/nl_types.h: New file. | |
608 | |
72904
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
609 2006-09-15 Jay Belanger <belanger@truman.edu> |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
610 |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
611 * COPYING: Replace "Library Public License" by "Lesser Public |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
612 License" throughout. |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72142
diff
changeset
|
613 |
72142 | 614 2006-07-27 Jason Rumney <jasonr@gnu.org> |
615 | |
616 * INSTALL: Add notes about Cygwin make to impatient section. | |
617 | |
71165 | 618 2006-06-02 Eli Zaretskii <eliz@gnu.org> |
619 | |
620 * INSTALL: Add Make 3.81 to the list of Make & shell combinations | |
621 known to work. | |
622 | |
69445 | 623 2006-03-12 Jason Rumney <jasonr@gnu.org> |
624 | |
69450 | 625 * addpm.c (add_registry): Don't change the registry unless keys |
626 already exist from a previous version. | |
627 | |
69448 | 628 * makefile.w32-in (install): Use -q when invoking addpm. |
629 | |
69445 | 630 * addpm.c (main): Accept -q as alternative for /q. |
631 | |
69377 | 632 2006-03-11 Jason Rumney <jasonr@gnu.org> |
633 | |
634 * runemacs.c (WinMain): Set screen buffer to 80x25. | |
635 | |
67800 | 636 2005-12-24 Eli Zaretskii <eliz@gnu.org> |
637 | |
638 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g. | |
639 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3". | |
640 | |
67439 | 641 2005-12-09 Eli Zaretskii <eliz@gnu.org> |
642 | |
643 * INSTALL: Add explanation of how to debug with GDB starting from | |
644 the Emacs Abort dialog. | |
645 | |
67135
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
646 2005-11-26 Chong Yidong <cyd@stupidchicken.com> |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
647 |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
648 * emacs.rc: Use new icons. |
21ae671f6702
* emacs.rc: Use new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
67131
diff
changeset
|
649 |
67131 | 650 2005-11-26 Eli Zaretskii <eliz@gnu.org> |
651 | |
652 * emacs21.ico: Renamed from emacs.ico. | |
653 * emacs.ico: New icons from Andrew Zhilin | |
654 <andrew_zhilin@yahoo.com>. | |
655 | |
65419 | 656 2005-09-10 Eli Zaretskii <eliz@gnu.org> |
657 | |
658 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine. | |
659 | |
64887
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
660 2005-08-10 Juanma Barranquero <lekktu@gmail.com> |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
661 |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
662 * .cvsignore: Add `obj' and `oo' for in-place installations. |
2a6b7a1dd39c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64690
diff
changeset
|
663 |
64690 | 664 2005-07-30 Eli Zaretskii <eliz@gnu.org> |
665 | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
666 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine. |
64690 | 667 |
64670
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
668 2005-07-29 Juanma Barranquero <lekktu@gmail.com> |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
669 |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
670 * configure.bat: Don't create lisp/Makefile.unix. |
6d7db972d44f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64660
diff
changeset
|
671 |
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
672 2005-07-28 Juanma Barranquero <lekktu@gmail.com> |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
673 |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
674 * .cvsignore: Add `makefile' and `config.log'. |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
675 |
64639
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
676 2005-07-26 Paul Eggert <eggert@cs.ucla.edu> |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
677 |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
678 Merge gnulib getopt implementation into Emacs. |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
679 |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
680 * inc/gettext.h: Remove; no longer needed now that |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
681 lib-src/gettext.h exists. |
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64374
diff
changeset
|
682 |
64374 | 683 2005-07-16 Eli Zaretskii <eliz@gnu.org> |
684 | |
685 * configure.bat: Finish config.log with a line that indicates that | |
686 the configure step was successful. | |
687 | |
64099 | 688 2005-07-04 Lute Kamstra <lute@gnu.org> |
689 | |
690 Update FSF's address in GPL notices. | |
691 | |
63307 | 692 2005-06-11 Eli Zaretskii <eliz@gnu.org> |
693 | |
63322 | 694 * configure.bat: If their fc.exe returns a meaningful exit status, |
695 don't overwrite src/config.h and src/epaths.h with identical | |
696 copies. | |
697 | |
63309 | 698 * INSTALL: Warn about using "cvs up -kb" if one intends to commit |
699 changes. Add a pointer to another site with detailed configure | |
700 and build instructions. Suggest to look at config.log when | |
701 configure fails. Add MinGW Make 3.80 to the list of successful | |
702 combinations. | |
703 | |
63307 | 704 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal |
705 "-mcpu=i686". | |
706 | |
63322 | 707 * configure.bat: Update copyright years. |
63307 | 708 Delete config.log before doing anything else. |
709 Write additional diagnostics to config.log in case of failures to | |
710 compile test programs, including the failed test program itself. | |
711 Add a test for support of -mtune=pentium4 switch to GCC; if it is | |
712 supported, set up MCPU_FLAG variable on the various Makefiles to | |
713 use that switch during compilations. (This avoids GCC warning | |
714 about -mcpu being deprecated.) | |
715 | |
63246 | 716 2005-06-10 Eli Zaretskii <eliz@gnu.org> |
717 | |
718 * addsection.c (copy_executable_and_add_section): Pass non-zero | |
719 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the | |
720 environment. Print section names with %.8s. | |
721 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages | |
722 only if non-zero. All callers changed. | |
723 | |
63040 | 724 2005-06-05 Eli Zaretskii <eliz@gnu.org> |
725 | |
726 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to | |
727 `const void *', for consistency with Posix. | |
728 | |
63021 | 729 2005-06-04 Eli Zaretskii <eliz@gnu.org> |
730 | |
731 * inc/pwd.h (getpwnam, getpwuid): Add prototypes. | |
732 | |
62676
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
733 2005-05-24 Juanma Barranquero <lekktu@gmail.com> |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
734 |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
735 * INSTALL: Add more pointers to ports of Unix tools to Windows, |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
736 and to the Emacs Wiki (which contains building instructions for |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
737 Windows). Reword image library instructions and remove obsolete |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
738 incompatibility information. |
90f76a14f831
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
61742
diff
changeset
|
739 |
61742
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
740 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change) |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
741 |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
742 * config.nt (HAVE_PWD_H): Undef. |
f3b6bd62c802
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
57354
diff
changeset
|
743 |
55978
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
744 2004-06-07 Juanma Barranquero <lektu@terra.es> |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
745 |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
746 * INSTALL: Clarify paragraph about compatibility between image |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
747 libraries and builds of Emacs with several compilers. |
9bc2875f4842
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55936
diff
changeset
|
748 |
55933
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
749 2004-06-06 Juanma Barranquero <lektu@terra.es> |
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
750 |
55936
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
751 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
752 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids |
98317 | 753 calling non-existent cmdproxy.exe on bootstrapping after a |
55936
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
754 previous install followed by realclean. |
c24767c28665
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55934
diff
changeset
|
755 |
55933
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
756 * nmake.defs: Add quote in comment to resync font-locking. |
93e65371c82c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55897
diff
changeset
|
757 |
55897
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
758 2004-06-04 Juanma Barranquero <lektu@terra.es> |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
759 |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
760 * INSTALL: Reword the section on image support. Add reference to |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
761 GnuWin32. Mention problems when mixing binaries from different |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
762 compilers. |
305e52f43c69
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55394
diff
changeset
|
763 |
55394 | 764 2004-05-06 Jason Rumney <jasonr@gnu.org> |
765 | |
766 * configure.bat: Use -mno-cygwin to check for image libraries | |
767 when needed. | |
768 | |
55338 | 769 2004-05-03 Jason Rumney <jasonr@gnu.org> |
770 | |
55339
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
771 * makefile.nt, ebuild.bat, install.bat, fast-install.bat: |
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
772 * makefile.def: Remove. |
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
773 |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
774 * nmake.defs (SYS_LDFLAGS): Add -nologo. |
55339
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55338
diff
changeset
|
775 |
55338 | 776 * makefile.w32-in (info-gmake, info-nmake): New targets. |
777 (info): Use them. | |
778 | |
55091
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
779 2004-04-23 Juanma Barranquero <lektu@terra.es> |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
780 |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
781 * nmake.defs: |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
782 * gmake.defs: |
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55091
diff
changeset
|
783 * makefile.w32-in: |
55091
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
784 * makefile.def: |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
785 * makefile.nt: Add "-*- makefile -*-" mode tag. |
9e71770a4839
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54774
diff
changeset
|
786 |
54774 | 787 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> |
788 | |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
789 * runemacs.c (WinMain): Let Emacs environment default to parent. |
54774 | 790 |
54371 | 791 2004-03-11 Jason Rumney <jasonr@gnu.org> |
792 | |
793 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS. | |
794 | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
795 2004-03-10 Juanma Barranquero <lektu@terra.es> |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
796 |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
797 * makefile.w32-in (install): Don't try to copy |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
798 ../lib-src/fns-*.el, as it isn't used anymore. |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
799 |
53741 | 800 2004-01-28 Peter Runestig <peter@runestig.com> |
801 | |
802 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. | |
803 | |
53287
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
804 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu> |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
805 |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
806 * .cvsignore: Add `.arch-inventory'. |
a15a93942364
Add .arch-inventory to .cvsignore
Miles Bader <miles@gnu.org>
parents:
53124
diff
changeset
|
807 |
53741 | 808 2003-11-22 Lars Hansen <larsh@math.ku.dk> |
53124 | 809 |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
810 * inc/grp.h: New file. |
53124 | 811 |
53741 | 812 2003-09-03 Peter Runestig <peter@runestig.com> |
52427 | 813 |
814 * configure.bat: Create ``makefile'' in directories man, lispref | |
815 and lispintro. | |
816 | |
817 * makefile.w32-in (force-info, info): New targets. | |
818 | |
819 * envadd.bat: New file. | |
820 | |
821 * multi-install-info.bat: New file. | |
822 | |
93302 | 823 2003-06-27 Jan Djärv <jan.h.d@swipnet.se> |
51680
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
824 |
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
825 * config.nt (my_strftime): New define. |
10faf0e7ef61
config.nt: New define strftime
Jan Djärv <jan.h.d@swipnet.se>
parents:
49564
diff
changeset
|
826 |
49564 | 827 2003-02-01 Jason Rumney <jasonr@gnu.org> |
828 | |
829 * configure.bat: Automatically detect libXpm. | |
830 Suppress compiler output when testing for image libraries. | |
831 Give names of un-found libraries in messages. | |
832 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
833 2003-01-31 Juanma Barranquero <lektu@terra.es> |
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
834 |
49545
64c0c06b6191
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49542
diff
changeset
|
835 * configure.bat: Automatically detect giflib and tifflib. |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
836 |
49526 | 837 2003-01-29 Jason Rumney <jasonr@gnu.org> |
838 | |
839 * gmake.defs (CURDIR): Disable cygpath kludge. | |
840 | |
49511
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
841 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
842 |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
843 * configure.bat: Avoid endless loop when configuring without image |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
844 support. |
61a52b4bd10d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
845 |
49457 | 846 2003-01-26 Jason Rumney <jasonr@gnu.org> |
847 | |
848 * configure.bat: Automatically detect jpeglib. | |
849 | |
49449 | 850 2003-01-25 Jason Rumney <jasonr@gnu.org> |
851 | |
852 * configure.bat: Automatically detect libpng. | |
853 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
854 2003-01-21 Jason Rumney <jasonr@gnu.org> |
49373 | 855 |
856 * icons/hand.cur: New file. | |
857 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
858 2003-01-21 David Ponce <david@dponce.com> |
49373 | 859 |
860 * emacs.rc (32649): Declare hand cursor resource. | |
861 | |
49260 | 862 2003-01-15 Andrew Innes <andrewi@gnu.org> |
863 | |
864 * gmake.defs (CURDIR): Convert to native Windows format (with | |
865 forward slashes), to support building with Cygwin builds of make. | |
866 | |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
867 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
868 |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
869 * nmake.defs: |
48375
4d7b83cc03aa
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.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
870 * gmake.defs: Made changes so that Emacs would link with |
4d7b83cc03aa
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.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
871 WinMM.lib. This change was required for my addition of a Windows |
4d7b83cc03aa
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.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
872 compatible implementation of play-sound-internal. |
4d7b83cc03aa
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.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
873 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
874 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change) |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
875 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
876 * emacs.rc: Version updated to 21.3.50. |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
877 |
45813 | 878 2002-06-13 Jason Rumney <jasonr@gnu.org> |
879 | |
880 * addpm.c (env_vars): Remove EMACSLOCKDIR. | |
881 | |
882 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD) | |
883 (maybe-bootstrap-SH): New targets. | |
884 (all): Depend on maybe-bootstrap. | |
885 | |
45088 | 886 2002-05-03 Jason Rumney <jasonr@gnu.org> |
887 | |
888 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define. | |
889 (sys_getpeername, fcntl): Declare as wrappers. | |
890 | |
44496
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
891 2002-04-10 Juanma Barranquero <lektu@terra.es> |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
892 |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
893 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
894 after compiling .el files. |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
895 |
44048 | 896 2002-03-20 Jason Rumney <jasonr@gnu.org> |
897 | |
898 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname) | |
899 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers. | |
900 | |
44024 | 901 2002-03-19 Kim F. Storm <storm@cua.dk> |
902 | |
903 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) | |
904 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. | |
905 (HAVE_SYS_UN_H): Undef. | |
906 From David Ponce <dponce@voila.fr>. | |
907 | |
43892 | 908 2002-03-13 Jason Rumney <jasonr@gnu.org> |
909 | |
910 * config.nt (STRFTIME_NO_POSIX2): Define. | |
911 | |
43398 | 912 2002-02-18 Jason Rumney <jasonr@gnu.org> |
913 | |
914 * emacs.rc: Define VS_VERSION_INFO if not already. | |
915 Update version info. | |
916 | |
42530 | 917 2002-01-04 Andrew Innes <andrewi@gnu.org> |
918 | |
919 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
920 pick up relevant bits of the Windows API definitions. | |
921 | |
922 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
923 pick up relevant bits of the Windows API definitions. | |
924 | |
42027 | 925 2001-12-14 Andrew Innes <andrewi@gnu.org> |
926 | |
927 * makefile.w32-in (bootstrap): Build addsection program before | |
928 bootstrap (required for post-processing temacs.exe). | |
929 | |
93302 | 930 2001-12-08 Pavel JanÃk <Pavel@Janik.cz> |
41896 | 931 |
932 * COPYING: New file. | |
933 | |
42025 | 934 2001-12-03 Andrew Innes <andrewi@gnu.org> |
935 | |
936 * makefile.w32-in (bootstrap-nmake): | |
937 (bootstrap-gmake): Extend bootstrap process to first do | |
938 bootstrap-clean in lisp dir and rebuild the DOC file. | |
939 (bootstrap): Do a "normal" make after the bootstrap work. | |
940 | |
41328 | 941 2001-11-20 Jason Rumney <jasonr@gnu.org> |
942 | |
943 * INSTALL: Update table of versions of make that are suitable | |
944 for building Emacs, based on recent feedback. | |
945 | |
55934
8c86b2e22b64
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55933
diff
changeset
|
946 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove. |
41328 | 947 |
41278 | 948 2001-11-19 Andrew Innes <andrewi@gnu.org> |
949 | |
950 * ftime-nostartup.bat: New file. | |
951 | |
952 * ftime.bat: Don't include libc.lib for profiling - the profiler | |
953 corrupts part of memcpy. | |
954 | |
41178 | 955 2001-11-17 Jason Rumney <jasonr@gnu.org> |
956 | |
957 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard | |
958 expansion. From Juanma Barranquero <lektu@terra.es>. | |
959 | |
40111 | 960 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
961 | |
40152 | 962 * (Version 21.1 released.) |
40111 | 963 |
39826 | 964 2001-10-12 Andrew Innes <andrewi@gnu.org> |
965 | |
966 * inc/pwd.h (uid_t, gid_t): New typedefs. | |
967 | |
39742 | 968 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
969 | |
970 * Branch for 21.1. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
971 |
39193 | 972 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
973 | |
974 * README: Update the address of the mailing list and subscription | |
975 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. | |
976 | |
39156 | 977 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il> |
978 | |
979 * INSTALL: Suggest to avoid using WinZip. | |
39154 | 980 |
981 * configure.bat: Make sure ../site-lisp exists; create if necessary. | |
982 | |
39145 | 983 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il> |
984 | |
985 * INSTALL: Mention that "make install" can be "nmake install". | |
986 | |
39114 | 987 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il> |
988 | |
989 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR), | |
990 since some versions of `mkdir' don't automatically create parent | |
991 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>. | |
992 | |
39056 | 993 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il> |
994 | |
995 * subdirs.el: New file. | |
996 | |
997 * configure.bat: Copy subdirs.el to the site-lisp directory. | |
998 | |
999 * makefile.w32-in (install): Copy subdirs.el to the installation | |
1000 directory. | |
1001 | |
38140 | 1002 2001-06-20 Jason Rumney <jasonr@gnu.org> |
1003 | |
1004 * runemacs.c (WinMain): Add quotes around command in case of spaces. | |
1005 | |
37975 | 1006 2001-06-01 Andrew Innes <andrewi@gnu.org> |
1007 | |
1008 * gmake.defs (sh_output): Don't use $(warning ...) to output | |
1009 messages, since that is not supported by GNU make 3.77. | |
1010 | |
37886 | 1011 2001-05-24 Jason Rumney <jasonr@gnu.org> |
1012 | |
1013 * INSTALL: Clarify that building with MSVC requires nmake. | |
1014 | |
37779 | 1015 2001-05-17 Andrew Innes <andrewi@gnu.org> |
1016 | |
1017 * gmake.defs (NEW_CYGWIN): Output message about spurious error | |
1018 message that is to be ignored. | |
1019 | |
37711 | 1020 2001-05-13 Andrew Innes <andrewi@gnu.org> |
1021 | |
1022 * TODO: Remove file, since it is completely out of date. | |
1023 | |
1024 * README: Add copyright notice. | |
1025 | |
1026 * INSTALL: Add copyright notice. | |
1027 | |
37566 | 1028 2001-04-18 Andrew Innes <andrewi@gnu.org> |
1029 | |
1030 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in | |
1031 the environment. | |
1032 | |
1033 * gmake.defs (SETLOADPATH): Remove definition. | |
1034 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the | |
1035 environment. | |
1036 | |
1037 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il> | |
1038 | |
1039 * configure.bat: Make the checkw32api* labels be distinct in the | |
73542
5740f58a5aa8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73093
diff
changeset
|
1040 first 8 characters. |
37566 | 1041 |
1042 2001-03-17 Andrew Innes <andrewi@gnu.org> | |
1043 | |
1044 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning | |
1045 escaped quotes. | |
1046 | |
1047 * gmake.defs (DEBUG_LINK): New macro. | |
1048 (LINK_FLAGS): Use it. | |
1049 | |
1050 * nmake.defs (DEBUG_LINK): New macro. | |
1051 (LINK_FLAGS): Use it. | |
1052 | |
1053 2001-03-06 Andrew Innes <andrewi@gnu.org> | |
1054 | |
1055 * INSTALL: Add --ldflags to configure line for building with | |
1056 recent versions of Cygwin GCC. | |
1057 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1058 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> |
37566 | 1059 |
1060 * configure.bat: Use correct options when compiling a test program | |
1061 with Cygwin. From David Ponce <dponce@voila.fr>. | |
1062 | |
1063 2001-02-24 Andrew Innes <andrewi@gnu.org> | |
1064 | |
1065 * _emacs: Remove obsolete file. | |
1066 | |
1067 * emacs.bat.in: Remove obsolete file. | |
1068 | |
1069 * debug.bat.in: Remove obsolete file. | |
1070 | |
1071 * inc/sys/socket.h: Add copyright notice. | |
1072 | |
1073 * paths.h: Add copyright notice. | |
1074 | |
1075 * makefile.nt: Update copyright notice. | |
1076 | |
1077 * makefile.def: Update copyright notice. | |
1078 | |
1079 * configure.bat: Update copyright notice. | |
1080 | |
1081 * nmake.defs: Add copyright notice. | |
1082 | |
1083 * gmake.defs: Add copyright notice. | |
1084 | |
1085 * makefile.w32-in: Add copyright notice. | |
1086 | |
1087 2001-02-05 Andrew Innes <andrewi@gnu.org> | |
1088 | |
1089 * nmake.defs (THISDIR): New definition. | |
1090 | |
1091 * gmake.defs (THISDIR): New definition. | |
1092 | |
1093 2001-02-03 Andrew Innes <andrewi@gnu.org> | |
1094 | |
1095 * configure.bat: Leave a space before >> only when there is a | |
1096 preceding digit. Add a comment about the importance of this. | |
1097 | |
1098 * README: Replace outdated information. | |
1099 | |
1100 * INSTALL (Trouble-shooting): Add note about need to specify extra | |
1101 compiler flags with recent Cygwin ports of gcc. | |
1102 | |
1103 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | |
1104 | |
1105 * configure.bat: Use "rm -f" instead of "del /f", as the latter | |
1106 is not supported by Windows 9X's COMMAND.COM. | |
1107 | |
1108 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il> | |
1109 | |
98317 | 1110 * configure.bat: Make sure redirection is preceded by a blank, to |
37566 | 1111 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats |
1112 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>. | |
1113 | |
1114 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il> | |
1115 | |
1116 * INSTALL: Copy the table of tested combinations of development | |
98317 | 1117 tools from configure.bat. Add suggestion to install Bash on |
37566 | 1118 Windows 9X. |
1119 | |
1120 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy | |
1121 lisp/Makefile.in instead. Use "rm -f" where more than one file | |
1122 needs to be deleted, since command.com in Windows 9X doesn't grok | |
1123 more than one argument. | |
1124 | |
1125 2001-01-24 Andrew Innes <andrewi@gnu.org> | |
1126 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1127 * makefile.w32-in (cleanall-other-dirs-nmake): |
37566 | 1128 (cleanall-other-dirs-gmake): New targets. |
1129 (cleanall): Invoke them. | |
1130 | |
1131 2001-01-19 Andrew Innes <andrewi@gnu.org> | |
1132 | |
1133 * addpm.c (env_vars): Add a version-independent site-lisp | |
1134 directory to EMACSLOADPATH, after the version dependent one. | |
1135 | |
1136 2001-01-06 Andrew Innes <andrewi@gnu.org> | |
1137 | |
1138 * README: Update info about compilers. | |
1139 | |
1140 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to | |
1141 select correct rule for invoking make in another directory. Amend | |
1142 rules accordingly. | |
1143 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. | |
1144 | |
1145 * nmake.defs (EMACS_ICON_PATH): Delete definition. | |
1146 (COMPILER_TEMP_FILES): New definition. | |
1147 (MAKETYPE): New definition. | |
1148 | |
1149 * gmake.defs (EMACS_ICON_PATH): Delete definition. | |
1150 (COMPILER_TEMP_FILES): New definition. | |
1151 (MAKETYPE): New definition. | |
1152 | |
1153 * makefile.def (EMACS_ICON_PATH): Delete definition. | |
1154 | |
1155 * configure.bat: Be careful not to add trailing spaces when | |
1156 outputting to config.settings. | |
1157 | |
1158 2001-01-02 Andrew Innes <andrewi@gnu.org> | |
1159 | |
1160 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather | |
1161 than the function. | |
1162 | |
1163 2000-12-17 Andrew Innes <andrewi@gnu.org> | |
1164 | |
1165 * makefile.w32-in (install): Copy directories to the correct | |
1166 places. | |
1167 (real_install): Remove obsolete target. | |
1168 | |
1169 2000-12-06 Andrew Innes <andrewi@gnu.org> | |
1170 | |
1171 * nmake.defs (CURDIR): New define. | |
1172 (INSTALL_DIR): Use it. | |
1173 | |
1174 * gmake.defs (NEW_CYGWIN): New define. | |
1175 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, | |
1176 so we need to adjust how we escape embedded quotes. | |
1177 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, | |
1178 relative to $(CURDIR). | |
1179 | |
1180 2000-11-25 Jason Rumney <jasonr@gnu.org> | |
1181 | |
1182 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. | |
1183 | |
1184 2000-10-17 Andrew Innes <andrewi@gnu.org> | |
1185 | |
1186 * makefile.w32-in (recompile): New target to recompile lisp | |
1187 directory. | |
1188 (recompile-CMD, recompile-SH): New support targets. | |
1189 | |
1190 2000-09-24 Jason Rumney <jasonr@gnu.org> | |
1191 | |
1192 * config.nt (NO_RETURN): Define it. | |
1193 | |
1194 2000-09-17 Andrew Innes <andrewi@gnu.org> | |
1195 | |
1196 * gmake.defs: Revert to Unix line endings. | |
1197 | |
1198 * nmake.defs: Revert to Unix line endings. | |
1199 | |
1200 2000-09-16 Andrew Innes <andrewi@gnu.org> | |
1201 | |
1202 * gmake.defs (SETLOADPATH): Change definition to work from any | |
1203 subdirectory. | |
1204 | |
1205 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
1206 | |
1207 * makefile.w32-in: Revert to Unix line endings. | |
1208 | |
1209 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
1210 | |
1211 * INSTALL: Add note about expected error messages when configure | |
1212 is run. | |
1213 | |
1214 * configure.bat: Simplify the generation of makefiles (don't need | |
1215 to generate various top-level targets that invoke make in other | |
1216 directories). | |
1217 | |
1218 * gmake.defs (SHELLTYPE): New define. | |
1219 (SETLOADPATH): New define. | |
1220 | |
1221 * nmake.defs (SHELLTYPE): New define. | |
1222 | |
1223 * makefile.w32-in: Standardize indentation somewhat. | |
1224 Add bootstrap support. | |
1225 Pass $(MFLAGS) when invoking make recursively. | |
1226 Add shell-specific variants of top-level targets that invoke make | |
1227 recursively in other directories, and add necessary computed | |
1228 dependencies. | |
1229 | |
1230 2000-09-03 Andrew Innes <andrewi@gnu.org> | |
1231 | |
1232 * makefile.w32-in: Change to DOS line endings. | |
1233 | |
1234 * configure.bat: Change to DOS line endings. | |
1235 | |
1236 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
1237 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
1238 | |
1239 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
1240 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
1241 | |
1242 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
1243 -D_ANONYMOUS_STRUCT on compile line. | |
1244 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
1245 (ARCH_CFLAGS): Change optimization flags to -O2. | |
1246 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
1247 (ARGQUOTE, DQUOTE): New defines. | |
1248 | |
1249 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
1250 -D_ANONYMOUS_STRUCT on compile line. | |
1251 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
1252 (ARGQUOTE, DQUOTE): New defines. | |
1253 | |
1254 2000-08-22 Andrew Innes <andrewi@gnu.org> | |
1255 | |
1256 * configure.bat: New file. | |
1257 | |
1258 * gmake.defs: New file. | |
1259 | |
1260 * nmake.defs: New file. | |
1261 | |
1262 * makefile.w32-in: New file. | |
1263 | |
1264 * INSTALL: Rewrite to match new configure process. | |
1265 | |
1266 * config.nt [WINDOWSNT]: Don't declare getenv. | |
1267 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
1268 | |
1269 * addpm.c (main): Accept /q to mean install based on addpm's | |
1270 location without asking. Remove reference to emacs.bat which is | |
1271 now obsolete. | |
1272 | |
1273 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
1274 | |
1275 * paths.h: Use forward slash as directory separator in all path | |
1276 definitions. | |
1277 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
1278 | |
1279 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
1280 | |
1281 * runemacs.c: Remove WIN32 define. | |
1282 | |
1283 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
1284 not defined. | |
1285 | |
1286 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
1287 (fd_set): Define to new name, after including winsock.h, so we can | |
1288 provide our own implementation. | |
1289 | |
1290 2000-07-05 Andrew Innes <andrewi@gnu.org> | |
1291 | |
1292 * ebuild.bat: Add support for specifying make arguments. | |
1293 | |
1294 * makefile.nt: Add support for `bootstrap' and related targets. | |
1295 | |
1296 2000-06-11 Jason Rumney <jasonr@gnu.org> | |
1297 | |
1298 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
1299 | |
1300 2000-02-06 Andrew Innes <andrewi@gnu.org> | |
1301 | |
1302 * inc/sys/time.h: Add inclusion protection. | |
1303 | |
1304 * makefile.def (SYS_LDFLAGS): Add -nologo. | |
1305 | |
1306 1999-11-22 Andrew Innes <andrewi@gnu.org> | |
1307 | |
1308 * install.bat: Pass on command line arguments to make. | |
1309 | |
76413
23c8e893a579
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76279
diff
changeset
|
1310 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo. |
37566 | 1311 |
1312 1999-11-21 Andrew Innes <andrewi@gnu.org> | |
1313 | |
1314 * makefile.nt (all): Build leim if present. | |
1315 (install): Install leim if present. | |
1316 (clean): Clean leim if present. | |
1317 | |
1318 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
1319 definition. | |
1320 | |
1321 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
1322 | |
1323 1999-07-12 Richard Stallman <rms@gnu.org> | |
1324 | |
1325 * Version 20.4 released. | |
1326 | |
1327 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
1328 | |
1329 * emacs.rc: Use an icon with a transparent background, to be in | |
1330 keeping with other applications. | |
1331 | |
1332 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
1333 | |
1334 * preprep.c: Fix typo. | |
1335 | |
1336 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
1337 | |
1338 * config.h: Remove obsolete file. | |
1339 | |
1340 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
1341 couple of unused switch cases that aren't defined on all | |
1342 platforms. | |
1343 | |
1344 * ftime.bat: Add another variation of the profile command, which | |
1345 only profiles extended commands. | |
1346 | |
1347 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
1348 | |
1349 * cmdproxy.c (main): Fix parens. | |
1350 | |
1351 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
1352 | |
1353 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
1354 names for comparison. | |
1355 | |
1356 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
1357 | |
1358 * makefile.def: Compile multiple .c files when possible. | |
1359 Use BLD instead of assuming i386. | |
1360 * makefile.nt: Remove common multiple file compilation commands. | |
1361 | |
1362 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
1363 | |
1364 * cmdproxy.c (main): Add missing parens. | |
1365 | |
1366 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
1367 | |
1368 * preprep.c: New program to allow dumped image to be profiled. | |
1369 | |
1370 * makefile.nt (preprep): New target. | |
1371 (ALL): Build it. | |
1372 | |
1373 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
1374 | |
1375 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
1376 Change prep options to profile libc functions and skip the startup | |
1377 code. | |
1378 | |
1379 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
1380 | |
1381 * makefile.nt: Create installation directory as first step. | |
1382 | |
1383 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
1384 | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1385 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from |
37566 | 1386 ROUND_UP_DST. Zeroes the alignment slop. |
1387 (copy_executable_and_add_section): Update the | |
1388 SizeOfHeaders field properly. | |
1389 | |
1390 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
1391 | |
1392 * makefile.nt: Do make version comparison as strings. | |
1393 | |
1394 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
1395 | |
1396 * runemacs.c (WinMain): Pass explicit environment block to | |
1397 CreateProcess, to work around a bug in Windows 95/98. | |
1398 | |
1399 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
1400 | |
1401 * icons: New directory with Davenport's icons. | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1402 * icons/sink.ico: Renamed from emacs.ico. |
37566 | 1403 |
1404 * makefile.nt (install, fast_install): Install Windows icons | |
1405 into etc/icons. | |
1406 | |
1407 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
1408 | |
1409 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
1410 | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1411 * makefile.nt (ALL): List top-level targets. |
37566 | 1412 (addsection): New top-level target. |
1413 (install): Copy fns-*.el to bin directory. | |
1414 | |
1415 * addsection.c: New program to add static heap section to | |
1416 temacs.exe after linking, in support of new unexec method. | |
1417 | |
1418 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
1419 | |
1420 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
1421 (main): Save startup directory to give to spawn, then change | |
1422 directory to location of .exe in order not to prevent startup | |
1423 directory from being deleted. | |
1424 | |
1425 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
1426 | |
1427 * makefile.nt: Do string comparision of _NMAKE_VER. | |
1428 | |
1429 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
1430 | |
1431 * config.nt (LOCALTIME_CACHE): Define. | |
1432 | |
1433 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
1434 | |
1435 * install.bat: Convert to DOS format. | |
1436 | |
1437 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
1438 | |
1439 * cmdproxy.c (main): Set environment size only when running | |
1440 command.com. | |
1441 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1442 1998-11-03 Theodore Jump <tjump@tertius.com> |
37566 | 1443 |
1444 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
1445 (DEL_TREE): Use rd instead of rmdir. | |
1446 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
1447 * makefile.nt: Compile multiple source files when possible. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1448 |
37566 | 1449 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> |
1450 | |
1451 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
1452 | |
1453 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1454 | |
1455 * Version 20.3 released. | |
1456 | |
1457 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
1458 | |
1459 * addpm.c (main): Explicitly check result of message box for OK. | |
1460 | |
1461 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
1462 | |
1463 * inc/sys/file.h (D_OK): Define new macro. | |
1464 | |
1465 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
1466 | |
1467 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
1468 | |
1469 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
1470 | |
1471 * emacs.rc (VS_VERSION_INFO): Define. | |
1472 | |
1473 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
1474 | |
1475 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
1476 installation directory. | |
1477 | |
1478 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
1479 | |
1480 * ddeclient.c: New file. (Support program for performing limited | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1481 interprocess communication on Windows.) |
37566 | 1482 |
1483 * makefile.nt: Build ddeclient. | |
1484 | |
1485 * cmdproxy.c (main): Only set environment size for real shell, and | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1486 provide extra directory argument, when running on Windows 95. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1487 |
37566 | 1488 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> |
1489 | |
1490 * cmdproxy.c (fail): Exit with a negative return value. | |
1491 (spawn): Return subprocess return code as an argument. | |
1492 Explicitly copy environment block. | |
1493 (main): Update to use return value argument with spawn. | |
1494 Retry if spawn failed when a subshell was not tried. | |
1495 | |
1496 * config.nt: Include new macros from src/config.in. | |
1497 (GNU_MALLOC, REL_ALLOC): Define. | |
1498 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
1499 (RE_TRANSLATE): Use char_table_translate. | |
1500 | |
1501 * makefile.def (CP_DIR): Preserve attributes. | |
1502 | |
1503 * makefile.nt (clean): Delete patch generated files, optimized | |
1504 build directory. | |
1505 | |
1506 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
1507 | |
1508 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
1509 | |
1510 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1511 | |
1512 * Version 20.2 released. | |
1513 | |
1514 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1515 | |
1516 * Version 20.1 released. | |
1517 | |
1518 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
1519 | |
1520 * debug.bat.in: New file. | |
1521 * makefile.nt (debug.bat): New target. | |
1522 | |
1523 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
1524 | |
1525 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
1526 Quote group name. Allow different icons to be specified. | |
1527 | |
1528 * cmdproxy.c (get_env_size): New function. | |
1529 (spawn): Explicitly pass in environment when creating subprocess. | |
98317 | 1530 (main): Cleanup error messages. |
37566 | 1531 Specify dynamically sized environment block for real shell. |
1532 Pass on unhandled switches to real shell. | |
1533 Quote program name. | |
1534 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1535 * makefile.def (CFLAGS_COMMON): Place pdb file in object build |
37566 | 1536 directory. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1537 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. |
37566 | 1538 |
1539 * runemacs.c (WinMain): Allow Emacs process to be started with | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1540 high or low priority. |
37566 | 1541 |
1542 * emacs.bat.in: Remove OS dependent operations. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1543 |
37566 | 1544 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> |
1545 | |
1546 * addpm.c (env_vars): No longer set INFOPATH. | |
1547 | |
1548 * cmdproxy.c (get_next_token): Null terminate token returned. | |
1549 | |
1550 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
1551 | |
1552 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
1553 | |
1554 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
1555 (main): Initialize idDde to 0. | |
1556 Determine emacs_path from module file name. | |
1557 Prompt for install. | |
1558 | |
1559 * makefile.def (MSVCNT11): Conditionally define it. | |
1560 (BASE_LIBS): Do not use oldnames.lib. | |
1561 (SYS_LDFLAGS): Use pdb files. | |
1562 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
1563 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
1564 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
1565 | |
1566 * makefile.nt (ALL): Build cmdproxy. | |
1567 (cmdproxy): New target. | |
1568 (install): Install cmdproxy. | |
1569 | |
1570 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
1571 | |
1572 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
1573 | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1574 * inc/sys/socket.h (shutdown): Define. |
37566 | 1575 (sys_shutdown): Export. |
1576 | |
1577 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1578 | |
1579 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
1580 | |
1581 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
1582 | |
1583 * config.nt: Update file comments. | |
1584 Update undefs added/removed in src/config.in. | |
1585 | |
1586 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
1587 | |
100521 | 1588 * makefile.def, emacs.bat: Use windows95 and windowsnt instead |
37566 | 1589 of win95 and winnt, respectively. |
1590 | |
1591 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
1592 | |
1593 * makefile.nt (real_install): Create site-lisp in installation dir. | |
1594 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
1595 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
1596 | |
1597 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1598 | |
1599 * Version 19.33 released. | |
1600 | |
1601 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
1602 | |
1603 * runemacs.c (WinMain): Put a space between the binary and its args. | |
1604 | |
1605 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1606 | |
1607 * Version 19.32 released. | |
1608 | |
1609 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
1610 | |
1611 * makefile.nt (clean): Use OBJDIR macro. | |
1612 | |
1613 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
1614 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1615 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. |
37566 | 1616 Not defined by default. |
1617 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
1618 (WinMain): Convert backslashes to slashes in env var values. | |
1619 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1620 * addpm.c (env_vars): Use slashes, not backslashes. |
37566 | 1621 |
1622 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
1623 | |
1624 * Version 19.31 released. | |
1625 | |
1626 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
1627 | |
1628 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
1629 undo settings afterwards. | |
1630 | |
1631 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
1632 | |
1633 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1634 environment variable. |
37566 | 1635 |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1636 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
37566 | 1637 |
1638 * install.bat: Allow for optimized build. | |
1639 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
1640 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
1641 | |
49542
6ec2d998c53b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49526
diff
changeset
|
1642 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
37566 | 1643 |
1644 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
1645 (env_vars): Rename field emacs_path to emacs_dir. | |
1646 (main): Add link to runemacs instead of emacs. | |
1647 | |
1648 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
1649 | |
1650 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
1651 | |
1652 * makefile.nt: Build and install runemacs.exe. | |
1653 | |
1654 * runemacs.c: New file. | |
1655 | |
1656 * config.w95: File removed. | |
1657 | |
1658 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
1659 inc/sys/socket.h, inc/sys/time.h: New header files. | |
1660 | |
1661 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1662 |
37566 | 1663 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> |
1664 | |
1665 * makefile.def (DEL): Defined. | |
1666 (DEL_TREE) [win95]: Defined. | |
1667 (SYS_LDFLAGS): Set executable versions to 3.10. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1668 |
37566 | 1669 * makefile.nt: Change uses of del to $(DEL). |
1670 | |
1671 1996-01-17 Erik Naggum <erik@naggum.no> | |
1672 | |
1673 * All files: Update FSF's address in comment preamble. | |
1674 | |
1675 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
1676 | |
1677 * emacs.ico: Now the proverbial kitchen sink icon. | |
1678 | |
1679 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1680 | |
1681 * Version 19.30 released. | |
1682 | |
1683 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
1684 | |
1685 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
1686 | |
1687 * makefile.nt (install, fast_install, real_install, clean): | |
1688 Don't use switches to del not supported by Win95. | |
1689 | |
1690 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
1691 | |
1692 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
1693 (install, fast_install): Change same-dir test to create test file in | |
1694 installation tree and thereby support read-only shares. | |
1695 (clean): Remove .pdb files. | |
1696 | |
1697 * makefile.def (NTGUI): New macro. | |
1698 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
1699 | |
1700 * config.nt, config.w95: Update to latest src/config.in. | |
1701 | |
1702 * addpm.c (env_vars): New variable. | |
1703 (add_registry): New procedure. | |
1704 (main): Use values of configuration environment variables from | |
1705 the registry if defined, the process environment otherwise. | |
1706 | |
1707 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1708 | |
1709 * Version 19.29 released. | |
1710 | |
1711 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
1712 | |
1713 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
1714 | |
1715 * makefile.nt: Define .c to .obj suffix rule. | |
1716 (addpm.obj): Compile directly, use CFLAGS. | |
1717 (addpm.exe): Link from addpm.obj. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1718 |
37566 | 1719 * makefile.def (MSVCNT11): Defined. |
1720 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
1721 (CFLAGS_COMMON): Defined. | |
1722 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1723 |
37566 | 1724 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
1725 | |
54330
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1726 * emacs.bat.in: Renamed from emacs.bat. |
4f710303bf07
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53741
diff
changeset
|
1727 (emacs_dir): Renamed from emacs_path. |
37566 | 1728 Definition removed. |
1729 | |
1730 * addpm.c: New file. | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1731 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined. |
37566 | 1732 (all): Depend upon $(BLD) and $(ALL). |
1733 (install): Depend upon emacs.bat. | |
1734 Create program item for Emacs. | |
1735 (clean): Delete obj. | |
1736 (emacs.bat): Defined. | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1737 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined. |
37566 | 1738 |
1739 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
1740 | |
1741 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
1742 Add carriage returns; necessary for batch files on Win95. | |
1743 | |
1744 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
1745 | |
1746 * config.w95: Created. | |
1747 * config.h: Changed to config.nt. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1748 |
37566 | 1749 * makefile.nt (SUBDIRS): Commented out. |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1750 (all, install, clean): Expand for-loops. |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1751 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined. |
37566 | 1752 |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1753 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined. |
37566 | 1754 (ARCH): New definition. |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1755 (CPU, CONFIG_H, OS_TYPE): Defined. |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1756 (INCLUDE, LIB): Checked if valid. |
37566 | 1757 (ntwin32.mak): Included. |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1758 (AR, CC, LINK): New definition. |
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1759 (ADVAPI32, libc, BASE_LIBS): Defined. |
37566 | 1760 (SYS_LDFLAGS): New definition. |
1761 Update comments and preprocessor conditionals. | |
1762 | |
1763 * emacs.bat (SHELL): Conditionally defined. | |
1764 (HOME): Conditionally defined. | |
87610
1c8287ddac79
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85882
diff
changeset
|
1765 (emacs_path, HOME): Update comments. |
37566 | 1766 Turn off all echo. |
1767 | |
1768 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
1769 | |
1770 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
1771 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
1772 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
1773 inc/sys/param.h: Removed carriage-returns. | |
1774 | |
1775 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
1776 | |
1777 * makefile.def (CVTRES): Defined. | |
1778 | |
1779 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
1780 | |
1781 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
1782 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49457
diff
changeset
|
1783 * src: Remove directory. |
37566 | 1784 |
1785 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
1786 | |
1787 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
1788 | |
1789 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
1790 | |
1791 * emacs.bat: Added arguments when emacs.exe invoked. | |
1792 | |
1793 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
1794 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1795 1994-12-13 Geoff Voelker <voelker@cs.washington.edu> |
37566 | 1796 |
1797 * makefile.def (CC): In configuration section. | |
1798 (COMPAT_LIB): Defined. | |
1799 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1800 1994-11-01 Geoff Voelker <voelker@cs.washington.edu> |
37566 | 1801 |
1802 * src/paths.h: New file. | |
1803 | |
1804 * src/config.h: New file. | |
1805 | |
1806 * inc/pwd.h: New file. | |
1807 | |
1808 * inc/sys/dir.h: New file. | |
1809 | |
1810 * inc/sys/file.h: New file. | |
1811 | |
1812 * inc/sys/ioctl.h: New file. | |
1813 | |
1814 * inc/sys/param.h: New file. | |
1815 | |
1816 * todo: New file. | |
1817 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49457
diff
changeset
|
1818 * README: New file. |
37566 | 1819 |
1820 * makefile.nt: New file. | |
1821 | |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1822 * makefile.def: New file. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
1823 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1824 * install.cmd: New file. |
37566 | 1825 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1826 * INSTALL: New file. |
37566 | 1827 |
74084
45adfdc231c2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73856
diff
changeset
|
1828 * fast-install.cmd: New file. |
37566 | 1829 |
1830 * emacs.cmd: New file. | |
1831 | |
1832 * ebuild.cmd: New file. | |
1833 | |
1834 * _emacs: New file. | |
1835 | |
1836 ;; Local Variables: | |
93302 | 1837 ;; coding: utf-8 |
73856
594a719b7a7f
Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents:
73542
diff
changeset
|
1838 ;; add-log-time-zone-rule: t |
37566 | 1839 ;; End: |
39627 | 1840 |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64887
diff
changeset
|
1841 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
106815 | 1842 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1843 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1844 This file is part of GNU Emacs. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1845 |
94795
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1846 GNU Emacs is free software: you can redistribute it and/or modify |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1847 it under the terms of the GNU General Public License as published by |
94795
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1848 the Free Software Foundation, either version 3 of the License, or |
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1849 (at your option) any later version. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1850 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1851 GNU Emacs is distributed in the hope that it will be useful, |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1852 but WITHOUT ANY WARRANTY; without even the implied warranty of |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1853 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1854 GNU General Public License for more details. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1855 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75565
diff
changeset
|
1856 You should have received a copy of the GNU General Public License |
94795
188974bfdea0
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94293
diff
changeset
|
1857 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
52401 | 1858 |
1859 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414 |