aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog61
1 files changed, 61 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3c309679cdb..a4db51e7ca1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,64 @@
12006-04-08 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
4 if a menu is active on this frame.
5
62006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7
8 * lisp.h (report_file_error): Mark as NO_RETURN.
9
102006-04-08 Eli Zaretskii <eliz@gnu.org>
11
12 * alloc.c [STDC_HEADERS]: Include stddef.h.
13
14 * lisp.h (PSEUDOVECSIZE): Fix last change.
15
162006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
19 `raw_status_high', and `raw_status_low' with plain integers, and move
20 them to the end of the structure.
21
22 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
23 pseudovector's size field so only the Lisp_Object fields get GC'd.
24
25 * process.c (update_status, make_process, Fdelete_process)
26 (Fprocess_status, list_processes_1, start_process_unwind)
27 (create_process, Fmake_network_process, server_accept_connection)
28 (wait_reading_process_output, send_process, Fprocess_running_child_p)
29 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
30 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
31 `pid' and `raw_status'.
32 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
33 representing PIDs that are larger than most-positive-fixnum.
34
35 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
36
37 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
38
392006-04-08 Eli Zaretskii <eliz@gnu.org>
40
41 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
42
432006-04-03 Paul Eggert <eggert@cs.ucla.edu>
44
45 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
46 ../lib-src/b2m.c and ../lib-src/editfns.c.
47 (Fcurrent_time_string): Use it.
48 Document that the year might not consume 4 columns if it's outside
49 the range 1000-9999.
50 Check for asctime failure.
51 Don't assume that the output string length is always exactly 24.
52
532006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
54
55 * macterm.c (XTread_socket): Initialize variable `f' before its use.
56
572006-04-03 Kenichi Handa <handa@m17n.org>
58
59 * image.c: Include "charset.h" and "coding.h".
60 (x_find_image_file): Return an encoded file name.
61
12006-04-01 Eli Zaretskii <eliz@gnu.org> 622006-04-01 Eli Zaretskii <eliz@gnu.org>
2 63
3 * configure: Regenerated. 64 * configure: Regenerated.