aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-28 09:04:11 -0400
committerEli Zaretskii2010-03-28 09:04:11 -0400
commite7dbdb6dfc3ffdc25f8d32a43683500f596d9784 (patch)
treee7e73d34fe234175f7da59690ec5abf6f73b89a7 /src/ChangeLog
parent34689d3c1ad54fd463d5f20c64bb1ac655dc5741 (diff)
parent22ef1944028e9ac89a9717439b175ce3230a4ba1 (diff)
downloademacs-e7dbdb6dfc3ffdc25f8d32a43683500f596d9784.tar.gz
emacs-e7dbdb6dfc3ffdc25f8d32a43683500f596d9784.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog87
1 files changed, 87 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2eaefe41fac..7aae2a3754f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,90 @@
12010-03-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
4 Windows.
5
62010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7
8 * process.c (Fmake_network_process): Don't call turn_on_atimers around
9 `connect' (Bug#5723).
10
112010-03-25 Helmut Eller <eller.helmut@gmail.com>
12
13 * process.c (Fmake_network_process): Call `select' for interrupted
14 `connect' rather than creating new socket (Bug#5173).
15
162010-03-24 Jan Djärv <jan.h.d@swipnet.se>
17
18 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
19
20 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
21
22 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
23
242010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25
26 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
27 XLoadQueryFont.
28
292010-03-24 Kenichi Handa <handa@m17n.org>
30
31 * coding.c (decode_coding_ccl): Fix previous change for the
32 multibyte case.
33 (encode_coding_ccl): Don't setup ccl program here. Fix for the
34 case that the output buffer is fullfilled.
35 (encode_coding): Setup ccl program here.
36
372010-03-24 Andreas Politz <politza@fh-trier.de> (tiny change)
38
39 * editfns.c (Fformat): Account for string precision when computing
40 field width (Bug#5710).
41
422010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
43
44 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
45
46 Simplify LIBS_MACHINE definitions.
47 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
48 * m/iris4d.h (LIBS_MACHINE): Likewise.
49 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
50 * s/aix4-2.h (LIBS_SYSTEM): ... here.
51 * s/netbsd.h: Remove commented out code.
52
532010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
54
55 Remove dead code dealing with POSIX_SIGNALS.
56 * atimer.c (set_alarm): Remove dead code, all USG systems define
57 POSIX_SIGNALS.
58 * data.c (arith_error): Likewise.
59 * keyboard.c (input_available_signal, handle_user_signal)
60 (interrupt_signal): Likewise.
61 * process.c (sigchld_handler): Likewise.
62 (create_process): Remove if 0 code. Remove HPUX conditional when
63 !defined (POSIX_SIGNALS), it cannot be true.
64 * syssignal.h: Remove USG5_4 and USG conditionals when
65 !POSIX_SIGNALS, they cannot be true.
66
67 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
68 NO_SOCK_SIGIO, not used anymore.
69
702010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
71
72 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
73 support vax on BSDs.
74
75 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
76 * s/aix4-2.h (ORDINARY_LINK): ... here.
77
782010-03-21 Andreas Schwab <schwab@linux-m68k.org>
79
80 * Makefile.in (abs_builddir): Define.
81 (bootstrap_exe): Use it.
82 (VPATH): Use $(srcdir) instead of @srcdir@.
83
842010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * Makefile.in (bootstrap_exe): Use an absolute name.
87
12010-03-20 Dan Nicolaescu <dann@ics.uci.edu> 882010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2 89
3 Remove support for old GNU/Linux using libc version 5. 90 Remove support for old GNU/Linux using libc version 5.