aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-02-02 19:19:08 +0000
committerKaroly Lorentey2004-02-02 19:19:08 +0000
commitd3a6748c5b378a86fc8408222c7dd26e47218af9 (patch)
tree33f9334088634447425b8c926dd45d1e83fa80e2 /src/ChangeLog
parent465fc071a1aa48e87f37bff460410eec921eaa53 (diff)
parentd83a97ab5fbcde063e4a87042cd721a23f13fbe0 (diff)
downloademacs-d3a6748c5b378a86fc8408222c7dd26e47218af9.tar.gz
emacs-d3a6748c5b378a86fc8408222c7dd26e47218af9.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-57 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-58 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-59 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-60 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-61 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-62 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-63 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-64 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-65 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-66 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-67 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-68 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-69 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-71
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog70
1 files changed, 70 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a71cb27cf33..9a93ac894ca 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,73 @@
12004-02-02 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (coding_restore_composition): Check invalid
4 composition data more rigidly.
5
62004-01-30 Luc Teirlinck <teirllm@auburn.edu>
7
8 * fileio.c (Fread_file_name_internal): Correctly handle the case
9 where insert-default-directory is nil.
10 (Fread_file_name): Always return an empty string if the user exits
11 with an empty minibuffer. Adapt the docstring accordingly.
12 (syms_of_fileio): Adapt the docstring of insert-default-directory
13 to the change in Fread_file_name.
14
152004-01-29 Eli Zaretskii <eliz@elta.co.il>
16
17 * alloca.c [!alloca]: Fix the prototype for xfree.
18
192004-01-29 Kenichi Handa <handa@m17n.org>
20
21 * fns.c (string_char_to_byte): Optimize for ASCII only string.
22 (string_byte_to_char): Likewise.
23
242004-01-28 Peter Runestig <peter@runestig.com>
25
26 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
27
282004-01-27 Steven Tamm <steventamm@mac.com>
29
30 * unexmacosx.c (unexec_copy): Do not copy more than was
31 requested to prevent overwriting during unexec.
32
332004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
34
35 * process.c (sigchld_handler): Add comment about not calling malloc.
36
37 * process.h: Add extern to synch_process_termsig.
38
392004-01-27 Steven Tamm <steventamm@mac.com>
40
41 * macterm.c (make_mac_frame, make_mac_terminal_frame): Move
42 setting of scroll bars from make_mac_frame to
43 make_mac_terminal_frame to prevent clobbering of
44 scroll-bar-mode.
45
462004-01-26 Richard M. Stallman <rms@gnu.org>
47
48 * search.c (Freplace_match): Handle nonexistent
49 back-references properly.
50
512004-01-03 Richard M. Stallman <rms@gnu.org>
52
53 * window.c (decode_any_window): New function.
54 (Fwindow_height, Fwindow_width, Fwindow_edges)
55 (Fwindow_pixel_edges, Fwindow_inside_edges)
56 (Fwindow_inside_pixel_edges): Use decode_any_window.
57
582004-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
59
60 * process.h: synch_process_termsig new variable.
61
62 * callproc.c: Define synch_process_termsig.
63 (Fcall_process): Initiate synch_process_termsig to zero and
64 check if non-zero and get signal name after subprocess has ended.
65
66 * process.c (sigchld_handler): Set synch_process_termsig
67 if terminated by a signal. synch_process_death setting removed.
68
69 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
70
12004-01-26 Andreas Schwab <schwab@suse.de> 712004-01-26 Andreas Schwab <schwab@suse.de>
2 72
3 * print.c (print_preprocess): Declare size as EMACS_INT to not 73 * print.c (print_preprocess): Declare size as EMACS_INT to not