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