comparison src/ChangeLog @ 707:a307f9a2021d

[xemacs-hg @ 2001-12-20 05:49:28 by andyp] sync with 21-4-6-windows
author andyp
date Thu, 20 Dec 2001 05:49:48 +0000
parents 47f5192d44c9
children 02339d4ebed4
comparison
equal deleted inserted replaced
706:c9bf82d465b5 707:a307f9a2021d
1 2001-12-11 Andy Piper <andy@xemacs.org>
2
3 * dialog-msw.c (dialog_popped_down): new function. unset popup_up_p.
4 * dialog-msw.c (mswindows_make_dialog_box_internal): set
5 popup_up_p.
6 * menubar-msw.c (unsafe_handle_wm_initmenupopup_1): ditto.
7 * menubar-msw.c (mswindows_handle_wm_command): ditto.
8 * menubar-msw.c (mswindows_popup_menu): ditto.
9
10 2001-11-24 Andy Piper <andy@xemacs.org>
11
12 * window.c (Fsplit_window): Doc return type.
13
14 2001-07-30 Adrian Aichner <adrian@xemacs.org>
15
16 * event-msw.c: Typo fix.
17 * event-msw.c (mswindows_wnd_proc): Set FRAME_VISIBLE_P after
18 magic XM_MAPFRAME event has been sent.
19
20 2001-11-23 Andy Piper <andy@xemacs.org>
21
22 * event-msw.c (mswindows_wnd_proc): Don't pump mousewheel events.
23
24 2001-11-21 Andy Piper <andy@xemacs.org>
25
26 * scrollbar-msw.c (mswindows_handle_mousewheel_event): cope with
27 mouse events outside the frame.
28
29 2001-11-15 Andy Piper <andy@xemacs.org>
30
31 (Fmswindows_shell_execute): fix handling of URL's under cygwin (again).
32
33 2001-11-14 Andy Piper <andy@xemacs.org>
34
35 * nt.c (REG_ROOT): change registry key to XEmacs.
36
37 2001-10-29 Andy Piper <andy@xemacs.org>
38
39 * dialog-msw.c (handle_directory_dialog_box): quit if the user
40 cancels.
41
42 2001-12-16 Torsten Duwe <duwe@caldera.de>
43
44 * search.c (Freplace_match): Add missing sub-expression functionality.
45
46 * buffer.c (decode_buffer): Add a check for pointer type to
47 decode_buffer, before gcc's CSE optimization reorders a
48 dereference in front of the allow_string test.
49
50 2001-11-16 Darryl Okahata <darrylo@xemacs.org>
51
52 * window.c (window_loop): Fix bug that sometimes prevented
53 window_loop() from iterating across multiple devices. Also, at
54 Ben's request, changed infloop-detecting code to abort() instead
55 of silently terminating window_loop().
56
57 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
58
59 Based on analysis and patch by Simon Josefson <jas@extundo.com>.
60 * editfns.c (make_time): New function.
61 (Fencode_time): Use it instead of wasteful_word_to_lisp.
62 * lisp.h (make_time): Prototype and comment it.
63 * dired.c (wasteful_word_to_lisp): Deprecate.
64 (Ffile_attributes): Use make_time() instead of wasteful_word_to_lisp().
65
66 2001-10-31 Kyle Jones <kyle_jones@wonderworks.com>
67
68 * fileio.c (auto_save_1): Use current coding system, not
69 escape-quoted.
70
71 2001-11-13 Ben Wing <ben@xemacs.org>
72
73 * window.c:
74 * window.c (window_truncation_on):
75 * window.c (syms_of_window):
76 truncate-partial-width-windows should respect the buffer being
77 displayed, like other redisplay vars.
78
79 2001-11-13 Hirokazu FUKUI <hfukui@sannet.ne.jp>
80
81 * event-stream.c (Fread_key_sequence): save current buffer.
82
83 2001-10-29 Andrew Begel <abegel@eecs.berkeley.edu>
84
85 * ntheap.c (_heap_init): Don't redefine in VS.NET (MSC >= 1300).
86
87 2001-10-29 Andrew Begel <abegel@eecs.berkeley.edu>
88
89 * alloc.c (lcrecord_stats): Add space for types defined in modules.
90
1 2001-12-18 Adrian Aichner <adrian@xemacs.org> 91 2001-12-18 Adrian Aichner <adrian@xemacs.org>
2 92
3 * .cvsignore: Sort lines, add dump-id.c. 93 * .cvsignore: Sort lines, add dump-id.c.
4 94
5 2001-12-13 William M. Perry <wmperry@gnu.org> 95 2001-12-13 William M. Perry <wmperry@gnu.org>