comparison nt/ChangeLog @ 109871:3226ac2da7f7

merge from trunk
author Joakim <joakim@localhost.localdomain>
date Tue, 17 Aug 2010 23:19:11 +0200
parents 23910b0d49d9
children c362ff4a1555
comparison
equal deleted inserted replaced
109870:2ea89e2c498f 109871:3226ac2da7f7
1 2010-08-12 Jason Rumney <jasonr@gnu.org>
2
3 * addpm.c (add_registry): Set path for runemacs.exe to use.
4
5 2010-08-08 Óscar Fuentes <ofv@wanadoo.es>
6
7 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
8 which has a 1024 char limit on Windows (bug#6647).
9
10 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
11
12 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
13 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
14
15 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
16
17 * config.nt: Remove code referring to NO_REMAP, unused.
18
19 2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
20
21 Build binary distros on Windows using emacs-VERSION as root dir name.
22
23 * makefile.w32-in: Copy README.W32 to installation directory
24 during `make install'. Remove README.W32 with `distclean' (in
25 case Emacs was installed in place). Use temporary directory to
26 create distribution zip files in `dist' target.
27 * zipdist.bat: Simplify code using temporary directory.
28
29 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
30
31 * runemacs.c (set_user_model_id): Fix prototype.
32
33 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
34
35 New make target for Windows platform: make dist (bug#6602)
36
37 * INSTALL: Document new dist target and add section about
38 creating binary distributions.
39 * README.W32: Relocate from admin/nt/ directory.
40 * configure.bat: New parameter `--distfiles'.
41 * makefile.w32-in: Add version number, new target `dist'.
42 Add new target `install-shortcuts'.
43 * zipdist.bat: New file; create zipped binary distribution,
44 replaces admin/nt/makedist.bat.
45
46 2010-07-21 Juanma Barranquero <lekktu@gmail.com>
47
48 * INSTALL: Add note about backslashes in Windows paths.
49 Fix typos. Simplify references to Windows versions.
50
51 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
52
53 * addpm.c (add_registry, main):
54 * cmdproxy.c (get_env_size):
55 * ddeclient.c (main):
56 * runemacs.c (set_user_model_id):
57 Convert definitions to standard C.
58
59 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
60
61 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
62
63 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
64
65 * configure.bat: New option --enable-checking.
66 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
67 (CFLAGS): Include it.
68
69 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
70
71 * config.nt (volatile): Remove definition.
72
73 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
74
75 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
76 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
77
78 2010-07-02 Juanma Barranquero <lekktu@gmail.com>
79
80 * config.nt (__P): Remove.
81
1 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> 82 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2 83
3 * config.nt: Remove code depending on BSTRING. 84 * config.nt: Remove code depending on BSTRING.
4 85
5 2010-06-03 Glenn Morris <rgm@gnu.org> 86 2010-06-03 Glenn Morris <rgm@gnu.org>