annotate src/ChangeLog @ 402:5a2589c672dc r21-2-31

Import from CVS: tag r21-2-31
author cvs
date Mon, 13 Aug 2007 11:14:58 +0200
parents a86b2b5e0111
children 2f8bb876ab1d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
402
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
1 2000-02-23 Martin Buchholz <martin@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
2
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3 * XEmacs 21.2.31 is released.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
4
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
5 2000-02-22 Ben Wing <ben@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
6
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
7 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
8
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
9 2000-02-22 Andy Piper <andy@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
10
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
11 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
12
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
13 2000-02-21 Mike Sperber <mike@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
14
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
15 * .dbxrc:
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
16 * .gdbinit:
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
17 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
18 variables.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
19
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
20 2000-02-21 Mike Sperber <mike@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
21
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
22 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
23
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
24 2000-02-21 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
25
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
26 * XEmacs 21.2.30 is released.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
27
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
28 2000-02-20 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
29
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
30 Performance hacking.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
31 * *.c (syms_of_*):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
32 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
33 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
34 * emacs.c (main_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
35 * lisp.h (DEFUN):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
36 * console.c (DEFVAR_CONSOLE_LOCAL_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
37 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
38 * symeval.h (DEFVAR_SYMVAL_FWD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
39 * symbols.c (guts_of_unbound_marker):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
40 Make all c_readonly objects also lisp_readonly and marked for life.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
41 * lrecord.h (struct lrecord_implementation):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
42 Document flags better.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
43 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
44 * lrecord.h (DECLARE_LRECORD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
45 * lrecord.h (XSETRECORD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
46 * lrecord.h (RECORDP):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
47 * lrecord.h (RECORD_TYPEP):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
48 * lrecord.h (RECORD_MARKER): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
49 * lrecord.h (error_check_*):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
50 * lrecord.h (CONCHECK_NONRECORD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
51 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
52 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
53 * lrecord.h (set_lheader_implementation):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
54 * lrecord.h (enum lrecord_type): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
55 * symeval.h (SYMBOL_VALUE_MAGIC_P):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
56 * alloc.c (disksave_object_finalization_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
57 * alloc.c (mark_object):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
58 * alloc.c (lrecord_type_index):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
59 * alloc.c (tick_lcrecord_stats):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
60 * alloc.c (Fgarbage_collect):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
61 * alloc.c (init_alloc_once_early):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
62 * alloc.c (pdump_load):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
63 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
64 * alloc.c (lrecord_type_index): Delete.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
65 Make lisp object type indexes be constant.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
66 Makes (byte-compile) 5% faster.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
67 Put all marker functions into their own array.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
68 Makes (garbage-collect) 5% faster.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
69 Optimize SYMBOL_VALUE_MAGIC_P.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
70 Makes (byte-compile) 2-3% faster.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
71 * config.h.in (gc_checking_assert): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
72 * alloc.c: Use gc_checking_assert().
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
73 * .dbxrc: Make compatible with new object type implementation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
74 * .gdbinit: Make compatible with new object type implementation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
75 * alloc.c: Delete all symbols defined only for debugging, such as
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
76 Lisp_Type_Vector and lrecord_charset.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
77
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
78 2000-02-21 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
79
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
80 * gui-msw.c (Fmswindows_shell_execute): fix file location
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
81 problems.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
82
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
83 * buffer.c (Fkill_buffer): remove buffer from alist buffer
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
84 unshowing so that set_window_buffer doesn't undo
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
85 kill_buffer_hook's hard work.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
86
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
87 * glyphs-widget.c (tab_control_query_geometry): don't count the
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
88 first item when calculating geometry.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
89
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
90 * glyphs.c (map_subwindow): remove redundant code.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
91 (update_frame_subwindows): be more circumspect about when to
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
92 update subwindows.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
93
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
94 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
95 when items haven't changed. Update faces if faces have changed as
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
96 well as just the widget face.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
97 (x_tab_control_update): Update faces if faces have changed as well
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
98 as just the widget face.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
99
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
100 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
101
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
102 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
103 registration.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
104 (build_syscolor_string): Use mswindows_color_to_string to try to
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
105 get a named color.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
106 (mswindows_device_system_metrics): Reverse the foreground and
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
107 background colors so that they match the documentation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
108
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
109 * objects-msw.c: (mswindows_X_color_map): tweak some values so
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
110 they match the default Windows palette.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
111 (mswindows_color_to_string): New function.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
112
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
113 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
114
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
115 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
116
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
117 2000-02-18 Olivier Galibert <galibert@pobox.com>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
118
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
119 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
120 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
121
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
122 * symbols.c (init_symbols_once_early): Removed obsolete
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
123 DATA_SEG_BITS related kludge.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
124 (defvar_magic): Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
125
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
126 * malloc.c: Removed obsolete DATA_SEG_BITS
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
127 * ralloc.c: Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
128 * mem-limits.h: Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
129
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
130 * Makefile.in.in: Removed obsolete HAVE_SHM
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
131 * emacs.c: Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
132
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
133 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
134
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
135 * device-msw.c (mswindows_delete_device): Free DDE string
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
136 handles.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
137
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
138 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
139
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
140 * keymap.c (get_keyelt):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
141 * unexnt.c (unexec):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
142 * vm-limit.c (memory_warnings):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
143 * ntheap.c (recreate_heap):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
144 * ntheap.h (UNINIT_PTR):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
145 * select-msw.c (Fmswindows_get_clipboard):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
146 (Fmswindows_set_clipboard):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
147 * objects-msw.h (MSWINDOWS_BAD_HFONT):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
148 * objects-msw.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
149 * menubar-msw.c (displayable_menu_item):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
150 * glyphs-msw.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
151 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
152 * sysdep.c (sys_subshell):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
153 * process-nt.c (nt_create_process):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
154 * nt.c (normalize_filename):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
155 (dostounix_filename):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
156 (unixtodos_filename):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
157 * ntproc.c (win32_executable_type):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
158 * ntplay.c (play_sound_data_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
159 (play_sound_file):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
160 * editfns.c (get_home_directory):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
161 * event-msw.c (struct winsock_stream):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
162 (mswindows_dde_callback):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
163 * device-msw.c (msprinter_init_device):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
164 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
165
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
166 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
167 mswindows_clear_toolbar were swapped!
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
168
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
169 * objects-msw.c:(colormap_t):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
170 (fontmap_t):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
171 * emacs.c (struct standard_args): Fixed const jumble.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
172
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
173 * glyphs-widget.c (update_widget): Fixed comparison notation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
174
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
175 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
176
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
177 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
178 __declspec(noreturn) syntax.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
179
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
180 2000-02-19 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
181
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
182 * eldap.c (Fldap_open):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
183 (Fldap_search_basic):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
184 (Fldap_add):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
185 (Fldap_modify):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
186 Use new coding system conversion macros.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
187
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
188 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
189
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
190 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
191
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
192 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
193
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
194 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
195 (Fldap_add, Fldap_modify, Fldap_delete): New functions
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
196
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
197 * eldap.c (Qadd, Qreplace): New constant symbols
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
198 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
199 interruptions by XEmacs signals
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
200 Remove unnecessary calls to slow_down_interrupts and
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
201 speed_up_interrupts
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
202 (Fldap_search_basic): Renamed from Fldap_search_internal
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
203 Added new optional parameter VERBOSE that triggers the
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
204 display of progress messages
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
205 Remove unnecessary calls to slow_down_interrupts and
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
206 speed_up_interrupts
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
207 LDAP result code analysis rewritten
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
208 (Fldap_add, Fldap_modify, Fldap_delete): New functions
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
209 (syms_of_eldap): Define the new symbols and functions
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
210
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
211
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
212 2000-02-17 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
213
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
214 * realpath.c: Determine PATH_MAX maximally portably.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
215
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
216 * insdel.c (bytecount_to_charcount): Optimize.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
217 The function used to be optimized for entirely ASCII sequences.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
218 Now it is optimized for successive characters from the same
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
219 charset. This also wins big for _mostly_ ASCII sequences.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
220
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
221 * fileio.c (Ffile_truename): convert return from realpath() using
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
222 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
223 - Rewrite GCPROing slightly.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
224
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
225 * sysdep.c (sys_open): Do filename conversion, like all other
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
226 sys_* functions. Fixes bug:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
227 (let ((file-name-coding-system 'iso-8859-2))
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
228 (write-region x y latin2-name))
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
229 ==> writes filename using internal encoding.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
230
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
231 2000-02-18 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
232
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
233 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
234 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
235 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
236 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
237 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
238 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
239 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
240 (CONST_IF_NOT_DEBUG): Delete.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
241 * alloc.c (this_one_is_unmarkable): Delete.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
242 (mark_object): Don't check for this_one_is_unmarkable. Use the
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
243 c_readonly flag instead.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
244 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
245
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
246 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
247
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
248 * event-msw.c (mswindows_drain_windows_queue):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
249 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
250 away redundant repaint events.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
251
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
252 2000-02-17 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
253
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
254 * redisplay.h: declare mark_redisplay_structs.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
255
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
256 * redisplay.c (redisplay_window):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
257 (redisplay_frame): don't check subwindows_state_changed.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
258 (mark_redisplay): mark gutters here.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
259
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
260 * glyphs.c: (instantiate_image_instantiator): always layout if we
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
261 haven't done so already.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
262 (allocate_image_instance): don't mark as dirty.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
263 (update_subwindow): bind inhibit_quit.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
264
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
265 * gutter.c (mark_gutters): new function.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
266
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
267 * glyphs-x.c (x_update_widget): Always resize to get round a
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
268 widget bug.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
269
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
270 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
271 breaking absolutely everything.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
272
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
273 * gutter.h: declare mark_gutters.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
274
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
275 2000-02-16 Martin Buchholz <martin@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
276
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
277 * XEmacs 21.2.29 is released.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
278
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
279 2000-02-15 Olivier Galibert <galibert@pobox.com>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
280
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
281 * fns.c (size_bit_vector): Fix computation of the size.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
282
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
283 2000-02-15 Martin Buchholz <martin@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
284
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
285 * *.[ch]: Change CONST to const globally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
286 find -name '*.[ch]' | \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
287 xargs global-replace \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
288 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
289 - Remove vestigial references to CONST_IS_LOSING
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
290
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
291 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
292
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
293 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
294 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
295 events instead of dispatching them directly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
296 (mswindows_handle_paint): New function to do repainting.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
297 (mswindows_wnd_proc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
298 (emacs_mswindows_handle_magic_event): Call above function.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
299
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
300 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
301
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
302 * objects-msw.c (mswindows_create_font_variant): Return the new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
303 font handle.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
304 (initialize_font_instance): Get font metrics from the underlined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
305 variant of the font to cope with the case where the underlined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
306 font has a bigger descent.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
307
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
308 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
309
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
310 * gui.c (gui_item_accelerator): Return the first underlined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
311 character in item name.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
312
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
313 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
314
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
315 * lisp.h: Added Qprinter.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
316
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
317 * general.c (syms_of_general): Initialized it.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
318
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
319 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
320 (get_frame_dc):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
321 (get_frame_compdc): Made inline.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
322
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
323 * console.h (struct console_methods): Added eject_page method.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
324
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
325 * frame.h: Added FRAME_DISPLAY_P and friends.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
326 Aligned backslahes in many macros in more readable fashion.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
327 Added page_number to struct frame, and an accessor macro
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
328 for it.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
329
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
330 * defice.h: Added DEVICE_DISPLAY_P and friends.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
331
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
332 * device.c (Fdevice_printer_p): Used these.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
333
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
334 * frame.c (allocate_frame_core): Initialize page number.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
335 (Fprint_job_page_number):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
336 (Fprint_job_eject_page): Implemented.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
337
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
338 * frame-msw.c (msprinter_eject_page): Added method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
339 (msprinter_start_page): Added.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
340
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
341 * window.c (Fwindow_truncated_p): Fixed docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
342 (Fwindow_last_line_visible_height): Implemented.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
343
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
344 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
345
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
346 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
347
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
348 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
349
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
350 * syntax.c (scan_words): Always advance at least one character.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
351
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
352 2000-02-13 Andy Piper <andy@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
353
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
354 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
355 to make sure the glyph is in the cachels.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
356
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
357 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
358 global image instance flag.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
359 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
360 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
361
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
362 * glyphs.c (allocate_image_instance): set dirty bits correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
363 (Fset_image_instance_property): mark layout as changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
364 (invalidate_glyph_geometry_maybe): mark layout as changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
365 (glyph_width): use new NEEDS_LAYOUT macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
366 (glyph_ascent): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
367 (glyph_descent): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
368 (glyph_height): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
369 (image_instance_layout): mark layout as clean after laying out.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
370 (update_subwindow): don't mark layout as clean here.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
371
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
372 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
373 should no longer be needed.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
374
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
375 * glyphs-x.c (x_update_widget): sanitize asserts.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
376 (x_finalize_image_instance): sanitize assignment to widgets.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
377
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
378 * glyphs-widget.c (widget_instantiate): don't need to clear the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
379 layout flag here.
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
380
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
381 2000-02-13 Martin Buchholz <martin@xemacs.org>
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
382
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
383 * sysdep.c (getcwd): Use standard prototype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
384 * sysdep.h (getcwd): Use standard prototype.
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
385
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
386 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
387 (sequence, start, end).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
388 Remove redundant type checking.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
389 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
390 view of `caller-protects') to avoid a crash where the real fix was
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
391 found elsewhere.
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
392
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
393 2000-02-12 Martin Buchholz <martin@xemacs.org>
390
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
394
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
395 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
396
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
397 * s/sol2.h: Remove feature macro initialization.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
398
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
399 * alloc.c (alloc_lcrecord): Add more type checking assertions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
400 (vector_hash): New. Code from internal_hash.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
401 * lrecord.h:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
402 Fix up allocation subsystem comments.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
403
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
404 * config.h.in: Add __EXTENSIONS__ for Solaris.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
405
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
406 * systime.h (EMACS_GETTIMEOFDAY): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
407 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
408 Remove Solaris-specific code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
409 Use void* for the (ignored) second arg for gettimeofday().
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
410
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
411 * elhash.c (hash_table_hash): Implement it, finally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
412 * elhash.c: Use hashcode_t.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
413
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
414 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
415 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
416
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
417 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
418 * fns.c (size_bit_vector):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
419 * alloc.c (size_vector):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
420 (make_vector_internal):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
421 (make_bit_vector_internal):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
422 (sweep_bit_vectors_1):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
423 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
424
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
425 2000-02-10 Martin Buchholz <martin@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
426
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
427 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
428 Include strings.h to avoid warnings for bzero and strcasecmp.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
429
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
430 2000-02-10 Olivier Galibert <galibert@pobox.com>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
431
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
432 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
433 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
434
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
435 * fns.c (size_bit_vector): New. Declare bit vectors as a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
436 sequence.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
437
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
438 2000-02-10 Olivier Galibert <galibert@pobox.com>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
439
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
440 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
441 use a value field instead.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
442 (symbol_value_forward_forward): Use value field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
443 (DEFVAR_SYMVAL_FWD): Use value field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
444 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
445 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
446 (DEFVAR_CONST_INT): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
447 (DEFVAR_BOOL): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
448 (DEFVAR_CONST_BOOL): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
449 (DEFVAR_INT_MAGIC): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
450 (DEFVAR_BOOL_MAGIC): Ditto.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
451
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
452 * symbols.c (guts_of_unbound_marker): Use value field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
453 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
454 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
455
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
456 * lisp.h: Declare dumpopaque and noninteractive1.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
457
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
458 * alloc.c (dumpopaque): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
459 (pdump_dump_opaquevec): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
460 (pdump): Call pdump_dump_opaquevec to dump opaque data.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
461 (pdump_load): Reload opaque data. Sync noninteractive1 with
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
462 noninteractive.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
463
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
464 2000-02-10 Andy Piper <andy@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
465
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
466 * glyphs.c (image_instance_layout): if the size changes, mark it
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
467 as such.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
468
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
469 * redisplay-output.c (redisplay_output_layout): Update the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
470 subwindow here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
471 (redisplay_output_subwindow): ditto.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
472
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
473 * glyphs.c (update_subwindow): make sure we reset flags for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
474 layouts as well as everything else.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
475
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
476 * glyphs-widget.c (layout_layout): don't need to set the instances
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
477 dimensions here.
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
478
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
479 2000-02-09 Martin Buchholz <martin@xemacs.org>
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
480
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
481 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
482 not HAVE_DLOPEN, which is a lower-level thing.
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
483
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
484 * .cvsignore: Ignore gmon.out
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
485
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
486 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
487
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
488 * .cvsignore: Ignore portable dumper xemacs.dmp file
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
489
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
490 2000-02-09 Andy Piper <andy@xemacs.org>
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
491
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
492 * redisplay-output.c (redisplay_output_layout): be more clever
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
493 about when we output based on the changed flags.
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
494
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
495 * glyphs.h (struct image_instantiator_methods): add update_method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
496 (struct Lisp_Image_Instance): add changed flags. Declare new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
497 macros for manipulating them.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
498
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
499 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
500 (image_instance_parent_glyph): find an image_instance's parent
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
501 glyph or image_instance.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
502 (image_instance_layout): mark the size as changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
503 (set_image_instance_dirty_p): new function. mark an image
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
504 instance, plus all of its parents, as dirty.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
505 (Fset_image_instance_property): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
506 (Fglyph_animated_timeout_handler): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
507 (update_subwindow): call update_widget and device methods for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
508 update_subwindow. Mark all changed flags as clean.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
509 (Fresize_subwindow): mark size as changed.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
510
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
511 * glyphs-x.c (x_finalize_image_instance): try and detect gc
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
512 failures.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
513 (x_update_subwindow): only resize subwindows here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
514 (x_update_widget): new function. Update all changed properties of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
515 a widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
516 (x_resize_subwindow): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
517 (x_widget_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
518 (x_progress_gauge_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
519 (x_progress_gauge_update): new function. Implement recorded
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
520 changes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
521 (x_tab_control_update): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
522 (x_tab_control_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
523 (console_type_create_glyphs_x): declare new functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
524 (image_instantiator_format_create_glyphs_x): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
525
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
526 * glyphs-widget.c (widget_set_property): mark text changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
527 (update_widget): new function. Update properties of a widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
528 (widget_instantiate): for layouts make sure we set their
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
529 children's parent correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
530 (tab_control_set_property): new function. Record changes that will
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
531 take place under redisplay's control.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
532 (progress_gauge_set_property): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
533 (image_instantiator_progress_guage): declare new functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
534 (image_instantiator_tab_control): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
535
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
536 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
537 now.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
538 (mswindows_update_widget): new function. Update all properties on
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
539 a widget that have changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
540 (mswindows_button_update): new function. Update a button's set
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
541 state.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
542 (mswindows_tab_control_update): new function. Update the items in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
543 a tab.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
544 (mswindows_tab_control_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
545 (mswindows_progress_gauge_update): new function. Update the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
546 progress gauge's progress.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
547 (mswindows_widget_set_property): deleted. This is all done
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
548 asynchronously now.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
549 (mswindows_progress_gauge_set_property): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
550 (console_type_create_glyphs_mswindows): declare new methods.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
551 (image_instantiator_format_create_glyphs_mswindows): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
552
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
553 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
554 (msprinter_set_frame_properties): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
555
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
556 * console.h (struct console_methods): Add update_widget_method.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
557
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
558 2000-02-09 Andy Piper <andy@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
559
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
560 * gui-msw.c (Fmswindows_shell_execute): Make
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
561 mswindows-shell-execute industrial strength.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
562
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
563 2000-02-08 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
564
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
565 * lrecord.h: Make macro argument `props' match member function `plist'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
566 * fns.c (Fget):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
567 * fns.c (Fput):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
568 * fns.c (Fremprop):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
569 * fns.c (Fobject_plist):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
570 * alloc.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
571 * symbols.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
572 Object property list frobbing cleanup.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
573 - Allow any lisp object (compared with `eq'), not just symbols, as
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
574 keys in object plists.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
575 - Move symbol plist frobbing into symbols.c, where it belongs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
576 - Move string plist frobbing into alloc.c, where it belongs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
577 - Everything's an lrecord now, so no need to test for symbolp, etc.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
578 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
579
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
580 * extents.c: Reorder code to remove declarations.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
581
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
582 * frame.h (store_in_alist): Remove useless declaration.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
583
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
584 2000-02-07 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
585
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
586 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
587 * config.h.in: Add HAVE_XCONVERTCASE.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
588
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
589 2000-02-07 Andy Piper <andy@xemacs.org>
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
590
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
591 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
592 it breaks many things.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
593
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
594 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
595
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
596 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
597 actually can start a common comment type.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
598 * src/syntax.h (SYNTAX_END_P): ditto for end.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
599
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
600 2000-02-07 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
601
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
602 * XEmacs 21.2.28 is released.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
603
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
604 2000-02-06 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
605
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
606 * event-Xt.c (x_keysym_to_character): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
607 (maybe_define_x_key_as_self_inserting_character): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
608 (x_has_keysym): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
609 Auto-define all keys on the keyboard as self-insert-key.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
610
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
611 2000-02-02 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
612
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
613 * menubar.c (vars_of_menubar): A small code simplification.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
614
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
615 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
616
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
617 * ExternalShell.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
618 * ExternalClient.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
619 * EmacsShell-sub.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
620 * EmacsManager.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
621 * EmacsFrame.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
622 Use consistent style for specifying X resources.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
623
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
624 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
625 This makes (dontusethis-set-symbol-value-handler) actually usable.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
626
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
627 * lrecord.h (lrecord_decription_type):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
628 * alloc.c (pdump_register_sub):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
629 (pdump_dump_data):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
630 (pdump_reloc_one):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
631 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
632 Comply with XEmacs coding style.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
633 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
634 args, and XD_LISP_OBJECT_ARRAY with 3 args.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
635
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
636 * keymap.c (Faccessible_keymaps):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
637 Make (accessible-keymaps map "\C-h") do the Right Thing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
638 Make (accessible-keymaps map []) do the Right Thing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
639 Make (accessible-keymaps map "") do the Right Thing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
640 (check_keymap_definition_loop): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
641 (keymap_store_internal): Keep luser from shooting self in foot,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
642 via (define-key ctl-x-4-map "p" global-map).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
643 Remove fullness slot from struct Lisp_Keymap, since hash tables
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
644 are now reliable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
645 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
646
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
647 2000-01-30 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
648
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
649 * redisplay.c (init_redisplay): Fix small memory leak.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
650 * elhash.h:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
651 * elhash.c (pdump_reorganize_hash_table):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
652 Rename from reorganize_hash_table. Change prototype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
653 Reuse the original memory for hentries. Save 100k.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
654 * alloc.c (PDUMP_READ): new macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
655 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
656 * alloc.c: No need to #ifndef before #undef.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
657
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
658 * print.c: Allow debug_print() to print readably by modifying
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
659 debug_print_readably. Use consistent variable names.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
660
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
661 * .dbxrc: Try to get things to work even if stopped in a function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
662 without source available by explicitly specifying source files.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
663 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
664
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
665 * unexnt.c (_start): Removed bogus code which caused loading heap
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
666 from differrent executable file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
667 Removed bogus assignment to _fmode, which caused inconsistencies.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
668
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
669 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
670
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
671 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
672 Have spawnve encapsulation regard DONT_ENCAPSULATE.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
673 Do not preliminary `#define signal sigset'.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
674
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
675 * systime.h: Do not prototype environ on windows nt and cygwin,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
676 this conflicts with system header.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
677
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
678 * syssignal.h: Use correct define for WINDOWSNT
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
679
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
680 * sysdep.h: Do not prototype environ on windows nt, this conflicts
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
681 with system header.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
682
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
683 * sysdep.c (near start of file): Fixed commentary and rearranged
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
684 ifdefs in readable order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
685 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
686 (start_of_text):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
687 (end_of_text):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
688 (end_of_data): Do not compile in if using PDUMP.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
689
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
690 * symsinit.h: Protptyped vars_of_nt().
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
691
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
692 * ntproc.c (windows9x_p): Added, instead of os_subtype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
693 (find_child_console): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
694 (sys_kill): Use it.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
695
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
696 * ntheap.h: Do not extern os_subtype.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
697
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
698 * ntheap.c (cache_system_info): Do not cache unneeded:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
699 nt_major_version, nt_minor_version and os_subtype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
700 (recreate_heap): Do not compile in when PDUMPing.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
701
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
702 * nt.c (geteuid and friends): Use the new varibale
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
703 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
704 (init_user_info): Removed the above mentioned hackery.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
705 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
706 stat has been fixed in the C runtime.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
707 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
708
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
709 * file-coding.c (struct file_coding_dump): Do not define
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
710 ucs_to_mule_table in the struct if not MULE.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
711 (struct struct lrecord_description fcd_description_1): Do not dump
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
712 the above.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
713
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
714 * emacs.c (main_1): Call vars_of_nt().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
715 (right before Fdump_emacs_data): Don't need lastfile if using both
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
716 portabe dumper and system malloc.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
717
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
718 * alloc.c (Fmemory_limit): Conditionalized out.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
719 (pdump): Use OPEN_BINARY for the portable dump file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
720 (pdump_load): Ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
721
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
722 2000-02-02 Mike Alexander <mta@arbortext.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
723
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
724 * nt.c (convert_time): Set tm_isdst before calling mktime and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
725 avoid calling it at all if the compiler supports 64 bit integers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
726 Also initialize utc_base_ft before using it.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
727
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
728 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
729
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
730 * frame.c (change_frame_size_1): Take f->internal_border_width
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
731 into consideration when calculating the width of the frame.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
732
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
733 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
734
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
735 * window.c (frame_min_height):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
736 (frame_size_valid_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
737 (frame_pixsize_valid_p): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
738 (check_frame_size): Generalized.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
739
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
740 * window.h: Prototyped the above.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
741
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
742 * lisp.h:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
743 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
744 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
745 Deleted Vwin32_* and Vbinary_process_* unused variables.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
746
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
747 * device-msw.c (msprinter_init_device): Do not get printer font
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
748 list; Added DEVMODE functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
749
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
750 * frame-msw.c: Added lots of printer code.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
751
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
752 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
753 general.c.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
754
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
755 * console-msw.h: Added more msprinter device private slots.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
756
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
757 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
758
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
759 * event-msw.c (key_needs_default_processing_p): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
760 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
761
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
762 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
763
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
764 * glyphs.c (image_instance_layout): Mark image instance as clean
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
765 after layout.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
766 (glyph_dirty_p): Removed redundant function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
767 (invalidate_glyph_geometry_maybe): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
768 (update_glyph_cachel_data): Call it.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
769
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
770 * glyphs.h: Prototyped it.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
771
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
772 * redisplay.c (add_glyph_rune): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
773 (redisplay_window): Reset glyphs cachels when frame faces has
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
774 changed, thus forcing recomputation of built-in border glyphs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
775
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
776 2000-01-30 Martin Buchholz <martin@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
777
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
778 * Makefile.in.in: Make portable dumper and purify play well together.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
779 Add imperfect, but better than nothing, support for pdump.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
780 Remove xemacs.dmp when temacs is re-generated.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
781 Don't ignore errors when dumping xemacs.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
782
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
783 * symbols.c (maybe_call_magic_handler): Remove one magic number.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
784
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
785 2000-01-28 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
786
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
787 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
788 (setup_normal_frame): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
789 (setup_frame_without_minibuffer): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
790 (setup_minibuffer_frame): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
791 (delete_frame_internal): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
792 (Fmake_frame_invisible): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
793 (Ficonify_frame): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
794
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
795 * window.h: change Fset_window_buffer signature.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
796
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
797 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
798 (Fset_window_buffer): allow recording of buffer if the window is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
799 the selected window.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
800 (window_loop): Use new Fset_window signature.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
801
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
802 2000-01-23 Daniel Pittman <daniel@danann.net>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
803
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
804 * config.h.in: Added template for `HAVE_ATHENA_3D'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
805
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
806 2000-01-29 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
807
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
808 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
809
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
810 * gutter.c (output_gutter): Don't output if the window isn't live.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
811
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
812 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
813
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
814 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
815 of 01/12/00: Moved SetFocus back here where it belongs.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
816
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
817 2000-01-23 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
818
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
819 * s/cygwin32.h: declare printer things.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
820
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
821 2000-01-26 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
822
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
823 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
824 Alexander.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
825
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
826 2000-01-24 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
827
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
828 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
829 (mswindows_button_instantiate): Make sure glyph is a pixmap.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
830
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
831 * glyphs-widget.c (widget_instantiate): Avoid shadows.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
832
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
833 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
834
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
835 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
836
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
837 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
838 (mswindows_output_display_block): Avoid local shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
839
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
840 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
841 (mswindows_enqueue_mouse_button_event): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
842 (mswindows_handle_gui_wm_command): remove declaration.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
843
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
844 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
845 warnings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
846
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
847 * console-msw.h: Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
848 (mswindows_get_toolbar_button_text):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
849 (emacs_mswindows_create_stream_pair):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
850 (emacs_mswindows_delete_stream_pair):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
851 (mswindows_handle_toolbar_wm_command): declare.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
852
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
853 * device-msw.c (build_syscolor_string): Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
854
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
855 2000-01-23 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
856
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
857 * glyphs-widget.c (widget_instantiate): reverse the items for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
858 layouts so that children are in the expected order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
859
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
860 2000-01-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
861
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
862 * ralloc.c: safe_bcopy ==> memmove
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
863 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
864 * s/msdos.h: Remove BCOPY macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
865 * insdel.c (gap_right): Remove BCOPY conditional code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
866 * insdel.c (gap_left): Remove BCOPY conditional code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
867 XEmacs demands a working ANSI C compiler - hence memmove.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
868
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
869 * regex.c (regex_compile): Remove accidental use of trigraphs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
870
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
871 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
872
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
873 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
874 event timestamp.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
875
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
876 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
877
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
878 * event-msw.c (mswindows_drain_windows_queue): Added the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
879 parameter.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
880 (mswindows_need_event): Commented the call to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
881 mswindows_drain_windows_queue().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
882 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
883 only.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
884
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
885 * console-msw.h: Moved a few function prototypes here from
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
886 event-msw.c.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
887
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
888 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
889 parameter from unsigned short to unsigned long.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
890 (Fmswindows_shell_execute): Added return value.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
891
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
892 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
893
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
894 * sysdep.c (init_system_name):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
895 process-unix.c (unix_canonicalized_host_name):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
896 Don't call freeaddrinfo() if getaddrinfo() fails.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
897
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
898 * process-unix.c (unix_open_unix_network_stream):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
899 Moved the code to get a port # into address loop.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
900
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
901 2000-01-27 Martin Buchholz <martin@xemacs.org>
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
902
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
903 * buffer.c (reinit_vars_of_buffer):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
904 The right place to initialize conversion_in_dynarr and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
905 conversion_out_dynarr.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
906
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
907 * alloc.c (pdump): Use the real open() till sys_open() is functional.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
908
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
909 * process-unix.c (unix_canonicalize_host_name): Muleize.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
910 (unix_open_network_stream): Muleize.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
911
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
912 * buffer.h: Fix up prototypes for ralloc.c functions.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
913
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
914 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
915 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
916 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
917 instead of gethostbyname()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
918 * process-unix.c: In unix_canonicalize_host_name() and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
919 unix_open_network_stream(), add code to use getaddrinfo()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
920 instead of gethostbyname().
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
921
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
922 2000-01-27 Daniel Pittman <daniel@danann.net>
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
923
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
924 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
925 libs when built with flat Athena.
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
926
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
927 2000-01-27 Martin Buchholz <martin@xemacs.org>
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
928
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
929 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
930 Use coding standards for function prototypes.
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
931
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
932 2000-01-25 Martin Buchholz <martin@xemacs.org>
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
933
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
934 * dialog-msw.c (push_lisp_string_as_unicode):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
935 * doc.c (unparesseuxify_doc_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
936 * dired.c (Fuser_name_completion_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
937 * dired.c (Fuser_name_all_completions):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
938 * dired.c (free_user_cache):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
939 * dired.c (user_name_completion):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
940 * console-x.c (get_display_arg_connection):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
941 * minibuf.c (clear_echo_area_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
942 * minibuf.c (echo_area_append):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
943 * eldap.c (Fldap_open):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
944 * eldap.c (Fldap_search_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
945 * frame-x.c (x_set_frame_text_value):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
946 * frame-x.c (x_set_frame_properties):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
947 * frame-x.c (x_create_widgets):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
948 * redisplay-tty.c (term_get_fkeys_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
949 * objects-x.c (x_parse_nearest_color):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
950 * objects-x.c (x_valid_color_name_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
951 * objects-x.c (x_initialize_font_instance):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
952 * objects-x.c (x_list_fonts):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
953 * objects-x.c (x_find_charset_font):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
954 * tooltalk.c (Fadd_tooltalk_message_arg):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
955 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
956 * tooltalk.c (Fadd_tooltalk_pattern_arg):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
957 * process-unix.c (unix_create_process):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
958 * ntproc.c (sys_spawnve):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
959 * sound.c (Fplay_sound_file):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
960 * sound.c (Fplay_sound):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
961 * buffer.c (init_initial_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
962 * buffer.c (init_buffer):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
963 * editfns.c (init_editfns):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
964 * editfns.c (Ftemp_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
965 * editfns.c (Fuser_full_name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
966 * editfns.c (uncache_home_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
967 * editfns.c (get_home_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
968 * editfns.c (Fuser_home_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
969 * editfns.c (Fformat_time_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
970 * editfns.c (Fcurrent_time_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
971 * gui-x.c (button_item_to_widget_value):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
972 * database.c (Fopen_database):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
973 * event-Xt.c (x_to_emacs_keysym):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
974 * event-Xt.c (x_event_to_emacs_event):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
975 * event-Xt.c (describe_event_window):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
976 * event-msw.c (mswindows_wnd_proc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
977 * glyphs-eimage.c (jpeg_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
978 * glyphs-eimage.c (gif_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
979 * glyphs-eimage.c (png_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
980 * glyphs-eimage.c (tiff_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
981 * glyphs-x.c (xbm_instantiate_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
982 * glyphs-x.c (x_xbm_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
983 * glyphs-x.c (x_xface_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
984 * glyphs-x.c (autodetect_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
985 * glyphs-x.c (cursor_font_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
986 * glyphs-x.c (x_widget_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
987 * glyphs-x.c (x_widget_set_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
988 * glyphs-x.c (x_widget_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
989 * glyphs-x.c (BUILD_GLYPH_INST):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
990 * print.c (write_string_to_stdio_stream):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
991 * print.c (output_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
992 * print.c (Falternate_debugging_output):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
993 * print.c (Fexternal_debugging_output):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
994 * glyphs-msw.c (extract_xpm_color_names):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
995 * glyphs-msw.c (mswindows_xpm_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
996 * glyphs-msw.c (bmp_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
997 * glyphs-msw.c (resource_name_to_resource):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
998 * glyphs-msw.c (mswindows_resource_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
999 * glyphs-msw.c (xbm_instantiate_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1000 * glyphs-msw.c (mswindows_xbm_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1001 * glyphs-msw.c (mswindows_xface_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1002 * glyphs-msw.c (mswindows_widget_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1003 * glyphs-msw.c (add_tree_item):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1004 * glyphs-msw.c (add_tab_item):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1005 * glyphs-msw.c (mswindows_combo_box_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1006 * glyphs-msw.c (mswindows_widget_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1007 * glyphs-msw.c (mswindows_combo_box_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1008 * glyphs-msw.c (mswindows_widget_set_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1009 * console.c (stuff_buffered_input):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1010 * objects-msw.c (mswindows_initialize_color_instance):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1011 * objects-msw.c (mswindows_valid_color_name_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1012 * objects-msw.c (mswindows_list_fonts):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1013 * objects-msw.c (mswindows_font_instance_truename):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1014 * bytecode.c (optimize_compiled_function):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1015 * select-x.c (symbol_to_x_atom):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1016 * select-x.c (x_atom_to_symbol):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1017 * select-x.c (hack_motif_clipboard_selection):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1018 * select-x.c (selection_data_to_lisp_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1019 * select-x.c (lisp_data_to_selection_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1020 * select-x.c (Fx_get_cutbuffer_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1021 * select-x.c (Fx_store_cutbuffer_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1022 * buffer.h (TO_EXTERNAL_FORMAT): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1023 * buffer.h (TO_INTERNAL_FORMAT): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1024 * emacs.c (make_arg_list_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1025 * emacs.c (make_argc_argv):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1026 * emacs.c (main_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1027 * emacs.c (Fdump_emacs):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1028 * emacs.c (split_string_by_emchar_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1029 * file-coding.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1030 * lisp.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1031 * lstream.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1032 * symsinit.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1033 * device-x.c (x_init_device):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1034 * device-x.c (Fx_valid_keysym_name_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1035 * device-x.c (Fx_get_font_path):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1036 * device-x.c (Fx_set_font_path):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1037 * glyphs.c (bitmap_to_lisp_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1038 * glyphs.c (pixmap_to_lisp_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1039 * alloc.c (make_ext_string): Use coding system arguments. Update
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1040 all callers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1041 * alloc.c (build_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1042 * callproc.c (child_setup):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1043 * callproc.c (init_callproc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1044 * fileio.c (lisp_strerror):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1045 * fileio.c (directory_file_name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1046 * fileio.c (Fexpand_file_name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1047 * fileio.c (Ffile_truename):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1048 * fileio.c (Fsysnetunam):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1049 * fileio.c (Fdo_auto_save):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1050 * sysdep.c (sys_readdir):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1051 * tests.c: New file. Allow adding C tests.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1052 Replace GET_* macros with a more comprehensible and flexible
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1053 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1054 Modify all calls.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1055 Any coding system can be used to do format conversion.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1056 Eliminate enum external_data_format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1057 Eliminate convert_to_external_format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1058 Eliminate convert_to_internal_format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1059 Make sure file-name, keyboard, terminal, and ctext are always
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1060 defined as coding systems or aliases. Make
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1061 file-name-coding-system, terminal-coding-system, and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1062 keyboard-coding-system magical variables that are equivalent to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1063 defining the corresponding coding system aliases.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1064
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1065 * file-coding.c (Fcoding_system_canonical_name_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1066 * file-coding.c (Fcoding_system_alias_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1067 * file-coding.c (Fcoding_system_aliasee): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1068 * file-coding.c (append_suffix_to_symbol): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1069 * file-coding.c (dangling_coding_system_alias_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1070 * file-coding.c (Ffind_coding_system):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1071 * file-coding.c (Fcopy_coding_system):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1072 * file-coding.c (encode_coding_no_conversion):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1073 * file-coding.c (syms_of_file_coding):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1074 * file-coding.c (vars_of_file_coding):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1075 Rewrite coding system alias code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1076 Allow nested aliases, like symbolic links.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1077 Allow redefinition of coding system aliases.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1078 Prevent existence of dangling coding system aliases.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
1079
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1080 * dired.c (Fuser_name_completion_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1081 * dired.c (Fuser_name_all_completions):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1082 A crash would happen if user did QUIT in the middle of building
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1083 user_name_cache. Remove redundant code in mainline and unwind_protect.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
1084
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1085 * lisp.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1086 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
1087
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1088 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1089 an unsigned char *. Update all callers.
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
1090
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1091 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
1092
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1093 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1094
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1095 2000-01-25 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1096
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1097 * elhash.c (hentry_description): Use more portable definition.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1098 (resize_hash_table): Initialize new hentries using
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1099 xnew_array_and_zero, thereby simplifying the code.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1100
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1101 * mule-charset.c (make_charset): Make sure entire object is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1102 intialized, to avoid Purify warnings.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1103
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1104 * alloc.c (resize_string): Fix unlikely crash with big strings.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1105
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1106 2000-01-24 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1107
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1108 * realpath.c (xrealpath):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1109 Don't call getwd().
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1110
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1111 2000-01-25 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1112
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1113 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1114
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1115 1999-12-28 Max Matveev <max@melbourne.sgi.com>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1116
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1117 * unexelfsgi.c (unexec): Change the way we decide which segment
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1118 should be extended.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1119
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1120 Assumption that .bss section should be outside the PT_LOADable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1121 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1122 it's present) is inside the 'data' segment. This would fail the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1123 test which was used to find a segment to grow and cover new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1124 heap. Instead of this assumption, I created another one - on IRIX
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1125 the segment to grow should start below .bss and it's address
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1126 should extent above the end of .bss. Once this segment is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1127 identified, it's grown to accommodate the new heap and new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1128 zero-length .bss section is added at the end of .data2.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1129
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1130 2000-01-25 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1131
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1132 * eval.c (Feval): Wrong number of arguments should use original
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1133 function, not the indirect_function version of it.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1134
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1135 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1136
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1137 * glyphs-x.c (x_button_instantiate): Don't add image if
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1138 it is not a pixmap.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1139 (x_locate_pixmap_file): Call Fexpand_file_name when file name
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1140 is relative.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1141
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1142 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1143
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1144 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1145 declaration.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1146 (DEFVAR_INT_MAGIC): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1147 (DEFVAR_BOOL_MAGIC): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1148 * glyphs.h: Reindent backslash.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
1149
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1150 2000-01-24 Martin Buchholz <martin@xemacs.org>
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
1151
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1152 * glyphs-widget.c (layout_query_geometry):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1153 (layout_layout): Use correct types for gheight, gwidth.
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
1154
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1155 2000-01-24 Martin Buchholz <martin@xemacs.org>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
1156
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1157 * EmacsManager.c (QueryGeometry): Purified.
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
1158
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1159 2000-01-23 Martin Buchholz <martin@xemacs.org>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
1160
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1161 * alloc.c (make_float): Make sure entire object is intialized, to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1162 avoid Purify warnings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1163 (pdump_register_sub): Remove useless assignment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1164 (pdump): Use xmalloc, not malloc.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1165 (pdump_load): Use xmalloc, not malloc.
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
1166
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1167 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
1168
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1169 * callproc.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1170 * dired-msw.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1171 * fileio.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1172 * process-nt.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1173 * redisplay-msw.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1174 * sysdep.c: Removed redundant #include <windows.h>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
1175
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1176 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
1177
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1178 * frame.c (delete_frame_internal): Do not delete device when its
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1179 implementation so declares.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1180 (delete_frame_internal): Set device selected frame to nil when
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1181 last frame goes away.
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1182
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1183 * device-msw.c (msprinter_device_system_metrics): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1184 (mswindows_device_system_metrics): Added 'device-dpi property.
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
1185
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1186 * device.c: (Fdevice_printer_p): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1187 Added 'offset-workspace device metric.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1188
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1189 * console.h (device_metrics): Declared DM_offset_workspace.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1190
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1191 2000-01-23 Martin Buchholz <martin@xemacs.org>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1192
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1193 * fileio.c (Ffile_truename): Remove pointless and confusing
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1194 initialization of elen.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1195
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1196 * glyphs-widget.c: Compiler warning fixes.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1197
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1198 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1199
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1200 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1201 instead of a Lisp_Object as argument to make it consistent with
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1202 the other LIVE_P macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1203 (CHECK_LIVE_PROCESS): New macro.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1204
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1205 * process.c: Declare Qprocess_live_p.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1206 (Fprocess_live_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1207 (create_process): Use PROCESS_LIVE_P.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1208 (read_process_output): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1209 (set_process_filter): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1210 (Fdelete_process): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1211 (kill_buffer_processes): Ditto
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1212 (process_send_signal): Use CHECK_LIVE_PROCESS.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1213 (Fprocess_input_coding_system): Check whether process is still
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1214 alive (fix PR#1061).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1215 (Fprocess_output_coding_system): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1216 (Fprocess_coding_system): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1217 (Fset_process_input_coding_system): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1218 (Fset_process_output_coding_system): Ditto.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1219
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1220 2000-01-23 Andy Piper <andy@xemacs.org>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1221
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1222 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1223 layout and widget.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1224
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1225 * glyphs.c (mark_image_instance): take into account changed
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1226 image_instance format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1227 (image_instance_equal): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1228 (image_instance_hash): ditto.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1229
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1230 * glyphs-widget.c (widget_instantiate): Incorporate layout
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1231 instantiation here. Delay layout of the layout until later.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1232 (layout_instantiate): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1233 (layout_query_geometry): new function. get the geometry of a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1234 layout.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1235 (layout_layout): layout a layout dynamically.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1236 (image_instantiator_widget): New function - splitting up
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1237 image_instantiator_format_create_glyphs_widget for netwinder
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1238 compilation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1239 (image_instantiator_buttons):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1240 (image_instantiator_edit_fields):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1241 (image_instantiator_combo_box):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1242 (image_instantiator_scrollbar):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1243 (image_instantiator_progress_guage):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1244 (image_instantiator_tree_view):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1245 (image_instantiator_tab_control):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1246 (image_instantiator_labels):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1247 (image_instantiator_layout): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1248 (image_instantiator_format_create_glyphs_widget): Call preceeding
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1249 functions.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1250
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1251 2000-01-22 Martin Buchholz <martin@xemacs.org>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1252
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1253 * process.c (Fset_process_coding_system):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1254 * device-x.c (Fx_keysym_hash_table):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1255 Docstring fixes.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1256
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1257 * lstream.c (Lstream_write): Return documented value, not 0.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1258
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1259 * fileio.c (directory_file_name):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1260 (Fsubstitute_in_file_name):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1261 (Fsubstitute_insert_file_contents_internal):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1262 (Fwrite_region_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1263 * emacs.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1264 * sysdep.c:
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1265 * getloadavg.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1266 * systty.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1267 Remove vestigial APOLLO-conditional code.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1268
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1269 2000-01-21 Martin Buchholz <martin@xemacs.org>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1270
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1271 * getpagesize.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1272 * libsst.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1273 * libst.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1274 * line-number.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1275 * ndir.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1276 * sysfloat.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1277 * sysfile.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1278 * sysproc.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1279 * syswait.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1280 * xintrinsic.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1281 * xintrinsicp.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1282 * xmmanager.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1283 * xmmanagerp.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1284 * xmprimitive.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1285 * xmu.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1286 * gpmevent.h: Add copyright statement. Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1287 * miscplay.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1288 * *.h: Use consistent C-standards-approved guard macro names.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1289
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
1290 * opaque.c (make_opaque): Switch parameter order.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1291 * opaque.h (make_opaque): Switch parameter order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1292 Update all callers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1293 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1294
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1295 * config.h.in (type_checking_assert): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1296 (bufpos_checking_assert): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1297
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1298 2000-01-21 Martin Buchholz <martin@xemacs.org>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1299
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1300 * alloc.c: Harmless pdump changes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1301 - Use countof().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1302 - spell alignment correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1303 * sysdep.c: Use countof()
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
1304
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1305 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1306
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1307 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1308 initially_selected_for_input() console method, default to 0.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1309 (semi_canonicalize_console_connection): Try to delegate to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1310 canonicalize_console_connection if no such console method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1311 (canonicalize_console_connection): Vice versa.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1312 (print_console): Do not print nil connection.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
1313
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1314 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1315 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1316 (XDEVIMPF_FRAMELESS_OK): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1317 (CONSOLE_INHERITS_METHOD): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1318
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1319 * console-msw.c (mswindows_canonicalize_console_connection):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1320 Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1321 (mswindows_canonicalize_device_connection): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1322
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1323 * console-msw.h (struct msprinter_device): Added this struct and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1324 accessor macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1325 (mswindows_device): Made fontlist a lisp object.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1326
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1327 * device.c (semi_canonicalize_device_connection): Try to delegate
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1328 to canonicalize_device_connection if no such console method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1329 (canonicalize_device_connection): Vice versa.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1330 (print_device): Do not print nil connection.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1331
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1332 * device-msw.c (mswindows_init_device): Call InitCommonControls
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1333 when have widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1334 (mswindows_delete_device): Removed fontlist deallocation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1335 (mswindows_mark_device): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1336
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1337 * events.c (event_equal): Added abort() at unreached code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1338 (event_hash): Ditto.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1339
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1340 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1341 fallback tags of Windows devices.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1342
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1343 * general.c (syms_of_general): Initialized Qmsprinter.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1344
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1345 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1346 of fallback tags of Windows devices.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1347
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1348 * lisp.h: Declared Qmsprinter.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1349
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1350 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1351 of strings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1352 (mswindows_list_fonts): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1353 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1354 that it can be used by both mswindows and msprinter devices.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1355 (initialize_font_instance): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1356 (mswindows_initialize_font_instance): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1357 (msprinter_initialize_font_instance): Added.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1358
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1359 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1360 and implementation flags check.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1361 (redisplay_without_hooks): Changed the call to the above.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1362 (Fredraw_device): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1363 (Fredisplay_device): Ditto.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1364
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1365 * redisplay-msw.c (get_frame_dc): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1366 (get_frame_compdc): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1367 (many functions): Use the two functions above to get device
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1368 contexts, ether for a window or a printer.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1369
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1370 2000-01-21 Olivier Galibert <galibert@pobox.com>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1371
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1372 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1373 initialization here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1374 (init_symbols_once_early): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1375 * emacs.c (main_1): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1376 * symsinit.h: Declare it.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1377
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1378 2000-01-19 Olivier Galibert <galibert@pobox.com>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1379
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1380 * alloc.c: Use a lrecord_header * in the backtrace instead of a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1381 Lisp_Object.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1382 (pdump_backtrace): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1383 (pdump_register_object): Ditto. Cleanup use of the pointers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1384 (pdump_get_entry): Abort if trying to register a null pointer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1385 (pdump_dump_data): Cleanup types when relocating.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1386 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1387 (pdump_dump_rtables): Remove bad casts.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1388 (pdump_load): Cleanup relocation w.r.t union type. Use a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1389 Lisp_Object instead of a EMACS_INT for the hashtable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1390 reorganization.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1391
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1392 2000-01-20 Martin Buchholz <martin@xemacs.org>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1393
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1394 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1395
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1396 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1397
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1398 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1399
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1400 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1401
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1402 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1403
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1404 * faces.h (FACE_STRIKETHRU_P): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1405
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1406 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1407 of font variants.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
1408
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1409 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1410 (mswindows_set_dc_font): New function, aware of font variants,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1411 separated from mswindows_update_dc.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1412
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1413 * objects-msw.h (struct mswindows_font_instance_data): Added
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1414 definition.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1415
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1416 * objects-msw.c (mswindows_finalize_font_instance): Delete all
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1417 cached fonts and the data structure.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1418 (mswindows_initialize_font_instance): Added creation of font data
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1419 structure.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1420 (mswindows_print_font_instance): Print at least something.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1421 (mswindows_create_font_variant): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1422 (mswindows_get_hfont): Implemented.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1423
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1424 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1425
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1426 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1427 prototyping problem with msvc.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1428
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1429 * emacs.c (main_1): added syms_of_gui_mswindows() call
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1430
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1431 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1432 syms_of_gui_mswindows() function
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1433
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1434 * symsinit.h: added the prototype for syms_of_gui_mswindows()
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1435
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1436 2000-01-18 Martin Buchholz <martin@xemacs.org>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1437
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1438 * XEmacs 21.2.27 is released.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1439
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1440 2000-01-18 Martin Buchholz <martin@xemacs.org>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1441
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1442 * glyphs-eimage.c (struct tiff_error_struct):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1443 (tiff_error_func):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1444 (tiff_warning_func):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1445 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
1446
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1447 * unexmips.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1448 * unexhp9k3.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1449 * unexfreebsd.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1450 * unexec.c: Remove vestigial Lucid C code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1451 * unexalpha.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1452 * unexaix.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1453 * termcap.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1454 * libsst.c: Ansify.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1455 Remove declarations of errno and strerror().
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1456
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1457 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1458
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1459 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1460
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1461 2000-01-16 Martin Buchholz <martin@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1462
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1463 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1464 Optimize.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1465
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1466 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1467
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1468 * md5.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1469 * file-coding.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1470 * file-coding.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1471 Change enum eol_type to eol_type_t.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1472
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1473 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1474
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1475 * gui.c (get_gui_callback): Check cons before accessing car.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1476
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1477 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1478
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1479 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1480 (XSETSPECIFIER_TYPE): Ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
1481
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1482 2000-01-17 Didier Verna <didier@xemacs.org>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1483
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1484 * redisplay.c (generate_fstring_runes): compute string size in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1485 characters, not bytes.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1486
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1487 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1488
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1489 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1490
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1491 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1492
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1493 * print.c (print_error_message): Call print_prepare().
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1494
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1495 2000-01-14 Martin Buchholz <martin@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1496
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1497 * .dbxrc: Renamed from dbxrc.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1498
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1499 * events.c (event_to_character):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1500 Use `assert (foo)' instead of `if (!foo) abort()'
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1501
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1502 * .gdbinit (xtype): Add documentation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1503 * .gdbinit (check-temacs): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1504 * .gdbinit (check-xemacs): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1505 * dbxrc (check-xemacs): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1506 * dbxrc (check-xemacs): New function.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1507
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1508 2000-01-14 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1509
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1510 * glyphs-widget.c (widget_query_geometry): Make sure that we
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1511 calculate default dimensions correctly.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1512
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1513 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1514
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1515 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1516
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1517 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1518 pdump_wire'd variable.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1519
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1520 * emacs.c: (main_1): Conditionalized calls to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1521 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1522
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1523 2000-01-13 Martin Buchholz <martin@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1524
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1525 * window.c (Fset_window_configuration):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1526 * sysdep.c (_start):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1527 * input-method-motif.c (res):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1528 * event-Xt.c (Xt_process_to_emacs_event):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1529 Simple compiler warning fixes.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1530
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1531 * bytecode.c (funcall_compiled_function): Use the original
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1532 function symbol on the backtrace list in preference to the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1533 compiled_function object in error messages.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1534
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1535 2000-01-13 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1536
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1537 * glyphs-x.c (update_widget_face): Make sure we update the widget
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1538 background as well as foreground.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1539
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1540 2000-01-13 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1541
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1542 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1543 fields to subwindow.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1544 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1545 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1546 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1547 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1548
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1549 * glyphs-widget.c (check_valid_tab_orientation): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1550 (initialize_widget_image_instance): zero orientation and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1551 justification.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1552 (widget_instantiate): pick up orientation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1553 (tab_control_query_geometry): return appropriate values for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1554 vertical tabs.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1555
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1556 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1557 appropriate creation flags for left, right and bottom tabs.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1558
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1559 * s/cygwin32.h: add tab definitions.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1560
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1561 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1562
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1563 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1564 frame upon hiding a subwindow.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1565 (mswindows_button_instantiate): Changed the push button style to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1566 BS_PUSHBUTTON.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1567 (mswindows_button_instantiate): Removed button BS_NOTIFY
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1568 style.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1569 (mswindows_button_instantiate): Removed redundant check for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1570 a disabled gui item.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1571 (mswindows_button_instantiate): Made use of WS_TABSTOP
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1572 consistent: "operable" controls (edit, button, tree, scroll) have
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1573 this style, "display-only" ones (static, progress gauge) do
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1574 not. This style is currently ignored by XEmacs though. Also,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1575 removed the WS_EX_CONTROLPARENT style - it is not for children,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1576 it is for their parents!
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1577 (mswindows_edit_field_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1578 (mswindows_progress_gauge_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1579 (mswindows_tree_view_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1580 (mswindows_tab_control_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1581 (mswindows_scrollbar_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1582 (mswindows_combo_box_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1583 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1584 style to the "clip" window.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1585 (mswindows_button_instantiate): Removed compilation warning by
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1586 equally typing terms of the ?: operator.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1587
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1588 2000-01-12 Didier Verna <didier@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1589
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1590 * redisplay.c (generate_fstring_runes): new parameter holding the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1591 last modeline-format extent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1592 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1593 extent, fill the glyph block with it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1594 (generate_fstring_runes): handle these parameters.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1595 (generate_formatted_string_db): ditto.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1596
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1597 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1598 glyphs'extents in the modeline.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1599
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1600 1999-01-11 Mike Woolley <mike@bulsara.com>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1601
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1602 * ntheap.c: Reduced the reserved heap space from 1Gb down to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1603 256Mb, as a workaround for the non-starting problem many people
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1604 have experienced.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1605
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1606 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1607
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1608 * console-tty.c (Fset_console_tty_output_coding_system):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1609 Force redrawing tty frame.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
1610
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1611 2000-01-10 Didier Verna <didier@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1612
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1613 * redisplay.c (generate_fstring_runes): fix size computation bug.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1614
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1615 2000-01-09 William M. Perry <wmperry@aventail.com>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1616
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1617 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1618
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1619 2000-01-09 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1620
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1621 * glyphs-msw.c: index -> i to avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1622 (xbm_create_bitmap_from_data): make static.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1623 (check_valid_string_or_int): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1624 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1625
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1626 * glyphs-x.c (x_update_subwindow): remove unused args.
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
1627
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1628 * glyphs.c (glyph_image_instance): return the thing. Don't set the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1629 back pointer - this is done in allocate_image_instance.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1630 (query_string_font): return Qnil to make the compiler happy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1631 (unmap_subwindow): set to ~0 to make the compiler happy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1632 (glyph_query_geometry): comment out until used.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1633 (glyph_layout): ditto.
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
1634
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1635 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
1636
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
1637 * insdel.c (signal_after_change): Remove extraneous unbind_to().