comparison nt/ChangeLog @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 0887554be235
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 2005-12-24 Eli Zaretskii <eliz@gnu.org>
2
3 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
4 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
5
6 2005-12-09 Eli Zaretskii <eliz@gnu.org>
7
8 * INSTALL: Add explanation of how to debug with GDB starting from
9 the Emacs Abort dialog.
10
11 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
12
13 * emacs.rc: Use new icons.
14
15 2005-11-26 Eli Zaretskii <eliz@gnu.org>
16
17 * emacs21.ico: Renamed from emacs.ico.
18 * emacs.ico: New icons from Andrew Zhilin
19 <andrew_zhilin@yahoo.com>.
20
21 2005-09-10 Eli Zaretskii <eliz@gnu.org>
22
23 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
24
25 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
26
27 * .cvsignore: Add `obj' and `oo' for in-place installations.
28
29 2005-07-30 Eli Zaretskii <eliz@gnu.org>
30
31 * config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
32
33 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
34
35 * configure.bat: Don't create lisp/Makefile.unix.
36
37 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
38
39 * .cvsignore: Add `makefile' and `config.log'.
40
41 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
42
43 Merge gnulib getopt implementation into Emacs.
44
45 * inc/gettext.h: Remove; no longer needed now that
46 lib-src/gettext.h exists.
47
48 2005-07-16 Eli Zaretskii <eliz@gnu.org>
49
50 * configure.bat: Finish config.log with a line that indicates that
51 the configure step was successful.
52
53 2005-07-04 Lute Kamstra <lute@gnu.org>
54
55 Update FSF's address in GPL notices.
56
57 2005-06-11 Eli Zaretskii <eliz@gnu.org>
58
59 * configure.bat: If their fc.exe returns a meaningful exit status,
60 don't overwrite src/config.h and src/epaths.h with identical
61 copies.
62
63 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
64 changes. Add a pointer to another site with detailed configure
65 and build instructions. Suggest to look at config.log when
66 configure fails. Add MinGW Make 3.80 to the list of successful
67 combinations.
68
69 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
70 "-mcpu=i686".
71
72 * configure.bat: Update copyright years.
73 Delete config.log before doing anything else.
74 Write additional diagnostics to config.log in case of failures to
75 compile test programs, including the failed test program itself.
76 Add a test for support of -mtune=pentium4 switch to GCC; if it is
77 supported, set up MCPU_FLAG variable on the various Makefiles to
78 use that switch during compilations. (This avoids GCC warning
79 about -mcpu being deprecated.)
80
81 2005-06-10 Eli Zaretskii <eliz@gnu.org>
82
83 * addsection.c (copy_executable_and_add_section): Pass non-zero
84 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
85 environment. Print section names with %.8s.
86 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
87 only if non-zero. All callers changed.
88
89 2005-06-05 Eli Zaretskii <eliz@gnu.org>
90
91 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
92 `const void *', for consistency with Posix.
93
94 2005-06-04 Eli Zaretskii <eliz@gnu.org>
95
96 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
97
98 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
99
100 * INSTALL: Add more pointers to ports of Unix tools to Windows,
101 and to the Emacs Wiki (which contains building instructions for
102 Windows). Reword image library instructions and remove obsolete
103 incompatibility information.
104
105 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
106
107 * config.nt (HAVE_PWD_H): Undef.
108
109 2004-06-07 Juanma Barranquero <lektu@terra.es>
110
111 * INSTALL: Clarify paragraph about compatibility between image
112 libraries and builds of Emacs with several compilers.
113
114 2004-06-06 Juanma Barranquero <lektu@terra.es>
115
116 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
117 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
118 calling non-existent cmdproxy.exe on boostrappings after a
119 previous install followed by realclean.
120
121 * nmake.defs: Add quote in comment to resync font-locking.
122
123 2004-06-04 Juanma Barranquero <lektu@terra.es>
124
125 * INSTALL: Reword the section on image support. Add reference to
126 GnuWin32. Mention problems when mixing binaries from different
127 compilers.
128
129 2004-05-06 Jason Rumney <jasonr@gnu.org>
130
131 * configure.bat: Use -mno-cygwin to check for image libraries
132 when needed.
133
134 2004-05-03 Jason Rumney <jasonr@gnu.org>
135
136 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
137 * makefile.def: Remove.
138
139 * nmake.defs (SYS_LDFLAGS): Add -nologo.
140
141 * makefile.w32-in (info-gmake, info-nmake): New targets.
142 (info): Use them.
143
144 2004-04-23 Juanma Barranquero <lektu@terra.es>
145
146 * nmake.defs:
147 * gmake.defs:
148 * makefile.w32-in:
149 * makefile.def:
150 * makefile.nt: Add "-*- makefile -*-" mode tag.
151
152 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
153
154 * runemacs.c (WinMain): Let Emacs environment default to parent.
155
156 2004-03-11 Jason Rumney <jasonr@gnu.org>
157
158 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
159
160 2004-03-10 Juanma Barranquero <lektu@terra.es>
161
162 * makefile.w32-in (install): Don't try to copy
163 ../lib-src/fns-*.el, as it isn't used anymore.
164
165 2004-01-28 Peter Runestig <peter@runestig.com>
166
167 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
168
169 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
170
171 * .cvsignore: Add `.arch-inventory'.
172
173 2003-11-22 Lars Hansen <larsh@math.ku.dk>
174
175 * inc/grp.h: New file.
176
177 2003-09-03 Peter Runestig <peter@runestig.com>
178
179 * configure.bat: Create ``makefile'' in directories man, lispref
180 and lispintro.
181
182 * makefile.w32-in (force-info, info): New targets.
183
184 * envadd.bat: New file.
185
186 * multi-install-info.bat: New file.
187
188 2003-06-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
189
190 * config.nt (my_strftime): New define.
191
1 2003-02-01 Jason Rumney <jasonr@gnu.org> 192 2003-02-01 Jason Rumney <jasonr@gnu.org>
2 193
3 * configure.bat: Automatically detect libXpm. 194 * configure.bat: Automatically detect libXpm.
4 Suppress compiler output when testing for image libraries. 195 Suppress compiler output when testing for image libraries.
5 Give names of un-found libraries in messages. 196 Give names of un-found libraries in messages.
115 2001-11-20 Jason Rumney <jasonr@gnu.org> 306 2001-11-20 Jason Rumney <jasonr@gnu.org>
116 307
117 * INSTALL: Update table of versions of make that are suitable 308 * INSTALL: Update table of versions of make that are suitable
118 for building Emacs, based on recent feedback. 309 for building Emacs, based on recent feedback.
119 310
120 * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed. 311 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
121 312
122 2001-11-19 Andrew Innes <andrewi@gnu.org> 313 2001-11-19 Andrew Innes <andrewi@gnu.org>
123 314
124 * ftime-nostartup.bat: New file. 315 * ftime-nostartup.bat: New file.
125 316
572 CreateProcess, to work around a bug in Windows 95/98. 763 CreateProcess, to work around a bug in Windows 95/98.
573 764
574 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> 765 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
575 766
576 * icons: New directory with Davenport's icons. 767 * icons: New directory with Davenport's icons.
577 icons/sink.ico: Renamed from emacs.ico. 768 * icons/sink.ico: Renamed from emacs.ico.
578 769
579 * makefile.nt (install, fast_install): Install Windows icons 770 * makefile.nt (install, fast_install): Install Windows icons
580 into etc/icons. 771 into etc/icons.
581 772
582 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. 773 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
896 (CFLAGS_COMMON): Defined. 1087 (CFLAGS_COMMON): Defined.
897 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. 1088 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
898 1089
899 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> 1090 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
900 1091
901 * emacs.bat.in: Renamed from emacs.bat 1092 * emacs.bat.in: Renamed from emacs.bat.
902 (emacs_dir): Renamed from emacs_path 1093 (emacs_dir): Renamed from emacs_path.
903 Definition removed. 1094 Definition removed.
904 1095
905 * addpm.c: New file. 1096 * addpm.c: New file.
906 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. 1097 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
907 (all): Depend upon $(BLD) and $(ALL). 1098 (all): Depend upon $(BLD) and $(ALL).
1010 1201
1011 ;; Local Variables: 1202 ;; Local Variables:
1012 ;; coding: iso-2022-7bit 1203 ;; coding: iso-2022-7bit
1013 ;; End: 1204 ;; End:
1014 1205
1015 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001 1206 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1016 Free Software Foundation, Inc. 1207 2005 Free Software Foundation, Inc.
1017 Copying and distribution of this file, with or without modification, 1208 Copying and distribution of this file, with or without modification,
1018 are permitted provided the copyright notice and this notice are preserved. 1209 are permitted provided the copyright notice and this notice are preserved.
1210
1211 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414