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