annotate src/ChangeLog @ 422:95016f13131a r21-2-19

Import from CVS: tag r21-2-19
author cvs
date Mon, 13 Aug 2007 11:25:01 +0200
parents 41dbb7a9d5f2
children 11054d720c21
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
422
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
1 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
2
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
3 * XEmacs 21.2.19 is released
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
4
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
5 1999-07-27 Jeff Miller <jmiller@smart.net>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
6
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
7 * add a "#ifdef HAVE_MENUBARS" wrapper to gui.c around
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
8 menubar_show_keybindings.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
9
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
10 1999-07-23 SL Baur <steve@miho>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
11
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
12 * mule-charset.c (syms_of_mule_charset): Delete duplicated
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
13 definition of Qccl_program.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
14
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
15 * mule-ccl.h: Make a global declaration of it here.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
16
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
17 1999-07-20 Bob Weiner <weiner@beopen.com>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
18
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
19 * s/sco7.h: Added from rr@sco.com.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
20
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
21 1999-06-25 MORIOKA Tomohiko <tomo@etl.go.jp>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
22
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
23 * mule-ccl.c (ccl_driver): Fix `CCL_WriteMultibyteChar2'.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
24
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
25 1999-06-24 MORIOKA Tomohiko <tomo@etl.go.jp>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
26
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
27 * file-coding.c (mule_decode): Setup `str->ccl.last_block'.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
28 (mule_encode): Likewise.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
29
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
30 * mule-ccl.c (Qccl_program): New variable.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
31 (CCL_SUSPEND): New macro.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
32 (CCL_INVALID_CMD): New macro.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
33 (CCL_READ_CHAR): Don't regard as invalid command while processing
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
34 the last block even if input is empty; use
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
35 `CCL_STAT_SUSPEND_BY_SRC' instead of `CCL_STAT_SUSPEND'.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
36 (vars_of_mule_ccl): Setup `Qccl_program' and `Qccl_program_idx'.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
37
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
38 * mule-ccl.h (CCL_STAT_SUCCESS): Moved from mule-ccl.c.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
39 (CCL_STAT_SUSPEND_BY_SRC): Imported from Emacs 20.3.10.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
40 (CCL_STAT_SUSPEND_BY_DST): Likewise.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
41 (CCL_STAT_INVALID_CMD): Moved from mule-ccl.c; change value from 2.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
42 (CCL_STAT_QUIT): Moved from mule-ccl.c; change value from 3.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
43
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
44 1999-05-04 Ken'ichi Handa <handa@gnu.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
45
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
46 * mule-ccl.h (struct ccl_program): New member stack_idx.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
47
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
48 * mule-ccl.c (ccl_prog_stack_struct): Declare it as static.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
49 (ccl_driver): Setup stack_idx and ccl_prog correctly. Update them
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
50 before returing.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
51 (setup_ccl_program): Initialize ccl->stack_idx to 0.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
52
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
53 1998-10-12 Kenichi Handa <handa@etl.go.jp>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
54
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
55 * mule-ccl.c (CCL_DECODE_SJIS, CCL_ENCODE_SJIS): Swap the
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
56 definitions.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
57
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
58 1998-08-18 Kenichi Handa <handa@etl.go.jp>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
59
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
60 * mule-ccl.c (CCL_READ_CHAR): If eof is encounterd while
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
61 processing the last block, don't just finish but processes eol
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
62 block of the current CCL program.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
63 (ccl_driver): Add a new jump label ccl_repeat for the above
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
64 change.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
65
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
66 1998-04-15 Kenichi Handa <handa@etl.go.jp>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
67
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
68 * mule-ccl.c: Typo in comments fixed.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
69 (Qccl_program_idx): New variables.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
70 (CCL_ReadMultibyteChar2): Macro name changed from
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
71 CCL_ReadMultibyteCharacter.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
72 (CCL_WriteMultibyteChar2): Macro name changed from
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
73 CCL_WriteMultibyteChar2.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
74 (ccl_driver): Adjusted for the above changes.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
75 (resolve_symbol_ccl_program): New function.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
76 (Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
77 program. If CCL-PRGRAM is a vector, convert symbols in it to ID
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
78 numbers by resolve_symbol_ccl_program.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
79 (Fccl_execute_on_string): Likewise.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
80 (Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
81 convert symbols in it to ID numbers by resolve_symbol_ccl_program.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
82
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
83 1998-01-21 Kenichi Handa <handa@etl.go.jp>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
84
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
85 * mule-ccl.h: (struct ccl_program): New member private_state.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
86
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
87 * mule-ccl.c
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
88 (CCL_Call): Fix the comment.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
89 (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter): New
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
90 macros for CCL Commands.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
91 (EXCMD): New macro.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
92 (ccl_driver): New case lable `CCL_Extention'.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
93 (setup_ccl_program): Initialize the member `private_state' of CCL.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
94
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
95 1999-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
96
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
97 * keymap.c (copy_keymap_internal): Inherit the default binding.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
98
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
99 1999-07-14 Kazuyuki IENAGA <kazz@imasy.or.jp>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
100
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
101 * event-Xt.c (handle_focus_event_1): Re-enable Motif/XIM to get
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
102 focus the event (XIM_focus_event).
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
103 (emacs_Xt_handle_magic_event): No side effect on Motif/XIM because
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
104 XIM_SetGeometry does nothing in input_method_motif.c, but re-unify
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
105 the interface for future use (XIM_SetGeometry).
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
106 * redisplay-x.c (x_output_string): Re-enable Motif/XIM to set spot
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
107 location (XIM_SetSpotLocation).
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
108 (x_output_eol_cursor): Ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
109
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
110 1999-07-17 Gunnar Evermann <ge204@eng.cam.ac.uk>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
111
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
112 * gdbinit (pobj): change lrecord_foo to &lrecord_foo to match
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
113 Olivier's change to lrecord.h of 1999-04-22
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
114
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
115 1999-07-20 Robert Pluim <rpluim@bigfoot.com>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
116
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
117 * gutter.c (redraw_exposed_gutter): Change type of pos from
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
118 enum toolbar_pos -> enum gutter_pos, since former is only defined
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
119 if toolbar support is.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
120
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
121 1999-07-19 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
122
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
123 * glyphs-x.c (x_resize_subwindow): cope with widgets as well as
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
124 subwindows.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
125
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
126 * gutter.c (gutter_validate): new function for the gutter specifier.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
127 (specifier_type_create_gutter): declare specifier validator.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
128
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
129 * buffer.h (INC_CHARBYTIND): add for no error checking version.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
130
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
131 1999-07-18 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
132
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
133 * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
134
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
135 * glyphs-msw.c (console_type_create_glyphs_mswindows): add
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
136 resize_subwindow.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
137 (mswindows_resize_subwindow): new function.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
138
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
139 * gutter.c (redraw_exposed_gutter): only reset the
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
140 current_display_lines if non-zero.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
141 (Fgutter_pixel_height): new function.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
142 (Fgutter_pixel_width): new function.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
143
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
144 * event-msw.c (mswindows_wnd_proc): set the mask of the parameter
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
145 we want to retrive from the tab control.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
146
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
147 1999-07-17 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
148
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
149 * window.c (change_window_height): mark gutters changed when we're
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
150 done.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
151
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
152 * gutter.c (specifier_vars_of_gutter): make defaults more
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
153 sensible.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
154
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
155 * gutter.h (WINDOW_REAL_GUTTER_BORDER_WIDTH): adjust to be 0 for 0
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
156 height gutter.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
157 (DEFAULT_GUTTER_WIDTH): change.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
158 (DEFAULT_GUTTER_BORDER_WIDTH): change.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
159
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
160 1999-07-18 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
161
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
162 * redisplay.c (add_emchar_rune): use XSTRING_DATA not string_data.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
163
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
164 1999-07-16 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
165
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
166 * frame.c (Fmake_frame): call init_frame_gutters().
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
167
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
168 * redisplay.c (add_emchar_rune): use string functions if we are
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
169 working with a string.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
170 (position_redisplay_data_type): add string element.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
171
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
172 1999-07-15 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
173
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
174 * winslots.h: add real_gutter_size slots to hold the actual gutter
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
175 size. This is important for autodetected sizes.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
176
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
177 * gutter.c (calculate_gutter_size): calculate size for gutters
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
178 that have 'autodetect size.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
179
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
180 * redisplay-msw.c (mswindows_output_vertical_divider): adjust
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
181 extent of divider for gutters.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
182
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
183 * redisplay-x.c (x_output_vertical_divider): adjust extent of
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
184 divider for gutters.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
185
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
186 * scrollbar.c (update_scrollbar_instance): adjust scrollbar
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
187 position to take into account the gutters.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
188
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
189 * redisplay.c (generate_modeline): adjust modeline position to
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
190 take into account the gutters.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
191
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
192 1999-07-14 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
193
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
194 * gutter.c (frame_topmost_window): new function.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
195 (frame_bottommost_window): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
196 (frame_leftmost_window): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
197 (frame_rightmost_window): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
198
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
199 1999-07-13 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
200
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
201 * redisplay.c (calculate_display_line_boundaries): use text
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
202 boundaries so that gutters get handled properly.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
203
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
204 1999-07-12 Andy Piper <andy@xemacs.org>
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
205
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
206 * glyphs-x.c (x_widget_instantiate): set the font Motif-style if
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
207 we're using Motif.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
208
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
209 * redisplay-output.c (redisplay_clear_to_window_end): generalised
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
210 from redisplay-x.c
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
211
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
212 * redisplay-x.c (redisplay_clear_to_window_end): moved to
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
213 redisplay.c
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
214
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
215 * redisplay-msw.c (redisplay_clear_to_window_end): deleted.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
216
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
217 * gutter.c: new file - implements gutters. All new functions are
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
218 semantically equivalent to the toolbar functions.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
219 (gutter_was_visible): new function.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
220 (get_gutter_coords): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
221 (output_gutter): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
222 (clear_gutter): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
223 (update_frame_gutters): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
224 (redraw_exposed_gutter): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
225 (redraw_exposed_gutters): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
226 (free_frame_gutters): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
227 (init_frame_gutters): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
228 (decode_gutter_position): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
229 (Fset_default_gutter_position): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
230 (Fset_default_gutter_position): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
231 (Fdefault_gutter_position): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
232 (gutter_after_change): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
233 (Fgutter_specifier_p): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
234 (recompute_overlaying_specifier): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
235 (gutter_specs_changed): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
236 (default_gutter_specs_changed): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
237 (gutter_geometry_changed_in_window): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
238 (default_gutter_size_changed_in_window): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
239 (default_gutter_border_width_changed_in_window): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
240 (default_gutter_visible_p_changed_in_window): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
241 (syms_of_gutter): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
242 (vars_of_gutter): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
243 (specifier_type_create_gutter): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
244 (specifier_vars_of_gutter): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
245
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
246 * gutter.h: new file. Contains gutter constants and sizing macros
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
247 similar to those for the toolbar.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
248
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
249 * winslots.h: add gutter variables.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
250
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
251 * window.h: declare window_is_* functions.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
252
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
253 * window.c (window_is_lowest): make non-static.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
254 (window_is_highest): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
255 (window_top_toolbar_height): deleted.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
256 (window_bottom_toolbar_height): deleted.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
257 (window_left_toolbar_width): deleted.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
258 (window_right_toolbar_width): deleted.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
259 (window_top_gutter_height): add gutter sizing.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
260 (window_bottom_gutter_height): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
261 (window_left_gutter_width): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
262 (window_right_gutter_width): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
263
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
264 * symsinit.h: declarations for gutters vars etc.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
265
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
266 * search.c (bi_find_next_emchar_in_string): new function.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
267
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
268 * scrollbar.c (update_scrollbar_instance): remove reference to
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
269 window_bottom_toolbar_height which did nothing.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
270
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
271 * redisplay.h (struct display_line): add face indices for
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
272 overriding defaults in output_display_line.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
273 Add gutter_changed flags and declarations.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
274
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
275 * redisplay.c (create_string_text_block): new function, similar to
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
276 create_text_block but for strings. Display tables etc are used
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
277 from the currently selected window.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
278 (generate_string_display_line): ditto. Similar to
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
279 generate_display_line.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
280 (generate_displayable_area): generate display lines for a given
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
281 area on a frame. Input is the string, with associated extents, to
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
282 display.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
283 (redisplay_frame): add gutter_changed check.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
284 (redisplay_device): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
285 (redisplay_without_hooks): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
286
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
287 * redisplay-x.c (bevel_modeline): moved to redisplay.c.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
288 (x_redraw_exposed_area): redraw exposed gutters.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
289 (x_bevel_area): new redisplay device method.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
290 (x_type_create_redisplay_mswindows): add bevel_area device method.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
291 (x_output_display_block): fiddly Martin-style cleanup.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
292 (x_output_vertical_divider): use bevel_area.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
293
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
294 * redisplay-output.c (output_display_line): check display_lines
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
295 for face information before using defaults.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
296 (bevel_modeline): new function, calls bevel_area with appropriate
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
297 values.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
298
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
299 * redisplay-msw.c (bevel_modeline): moved to redisplay.c.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
300 (mswindows_redraw_exposed_area): redraw exposed gutters.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
301 (mswindows_bevel_area): new redisplay device method.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
302 (console_type_create_redisplay_mswindows): add bevel_area device
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
303 method.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
304
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
305 * indent.c (string_column_at_point): add column_at_point but for
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
306 strings.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
307
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
308 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
309 instantiate widgets that we have a toolkit for.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
310
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
311 * general.c: add Qgutter.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
312
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
313 * frame.h (struct frame): add display lines for gutters and
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
314 visibility flags.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
315
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
316 * frame.c (set_frame_selected_window): mark gutters changed.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
317
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
318 * emacs.c (main_1): add gutter initialisation.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
319
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
320 * device.h (struct device): add gutter_changed flag and macros to
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
321 manipulate it.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
322
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
323 * console.h (struct console_methods): new bevel area redisplay
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
324 method.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
325
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
326 * buffer.h (REAL_INC_CHARBYTIND): new macro for strings as
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
327 REAL_INC_BYTIND is for buffers.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
328 (INC_CHARPTR): ditto.
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
329
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
330 * Makefile.in.in (objs): add gutter.o
95016f13131a Import from CVS: tag r21-2-19
cvs
parents: 420
diff changeset
331
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
332 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
333
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
334 * XEmacs 21.2.18 is released
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
335
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
336 1999-07-08 SL Baur <steve@mule.m17n.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
337
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
338 * event-Xt.c (handle_focus_event_1): Guard FRAME_X_XIC with
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
339 XIM_XLIB.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
340 (emacs_Xt_handle_magic_event): Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
341 * redisplay-x.c (x_output_string): Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
342 (x_output_eol_cursor): Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
343
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
344 1999-06-30 Kazuyuki IENAGA <kazz@imasy.or.jp>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
345
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
346 * event-Xt.c, input-method-xlib.c, redisplay-x.c: Avoid the
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
347 problem that when XIM is destroyed or missed with some reason,
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
348 xemacs will die. Now xim=xlib waits the XIM will be ready and
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
349 endures the case of XIM end up.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
350
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
351 1999-07-03 Gunnar Evermann <ge204@eng.cam.ac.uk>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
352
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
353 * tooltalk.c (init_tooltalk): save signal actions for SIGQUIT,
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
354 SIGINT and SIGCHLD before calling tt_open and restore the
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
355 afterwards. This fixes e.g. the zombie subprocesses on Solaris
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
356
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
357 1999-07-06 SL Baur <steve@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
358
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
359 * s/linux.h: gcc-2.8 changes for powerpc
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
360 From Justin Vallon <vallon@mindspring.com>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
361
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
362 1999-07-05 Didier Verna <verna@inf.enst.fr>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
363
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
364 * indent.c: new symbol Qcoerce.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
365 (Fmove_to_column): use it + doc string update.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
366
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
367 1999-07-04 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
368
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
369 * console.c: undo earlier Fprovide changes.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
370 * fns.c: ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
371 * console.h: ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
372
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
373 * console-tty.c (image_instantiator_format_create_glyphs_tty): new
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
374 function. validate appropriate image formats for tty.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
375
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
376 * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM):
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
377 initialize consoles parameter.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
378 (struct image_instantiator_methods): add consoles parameter.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
379 (IIFORMAT_VALID_CONSOLE): new function. validate the format on the
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
380 console.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
381 (INITIALIZE_DEVICE_IIFORMAT): validate the format on the given
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
382 console.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
383
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
384 * glyphs-msw.c: declare instantiators for later use.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
385 (image_instantiator_format_create_glyphs_mswindows): validate xpm
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
386 and friends on the mswindows console.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
387 * glyphs-x.c: ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
388
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
389 * glyphs.c (valid_image_instantiator_format_p): disallow glyphs
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
390 that have not been registered on the supplied device.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
391 (Fvalid_image_instantiator_format_p): add locale argument.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
392 (instantiate_image_instantiator): valid image instantiator on the
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
393 device.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
394
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
395 * symsinit.h: add image_instantiator_format_create_glyphs_tty()
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
396 declaration.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
397
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
398 * emacs.c (main_1): add call to
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
399 image_instantiator_format_create_glyphs_tty().
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
400
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
401 1999-06-29 Olivier Galibert <galibert@pobox.com>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
402
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
403 * lisp.h: Add #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
404
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
405 * sysdep.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
406 * symbols.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
407 * sheap.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
408 * opaque.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
409 * nt.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
410 * mule-charset.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
411 * marker.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
412 * file-coding.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
413 * extents.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
414 * elhash.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
415 * data.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
416 * chartab.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
417 * bytecode.c: Remove #include <stddef.h>.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
418 * alloc.c: Remove #include <stddef.h>. Fix vector description
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
419
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
420 1999-06-30 SL Baur <steve@miho.m17n.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
421
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
422 * editfns.c: Document "%s" format spec.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
423 Suggested by Bob Weiner <weiner@altrasoft.com>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
424
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
425 1999-06-29 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
426
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
427 * event-msw.c: fix definition booboo.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
428
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
429 1999-06-28 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
430
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
431 * glyphs-x.c: change tree -> tree-view, progress ->
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
432 progress_gauge, edit -> edit-field, tab -> tab-control, combo ->
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
433 combo-box.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
434 (complex_vars_of_glyphs_x): provide-on-console the implemented
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
435 widget types.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
436
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
437 * glyphs-msw.c: ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
438 (complex_vars_of_glyphs_mswindows): ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
439
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
440 * lisp.h: add Fprovide_on_console.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
441
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
442 * fns.c (Ffeaturep): add extra optional console argument.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
443 (Fprovide_on_console): like Fprovide but provides only on the
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
444 specified console-type.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
445 (Frequire): check console-features as well as global features.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
446
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
447 * console.c (Fconsole_features): new function. return features for
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
448 this console.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
449 (syms_of_console): add Fconsole_features.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
450
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
451 * console.h (CONMETH_FEATURES): new function for accessing features.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
452 (CONSOLE_FEATURES): ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
453 (struct console_methods): add features slot.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
454 (INITIALIZE_CONSOLE_TYPE): initialize features slot.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
455
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
456 1999-06-28 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
457
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
458 * event-Xt.c (handle_focus_event_1): conditionally compile for
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
459 X11R5.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
460
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
461 * s/cygwin32.h: fix me website address.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
462
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
463 * event-msw.c: add NMHDR for pre b20 cygwin builds.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
464
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
465 * gui-x.c (button_item_to_widget_value): only add callback if it
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
466 is non-nil.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
467
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
468 * glyphs-x.c: add progress, edit and combo instantiators.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
469 (x_widget_set_property): new function. uses lwlib to set widget
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
470 values.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
471 (x_widget_property): new function. uses lwlib to get widget
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
472 values.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
473 (x_button_instantiate): support images in buttons.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
474 (x_button_property): new function. use lwlib to get the selected
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
475 state.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
476 (x_progress_instantiate): new function for instantiating progress
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
477 gauges.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
478 (x_progress_set_property): new function. sets the progress gauge
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
479 position.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
480 (x_edit_instantiate): new function. for instantiating edit fields.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
481 (x_combo_instantiate): new function. for instantiating combo
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
482 boxes.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
483 (image_instantiator_format_create_glyphs_x): add new device ii
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
484 formats.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
485
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
486 * glyphs-msw.c (mswindows_tab_instantiate): remove redundant var.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
487
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
488 * console.h (CONSOLE_FEATURES): new features accesor.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
489
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
490 * conslots.h (MARKED_SLOT): add features entry.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
491
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
492 1999-06-25 Andy Piper <andy@xemacs.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
493
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
494 * menubar-x.c (menu_item_descriptor_to_widget_value_1): use new
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
495 gui functions.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
496
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
497 * menubar-msw.c: move MAX_MENUITEM_LENGTH to gui.h
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
498
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
499 * gui.h (struct Lisp_Gui_Item): add accelerator.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
500
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
501 * gui.c (gui_item_add_keyval_pair): deal with accelerators.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
502 (gui_item_init): ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
503 (gui_add_item_keywords_to_plist): ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
504 (mark_gui_item): ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
505 (gui_item_hash): ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
506 (gui_item_accelerator): new function.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
507 (gui_name_accelerator): new function stolen from gui-x.c
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
508
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
509 * gui-x.c (popup_selection_callback): always define. mark
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
510 subwindows changed after calling a callback.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
511 (menu_name_to_accelerator): deleted.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
512 (button_item_to_widget_value): forward gui_item things to gui_item
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
513 functions.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
514
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
515 * glyphs-x.h (struct x_subwindow_data): add data for widgets. add
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
516 appropriate accesors.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
517
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
518 * glyphs-x.c: declare new glyph formats.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
519 (x_finalize_image_instance): unmanage and destroy widgets if they
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
520 exist.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
521 (x_unmap_subwindow): handle widgets specially.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
522 (x_map_subwindow): ditto. offset display of widgets by offset of
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
523 text widget within container.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
524 (x_update_subwindow): new function. call lw_modify_all_widgets
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
525 when we are a widget.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
526 (x_widget_instantiate): new function for generically creating
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
527 widgets-glyphs. toolkit specifics forwarded to lwlib.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
528 (x_button_instantiate): new function for instantiating
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
529 widgets-glyph buttons.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
530 (console_type_create_glyphs_x): register update_subwindow.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
531 (image_instantiator_format_create_glyphs_x): register widget and
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
532 button types.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
533
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
534 * event-msw.c (mswindows_wnd_proc): remove redundant variable.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
535
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
536 * event-Xt.c (x_event_to_emacs_event): call handle_focus_event_1
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
537 when we get a button press in case we do not have the focus.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
538 (handle_focus_event_1): set the keyboard focus to the text widget
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
539 if we do not have it.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
540
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
541 * dialog-x.c (dbox_descriptor_to_widget_value): use new gui_item
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
542 functions.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
543
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
544 1999-06-24 SL Baur <steve@miho.m17n.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
545
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
546 * syntax.c (scan_words): Restore non-Mule code.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
547 (word_constituent_p): Restore.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
548
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
549 1999-06-23 Olivier Galibert <galibert@pobox.com>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
550
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
551 * config.h.in: Add missing #undef *_USER_DEFINED.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
552
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
553 1999-06-23 SL Baur <steve@miho.m17n.org>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
554
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
555 * lisp.h (set_bit_vector_bit): Force promotion to unsigned long
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
556 int (fixes a 64-bit problem).
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
557
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
558 * chartab.c (word_boundary_p): Use EQ not == for lisp_object
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
559 comparison.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
560
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
561 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
562
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
563 * paths.h.in (PATH_DOC): Made doc-directory configurable.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
564
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
565 1999-06-22 Olivier Galibert <galibert@pobox.com>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
566
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
567 * lrecord.h: Added basic external description system.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
568
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
569 * symbols.c: Added symbol, symbol-value-buffer-local,
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
570 symbol-value-lisp-magic and symbol-value-varalias description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
571 * mule-charset.c: Added charset description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
572 * marker.c: Added marker description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
573 * keymap.c: Added keymap description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
574 * glyphs.c: Added glyph description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
575 * floatfns.c: Added float description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
576 * file-coding.c: Added coding-system description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
577 * extents.c: Added extent description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
578 * elhash.c: Added hash-table description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
579 * data.c: Added weak-list desciption.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
580 * chartab.c: Added char-table-entry and char-table description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
581 * bytecode.c: Added compiled-function description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
582 * alloc.c: Added cons, vector and string description.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
583
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
584 1999-06-22 Olivier Galibert <galibert@pobox.com>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
585
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
586 * lrecord.h (struct lrecord_header): Reduced size to 4 bytes.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
587 Updated everything to the removal of the "flags" substructure.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
588
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
589 * lisp.h (subr_lheader_initializer): Updated.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
590 * symeval.h (symbol_value_forward_lheader_initializer): Updated.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
591
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
592 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
593
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
594 * syntax.c (word_constituent_p): Deleted.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
595 (scan_words): Use `WORD_BOUNDARY_P'.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
596
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
597 * chartab.c (Vword_combining_categories): New variable.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
598 (Vword_separating_categories): Likewise.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
599 (CATEGORYP): New macro.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
600 (CATEGORY_SET): Likewise.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
601 (CATEGORY_MEMBER): Likewise.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
602 (word_boundary_p): New function.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
603 (complex_vars_of_chartab): Set up new variable
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
604 `word-combining-categories' and `word-separating-categories'.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
605
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
606 1999-06-18 Olivier Galibert <galibert@pobox.com>
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
607
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
608 * lrecord.h: Added description as a placehold in the lrecord
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
609 implementation structures. Added the parameter to all constructor
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
610 defines.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
611
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
612 * alloc.c: Added placeholders.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
613 * buffer.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
614 * bytecode.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
615 * chartab.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
616 * console.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
617 * data.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
618 * database.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
619 * device.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
620 * eldap.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
621 * elhash.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
622 * eval.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
623 * event-stream.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
624 * events.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
625 * extents.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
626 * faces.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
627 * file-coding.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
628 * floatfns.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
629 * fns.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
630 * frame.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
631 * glyphs.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
632 * gui-x.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
633 * keymap.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
634 * lstream.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
635 * marker.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
636 * mule-charset.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
637 * objects.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
638 * opaque.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
639 * process.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
640 * rangetab.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
641 * specifier.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
642 * symbols.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
643 * toolbar.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
644 * tooltalk.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
645 * window.c: Ditto.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
646
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
647 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
648
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
649 * XEmacs 21.2.17 is released
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
650
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
651 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
652
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
653 * config.h.in (HAVE_LDAP_SET_OPTION): New define
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
654 (HAVE_LDAP_GET_LDERRNO): Ditto
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
655 (HAVE_LDAP_RESULT2ERROR): Ditto
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
656 (HAVE_LDAP_PARSE_RESULT): Ditto
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
657 (HAVE_UMICH_LDAP): Removed
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
658 (HAVE_NS_LDAP): Removed
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
659
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
660 * eldap.h (struct Lisp_LDAP): Removed the `livep' member as
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
661 suggested by Olivier Galibert
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
662 (CHECK_LIVE_LDAP): Test on `ld' instead of `livep'
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
663
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
664 * eldap.c: Take the removal of `livep' into account in all the
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
665 necessary functions
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
666 (signal_ldap_error): Take two additional parameters
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
667 Added new finer compilation conditions in order to use
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
668 ldap_parse_result or ldap_result2error if available
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
669 (Fldap_open): Conform to this new API
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
670 (Fldap_search_internal): Ditto
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
671
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
672 1999-06-17 SL Baur <steve@miho.m17n.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
673
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
674 * data.c (struct int_or_double): Should use EMACS_INT not int.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
675
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
676 1999-06-16 Norbert Koch <n.koch@eai-delta.de>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
677
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
678 * redisplay-msw.c: Run 'ccl_driver' with 'CCL_MODE_ENCODING' as in
418
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
679 redisplay-x.c
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
680
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
681 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
682
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
683 * redisplay-x.c (separate_textual_runs): Run `ccl_driver' with
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
684 `CCL_MODE_ENCODING'.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
685
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
686 * file-coding.c (mule_decode): Run `ccl_driver' with
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
687 `CCL_MODE_DECODING'.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
688 (mule_encode): Run `ccl_driver' with `CCL_MODE_ENCODING'.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
689
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
690 * mule-ccl.c (CCL_WRITE_CHAR): Refer `conversion_mode'.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
691 (ccl_driver): Add new argument `conversion_mode'.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
692 (Fccl_execute): Run `ccl_driver' with `CCL_MODE_ENCODING'.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
693 (Fccl_execute_on_string): Likewise [perhaps it is better to add
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
694 new optional argument].
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
695
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
696 * mule-ccl.h (CCL_MODE_ENCODING): New macro.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
697 (CCL_MODE_DECODING): New macro.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
698 (ccl_driver): Add new argument `conversion_mode'.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
699
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
700 1999-06-15 SL Baur <steve@miho.m17n.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
701
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
702 * mule-charset.c (Fsplit_char): New subr.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
703 (Fchar_octet): delete.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
704 (syms_of_mule_charset): DEFSUBR it.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
705
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
706 1999-06-13 Andy Piper <andy@xemacs.org>
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
707
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
708 * menubar.h: update declarations involving gui_items.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
709
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
710 * lisp.h: declare Lisp_Gui_Item.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
711
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
712 * glyphs.h (struct Lisp_Image_Instance): update type of gui_item.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
713
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
714 * glyphs.c (mark_image_instance): modify for new lisp-based gui_items.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
715 (print_image_instance): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
716 (image_instance_equal): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
717 (image_instance_hash): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
718
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
719 * event-msw.c (mswindows_need_event): assert badly_p status.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
720 (mswindows_wnd_proc): modify WM_NOTIFY handling to cope with
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
721 callbacks in tree-view and tab-control widgets.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
722 (emacs_mswindows_next_event): modify use of
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
723 mswindows_dequeue_dispatch_event.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
724
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
725 * dialog-msw.c (mswindows_popup_dialog_box): modify for new
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
726 lisp-based gui_items.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
727
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
728 * glyphs-msw.c (mswindows_update_subwindow): update use of
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
729 gui_items.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
730 (mswindows_register_gui_item): new function.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
731 (mswindows_register_gui_item): fix to use lisp gui_items.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
732 (mswindows_widget_instantiate): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
733 (mswindows_button_instantiate): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
734 (add_tree_item): new function to recursively add tree view
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
735 elements.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
736 (add_tree_item_list): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
737 (mswindows_tree_instantiate): new function. instantiate tree view
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
738 controls.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
739 (add_tab_item): new function to add tabs to a tab control.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
740 (mswindows_tab_instantiate): new function. instantiate tab
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
741 controls.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
742 (image_instantiator_format_create_glyphs_mswindows): add tree view
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
743 and tab controls.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
744 (vars_of_glyphs_mswindows): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
745
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
746 * glyphs-widget.c (check_valid_item_list_1): allow nested lists in
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
747 item lists.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
748 (check_valid_item_list): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
749 (initialize_widget_image_instance): fix to use new lisp gui_item.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
750 (widget_instantiate_1): allow the setting of default textwidth in
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
751 characters.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
752 (widget_instantiate): change to use new widget_instantiate_1
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
753 signature.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
754 (combo_instantiate): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
755 (static_instantiate): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
756 (tab_instantiate): new function for tab widgets.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
757 (image_instantiator_format_create_glyphs_widget): add tab and tree
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
758 view widgets.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
759
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
760 * menubar-msw.c (displayable_menu_item): convert to use lisp
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
761 gui_items.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
762 (populate_menu_add_item): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
763 (populate_or_checksum_helper): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
764
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
765 * menubar.c (menu_parse_submenu_keywords): convert to use lisp
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
766 gui_items.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
767 (Fmenu_find_real_submenu): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
768
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
769 * gui.h (struct Lisp_Gui_Item): make gui_item a lisp oebjct.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
770
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
771 * gui.c (gui_item_add_keyval_pair): gui_items are now lisp
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
772 objects, convert functions that use them accordingly.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
773 (gui_item_init): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
774 (gui_item_active_p): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
775 (gui_item_selected_p): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
776 (gui_item_included_p): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
777 (gui_item_display_flush_left): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
778 (gui_item_display_flush_right): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
779 (mark_gui_item): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
780 (allocate_gui_item): new function to create a gui_item.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
781 (make_gui_item_from_keywords_internal): ditto. create and return a
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
782 gui_item as well as setting keywords.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
783 (gui_parse_item_keywords): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
784 (gui_parse_item_keywords_no_errors): ditto.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
785 (gui_add_item_keywords_to_plist): new function, not yet used.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
786 (gui_item_hash): new function.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
787 (gui_item_id_hash): use gui_item_hash.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
788 (gui_item_equal): new function.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
789 (print_gui_item): new function.
e804706bfb8c Import from CVS: tag r21-2-17
cvs
parents: 416
diff changeset
790
416
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
791 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
792
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
793 * XEmacs 21.2.16 is released
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
794
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
795 1999-06-10 Andy Piper <andy@xemacs.org>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
796
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
797 * select-msw.c (mswindows_own_selection): only set the clipboard
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
798 if asked.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
799 (mswindows_get_foreign_selection): only get the clipboard if
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
800 asked.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
801 (mswindows_disown_selection): only disown the clipboard if asked.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
802
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
803 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
804
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
805 * file-coding.c (coding_system_from_mask): Use `raw-text' instead
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
806 of `no-conversion'.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
807 (complex_vars_of_mule_coding): Use `raw-text' as the coding-system
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
808 of coding-category `no-conversion'.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
809
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
810 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
811
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
812 * file-coding.c (Qraw_text): New variable.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
813 (syms_of_mule_coding): Add new symbol `raw-text'.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
814 (complex_vars_of_mule_coding): Add new coding-system `raw-text';
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
815 define coding-system `binary' independently; define coding-system
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
816 `no-conversion' as an alias for `raw-text'.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
817
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
818 * file-coding.h (Qraw_text): New variable.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
819
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
820 1999-06-08 SL Baur <steve@xemacs.org>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
821
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
822 * s/decosf4-0.h: Explicitly #undef SYSTEM_MALLOC.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
823
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
824 1999-06-06 Hrvoje Niksic <hniksic@srce.hr>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
825
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
826 * fns.c (MIME_LINE_LENGTH): Default to 72, as in mimencode and
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
827 base64.el.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
828 (base64_decode_1): Signal errors instead of returning -1.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
829
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
830 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
831
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
832 * mule-charset.c (Fmake_char): Update docstring.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
833
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
834 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
835
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
836 * fns.c (Fstring_lessp): Actually increment the Bufbyte pointers.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
837
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
838 1999-06-05 Hrvoje Niksic <hniksic@srce.hr>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
839
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
840 * fns.c (base64_decode_1): Allow and ignore any non-base64
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
841 characters in input.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
842
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
843 1999-05-27 Olivier Galibert <galibert@pobox.com>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
844
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
845 * emacs.c (Fdump_emacs): Add clear_message() lost with the removal
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
846 of report_pure_usage().
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
847
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
848 1999-06-04 Hrvoje Niksic <hniksic@srce.hr>
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
849
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
850 * fns.c (Fstring_lessp): Remove O(n^2) under Mule.
ebe98a74bd68 Import from CVS: tag r21-2-16
cvs
parents: 414
diff changeset
851
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
852 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
853
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
854 * XEmacs 21.2.15 is released
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
855
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
856 1999-06-01 Hirokazu FUKUI <fukui@atesoft.advantest.co.jp>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
857
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
858 * frame.c (Fset_mouse_position):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
859 (Fset_mouse_pixel_position):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
860 * window.c (Fsplit_window):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
861 (Fmove_to_window_line):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
862 Fix crash when invoking functions with an already-deleted window
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
863 argument.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
864
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
865 * indent.c (vertical_motion_1):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
866 (vmotion_pixels):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
867 (Fvertical_motion_pixels):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
868 * window.c (Fwindow_displayed_text_pixel_height):
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
869 Fix error message when invoking functions with an already-deleted
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
870 window argument.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
871
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
872 1999-06-01 Jan Vroonhof <vroonhof@math.ethz.ch>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
873
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
874 * sysdep.c (request_sigio_on_device): Guard against glibc
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
875 2.1's stub streams implementation.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
876
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
877 1999-06-03 SL Baur <steve@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
878
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
879 * config.h.in:
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
880 * emacs.c: Implement x.y.z version numbers
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
881 From Jan Vroonhof <vroonhof@math.ethz.ch>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
882
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
883 1999-05-20 MORIOKA Tomohiko <tomo@etl.go.jp>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
884
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
885 * mule-charset.c (complex_vars_of_mule_charset): Registry of
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
886 japanese-jisx0208-1978 should not match with "jisx0208.1983" nor
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
887 "jisc6226.1983".
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
888
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
889 1999-06-03 SL Baur <steve@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
890
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
891 * frame-x.c:
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
892 * device-x.c: rename session option to wmcommand.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
893 From Oliver Graf <ograf@rhein-zeitung.de>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
894
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
895 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
896
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
897 * fns.c (Fsubstring): Don't traverse the same region twice with
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
898 charcount_to_bytecount().
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
899
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
900 1999-06-03 SL Baur <steve@steve1.m17n.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
901
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
902 * m/alpha.h (SYSTEM_MALLOC): Fix indented preprocessor directive
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
903 garbage.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
904
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
905 * s/decosf4-0.h: Defining ORDINARY_LINK here is redundant (and it
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
906 doesn't really work as is implied by the commentary).
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
907 Don't define SYSTEM_MALLOC so the old GNU malloc can be used.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
908
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
909 1999-06-02 SL Baur <steve@steve1.m17n.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
910
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
911 * symsinit.h: Declare vars_of_ntproc.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
912 * emacs.c (main_1): Call it.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
913
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
914 * ntproc.c (syms_of_ntproc): Move variable initializations from
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
915 here ...
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
916 (vars_of_ntproc): ... to here [new function].
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
917
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
918 * file-coding.c (syms_of_file_coding): Rename.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
919 (vars_of_file_coding): Ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
920 (complex_vars_of_file_coding): Ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
921
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
922 * symsinit.h: Rename *_mule_coding to *_file_coding.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
923
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
924 * emacs.c (main_1): Call them by the proper name.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
925
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
926 * device-msw.c (syms_of_device_mswindows): Move variable
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
927 initializations from here ...
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
928 (vars_of_device_mswindows): ... to here.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
929
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
930 * chartab.c (vars_of_chartab): New function.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
931
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
932 * symsinit.h: New function, vars_of_chartab.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
933
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
934 * emacs.c (main_1): Call it.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
935
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
936 * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ...
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
937 (vars_of_mule_canna): ... to here.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
938
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
939 * mule-ccl.c (vars_of_mule_ccl): New function. Move variable
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
940 initializations out of syms_of_mule_ccl.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
941
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
942 * symsinit.h: Declare new function vars_of_mule_ccl.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
943
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
944 * emacs.c (main_1): Call it.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
945
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
946 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
947
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
948 * fns.c (base64_decode_1): Ignore whitespace.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
949
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
950 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
951
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
952 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
953 ARG2.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
954
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
955 1999-05-21 Andy Piper <andy@xemacs.org>
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
956
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
957 * xselect.c: deleted.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
958
414
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
959 * symsinit.h: declare select initialisation.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
960
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
961 * select.h: new file. declare commonly used select functions and
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
962 variables.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
963
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
964 * select.c: new file. generalised from xselect.c.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
965 (clean_local_selection_data): moved from xselect.c.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
966 (get_local_selection): ditto. device specific pieces called via a
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
967 devmeth.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
968 (handle_selection_clear): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
969 (Fown_selection_internal): renamed and generalised from
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
970 Fx_own_selection_internal. moved from xselect.c.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
971 (Fdisown_selection_internal): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
972 (Fselection_owner_p): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
973 (Fselection_exists_p): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
974 (Fget_selection_internal): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
975 (syms_of_select): new function. QXXXX values moved from xselect.c
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
976 (vars_of_select): new function. selection_converter_alist,
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
977 lost_selection_hooks moved and renamed from xselect.c
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
978
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
979 * select-x.c: renamed from xselect.c.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
980 (x_own_selection): converted to device specific. non-X-specific
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
981 bits moved to select.c.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
982 (x_get_foreign_selection): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
983 (x_disown_selection): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
984 (x_selection_exists_p): ditto.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
985 (console_type_create_select_x): new function.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
986
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
987 * select-msw.c (mswindows_own_selection): new device method to set
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
988 the clipboard when we 'own' the selection.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
989 (mswindows_get_foreign_selection): new device method to get the
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
990 clipboard.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
991 (mswindows_disown_selection): new device method to delete the
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
992 selection when we 'disown' it.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
993 (console_type_create_select_mswindows): new function.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
994
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
995 * emacs.c (main_1): add select to things to initialise.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
996
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
997 * console.h (struct console_methods): new console methods for
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
998 selection.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
999
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1000 * Makefile.in.in (x_objs): xselect.c renamed to select-x.c
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1001
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1002 1999-05-20 Hrvoje Niksic <hniksic@srce.hr>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1003
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1004 * print.c (long_to_string): Install a faster version.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1005
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1006 1999-05-16 Andy Piper <andy@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1007
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1008 * ntproc.c (syms_of_ntproc): default
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1009 win32-start-process-share-console to t.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1010
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1011 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1012
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1013 * config.h.in: Do it here.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1014
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1015 * bytecode.c: Don't define ERROR_CHECK_TYPECHECK here.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1016
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1017 1999-05-14 Andy Piper <andy@xemacs.org>
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1018
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1019 * toolbar-msw.c (mswindows_output_toolbar): hash on something
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1020 hashable.
da8ed4261e83 Import from CVS: tag r21-2-15
cvs
parents: 412
diff changeset
1021
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1022 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1023
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1024 * XEmacs 21.2.14 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1025
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1026 1999-05-12 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1027
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1028 * ntproc.c (sys_spawnve): kludge argv[0] in a MS compatible way.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1029
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1030 1999-05-11 Gunnar Evermann <ge204@eng.cam.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1031
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1032 * emacs.c (Frun_emacs_from_temacs): (re)alloc natgs+2 entries for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1033 run_temacs_argv array -- fixes random memory corruption crash
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1034
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1035 1999-05-12 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1036
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1037 * window.c (Fcurrent_window_configuration):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1038 Save minibuffer height;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1039
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1040 * window.c (set_window_configuration): use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1041
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1042 1999-05-10 Robert Pluim <rpluim@bigfoot.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1043
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1044 * lisp.h (NNUNGCPRO): fix typo in name of DEBUG_GCPRO version
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1045
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1046 1999-04-21 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1047
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1048 * redisplay.c (redisplay_window): Do not put data
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1049 in the line start cache if it is not guaranteed to be correct
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1050
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1051 1999-04-02 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1052
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1053 * window.c (struct window_config): Removed frame
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1054 size members.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1055 (window_config_equal): No longer compare frame sizes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1056 (Fset_window_configuration): Resize old top window to fit in the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1057 current frame directly, no longer use a fake frame resize.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1058 (Fcurrent_window_configuration): No longer save frame size
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1059
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1060 1999-05-11 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1061
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1062 * ntproc.c (sys_spawnve): actually assign argv[0] instead of the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1063 first character.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1064
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1065 1999-05-10 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1066
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1067 * sysdep.c (init_system_name): If gethostname gives a proper
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1068 domain name, don't look further for one.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1069
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1070 1999-05-09 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1071
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1072 * symbols.c (Fintern): Avoid frequent XSYMBOL (foo).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1073 (Fintern_soft): Accept a symbol argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1074
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1075 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1076
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1077 * symbols.c (Fintern): ...do it here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1078
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1079 * lread.c (read_atom): Don't handle keywords here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1080
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1081 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1082
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1083 * symbols.c (reject_constant_symbols): Just use SYMBOL_IS_KEYWORD.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1084
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1085 1999-05-03 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1086
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1087 * lisp.h (SYMBOL_IS_KEYWORD): A symbol can be a keyword only if it
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1088 is interned in the main obarray.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1089
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1090 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1091
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1092 * menubar-x.c (pre_activate_callback): set accelerator field in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1093 "No menu" entries to nil. Avoid crash in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1094 command_builder_operate_menu_accelerator
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1095
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1096 1999-05-03 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1097
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1098 * symeval.h (symbol_value_forward_lheader_initializer): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1099
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1100 * lisp.h (DEFUN): Fix lrecord header initialisation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1101
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1102 1999-05-02 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1103
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1104 * objects-msw.c (mswindows_font_instance_truename): add a ';'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1105
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1106 * ntproc.c (sys_kill): cast using MS mandated defines.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1107
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1108 1999-04-29 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1109
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1110 * m/intel386.h: remove redundant definitions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1111
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1112 * s/mingw32.h: new header for mingw32.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1113
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1114 * unexnt.c: (open_input_file): function moved to nt.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1115 (close_file_data): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1116 (rva_to_section): function moved to ntproc.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1117
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1118 * symsinit.h: declare syms_of_ntproc();
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1119
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1120 * objects-msw.c (mswindows_font_instance_truename): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1121
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1122 * ntproc.c: remove many warnings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1123 (_sys_read_ahead): moved from nt.c and made static.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1124 (rva_to_section): moved from unexnt.c but not defined under
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1125 mingw32.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1126 (win32_executable_type): implement what we can for mingw32
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1127 headers.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1128 (sys_spawnve): fix bad MULE/GCPRO bug in filename handling.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1129
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1130 * ntheap.h: remove declarations of functions that are now static.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1131
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1132 * ntheap.c: support static heap.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1133
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1134 * nt.h: conditionalise X_OK definition.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1135
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1136 * nt.c: eliminate many warnings and support mingw32.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1137 (open_input_file): function moved from unexnt.c and made static
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1138 (close_file_data): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1139 (_sys_read_ahead): moved to ntproc.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1140
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1141 * emacs.c: make sure syms_of_ntptroc gets called under windows.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1142
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1143 * console-msw.h: support mingw32.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1144 * getloadavg.c: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1145 * ntplay.c: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1146 * sysdep.c: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1147 * sysdir.h: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1148 * systime.h: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1149 * systty.h: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1150
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1151 * config.h.in: dont turn on DEBUG_ENCAPSULATION by default because
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1152 some systems don't have all of the encapsulated system calls.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1153
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1154 * callproc.c: warning elimination.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1155 * dired-msw.c: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1156 * process-nt.c: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1157 * realpath.c: ditto.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1158
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1159 * Makefile.in.in: tweak : and ; for building under mswindows.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1160
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1161 1999-04-26 Michael Harnois <mharnois@willinet.net>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1162
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1163 * eldap.c (allocate_ldap): Adapt to the new semantics of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1164 alloc_lcrecord_type().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1165
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1166 1999-03-16 MORIOKA Tomohiko <tomo@etl.go.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1167
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1168 * file-coding.c (DECODE_HANDLE_END_OF_CONVERSION): fixed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1169
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1170 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1171
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1172 * Delete mule-coding.c and mule-coding.h because they are not
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1173 used.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1174
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1175 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1176
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1177 * objects.c (print_font_instance): Check for NILP(f->device),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1178 i.e. Vthe_null_font_instance.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1179 (font_instance_truename_internal): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1180 (Ffont_instance_properties): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1181
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1182 1999-04-22 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1183
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1184 * lrecord.h (DECLARE_LRECORD): lrecord_implementation isn't an
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1185 array anymore.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1186
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1187 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1188
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1189 * Makefile.in.in (tests): Don't mention tests explicitly -- makes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1190 it easier to add new ones.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1191
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1192 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1193
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1194 * symbols.c (reject_constant_symbols): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1195 (init_symbols_once_early): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1196
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1197 * print.c (print_symbol): Don't use ->obarray.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1198
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1199 * symbols.c (Funintern): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1200
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1201 * alloc.c (Fmake_symbol): Don't set ->obarray.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1202
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1203 * lisp.h (struct Lisp_Symbol): Removed .obarray field.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1204
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1205 * symbols.c (init_symbols_once_early): Removed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1206 Vpure_uninterned_symbol_table.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1207 (Fintern): Don't store to ->obarray field.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1208
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1209 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1210
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1211 * data.c (vars_of_data): Default debug_issue_ebola_notices to 0.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1212 (eq_with_ebola_notice): Remove abracadabra support.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1213
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1214 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1215
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1216 * eldap.c (Fldap_search_internal): Add a new parameter `withdn' to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1217 retrieve the distinguished names of entries
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1218
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1219 1999-03-08 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1220
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1221 * lread.c (read_escape): Make hex escapes read only two hex digits.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1222
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1223 1999-04-05 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1224
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1225 * Makefile.in.in: Remove puresize-adjust.h and recursive makes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1226 * make-src-depend: Remove puresize-adjust.h.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1227 * src-headers: Remove puresize-adjust.h.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1228 * config.h.in: Kill everything purespace/gung-ho related.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1229
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1230 * dbxrc: Make gung-ho mandatory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1231 * gdbinit: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1232
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1233 * lrecord.h: Make gung-ho mandatory. Remove pure flag and add
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1234 c_readonly and lisp_readonly. Remove implementation arrays.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1235 (C_READONLY_RECORD_HEADER_P): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1236 (LISP_READONLY_RECORD_HEADER_P): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1237 (SET_C_READONLY_RECORD_HEADER): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1238 (SET_LISP_READONLY_RECORD_HEADER): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1239
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1240 * lisp.h: Kill everything purespace/non gung-ho related.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1241 (CHECK_C_WRITEABLE): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1242 (CHECK_LISP_WRITEABLE): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1243 (C_READONLY): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1244 (LISP_READONLY): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1245
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1246 * lisp-union.h: Make gung-ho mandatory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1247 * lisp-disunion.h: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1248
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1249 * alloc.c: Kill everything purespace/non gung-ho related. Fix all
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1250 set_lheader_implementation calls.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1251 (c_readonly): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1252 (lisp_readonly): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1253 (make_string_nocopy): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1254 (Fpurecopy): Changed to do nothing. Kept the old documentation
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1255 for reference purposes for the next patches.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1256 (sweep_lcrecords_1): Don't free C readonly lcrecords.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1257 (sweep_bit_vectors_1): Don't free C readonly bitvectors.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1258 (SWEEP_FIXED_TYPE_BLOCK): Don't free C readonly lrecords.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1259
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1260 * fns.c: Make gung-ho mandatory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1261 (Fput): CHECK_IMPURE -> CHECK_LISP_WRITEABLE.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1262 (Fremprop): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1263 (Ffillarray): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1264
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1265 * data.c: Make gung-ho mandatory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1266 (pure_write_error): Removed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1267 (c_write_error): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1268 (lisp_write_error): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1269 (Fsetcar): CHECK_IMPURE -> CHECK_LISP_WRITEABLE.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1270 (Fsetcdr): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1271 (Faset): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1272
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1273 * symbols.c: Make gung-ho mandatory. make_pure_pname ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1274 make_string or make_string_nocopy. Fix various
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1275 alloc_lcrecord_type.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1276
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1277 * lread.c: Remove everything purespace related.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1278 (Flocate_file_clear_hashing): purified -> c_readonly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1279 (locate_file): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1280 (read_atom): make_pure_pname -> make_string.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1281
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1282 * emacs.c (Frun_emacs_from_temacs): Remove purespace stats
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1283 reporting.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1284 (Fdump_emacs): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1285
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1286 * print.c (print_internal): Make gung-ho mandatory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1287 * ntheap.c (sbrk): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1288 * mem-limits.h (EXCEEDS_LISP_PTR): Ditto
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1289 * symeval.h (symbol_value_forward_lheader_initializer): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1290
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1291 * sheap.c (more_static_core): Remove puresize-adjust.h from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1292 message.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1293
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1294 * syntax.c (complex_vars_of_syntax): make_pure_string ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1295 make_string_nocopy.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1296 * keymap.c (make_keymap): Fix alloc_lcrecord_type.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1297 (vars_of_keymap): make_pure_string -> make_string_nocopy.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1298 * events.c (deinitialize_event): Fix set_lheader_implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1299 (zero_event): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1300 * specifier.c (make_specifier_internal): Fix alloc_lcrecord.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1301 * menubar-x.c (set_frame_menubar): Fix alloc_lcrecord_type.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1302 * mule-charset.c (make_charset): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1303 * console.c (allocate_console): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1304 (complex_vars_of_console): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1305 * file-coding.c (allocate_coding_system): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1306 * device.c (allocate_device): Ditto
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1307 * gui-x.c (gcpro_popup_callbacks): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1308 * extents.c (allocate_extent_auxiliary): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1309 (allocate_extent_info): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1310 (copy_extent): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1311 * glyphs.c (allocate_image_instance): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1312 (allocate_glyph): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1313 * frame.c (allocate_frame_core): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1314 * database.c (allocate_database): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1315 * tooltalk.c (make_tooltalk_message): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1316 (make_tooltalk_pattern): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1317 * rangetab.c (Fmake_range_table): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1318 (Fcopy_range_table): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1319 * process.c (make_process_internal): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1320 * chartab.c (Fmake_char_table): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1321 (make_char_table_entry): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1322 (copy_char_table_entry): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1323 (Fcopy_char_table): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1324 * elhash.c (make_general_lisp_hash_table): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1325 (Fcopy_hash_table): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1326 * buffer.c (allocate_buffer): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1327 (complex_vars_of_buffer): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1328 * event-stream.c (allocate_command_builder): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1329 * objects.c (Fmake_color_instance): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1330 (Fmake_font_instance): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1331 (vars_of_objects): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1332 * toolbar.c (update_toolbar_button): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1333 * window.c (allocate_window): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1334 (make_dummy_parent): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1335 (Fcurrent_window_configuration): Fix alloc_lcrecord.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1336 (vars_of_window): Fix make_lcrecord_list.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1337 * faces.c (allocate_face): Fix alloc_lcrecord_type. pure_list ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1338 Flist.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1339 * lstream.c (Lstream_new): Fix make_lcrecord_list.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1340 * opaque.c (make_opaque): Fix alloc_lrecord.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1341 (make_opaque_list): Fix alloc_lrecord_type.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1342
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1343 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1344
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1345 * process.c (Fstart_process_internal): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1346
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1347 * ntproc.c (sys_spawnve): Use Vlisp_EXEC_SUFFIXES when calling
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1348 locate_file().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1349
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1350 * glyphs-x.c (x_locate_pixmap_file): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1351
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1352 * glyphs-msw.c (mswindows_locate_pixmap_file): Fix call to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1353 locate_file().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1354
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1355 * emodules.c (vars_of_module): New variable Vmodule_extensions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1356 (emodules_load): Use it when calling locate_file().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1357
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1358 * emacs.c (main_1): Use Vlisp_EXEC_SUFFIXES when calling
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1359 locate_file().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1360
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1361 * callproc.c: Vlisp_EXEC_SUFFIXES: New variable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1362 (vars_of_callproc): Initialize it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1363 (Fcall_process_internal): Use it when calling locate_file().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1364
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1365 * alloc.c (disksave_object_finalization): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1366 Flocate_file_clear_hashing().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1367
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1368 * lread.c (Flocate_file_clear_hashing): Clear all hasing when
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1369 given `t' as argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1370
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1371 1999-04-18 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1372
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1373 * lread.c (locate_file): Expand `pathel' when appropriate.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1374 (Flocate_file_clear_hashing): Expand path elements.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1375 (Flocate_file_clear_hashing): Use Vlocate_file_hash_table.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1376
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1377 * dired.c (make_directory_hash_table): Create the hash-table only
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1378 if the directory open is successful.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1379
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1380 * lread.c (decode_mode_1): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1381 (decode_mode): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1382 (Flocate_file): Use them.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1383 (Flocate_file): Expand FILENAME.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1384 (locate_file_map_suffixes): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1385 (locate_file_in_directory_mapper): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1386 (locate_file_in_directory): Use locate_file_in_directory_mapper()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1387 and locate_file_map_suffixes().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1388 (locate_file_construct_suffixed_files): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1389 locate_file_map_suffixes().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1390 (locate_file_without_hash): Don't GCPRO path.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1391 (Flocate_file_clear_hashing): Use EXTERNAL_LIST_LOOP.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1392 (syms_of_lread): Remove Qlocate_file_hash_table.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1393 (locate_file_find_directory_hash_table): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1394 Vlocate_file_hash_table.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1395 (locate_file_refresh_hashing): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1396
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1397 * lread.c: Renamed read_objects to Vread_objects.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1398
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1399 1999-04-16 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1400
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1401 * mule-charset.c: Generally resync with fsf 20.3 charset
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1402 interface.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1403 (make_charset): Add long and short name. Use id instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1404 leading byte.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1405 (Fmake_charset): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1406 (Fmake_reverse_direction_charset): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1407 (Fcharset_property): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1408 (Fcharset_short_name): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1409 (Fcharset_long_name): Added.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1410 (Fcharset_description): Renamed from charset-doc-string.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1411 (syms_of_mule_charset): Synced symbols.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1412 (complex_vars_of_mule_charset): Synced charsets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1413
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1414 * mule-charset.h: Removed leading byte (uses id instead), added
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1415 short and long name.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1416
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1417 1999-04-15 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1418
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1419 * file-coding.c (Fdefine_coding_system_alias): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1420
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1421 1999-04-08 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1422
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1423 * mule-charset.c (complex_vars_of_mule_charset): Allow all iso8859
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1424 and -ascii fonts for displaying ascii instead of iso8859-1 only.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1425
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1426 1998-12-14 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1427
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1428 * extents.c (set_extent_glyph_1): Make sure that the glyph we
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1429 attach to the extent is valid.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1430
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1431 1998-12-12 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1432
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1433 * dired.c (user_name_completion): Mule-ize.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1434 (user_name_completion): Use xmalloc/xrealloc/xfree.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1435 (user_name_completion): Use DO_REALLOC.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1436 (user_name_completion): Cut down the number of static variables;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1437 use a structure.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1438 (user_name_completion): Username completion is always
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1439 case-sensitive.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1440
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1441 1998-12-06 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1442
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1443 * fns.c (base64_decode_1): Remove COUNTER.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1444 (base64_decode_1): Accept CRLF in addition to CR.
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1445 (base64_decode_1): Disallow a stray character after final EOF; the
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1446 check was probably a remnant of buggy recode code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1447
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1448 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1449
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1450 * fns.c (init_provide_once): Provide `base64'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1451
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1452 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1453
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1454 * fns.c (XMALLOC_UNBIND): Include SPECCOUNT argument, for clarity.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1455 (Fbase64_encode_region): If buffer is read-only, bail out early.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1456 (Fbase64_decode_region): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1457 (Fbase64_encode_region): Initialize SPECCOUNT to pacify the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1458 compiler.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1459 (Fbase64_encode_string): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1460 (Fbase64_decode_region): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1461 (Fbase64_decode_string): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1462
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1463 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1464
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1465 * dired.c (Fdirectory_files): Remove redundant code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1466
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1467 1999-03-05 Philip Aston <philipa@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1468
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1469 * frame-msw.c Make raise-frame restore minimised windows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1470
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1471 1999-03-05 Philip Aston <philipa@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1472
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1473 * device-msw.c: Fix DEFVAR format - Death to phantom quote, and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1474 add magic newline.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1475
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1476 1999-03-05 Philip Aston <philipa@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1477
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1478 * toolbar-msw.c Consider captions when deciding whether to rebuild
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1479 toolbar. This fixes the initial toolbar display for those of us
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1480 who don't like captions. These patches applied by Andy Piper.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1481
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1482 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1483
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1484 * XEmacs 21.2.13 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1485
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1486 1999-03-12 SL Baur <steve@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1487
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1488 * file-coding.c: Guard ucs table initialization with ifdef MULE.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1489
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1490 1999-03-10 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1491
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1492 * file-coding.c: docstring and comment improvements.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1493 (decode_ucs4) flag possible data loss with comment.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1494
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1495 1999-03-10 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1496
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1497 * file-coding.c (Fset_ucs_char): add CHECK_INT, CHECK_CHAR
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1498 (ucs_to_char):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1499 (Fucs_char):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1500 (Fset_char_ucs):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1501 (decode_coding_ucs4):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1502 (encode_coding_ucs4):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1503 (detect_coding_utf8):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1504 (decode_coding_utf8):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1505 (encode_utf8):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1506 (encode_coding_utf8):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1507 Add CHECK_* macros where needed to avoid crashes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1508 #ifdef out all composite character support using
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1509 #ifdef ENABLE_COMPOSITE_CHARS
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1510 Use normal XEmacs coding standards.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1511 Fix docstrings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1512 Remove CODING_STREAM_COMPOSE, CODING_STREAM_DECOMPOSE.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1513
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1514 1998-09-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1515
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1516 * file-coding.c (make-coding-system): Add description about
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1517 `ucs-4' and `utf-8'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1518 (detection_state): Modify to implement ucs-4 and utf-8.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1519 (detect_coding_type): Likewise.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1520 (detect_coding_ucs4): New implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1521 (detect_coding_utf8): New implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1522 (encode_utf8): fixed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1523 (syms_of_mule_coding): Rename `ucs4' and `utf8' to `ucs-4' and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1524 `utf-8'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1525
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1526 1998-09-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1527
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1528 * file-coding.c (mule_char_to_ucs4): Encode 94x94 chars in ISO
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1529 2022 registry to private area.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1530
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1531 1998-09-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1532
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1533 * file-coding.c (encode_utf8): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1534 (encode_coding_utf8): New implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1535
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1536 1998-09-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1537
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1538 * file-coding.c (ucs_to_mule_table): New variable; abolish
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1539 `Vucs_to_mule_table'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1540 (mule_to_ucs_table): renamed from `Vmule_to_ucs_table'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1541 (set-ucs-char): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1542 (ucs_to_char): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1543 (ucs-char): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1544 (set-char-ucs): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1545 (char-ucs): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1546 (decode_ucs4): Use `ucs_to_char'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1547 (complex_vars_of_mule_coding): Abolish `ucs-to-mule-table' and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1548 `mule-to-ucs-table'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1549
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1550 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1551
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1552 * chartab.h: EXFUN `Fget_char_table'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1553
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1554 * file-coding.c (encode_ucs4): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1555 (encode_coding_ucs4): Use `encode_ucs4'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1556
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1557 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1558
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1559 * file-coding.c (decode_coding_ucs4): New implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1560
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1561 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1562
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1563 * file-coding.c (decode_coding_ucs4): fixed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1564
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1565 * file-coding.c (Vmule_to_ucs_table): New variable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1566 (mule_char_to_ucs4): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1567 (encode_coding_ucs4): New implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1568 (complex_vars_of_mule_coding): Define variable
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1569 `mule-to-ucs-table'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1570
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1571 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1572
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1573 * file-coding.c (decode_coding_utf8): New implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1574
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1575 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1576
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1577 * file-coding.c (decode_coding_utf8): fixed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1578
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1579 1998-09-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1580
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1581 * file-coding.c (Vucs_to_mule_table): New variable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1582 (decode_ucs4): Refer `Vucs_to_mule_table'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1583 (complex_vars_of_mule_coding): Define variable
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1584 `ucs-to-mule-table'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1585
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1586 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1587
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1588 * file-coding.c (detect_coding_ucs4): New function (not
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1589 implemented yet).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1590 (decode_coding_ucs4): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1591 (encode_coding_ucs4): New function (not implemented yet).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1592 (detect_coding_utf8): New function (not implemented yet).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1593 (decode_coding_utf8): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1594 (encode_coding_utf8): New function (not implemented yet).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1595 (make-coding-system): New type `ucs4' and `utf8'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1596 (coding-system-type): Likewise.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1597 (detection_state): Add `ucs4' and `utf8'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1598 (detect_coding_type): Likewise.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1599 (mule_decode): Use `decode_coding_ucs4' and `decode_coding_utf8'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1600 (mule_encode): Use `encode_coding_ucs4' and `encode_coding_utf8'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1601 (decode_ucs4): New function (very incomplete).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1602 (syms_of_mule_coding): Add `ucs4' and `utf8'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1603
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1604 * file-coding.h: Add definitions for UCS-4 and UTF-8.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1605
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1606 1999-03-08 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1607
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1608 * mule-charset.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1609 (non_ascii_valid_char_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1610 (lookup_composite_char):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1611 (composite_char_string):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1612 (make-composite-char):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1613 (composite-char-string):
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1614 (syms_of_mule_charset):
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1615 (complex_vars_of_mule_charset):
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1616 * mule-charset.h (LEADING_BYTE_COMPOSITE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1617 (CHAR_LEADING_BYTE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1618 (MAKE_CHAR):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1619 * file-coding.h (CODING_STATE_COMPOSITE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1620 (CODING_STATE_ISO2022_LOCK):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1621 (iso_esc_flag):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1622 (LEADING_BYTE_COMPOSITE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1623 * file-coding.c (struct iso2022_decoder):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1624 (decoding_closer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1625 (reset_iso2022):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1626 (parse_iso2022_esc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1627 (encode_coding_iso2022):
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1628 #ifdef out all composite character support using
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 418
diff changeset
1629 #ifdef ENABLE_COMPOSITE_CHARS
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1630
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1631 * alloc.c: Define lrecord_coding_system only if ! FILE_CODING
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1632
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1633 1999-03-04 Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1634
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1635 * fns.c (Fbase64_encode_string): Calculate `allength' in the same
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1636 way of `Fbase64_encode_region'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1637
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1638 1999-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1639
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1640 * fns.c (base64_encode_1): Don't add a newline at the tail.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1641
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1642 1999-03-08 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1643
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1644 * menubar-msw.c (displayable_menu_item): correct off-by-one &
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1645 handling.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1646
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1647 1999-03-07 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1648
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1649 * console-stream.h (struct stream_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1650 * event-unixoid.c (event_stream_unixoid_select_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1651 (event_stream_unixoid_unselect_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1652 * print.c (Fexternal_debugging_output):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1653 * sysdep.c (reset_one_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1654 * console-stream.c (stream_init_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1655 (stream_delete_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1656 (allocate_stream_console_struct): move into stream_init_console.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1657 (free_stream_console_struct): move into stream_delete_console.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1658 Use `fd' only for file descriptors.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1659 Therefore, rename members of struct stream_console.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1660
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1661 * systime.h: Unix98 says sys/time.h should define select(), but
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1662 some systems define that in unistd.h. So include that file always.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1663
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1664 * glyphs.h (MAYBE_IIFORMAT_METH): Don't use leading `_'. Avoid
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1665 multiple evaluation of first arg. Do proper do {} while (0) wrapping.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1666 (HAS_IIFORMAT_METH_P): Prevent macro from being used in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1667 non-boolean context
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1668 (MAYBE_IIFORMAT_DEVMETH): Use standard internal macro naming convention.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1669
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1670 * EmacsShell.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1671 * balloon_help.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1672 Add #include <stdio.h>.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1673 Some versions of assert.h use printf() without #include'ing stdio.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1674
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1675 * free-hook.c (blocktype): Add gcpro5_type to blocktype.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1676 (log_gcpro): Remove unused variable FRAME.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1677 (show_gcprohist): Ansify.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1678 Comment the #endif's
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1679
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1680 * frame-x.c (x_delete_frame): Don't use FRAME_X_SHELL_WIDGET(f)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1681 after it's just been XtDestroy'ed!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1682
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1683 1999-02-18 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1684
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1685 * opaque.c (print_opaque):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1686 (sizeof_opaque):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1687 (equal_opaque):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1688 (hash_opaque):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1689 Egcs 1.1.1 seems to have a bug where
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1690 INTP (p->size_or_chain)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1691 will crash XEmacs. Fix by introducing intermediate variable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1692
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1693 * sound.c (Fdevice_sound_enabled_p): Fix compiler warning.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1694
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1695 * dired.c (Fdirectory_files):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1696 (Ffile_name_completion):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1697 (Ffile_name_all_completions):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1698 (file_name_completion):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1699 - Use `directory' instead of `dirname' to sync with FSF Emacs and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1700 avoid compiler warnings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1701 - Fix up docstrings so that C variables match documentation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1702
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1703 1999-03-05 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1704
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1705 * alloc.c: (garbage_collect_1): Reorg code to make scope of local
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1706 variables as small as possible to help out the compiler and the maintainer.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1707
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1708 * alloc.c: (disksave_object_finalization):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1709 Set all the *-load-path variables to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1710 nil, not just load-path itself. This gets the locate-file hash
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1711 tables garbage collected BEFORE dump, and has the side effect of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1712 preventing crashes on OSF4.0+egcs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1713
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1714 * alloc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1715 * gdbinit:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1716 * dbxrc:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1717 - Clean up gdb/dbx debugging support.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1718 - Storing an EMACS_INT in an enum is not 64-bit clean!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1719 - So change the enum to a set of separate variables.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1720 - Add test cases to help debug the debugging support!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1721 - Add `lisp-shadows' and `run-temacs' targets for dbx.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1722 - Both dbx and gdb have been tested now.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1723
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1724 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1725
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1726 * XEmacs 21.2.12 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1727
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1728 1999-02-16 Kazuyuki IENAGA <ienaga@jsys.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1729
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1730 * device-x.c: Support to find best visual without flashing.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1731
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1732 1999-03-02 Paul Keusemann <pkeusem@visi.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1733
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1734 * database.c (berkdb_map): Add flags argument to cursor call (must
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1735 be 0 according to docs) required for Berkeley DB 2.6.4 and later.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1736
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1737 1999-03-03 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1738
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1739 * hash.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1740 * hash.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1741 General cleanup. Get free-hook.c working again.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1742 Remove unused functions:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1743 make_strings_hash_table, copy_hash, expand_hash_table.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1744
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1745 * malloc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1746 * mem-limits.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1747 Always use new ANSI-style function prototypes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1748
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1749 * unexalpha.c (unexec): Never use implicit int.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1750
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1751 * sgiplay.c (close_sound_file):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1752 (play_sound_file):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1753 (restore_audio_port):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1754 (play_sound_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1755 (audio_initialize):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1756 (play_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1757 (drain_audio_port):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1758 (write_mulaw_8_chunk):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1759 (write_linear_chunk):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1760 (write_linear_32_chunk):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1761 (initialize_audio_port):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1762 (open_audio_port):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1763 (set_channels):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1764 (set_output_format):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1765 (adjust_audio_volume):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1766 (get_current_volumes):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1767 (parse_snd_header):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1768 Always use new ANSI-style function prototypes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1769 Use unistd.h for missing prototypes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1770
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1771 * unexelfsgi.c (round_up):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1772 (find_section):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1773 (unexec): Always use new ANSI-style function prototypes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1774
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1775 * elhash.c (struct Lisp_Hash_Table): rename golden to golden_ratio
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1776
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1777 * console.h (struct console_methods): Always use full ANSI prototypes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1778
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1779 * emacs.c (__sti__iflPNGFile_c___): Always use full ANSI prototypes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1780
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1781 1999-03-02 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1782
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1783 * event-stream.c (init_event_stream): make sure native mswindows
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1784 gets an appropriate event loop.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1785
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1786 1999-02-22 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1787
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1788 * frame-msw.c (mswindows_make_frame_visible): use SW_SHOW rather
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1789 than SW_SHOWNORMAL to prevent resizing of maximised frames.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1790 (mswindows_raise_frame): remove comment.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1791
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1792 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1793
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1794 * XEmacs 21.2.11 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1795
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1796 1999-02-25 SL Baur <steve@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1797
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1798 * mule-charset.c (Qleading_byte): New variable to implement
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1799 charset-leading-byte function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1800 (Fcharset_property): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1801 (syms_of_mule_charset): Initialize it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1802 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1803
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1804 1999-02-17 Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1805
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1806 * glyphs-x.c (cononvert_EImage_to_XImage): correct
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1807 bytes per pixel counting.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1808
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1809 1999-02-15 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1810
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1811 * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1812 major lockups.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1813
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1814 1999-02-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1815
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1816 * fns.c (Fbase64_encode_string): New optional argument
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1817 `NO_LINE_BREAK'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1818
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1819 1999-02-16 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1820
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1821 * gdbinit: Fix up commands to run temacs. Add lisp-shadows command.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1822 * alloc.c (xcalloc): undef xcalloc, just like xmalloc
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1823
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1824 1999-02-10 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1825
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1826 * s/bsdos4.h: New file. Port to BSDI BSD/OS 4.0.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1827 * xintrinsic.h: Redo CONST support for X11 R4 compatibility.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1828
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1829 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1830
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1831 * XEmacs 21.2.10 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1832
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1833 1999-02-02 Gleb Arshinov <gleb@cs.stanford.edu>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1834
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1835 * process-nt.c (nt_send_process):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1836 Fix for process-send-region/process-send-string breaking when size
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1837 of the input > 128 chars: change maximum chunk size for process
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1838 stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1839 succeeds.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1840
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1841 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1842
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1843 * XEmacs 21.2.9 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1844
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1845 1999-01-30 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1846
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1847 * bytecode.c (funcall_compiled_function): Call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1848 UNBIND_TO_GCPRO instead of UNBIND_TO_GCPRO_VARIABLES_ONLY.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1849
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1850 * backtrace.h (UNBIND_TO_GCPRO_VARIABLES_ONLY):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1851 #ifdef 0 out unused macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1852
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1853 1999-01-27 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1854
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1855 * gui.c (gui_parse_item_keywords_internal): Make static.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1856
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1857 1999-01-21 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1858
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1859 * glyphs-msw.c: add xface support.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1860 (mswindows_xface_instantiate): new function copied from glyphs-x.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1861 (image_instantiator_format_create_glyphs_mswindows): do device
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1862 specific initialisation for xfaces.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1863 (xbm_create_bitmap_from_data): line data must be padded to a word
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1864 boundary.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1865
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1866 * glyphs-x.c (xface_validate): moved to glyphs.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1867 (xface_normalize): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1868 (xface_possible_dest_types): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1869 (image_instantiator_format_create_glyphs_x): do device specific
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1870 initialisation for xfaces.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1871
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1872 * glyphs.h: declare xface symbol.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1873
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1874 * glyphs.c: move generic xface support here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1875 (xface_validate): moved from glyphs-x.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1876 (xface_normalize): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1877 (xface_possible_dest_types): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1878 (image_instantiator_format_create): xface declarations moved from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1879 glyphs-x.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1880
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1881 1999-01-14 Adrian Aichner <aichner@ecf.teradyne.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1882
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1883 * event-stream.c (vars_of_event_stream): Fixing documentation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1884
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1885 1999-01-17 Gunnar Evermann <ge204@eng.cam.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1886
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1887 * glyphs-eimage.c (gif_instantiate): Correct handling of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1888 interlaced gifs to avoid writing past the end of the eimage
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1889 buffer.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1890
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1891 1999-01-13 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1892
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1893 * search.c (Freplace_match): Handle single backslash at end of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1894 NEWTEXT correctly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1895
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1896 1999-01-12 William M. Perry <wmperry@aventail.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1897
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1898 * eldap.c (Fldap_open): slow down interrupts around ldap_open to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1899 avoid connection errors.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1900
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1901 1999-01-12 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1902
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1903 * redisplay-output.c (redisplay_update_line): backout change that
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1904 shouldn't have gone ine.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1905
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1906 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1907
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1908 * eldap.c (vars_of_ldap): Do no provide `ldap' here since it may
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1909 collide with ldap.el
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1910
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1911 1999-01-11 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1912
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1913 * redisplay.h (DISPLAY_LINE_HEIGHT): new macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1914 (DISPLAY_LINE_YPOS): new macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1915
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1916 * redisplay-msw.c (mswindows_output_string): use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1917 (mswindows_output_pixmap): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1918 (mswindows_output_display_block): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1919
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1920 * redisplay-output.c (redisplay_output_display_block): new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1921 function. just call the devmeth, maybe insert some generic code
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1922 here later.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1923 (compare_display_blocks): use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1924 (output_display_line): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1925 (redisplay_unmap_subwindows_maybe): new function. potentially
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1926 unmap subwindows in the given area.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1927
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1928 * glyphs.c (reset_subwindow_cachels): unmap subwindows that we are
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1929 resetting.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1930
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1931 1999-01-10 J. Kean Johnston <jkj@sco.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1932
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1933 * Makefile.in.in: Set value of moduledir
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1934 - Changed DUMPENV to include $(MODULEPATH)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1935 - Added install rule to install header files for use by ellcc.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1936
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1937 * config.h.in: Added INHIBIT_SITE_MODULES
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1938 - Added HAVE__DLERROR
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1939 - Added HAVE_DLFCN_H
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1940 - Added DLSYM_NEEDS_UNDERSCORE
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1941
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1942 * dll.c: Removed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1943
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1944 * emodules.c: New file containing dynamic loading code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1945
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1946 * emodules.h: New file.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1947
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1948 * emacs.c: Added variables Vmodule_directory,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1949 Vsite_module_directory, Vconfigure_module_directory and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1950 Vconfigure_site_module_directory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1951 - (main_1): Added new variable inhibit_site_modules and command
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1952 line options `-no-site-modules' and `--no-site-modules'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1953 - (main_1): Call syms_of_module() instead of syms_of_dll().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1954 - (main_1): Call vars_of_module().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1955 - (vars_of_emacs): Introduce inhibit-site-modules,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1956 module-directory, configure-module-directory,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1957 site-module-directory, and configure-site-module-directory to the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1958 Lisp reader.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1959
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1960 * lisp.h: Declare load_module and list_modules, as well as
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1961 Vmodule_directory, Vsite_module_directory,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1962 Vconfigure_module_directory and Vconfigure_site_module_directory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1963
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1964 * paths.h.in: Added PATH_MODULESEARCH and PATH_SITE_MODULES.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1965 - Added correct support for site-lisp directory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1966
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1967 * symbols.c (defsubr): Modified to allow modules to add new subrs
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1968 after dump time.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1969 - (defsubr_macro): Same.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1970 - (defvar_magick): Only use purespace when not initialized, so
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1971 that loaded modules can still add symbols.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1972
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1973 * symsinit.h: Add definitions for syms_of_module(),
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1974 vars_of_module(). Removed syms_of_dll().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1975
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1976 * sysdll.c: Include dlfcn.h if HAVE_DLFCN_H is defined.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1977 - (dll_variable): Take DLSYM_NEEDS_UNDERSCORE into account.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1978 - (dll_error): use _dlerror() if HAVE__DLERROR is defined.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1979
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1980 * s/sco5-shr.h (C_SWITCH_SYSTEM): Correct for modern gcc and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1981 explicitly pass -belf for native cc.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1982
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1983 * s/sco5.h (LIB_GCC): Use -print-libgcc-file-name instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1984 hard-coding the library name.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1985
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1986 1999-01-01 <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1987
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1988 * device-x.c (Fx_set_font_path):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1989 Add proper cast to permit compilation under C++.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1990
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1991 * buffer.c (directory_is_current_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1992 Add proper casts to permit compilation under C++.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1993
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1994 1998-12-30 Damon Lipparelli <lipp@primus.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1995
410
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
1996 * event-msw.c (mswindows_wnd_proc):
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1997 Fixed failure when building with MSVC 5.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1998
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
1999 1998-12-29 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2000
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2001 * file-coding.c (decode_coding_iso2022):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2002 - Prevent crash when decoding ISO7/Lock detected files
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2003 - the usual martin fiddling
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2004
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2005 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2006
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2007 * event-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2008 glyphs-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2009 Fixed failures when building with MSVC.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2010 * unexnt.c (dump_bss_and_heap):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2011 Removed compiler warning by removing bss_data variable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2012
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2013 1998-12-18 Jim Radford <radford@robby.caltech.edu>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2014
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2015 * device-x.c (Fx_set_font_path, Fx_get_font_path): New functions
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2016 so that packages that distribute their own fonts can access them.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2017
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2018 1998-12-28 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2019
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2020 * glyphs-msw.c (mswindows_button_instantiate): cope with buttons
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2021 that have an image provided.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2022
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2023 * glyphs.h: add Q_image decl.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2024
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2025 * glyphs-widget.c new functionality allowing images in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2026 widgets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2027 (check_valid_glyph_or_image): new function to validate
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2028 glyphs passed in through :image.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2029 (widget_normalize): new function. convert :image parameters into
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2030 real glyphs if not already so.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2031 (widget_instantiate_1): mess with size parameters to be similar to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2032 :image if provided.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2033 (syms_of_glyphs_widget): new keyword :image.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2034 (image_instantiator_format_create_glyphs_widget): normalize
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2035 buttons and allow :image.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2036
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2037 1998-12-27 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2038
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2039 * frame-msw.c (mswindows_init_frame_1): warning elimination.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2040
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2041 * glyphs-widget.c (check_valid_anything): no-op function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2042 (check_valid_callback): check callbacks in gui_items.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2043 (check_valid_symbol): as it sounds.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2044 (check_valid_string_or_vector): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2045 (widget_validate): modified for descriptors that are vectors or
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2046 sequences of keyword/val pairs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2047 (widget_instantiate_1): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2048 (image_instantiator_format_create_glyphs_widget): allow gui_item
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2049 keywords in the instantiator.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2050
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2051 * gui.c (gui_parse_item_keywords_internal): renamed from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2052 gui_parse_item_keywords but taking error behaviour.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2053 (gui_parse_item_keywords): use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2054 (gui_parse_item_keywords_no_errors): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2055 (gui_item_add_keyval_pair): add Error_behavior flag and only
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2056 signal invalid keywords if required.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2057
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2058 * gui.h: new gui signatures.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2059
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2060 * menubar.c (menu_parse_submenu_keywords): use new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2061 gui_item_add_keyval_pair signature.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2062
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2063 * s/cygwin32.h: modify PTY_ITERATION to eliminate warnings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2064
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2065 1998-12-28 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2066
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2067 * XEmacs 21.2.8 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2068
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2069 1998-12-28 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2070
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2071 * editfns.c (get_home_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2072 (user-home-directory): Simplify.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2073
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2074
410
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
2075 * callproc.c (child_setup):
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2076 - Environment variables were being passed to inferior processes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2077 using internal encoding.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2078 - Convert to external encoding.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2079 - Rename local var `tem' to better name `tail'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2080 - Use Flength instead of `manual' calculation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2081
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2082 * buffer.c (kill-buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2083 (record-buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2084 (set-buffer-major-mode):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2085 (current-buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2086 - Fix up parameter names to correspond to docstrings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2087 - Don't use `bufname' when a buffer will do as well.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2088 - Remove one unneeded GCPRO.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2089
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2090 * buffer.h (initial_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2091 * buffer.c (init_initial_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2092 - use correct conversions between internal and external format.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2093 (directory_is_current_directory): new function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2094 (init_buffer): convert initial_directory to internal format.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2095 - solve crashes when current working directory is non-ASCII.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2096
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2097 * alloc.c (xmalloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2098 (xcalloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2099 (xrealloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2100 - remove stupid casts, since XEmacs requires an ANSI C system.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2101 (lrecord_type_index): replace abort() with more readable assert().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2102
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2103 (reset_lcrecord_stats): remove.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2104 (sweep_lcrecords_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2105 - replace call to reset_lcrecord_stats() with call to xzero().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2106
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2107 1998-12-27 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2108
410
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
2109 * process-unix.c (unix_create_process):
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2110 - Fix crash invoking program with non-ASCII name.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2111 Try invoking xemacs with SHELL=/bin/sh, then M-x shell.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2112 - Remove unused variable `env'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2113 - Rename `temp' to better name `save_errno'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2114 - Reorganize code for clarity. But still too chicken to nuke the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2115 BSD 4.2 support.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2116
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2117 1998-12-24 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2118
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2119 * XEmacs 21.2.7 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2120
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2121 1998-12-23 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2122
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2123 * glyphs.c (decode_device_ii_format):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2124 - Fix indentation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2125 - Use GET_C_STRING_FILENAME_DATA_ALLOCA with char *, not Extbyte *.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2126
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2127 * glyphs-x.c (x_subwindow_instantiate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2128 - A image instance mask was being assigned to a image instance type!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2129 - X_SUBWINDOW_INSTANCE_DATA (ii) is not an lvalue in C++.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2130
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2131 * glyphs-msw.c (mswindows_initialize_dibitmap_image_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2132 Fix indentation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2133 * glyphs-x.h: Make indentation consistent.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2134
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2135 * emacs.c (Fdump_emacs): Remove Steve Martin merge artifacts.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2136
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2137 * glyphs-widget.c (check_valid_glyph): Warning suppression.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2138 - Make it static
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2139 - #ifdef it out, since it's not actually used yet (FIX THIS!)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2140
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2141 * glyphs-widget.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2142 * glyphs.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2143 Move declarations of decode_device_ii_format and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2144 decode_image_instantiator_format into glyphs.h where they belong.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2145
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2146 1998-12-22 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2147
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2148 * frame-x.c (x_delete_frame): Revert part of my changes at the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2149 suggestion of Gunnar Evermann - unfortunately no one really
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2150 understands this code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2151
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2152 * callproc.c (init_callproc): code cleanup.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2153
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2154 * free-hook.c (malloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2155 (check_malloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2156 (__free_hook):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2157 (__malloc_hook):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2158 (__realloc_hook):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2159 (block_input_malloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2160 (block_input_realloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2161 * device-x.c (x_delete_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2162 * emacs.c (voodoo_free_hook):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2163 * events.c (print_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2164 (CHECK_EVENT_TYPE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2165 (CHECK_EVENT_TYPE2):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2166 (CHECK_EVENT_TYPE3):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2167 Use proper prototypes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2168 Make C_E_T macros a little faster.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2169 Pedantic fiddly little changes. You really don't care.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2170
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2171 1998-12-22 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2172
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2173 * redisplay-output.c (redisplay_clear_region): make sure that
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2174 fg/bg colors get set even when we are in the border area.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2175
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2176 1998-12-13 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2177
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2178 * console-msw.c: Function definitions follow coding standards
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2179 - This prevents e.g. find-tag on Lisp_Event finding DEVENT
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2180
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2181 1998-12-11 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2182
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2183 * events.h (struct timeout_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2184 * event-tty.c (tty_timeout_to_emacs_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2185 * event-msw.c (mswindows_wm_timer_callback):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2186 * event-Xt.c (Xt_timeout_to_emacs_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2187 * event-msw.c (mswindows_cancel_dispatch_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2188 Make sure Lisp_Objects inside events are initialized to Qnil, not
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2189 Qnull_pointer, which is now illegal.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2190
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2191 1998-12-10 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2192
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2193 * lisp.h: Fix up prototypes to match alloc.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2194
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2195 1998-12-08 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2196
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2197 * windowsnt.h: Remove `support' for using index and rindex
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2198
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2199 * filelock.c (current_lock_owner):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2200 - Change uses of index -> strchr, rindex -> strrchr
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2201
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2202 1998-12-07 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2203
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2204 * sysdep.c (set_descriptor_non_blocking):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2205 Since O_NONBLOCK is now always #defined, make use of fcntl
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2206 conditional on F_SETFL being defined.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2207
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2208 * console-msw.c (DHEADgER):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2209 (DOPAQUE_DATA):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2210 (DEVENT):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2211 (DCONS):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2212 (DCONSCDR):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2213 (DSTRING):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2214 (DVECTOR):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2215 (DSYMBOL):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2216 (DSYMNAME):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2217 - max_align_t should not be visible to the user of the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2218 XOPAQUE_DATA macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2219 - use Bufbyte instead of char
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2220 - parens around (FOOP (obj)) are always redundant.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2221 If they were necessary, we should fix the macro instead.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2222 - Always use string_data(foo) instead of foo->data.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2223
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2224
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2225 1998-12-06 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2226
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2227 * frame-msw.c (mswindows_init_frame_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2228 - use make_lisp_hash_table, not Fmake_hash_table
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2229 - include elhash.h
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2230
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2231 * lisp.h:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2232 * alloc.c (make_vector): remove travesty
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2233 (Fmake_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2234 (make_pure_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2235 (pure_cons):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2236 (make_bit_vector_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2237 (make_bit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2238 (make_bit_vector_from_byte_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2239 (Fmake_bit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2240 - make vector_equal a little faster.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2241 - Don't use variable name `new'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2242 - Use size_t instead of EMACS_INT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2243 - usual Martin-style pointless bit-twiddling.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2244
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2245 * fns.c (mapcar1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2246 (Fmapconcat):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2247 (Fmapcar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2248 (Fmapvector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2249 Make mapcar faster. In particular, make
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2250 (mapc #'identity long-string)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2251 MUCH faster under Mule.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2252 * tests/automated/lisp-tests.el: Test 'em!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2253
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2254 * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2255 bytecode.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2256
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2257 1998-12-01 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2258
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2259 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Always use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2260 Qnil, not NULL, to initialize `null' Lisp_Objects.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2261
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2262 1998-11-29 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2263
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2264 * specifier.c (display_table_validate): Update.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2265
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2266 * redisplay.c (create_text_block): Use them.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2267
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2268 * glyphs.c (display_table_entry): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2269 (get_display_tables): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2270
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2271 1998-12-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2272
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2273 * eldap.c (toplevel): Mention that eldap.c compiles with
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2274 OpenLDAP libs
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2275 (Fldap_open): Use `GET_C_STRING_OS_DATA_ALLOCA'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2276 (Fldap_search_internal): Ditto
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2277
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2278 1998-12-11 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2279
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2280 * event-msw.c (mswindows_cancel_dispatch_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2281 Gratuitous code prettification
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2282
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2283
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2284 1998-12-07 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2285
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2286 * fns.c (Fnconc): Fix use of wrong_type_argument().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2287
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2288 * floatfns.c (Ffloat): Fix docstring.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2289 (Ffloat): Fix use of wrong_type_argument().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2290 (Fabs): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2291 (extract_float): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2292 (Fceiling): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2293 (Fround): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2294 (Ftruncate): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2295
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2296 1998-12-06 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2297
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2298 * frame-msw.c (mswindows_init_frame_1):
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2299 - use make_lisp_hash_table, not Fmake_hash_table
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2300 - include elhash.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2301
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2302 * lisp.h:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2303 * alloc.c (make_vector): remove travesty
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2304 (Fmake_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2305 (make_pure_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2306 (pure_cons):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2307 (make_bit_vector_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2308 (make_bit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2309 (make_bit_vector_from_byte_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2310 (Fmake_bit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2311 - make vector_equal a little faster.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2312 - Don't use variable name `new'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2313 - Use size_t instead of EMACS_INT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2314 - usual Martin-style pointless bit-twiddling.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2315
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2316 * fns.c (mapcar1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2317 (Fmapconcat):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2318 (Fmapcar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2319 (Fmapvector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2320 Make mapcar faster. In particular, make
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2321 (mapc #'identity long-string)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2322 MUCH faster under Mule.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2323 * tests/automated/lisp-tests.el: Test 'em!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2324
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2325 * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2326 bytecode.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2327
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2328 1998-12-02 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2329
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2330 * menubar-x.c (menu_item_descriptor_to_widget_value_1): set the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2331 accelerator field to nil for labels.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2332
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2333 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2334
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2335 * menubar-msw.c (displayable_menu_item):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2336 Escape occurrences of '&' and support occurrences of the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2337 '%_' accelerator indicator in menus.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2338
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2339 1998-11-26 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2340
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2341 * dired.c (Fdirectory_files): use make_string instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2342 make_ext_string on the filename. The conversion external->internal
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2343 format is already done in sys_readdir.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2344
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2345 1998-12-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2346
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2347 * glyphs.c (normalize_image_instantiator): GCPRO instantiator
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2348
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2349 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2350
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2351 * event-msw.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2352 (Belatedly) added Kirill to list of file's authors.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2353 emacs_mswindows_quit_p: Don't process WM_PAINT messages in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2354 quit checking. WM_PAINT messages cause redisplay, but
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2355 windows' states are not necessarily stable when this function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2356 gets called.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2357
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2358 1998-12-17 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2359
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2360 * strftime.c (zone_name): CONSTify.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2361
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2362 1998-12-15 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2363
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2364 * glyphs-msw.c (mswindows_combo_instantiate): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2365 (mswindows_widget_property): return Qunbound when no property available.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2366 (mswindows_button_property): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2367 (mswindows_combo_property): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2368 (mswindows_widget_set_property): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2369
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2370 * glyphs-widget.c (check_valid_item_list): use properties.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2371
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2372 * glyphs.h (struct Lisp_Image_Instance): we have properties now.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2373
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2374 * glyphs.c (Fset_image_instance_property): allow setting of arbitrary properties.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2375 (Fimage_instance_property): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2376 * glyphs-widget.c (widget_property): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2377 (widget_set_property): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2378
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2379 * frame-msw.c (mswindows_set_frame_pointer): SetCursor() as well
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2380 as setting the class cursor so that GC actually changes the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2381 cursor.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2382
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2383 * config.h: don't undef MAIL_USE_POP.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2384
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2385 1998-12-13 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2386
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2387 * glyphs-msw.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2388 (image_instantiator_format_create_glyphs_mswindows): line ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2389 label.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2390 (mswindows_label_instantiate): ditto. Play with window flags.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2391 (image_instantiator_format_create_glyphs_mswindows): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2392 (vars_of_glyphs_mswindows): provide Qlabel as we support it now.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2393
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2394 * glyphs-widget.c (widget_instantiate_1): re-jig autosizing to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2395 cope with lines and labels.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2396 (static_instantiate): use widget_instantiate_1.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2397 line -> label.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2398 (image_instantiator_format_create_glyphs_widget): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2399
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2400 1998-12-10 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2401
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2402 * Makefile.in.in (objs): add gui.o
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2403
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2404 1998-12-10 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2405
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2406 * gui.c: adjust defines of HAVE_POPUPS so that we can build with
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2407 no window system.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2408
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2409 1998-12-09 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2410
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2411 * glyphs.c (finalize_image_instance): mark glyphs changed when an
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2412 image instance is removed so that the subwindow cache gets reset
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2413 and thus destroyed images get GC'd.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2414
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2415 1998-12-08 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2416
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2417 * gui-msw.c (mswindows_handle_gui_wm_command): call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2418 MARK_SUBWINDOWS_CHANGED.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2419
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2420 * glyphs-msw.c (mswindows_finalize_image_instance): make sure
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2421 subwindows really get deleted.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2422
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2423 * redisplay.c: new variable subwindows_changed[_set].
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2424 (redisplay_window): use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2425 (redisplay_frame): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2426 (redisplay_device): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2427 (redisplay_without_hooks): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2428
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2429 * device.h (MARK_DEVICE_SUBWINDOWS_CHANGED): new macro for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2430 subwindows redisplay as per glyphs equivalent.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2431 * redisplay.h: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2432 (MARK_SUBWINDOWS_CHANGED): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2433 (RESET_CHANGED_SET_FLAGS): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2434 * frame.h (MARK_FRAME_SUBWINDOWS_CHANGED): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2435
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2436 1998-12-07 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2437
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2438 * frame.c (Fmake_frame): reset subwindow cachels on non-stream
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2439 frames.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2440
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2441 * redisplay.c (redisplay_frame): invalidate subwindow cachels.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2442
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2443 * event-msw.c (mswindows_wnd_proc): catch the various WM_CTLCOLOR*
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2444 messages and paint widget glyphs as appropriate with their face fg
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2445 & bg.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2446
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2447 1998-12-06 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2448
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2449 * glyphs-msw.c (vars_of_glyphs_mswindows): provide widget types
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2450 here rather than in glyphs-widget - do this because we only want
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2451 to provide what is really available.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2452
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2453 * glyphs.c (Fimage_instance_property): new function to get the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2454 properties of image instances. wires through to console specific
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2455 methods and then to widget specific methods.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2456 (Fset_image_instance_property): ditto but for setting widget properties.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2457 (check_valid_face): make extern so that it can be used elsewhere.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2458
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2459 * glyphs-widget.c (widget_property): new function. gets the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2460 properties of widgets in general and wires the function through to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2461 widget specific ones.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2462 (widget_set_property): ditto but for setting widget properties.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2463
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2464 * glyphs-msw.c (mswindows_combo_instantiate): Add functionality to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2465 add items to the list. Play with window styles a bit to get the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2466 desired effect.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2467 (mswindows_widget_property): break out specific widget properties.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2468 (mswindows_button_property): new function. gets the checked state
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2469 of a button.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2470 (mswindows_combo_property): new function. gets the current
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2471 selection in the combo box.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2472 (mswindows_widget_set_property): new function. sets specific
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2473 properties of specific widgets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2474
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2475 * glyphs-widget.c (check_valid_item_list): new function. check
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2476 that items for a combo-box are just a list of strings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2477 (combo_validate): new function. check there is an item list.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2478 (widget_instantiate_1): new function. renamed from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2479 widget_instantiate so that we can do slightly different things for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2480 other widgets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2481 (widget_instantiate): call widget_instantiate_1.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2482 (combo_instantiate): new function to instantiate combo boxes,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2483 defaults height to the pixel height of the number of items in the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2484 box.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2485 (syms_of_glyphs_widget): move widget keywords here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2486 (image_instantiator_format_create_glyphs_widget): use new combo
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2487 functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2488
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2489 1998-12-04 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2490
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2491 * event-msw.c (mswindows_wnd_proc): mule-ize.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2492
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2493 * glyphs.c (pixmap_to_lisp_data): mule-ize.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2494
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2495 * glyphs-msw.c (extract_xpm_color_names): mule-ize.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2496 (resource_name_to_resource): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2497 (mswindows_resource_instantiate): ditto.
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2498 (mswindows_widget_instantiate): ditto.
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2499 (mswindows_widget_set_property): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2500
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2501 * redisplay-output.c (redisplay_output_subwindow): don't show
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2502 subwindows if they are obscured at the edge of the frame, emacs
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2503 gets into some sort of redisplay loop otherwise.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2504
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2505 * gui.h: prototype gui_item_selected_p.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2506
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2507 * gui.c (gui_item_selected_p): new function to determine the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2508 selected state of a gui_item.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2509
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2510 * frame.h (struct frame): add subwindows_changed flag.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2511
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2512 * redisplay.c (redisplay_frame): call update_frame_subwindows ().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2513
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2514 * glyphs.c (update_subwindow): new function to update a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2515 subwindow's state.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2516 (update_frame_subwindows): new function to update all the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2517 subwindows on a frame.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2518
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2519 * console.h (struct console_methods): add update_subwindow.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2520
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2521 * glyphs-msw.c (mswindows_widget_property): return selected state
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2522 for selected property.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2523 (mswindows_update_subwindow): new function. updates widget glyphs
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2524 in redisplay as per menubars or toolbars e.g. selected state.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2525 (console_type_create_glyphs_mswindows): add update_subwindow.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2526
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2527 1998-12-03 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2528
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2529 * console-tty.c (syms_of_console_tty): MULE -> FILE_CODING since
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2530 tty coding system things are such.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2531
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2532 * glyphs-widget.c (widget_face_font_info): new function for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2533 pulling out height and width metrics for a widget's face.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2534 (widget_text_to_pixel_conversion): calculate pixel sizes of text
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2535 for widgets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2536
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2537 * event-msw.c (mswindows_drain_windows_queue): translate messages
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2538 that are destined for subwindows. This makes edit fields interact
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2539 with the keyboard correctly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2540 nuke warnings by #ifndef'ing out stuff not required by msg select().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2541
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2542 * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM): new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2543 macro defining the iiforma without the symbol required by widget.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2544 (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT): use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2545
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2546 * general.c (syms_of_general): add Qwidget, Qselected.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2547
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2548 * faces.c (complex_vars_of_faces): add widget face inheriting from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2549 gui-element face.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2550
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2551 1998-11-09 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2552
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2553 * window.h (struct window): add a cache of subwindows on a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2554 per-window basis.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2555
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2556 * window.c (mark_window): mark the subwindow_instance_cache.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2557 (allocate_window): initialise the subwindow instance_cache.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2558
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2559 * toolbar-x.c (x_output_toolbar): call redisplay_clear_region
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2560 instead of the devmeth.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2561 (x_clear_toolbar): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2562
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2563 * redisplay-x.c (x_output_display_block): call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2564 redisplay_output_subwindow for subwindows and widgets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2565
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2566 * redisplay-tty.c (tty_output_display_block): add IMAGE_WIDGET to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2567 types to do nothing for.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2568
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2569 * lisp.h: declare new widget/subwindow symbols.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2570
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2571 * glyphs.c (image_instantiate): cache subwindows on a per-window
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2572 basis.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2573 (subwindow_possible_dest_types): new function for subwindow dest
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2574 types.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2575 (subwindow_instantiate): generic instantiation of a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2576 subwindow. specialised by device multi-methods.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2577 (Fsubwindowp): moved from glyphs-x.c. adapted for glyph-based
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2578 subwindows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2579 (Fimage_instance_subwindow_id): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2580 (Fresize_subwindow): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2581 (Fforce_subwindow_map): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2582
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2583 * glyphs-x.c (x_print_image_instance): remove subwindow
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2584 stuff. Handled genrically in glyphs.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2585 (x_image_instance_equal): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2586 (x_image_instance_hash): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2587 (x_finalize_image_instance): delete subwindows when required.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2588 (mark_subwindow) (print_subwindow) (finalize_subwindow)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2589 (subwindow_hash) (Fmake_subwindow): deleted because of new,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2590 glyph-based, subwindow implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2591 (Fsubwindow_height) (Fsubwindow_width) (Fsubwindow_xid): aliased
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2592 in glyphs.el
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2593 (Fsubwindowp) (Fresize_subwindow) (Fforce_subwindow_map): moved to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2594 glyphs.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2595 (x_unmap_subwindow): new function to unmap X subwindows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2596 (x_map_subwindow): new function to map X subwindows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2597 (x_subwindow_instantiate): new function to instantiate X
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2598 subwindows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2599 (x_resize_subwindow): new function to resize X subwindows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2600 (console_type_create_glyphs_x): add subwindow functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2601 (image_instantiator_format_create_glyphs_x): add device
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2602 multi-methods for xpm, xbm and subwindow.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2603
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2604 * glyphs.el (subwindow-xid): old alias for new subwindow functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2605 (subwindow-width): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2606 (subwindow-height): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2607
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2608 * glyphs-msw.c (mswindows_widget_instantiate): new function for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2609 generally instantiating ms subwindows. Used by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2610 mswindows_*_instantiate.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2611 (mswindows_edit_instantiate): instantiate an edit field on a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2612 mswindows frame.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2613
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2614 1998-11-04 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2615
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2616 * symsinit.h: declare new functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2617
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2618 * redisplay.h: declare new functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2619
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2620 * redisplay-x.c (x_output_display_block): call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2621 redisplay_clear_region rather than x_clear_region.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2622 (x_output_string): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2623 (x_output_pixmap): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2624 (x_clear_to_window_end): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2625 (x_output_eol_cursor): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2626 (x_clear_region): only do X specific things. other duties handled
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2627 in redisplay_clear_region.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2628
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2629 * redisplay-tty.c (tty_clear_region): do tty specific things - some
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2630 duties moved to redisplay_clear_region.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2631
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2632 * redisplay-output.c (clear_left_border): use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2633 redisplay_clear_region instead of device method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2634 (clear_right_border): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2635 (output_display_line): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2636 (redisplay_output_subwindow): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2637 (redisplay_clear_top_of_window): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2638 (redisplay_clear_region): perform duties previously handled by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2639 device methods. call the appropriate device method at the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2640 end. unmap subwindows if necessary.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2641
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2642 * redisplay-msw.c (mswindows_output_string): use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2643 redisplay_clear_region instead of mswindows_clear_region.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2644 (mswindows_clear_to_window_end): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2645 (mswindows_output_display_block): output subwindows when required.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2646 (mswindows_clear_region): only do mswindows specific things,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2647 everything else is now handled in redisplay_clear_region.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2648
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2649 * gui.h: add item id hash defines and declare function prototypes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2650
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2651 * gui.c (mark_gui_item): new function for marking gui_items.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2652 (gui_item_hash): generic hash function for generating command ids
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2653 for gui_items.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2654
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2655 * gui-msw.c: new file.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2656 (mswindows_handle_gui_wm_command): new function to handle widget
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2657 callbacks.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2658
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2659 * glyphs.h (MAYBE_IIFORMAT_DEVMETH): new function for device
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2660 multi-methods.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2661 (IIFORMAT_HAS_SHARED_METHOD): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2662 (DEFINE_DEVICE_IIFORMAT): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2663 (INITIALIZE_DEVICE_IIFORMAT): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2664 (struct Lisp_Image_Instance): add widget and subwindow data plus
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2665 appropriate access functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2666
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2667 * glyphs.c (decode_device_ii_format): new function for decoding
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2668 image instantiator functions based on a device type as well as an
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2669 image format.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2670 (decode_image_instantiator_format): just call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2671 decode_device_ii_format with nil device.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2672 (add_entry_to_device_ii_format_list): new function for per device
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2673 method instances.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2674 (add_entry_to_image_instantiator_format_list): just call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2675 add_entry_to_device_ii_format_list with nil device.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2676 (check_valid_vector): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2677 (instantiate_image_instantiator): instantiate using per-format
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2678 method and then per-format-per-device method (device
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2679 multi-methods). signal an error if neither is possible.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2680 (mark_image_instance): cope with subwindows and widgets.
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2681 (print_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2682 (image_instance_equal): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2683 (image_instance_hash): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2684 (allocate_glyph): ditto.
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2685 (glyph_width): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2686 (glyph_height_internal): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2687 (xpm_instantiate): removed because of device multi-methods.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2688 (mark_subwindow_cachels): new cachel functions for caching
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2689 instantiated subwindows on a per-frame basis. mostly copied from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2690 glyph cachel functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2691 (update_subwindow_cachel_data): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2692 (add_subwindow_cachel): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2693 (get_subwindow_cachel_index): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2694 (reset_subwindow_cachels): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2695 (mark_subwindow_cachels_as_not_updated): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2696 (unmap_subwindow): generic unmapping of subwindows based on cachel
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2697 data.
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
2698 (map_subwindow): ditto.
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2699 (initialize_subwindow_image_instance): generic initialisation of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2700 subwindow data.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2701 (syms_of_glyphs): add widget keywords.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2702
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2703 * glyphs-x.h (struct x_subwindow_data): convert Lisp_Subwindow to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2704 x_subwindow_data.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2705
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2706 1998-11-04 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2707
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2708 * glyphs-widget.c: new file for instantiating widget type glyphs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2709 (widget_possible_dest_types): new general dest type function for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2710 widgets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2711 (widget_validate): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2712 (initialize_widget_image_instance): ditto
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2713 (widget_instantiate): ditto. Sets up fg/bg, gui_item parsing
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2714 before handing on control to device multi-methods.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2715 (syms_of_glyphs_widget): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2716 (image_instantiator_format_create_glyphs_widget): new function,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2717 added placeholders for button, edit, combo, scrollbar
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2718 (vars_of_glyphs_widget): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2719
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2720 * glyphs-msw.h (WIDGET_INSTANCE_MSWINDOWS_HANDLE): new define for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2721 storing window ids of widgets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2722
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2723 * glyphs-msw.c (mswindows_finalize_image_instance): cope with
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2724 deletion of widget and subwindow glyphs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2725 (mswindows_unmap_subwindow): new device function for unmapping
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2726 subwindows on a msw frame.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2727 (mswindows_map_subwindow): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2728 (mswindows_register_image_instance): register instantiated widgets
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2729 with the widget hastable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2730 (mswindows_button_instantiate): instantiate a button type widget
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2731 on an msw frame.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2732 (mswindows_subwindow_instantiate): instanttiate a subwindow on a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2733 mswindows frame.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2734 (image_instantiator_format_create_glyphs_mswindows): add device
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2735 multi-methods for xbm, xpm, subwindow, edit and button.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2736
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2737 * frame.h (struct frame): add subwindow_cachels dynarr for caching
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2738 information about subwindows visible on the current frame. used by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2739 redisplay_clear_region to unmap subwindows as required.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2740
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2741 * frame.c (mark_frame): mark subwindow_cachels.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2742 (allocate_frame_core): instantiate subwindow_cachels.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2743
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2744 * frame-msw.c (mswindows_init_frame_1): instntiate and mark the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2745 widget hashtable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2746
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2747 * event-msw.c (mswindows_wnd_proc): add call to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2748 mswindows_handle_gui_wm_command to handle widget callbacks.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2749
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2750 * emacs.c (main_1): add calls to glyphs-widget initialisation
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2751 routines.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2752
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2753 * console.h (struct console_methods): add
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2754 unmap/map_subwindow_method for use be redisplay_clear_region to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2755 map and unmap subwindows. Remove xpm and xbm stuff - now dealt
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2756 with by image instantiator multi-methods. Add
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2757 resize_subwindow_method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2758
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2759 * console-stream.c (stream_clear_region): change signature to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2760 match new generic clear region function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2761
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2762 * Makefile.in.in: add glyphs-widget.o to list of objects.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2763
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2764 * console-msw.h (struct mswindows_frame): add widget hashtable for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2765 wiring command ids to callbacks.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2766
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2767 1998-12-16 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2768
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2769 * XEmacs 21.2.6 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2770
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2771 1998-12-08 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2772
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2773 * md5.c (Fmd5): Correctly initiate string input stream.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2774
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2775 * Makefile.in.in (tests): Add md5-tests.el.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2776
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2777 1998-12-06 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2778
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2779 * lisp.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2780 * alloc.c (make_vector): remove travesty
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2781 (Fmake_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2782 (make_pure_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2783 (pure_cons):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2784 (make_bit_vector_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2785 (make_bit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2786 (make_bit_vector_from_byte_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2787 (Fmake_bit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2788 - make vector_equal a little faster.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2789 - Don't use variable name `new'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2790 - Use size_t instead of EMACS_INT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2791 - usual Martin-style pointless bit-twiddling.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2792
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2793 * fns.c (mapcar1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2794 (Fmapconcat):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2795 (Fmapcar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2796 (Fmapvector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2797 Make mapcar faster. In particular, make
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2798 (mapc #'identity long-string)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2799 MUCH faster under Mule.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2800 * tests/automated/lisp-tests.el: Test 'em!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2801
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2802 1998-12-06 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2803
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2804 * bytecode.c (Ffetch_bytecode): Fix crash when loading lazy-loaded
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2805 bytecode.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2806
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2807 1998-12-13 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2808
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2809 * console-msw.c: Function definitions follow coding standards
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2810 - This prevents e.g. find-tag on Lisp_Event finding DEVENT
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2811
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2812 1998-12-11 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2813
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2814 * events.h (struct timeout_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2815 * event-tty.c (tty_timeout_to_emacs_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2816 * event-msw.c (mswindows_wm_timer_callback):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2817 * event-Xt.c (Xt_timeout_to_emacs_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2818 * event-msw.c (mswindows_cancel_dispatch_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2819 Make sure Lisp_Objects inside events are initialized to Qnil, not
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2820 Qnull_pointer, which is now illegal.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2821
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2822 1998-12-10 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2823
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2824 * lisp.h: Fix up prototypes to match alloc.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2825
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2826 1998-12-09 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2827
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2828 * glyphs-msw.c (init_image_instance_from_xbm_inline): don't use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2829 XSETINT for assigning lisp objects.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2830
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2831 1998-12-07 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2832
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2833 * opaque.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2834 * console-msw.c (DHEADER):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2835 (DOPAQUE_DATA):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2836 (DEVENT):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2837 (DCONS):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2838 (DCONSCDR):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2839 (DSTRING):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2840 (DVECTOR):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2841 (DSYMBOL):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2842 (DSYMNAME):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2843 - max_align_t should not be visible to the user of the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2844 XOPAQUE_DATA macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2845 - use Bufbyte instead of char
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2846 - parens around (FOOP (obj)) are always redundant.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2847 If they were necessary, we should fix the macro instead.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2848 - Always use string_data(foo) instead of foo->data.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2849
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2850 1998-12-07 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2851
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2852 * sysdep.c (set_descriptor_non_blocking):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2853 Since O_NONBLOCK is now always #defined, make use of fcntl
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2854 conditional on F_SETFL being defined.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2855
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2856 1998-12-09 Andy Piper <andy@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2857
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2858 * menubar-msw.c (mswindows_handle_wm_command): add back in checks
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2859 that got removed in the merge
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2860
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2861 1998-11-30 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2862
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2863 * dired.c (vars_of_dired): bugfix for previous conditionalization
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2864 of user-name-completion on non- Windows NT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2865
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2866 1998-12-08 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2867
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2868 * windowsnt.h: Remove `support' for using index and rindex
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2869
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2870 * filelock.c (current_lock_owner):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2871 - Change uses of index -> strchr, rindex -> strrchr
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2872
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2873 1998-12-06 Martin Buchholz <martin@xemacs.org>
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2874
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2875 * frame-msw.c (mswindows_init_frame_1):
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2876 - use make_lisp_hash_table, not Fmake_hash_table
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2877 - include elhash.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2878
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2879 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2880
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2881 * XEmacs 21.2.5 is released
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2882
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2883 1998-11-30 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2884
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2885 * xselect.c (receive_incremental_selection):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2886 * xselect.c (x_get_window_property):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2887 * xmu.c (XmuReadBitmapDataFromFile):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2888 * xmu.c (XmuCursorNameToIndex):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2889 * xgccache.c (describe_gc_cache):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2890 * xgccache.c (gc_cache_lookup):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2891 * xgccache.c (free_gc_cache):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2892 * xgccache.c (make_gc_cache):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2893 * window.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2894 * window.c (map_windows_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2895 * window.c (Fother_window_for_scrolling):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2896 * window.c (window_scroll):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2897 * window.c (change_window_height):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2898 * window.c (Fsplit_window):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2899 * window.c (window_left_gutter_width):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2900 * window.c (window_modeline_height):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2901 * window.c (invalidate_vertical_divider_cache_in_window):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2902 * window.c (window_needs_vertical_divider_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2903 * window.c (update_mirror_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2904 * window.c (SET_LAST_FACECHANGE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2905 * widget.c (Fwidget_plist_member):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2906 * unexec.c (copy_text_and_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2907 * unexcw.c (copy_executable_and_dump_data_section):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2908 * tooltalk.doc:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2909 * tooltalk.c (struct Lisp_Tooltalk_Pattern):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2910 * tooltalk.c (struct Lisp_Tooltalk_Message):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2911 * toolbar.h (struct toolbar_button):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2912 * toolbar.c (default_toolbar_visible_p_changed_in_window):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2913 * toolbar.c (recompute_overlaying_specifier):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2914 * toolbar.c (toolbar_validate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2915 * toolbar.c (toolbar_button_at_pixpos):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2916 * toolbar.c (get_toolbar_coords):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2917 * toolbar.c (update_frame_toolbars):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2918 * toolbar-x.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2919 * toolbar-msw.c (mswindows_handle_toolbar_wm_command):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2920 * toolbar-msw.c (mswindows_find_toolbar_pos):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2921 * toolbar-msw.c (mswindows_output_toolbar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2922 * toolbar-msw.c (mswindows_clear_toolbar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2923 * toolbar-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2924 * systty.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2925 * syssignal.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2926 * sysproc.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2927 * sysfile.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2928 * sysdll.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2929 * sysdep.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2930 * sysdep.c (rmdir):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2931 * sysdep.c (sys_fopen):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2932 * sysdep.c (sys_open):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2933 * sysdep.c (tty_init_sys_modes_on_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2934 * sysdep.c (get_eof_char):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2935 * sysdep.c (child_setup_tty):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2936 * sysdep.c (set_descriptor_non_blocking):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2937 * syntax.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2938 * syntax.c (scan_words):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2939 * syntax.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2940 * symsinit.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2941 * symeval.h (struct symbol_value_varalias):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2942 * symeval.h (struct symbol_value_forward):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2943 * symbols.c (syms_of_symbols):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2944 * symbols.c (init_symbols_once_early):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2945 * symbols.c (Fbuilt_in_variable_type):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2946 * symbols.c (Fsymbol_value_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2947 * symbols.c (default_value):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2948 * symbols.c (Fset):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2949 * symbols.c (find_symbol_value_quickly):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2950 * symbols.c (store_symval_forwarding):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2951 * symbols.c (set_default_console_slot_variable):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2952 * symbols.c (set_default_buffer_slot_variable):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2953 * symbols.c (verify_ok_for_buffer_local):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2954 * symbols.c (symbol_is_constant):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2955 * symbols.c (oblookup):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2956 * symbols.c (Funintern):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2957 * symbols.c (Fintern):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2958 * symbols.c (check_obarray):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2959 * sunplay.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2960 * specifier.h (struct specifier_methods):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2961 * specifier.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2962 * specifier.c (specifier_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2963 * specifier.c (specifier_instance_from_inst_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2964 * specifier.c (decode_locale_type):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2965 * specifier.c (specifier_equal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2966 * specifier.c (finalize_specifier):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2967 * specifier.c (prune_specifiers):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2968 * specifier.c (kill_specifier_buffer_locals):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2969 * sound.c (init_native_sound):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2970 * sound.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2971 * signal.c (alarm):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2972 * search.c (Fmatch_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2973 * search.c (match_limit):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2974 * search.c (Freplace_match):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2975 * search.c (skip_chars):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2976 * search.c (scan_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2977 * search.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2978 * scrollbar.c (specifier_vars_of_scrollbar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2979 * scrollbar.c (Fscrollbar_set_hscroll):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2980 * scrollbar.c (vertical_scrollbar_changed_in_window):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2981 * scrollbar.c (release_window_mirror_scrollbars):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2982 * scrollbar.c (free_scrollbar_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2983 * scrollbar-x.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2984 * scrollbar-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2985 * s/msdos.h (O_BINARY):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2986 * s/linux.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2987 * s/freebsd.h (LIBS_TERMCAP):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2988 * regex.c (re_match_2_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2989 * regex.c (compile_extended_range):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2990 * regex.c (POP_FAILURE_POINT):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2991 * regex.c (PUSH_FAILURE_POINT):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2992 * redisplay.h (RESET_CHANGED_SET_FLAGS):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2993 * redisplay.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2994 * redisplay.h (struct display_line):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2995 * redisplay.h (struct rune):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2996 * redisplay.c (vars_of_redisplay):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2997 * redisplay.c (redisplay_variable_changed):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2998 * redisplay.c (UPDATE_CACHE_RETURN):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
2999 * redisplay.c (validate_line_start_cache):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3000 * redisplay.c (mark_redisplay_structs):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3001 * redisplay.c (mark_glyph_block_dynarr):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3002 * redisplay.c (window_line_number):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3003 * redisplay.c (redisplay_frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3004 * redisplay.c (redisplay_window):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3005 * redisplay.c (generate_modeline):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3006 * redisplay.c (create_right_glyph_block):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3007 * redisplay.c (create_left_glyph_block):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3008 * redisplay.c (create_text_block):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3009 * redisplay.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3010 * redisplay-x.c (x_output_hline):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3011 * redisplay-x.c (x_output_vertical_divider):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3012 * redisplay-tty.c (tty_output_display_block):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3013 * redisplay-output.c (output_display_line):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3014 * redisplay-output.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3015 * redisplay-msw.c (mswindows_output_vertical_divider):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3016 * redisplay-msw.c (mswindows_ring_bell):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3017 * redisplay-msw.c (mswindows_output_cursor):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3018 * redisplay-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3019 * rangetab.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3020 * ralloc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3021 * puresize.h (RAW_PURESIZE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3022 * profile.c (syms_of_profile):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3023 * profile.c (Fstart_profiling):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3024 * profile.c (sigprof_handler):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3025 * profile.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3026 * procimpl.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3027 * process.c (vars_of_process):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3028 * process.c (read_process_output):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3029 * process.c (get_process):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3030 * process.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3031 * process-unix.c (unix_open_multicast_group):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3032 * process-unix.c (unix_get_tty_name):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3033 * process-unix.c (unix_send_process):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3034 * process-unix.c (unix_reap_exited_processes):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3035 * process-unix.c (unix_create_process):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3036 * process-unix.c (unix_init_process_io_handles):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3037 * process-unix.c (allocate_pty):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3038 * process-unix.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3039 * process-nt.c (nt_open_network_stream):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3040 * process-nt.c (nt_update_status_if_terminated):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3041 * process-nt.c (nt_finalize_process_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3042 * process-nt.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3043 * print.c (debug_short_backtrace):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3044 * print.c (debug_backtrace):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3045 * print.c (print_symbol):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3046 * print.c (print_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3047 * print.c (print_cons):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3048 * print.c (Fwrite_char):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3049 * print.c (print_prepare):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3050 * print.c (canonicalize_printcharfun):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3051 * print.c (output_string):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3052 * print.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3053 * opaque.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3054 * opaque.c (allocate_managed_opaque):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3055 * opaque.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3056 * offix.c (DndSetData):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3057 * objects.c (face_boolean_create):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3058 * objects.c (font_instantiate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3059 * objects.c (font_create):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3060 * objects.c (color_create):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3061 * objects.c (finalize_font_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3062 * objects.c (finalize_color_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3063 * objects.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3064 * objects-x.c (x_font_instance_truename):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3065 * objects-x.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3066 * objects-x.c (x_initialize_font_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3067 * objects-x.c (allocate_nearest_color):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3068 * objects-tty.c (tty_initialize_font_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3069 * objects-tty.c (tty_initialize_color_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3070 * objects-msw.c (mswindows_initialize_color_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3071 * ntproc.c (syms_of_ntproc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3072 * ntproc.c (Fwin32_set_process_priority):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3073 * ntproc.c (sys_spawnve):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3074 * ntproc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3075 * ntheap.c (get_data_end):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3076 * nt.c (period):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3077 * nt.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3078 * nt.c (stat):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3079 * nt.c (generate_inode_val):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3080 * nt.c (sys_rename):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3081 * nas.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3082 * mule-wnnfns.c (Fwnn_hinsi_number):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3083 * mule-wnnfns.c (Fwnn_yuragi):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3084 * mule-wnnfns.c (Fwnn_common_learn):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3085 * mule-wnnfns.c (Fwnn_suffix_learn):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3086 * mule-wnnfns.c (Fwnn_prefix_learn):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3087 * mule-wnnfns.c (Fwnn_okuri_learn):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3088 * mule-wnnfns.c (Fwnn_complex_conv):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3089 * mule-wnnfns.c (Fwnn_last_is_first):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3090 * mule-wnnfns.c (Fwnn_bmodify_dict_add):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3091 * mule-wnnfns.c (Fwnn_notrans_dict_add):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3092 * mule-wnnfns.c (Fwnn_fiusr_dict_add):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3093 * mule-wnnfns.c (Fwnn_fisys_dict_add):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3094 * mule-wnnfns.c (Fwnn_hinsi_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3095 * mule-wnnfns.c (Fwnn_fuzokugo_set):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3096 * mule-wnnfns.c (Fwnn_dict_search):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3097 * mule-wnnfns.c (Fwnn_word_toroku):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3098 * mule-wnnfns.c (Fwnn_hindo_update):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3099 * mule-wnnfns.c (Fwnn_bunsetu_henkou):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3100 * mule-wnnfns.c (Fwnn_kakutei):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3101 * mule-wnnfns.c (Fwnn_begin_henkan):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3102 * mule-wnnfns.c (Fwnn_dict_comment):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3103 * mule-wnnfns.c (Fwnn_dict_add):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3104 * mule-wnnfns.c (Fwnn_open):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3105 * mule-mcpath.c (mc_getcwd):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3106 * mule-coding.c (vars_of_mule_coding):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3107 * mule-coding.c (convert_to_external_format):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3108 * mule-coding.c (encoding_marker):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3109 * mule-coding.c (decoding_marker):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3110 * mule-coding.c (Fcopy_coding_system):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3111 * mule-coding.c (Fmake_coding_system):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3112 * mule-coding.c (Fcoding_system_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3113 * mule-coding.c (Ffind_coding_system):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3114 * mule-coding.c (symbol_to_eol_type):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3115 * mule-coding.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3116 * mule-charset.c (complex_vars_of_mule_charset):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3117 * mule-charset.c (vars_of_mule_charset):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3118 * mule-charset.c (Fset_charset_ccl_program):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3119 * mule-charset.c (struct charset_list_closure):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3120 * mule-charset.c (Ffind_charset):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3121 * mule-charset.c (make_charset):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3122 * mule-charset.c (non_ascii_valid_char_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3123 * mule-charset.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3124 * mule-ccl.c (ccl_driver):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3125 * mule-canna.c (c2mu):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3126 * mule-canna.c (Fcanna_henkan_begin):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3127 * mule-canna.c (Fcanna_parse):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3128 * mule-canna.c (Fcanna_store_yomi):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3129 * mule-canna.c (Fcanna_touroku_string):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3130 * mule-canna.c (Fcanna_initialize):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3131 * minibuf.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3132 * menubar.c (menu_parse_submenu_keywords):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3133 * menubar-x.c (make_dummy_xbutton_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3134 * menubar-x.c (set_frame_menubar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3135 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3136 * menubar-x.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3137 * menubar-msw.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3138 * menubar-msw.c (mswindows_popup_menu):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3139 * menubar-msw.c (mswindows_update_frame_menubars):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3140 * menubar-msw.c (mswindows_handle_wm_command):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3141 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3142 * menubar-msw.c (unsafe_handle_wm_initmenupopup_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3143 * menubar-msw.c (update_frame_menubar_maybe):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3144 * menubar-msw.c (populate_or_checksum_helper):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3145 * menubar-msw.c (empty_menu):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3146 * menubar-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3147 * md5.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3148 * marker.c (set_marker_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3149 * marker.c (print_marker):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3150 * malloc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3151 * make-src-depend:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3152 * lstream.c (lisp_buffer_rewinder):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3153 * lstream.c (mark_lstream):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3154 * lrecord.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3155 * lrecord.h (struct lrecord_header):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3156 * lread.c (readevalloop):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3157 * lread.c (locate_file):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3158 * lread.c (locate_file_in_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3159 * lread.c (Flocate_file):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3160 * lread.c (load_force_doc_string_unwind):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3161 * lread.c (ebolify_bytecode_constants):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3162 * lread.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3163 * lisp.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3164 * lisp-union.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3165 * lisp-disunion.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3166 * linuxplay.c (linux_play_data_or_file):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3167 * linuxplay.c (audio_init):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3168 * line-number.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3169 * keymap.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3170 * keymap.c (describe_map):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3171 * keymap.c (describe_map_mapper):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3172 * keymap.c (Fdescribe_bindings_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3173 * keymap.c (Fsingle_key_description):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3174 * keymap.c (map_keymap_sorted):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3175 * keymap.c (get_relevant_keymaps):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3176 * keymap.c (Flookup_key):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3177 * keymap.c (raw_lookup_key_mapper):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3178 * keymap.c (Fdefine_key):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3179 * keymap.c (Fevent_matches_key_specifier_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3180 * keymap.c (key_desc_list_to_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3181 * keymap.c (define_key_parser):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3182 * keymap.c (define_key_check_and_coerce_keysym):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3183 * keymap.c (keymap_submaps):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3184 * keymap.c (keymap_store_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3185 * keymap.c (keymap_delete_inverse_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3186 * keymap.c (keymap_store_inverse_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3187 * keymap.c (print_keymap):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3188 * keymap.c (Lisp_Keymap):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3189 * keymap.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3190 * intl.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3191 * insdel.c (convert_bufbyte_string_into_emchar_dynarr):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3192 * insdel.c (make_gap):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3193 * input-method-xlib.c (get_XIM_input):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3194 * input-method-xlib.c (XIM_init_frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3195 * imgproc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3196 * hash.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3197 * hash.c:
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
3198 * gui.c:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3199 * gui-x.c (button_item_to_widget_value):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3200 * gui-x.c (popup_selection_callback):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3201 * glyphs.h (struct image_instantiator_methods):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3202 * glyphs.c (mark_glyph_cachels):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3203 * glyphs.c (Fglyph_type):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3204 * glyphs.c (image_instantiate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3205 * glyphs.c (image_create):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3206 * glyphs.c (make_image_instance_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3207 * glyphs.c (finalize_image_instance):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3208 * glyphs.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3209 * glyphs-x.c (finalize_subwindow):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3210 * glyphs-x.c (xface_validate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3211 * glyphs-x.c (x_locate_pixmap_file):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3212 * glyphs-x.c (convert_EImage_to_XImage):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3213 * glyphs-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3214 * glyphs-msw.c (mswindows_resource_instantiate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3215 * glyphs-msw.c (xpm_to_eimage):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3216 * glyphs-msw.c (convert_EImage_to_DIBitmap):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3217 * glyphs-eimage.c (tiff_instantiate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3218 * glyphs-eimage.c (png_instantiate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3219 * glyphs-eimage.c (struct png_error_struct):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3220 * glyphs-eimage.c (gif_memory_storage):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3221 * glyphs-eimage.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3222 * gifrlib.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3223 * getloadavg.c (getloadavg):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3224 * getloadavg.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3225 * gdbinit:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3226 * free-hook.c (log_gcpro):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3227 * free-hook.c (check_malloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3228 * free-hook.c (check_free):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3229 * free-hook.c (ROUND_UP_TO_PAGE):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3230 * free-hook.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3231 * frame.h (struct frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3232 * frame.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3233 * frame.c (change_frame_size_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3234 * frame.c (allocate_frame_core):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3235 * frame.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3236 * frame-x.c (x_focus_on_frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3237 * frame-x.c (x_init_frame_2):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3238 * frame-x.c (x_popup_frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3239 * frame-x.c (xemacs_XtPopup):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3240 * frame-x.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3241 * frame-x.c (Foffix_start_drag_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3242 * frame-x.c (x_cde_destroy_callback):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3243 * frame-x.c (x_wm_hack_wm_protocols):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3244 * frame-tty.c (tty_frame_visible_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3245 * frame-msw.c (mswindows_make_frame_invisible):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3246 * frame-msw.c (mswindows_after_init_frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3247 * frame-msw.c (mswindows_init_frame_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3248 * fns.c (syms_of_fns):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3249 * fns.c (Fbase64_decode_string):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3250 * fns.c (Fnconc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3251 * fns.c (Ffillarray):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3252 * fns.c (Fobject_plist):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3253 * fns.c (Fget):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3254 * fns.c (Fcanonicalize_lax_plist):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3255 * fns.c (Fcanonicalize_plist):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3256 * fns.c (Fplist_remprop):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3257 * fns.c (Fplist_get):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3258 * fns.c (advance_plist_pointers):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3259 * fns.c (internal_plist_put):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3260 * fns.c (Fnreverse):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3261 * fns.c (Fremassq):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3262 * fns.c (Felt):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3263 * fns.c (Fsubstring):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3264 * fns.c (Fbvconcat):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3265 * fns.c (Flength):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3266 * fns.c (length_with_bytecode_hack):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3267 * fns.c (print_bit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3268 * fns.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3269 * floatfns.c (Ffloor):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3270 * floatfns.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3271 * floatfns.c (in_float_error):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3272 * fileio.c (Ffile_modes):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3273 * fileio.c (Fexpand_file_name):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3274 * fileio.c (Fmake_temp_name):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3275 * fileio.c (Ffile_name_nondirectory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3276 * fileio.c (Ffile_name_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3277 * file-coding.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3278 * file-coding.c (vars_of_mule_coding):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3279 * file-coding.c (convert_to_external_format):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3280 * file-coding.c (encoding_marker):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3281 * file-coding.c (decoding_marker):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3282 * file-coding.c (Fcopy_coding_system):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3283 * file-coding.c (Fmake_coding_system):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3284 * file-coding.c (struct coding_system_list_closure):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3285 * file-coding.c (Ffind_coding_system):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3286 * file-coding.c (symbol_to_eol_type):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3287 * file-coding.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3288 * faces.h (struct face_cachel):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3289 * faces.c (vars_of_faces):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3290 * faces.c (face_property_was_changed):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3291 * faces.c (mark_face_cachels):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3292 * faces.c (temporary_faces_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3293 * faces.c (struct face_list_closure):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3294 * faces.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3295 * extents.h (struct extent):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3296 * extents.c (vars_of_extents):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3297 * extents.c (struct copy_string_extents_1_arg):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3298 * extents.c (add_string_extents_mapper):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3299 * extents.c (Fextent_property):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3300 * extents.c (Fset_extent_property):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3301 * extents.c (symbol_to_glyph_layout):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3302 * extents.c (properties_equal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3303 * extents.c (print_extent):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3304 * extents.c (print_extent_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3305 * extents.c (extent_in_region_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3306 * extents.c (gap_array_make_gap):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3307 * extents.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3308 * events.h (struct Lisp_Event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3309 * events.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3310 * events.c (Fevent_properties):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3311 * events.c (format_event_object):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3312 * events.c (Fmake_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3313 * events.c (event_equal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3314 * events.c (print_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3315 * events.c (mark_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3316 * event-stream.c ((read-char)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3317 * event-stream.c (vars_of_event_stream):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3318 * event-stream.c (syms_of_event_stream):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3319 * event-stream.c (Fset_recent_keys_ring_size):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3320 * event-stream.c (Fsit_for):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3321 * event-stream.c (Fnext_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3322 * event-stream.c (execute_help_form):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3323 * event-stream.c (maybe_kbd_translate):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3324 * event-stream.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3325 * event-msw.c (vars_of_event_mswindows):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3326 * event-msw.c (mswindows_wnd_proc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3327 * event-msw.c (mswindows_need_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3328 * event-msw.c (mswindows_drain_windows_queue):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3329 * event-msw.c (mswindows_pump_outstanding_events):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3330 * event-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3331 * event-msw.c (slurp_thread):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3332 * event-msw.c (struct ntpipe_slurp_stream):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3333 * event-msw.c (HANDLE_TO_USID):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3334 * event-Xt.c (emacs_Xt_handle_magic_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3335 * event-Xt.c (x_event_to_emacs_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3336 * event-Xt.c (x_reset_modifier_mapping):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3337 * event-Xt.c (x_reset_key_mapping):
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
3338 * event-Xt.c:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3339 * eval.c (syms_of_eval):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3340 * eval.c (warn_when_safe):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3341 * eval.c (warn_when_safe_lispobj):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3342 * eval.c (Fbacktrace_frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3343 * eval.c (Fbacktrace):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3344 * eval.c (top_level_set):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3345 * eval.c (unbind_to_hairy):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3346 * eval.c (specbind_magic):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3347 * eval.c (specbind_unwind_wasnt_local):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3348 * eval.c (call2_trapping_errors):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3349 * eval.c (call1_trapping_errors):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3350 * eval.c (catch_them_squirmers_call2):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3351 * eval.c (call0_trapping_errors):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3352 * eval.c (run_hook_trapping_errors):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3353 * eval.c (catch_them_squirmers_eval_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3354 * eval.c (call4_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3355 * eval.c (call3_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3356 * eval.c (call2_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3357 * eval.c (call1_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3358 * eval.c (call0_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3359 * eval.c (run_hook):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3360 * eval.c (run_hook_with_args_in_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3361 * eval.c (Fapply):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3362 * eval.c (Feval):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3363 * eval.c (do_autoload):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3364 * eval.c (un_autoload):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3365 * eval.c (Fautoload):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3366 * eval.c (Finteractive_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3367 * eval.c (Fcommand_execute):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3368 * eval.c (signal_quit):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3369 * eval.c (call_with_suspended_errors):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3370 * eval.c (signal_error):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3371 * eval.c (return_from_signal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3372 * eval.c (Fcall_with_condition_handler):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3373 * eval.c (run_condition_case_handlers):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3374 * eval.c (condition_case_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3375 * eval.c (Funwind_protect):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3376 * eval.c (unwind_to_catch):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3377 * eval.c (internal_catch):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3378 * eval.c (Fmacroexpand_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3379 * eval.c (Fuser_variable_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3380 * eval.c (Fdefconst):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3381 * eval.c (Fdefvar):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3382 * eval.c (Ffunction):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3383 * eval.c (signal_call_debugger):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3384 * eval.c (call_debugger):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3385 * eval.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3386 * emacs.c (main):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3387 * emacs.c (sort_args):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3388 * emacs.c (main_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3389 * elhash.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3390 * elhash.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3391 * editfns.c (Fencode_time):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3392 * editfns.c (Fdecode_time):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3393 * editfns.c (Fuser_full_name):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3394 * editfns.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3395 * editfns.c (save_excursion_restore):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3396 * ecrt0.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3397 * dynarr.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3398 * doprnt.c (emacs_doprnt_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3399 * doc.c (verify_doc_mapper):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3400 * doc.c (Fsnarf_documentation):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3401 * doc.c (Fdocumentation):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3402 * dll.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3403 * dired.c (user_name_completion):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3404 * dired.c (Fdirectory_files):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3405 * dialog-x.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3406 * dialog-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3407 * dgif_lib.c (FreeSavedImages):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3408 * dgif_lib.c (DGifGetImageDesc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3409 * device.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3410 * device.h (struct device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3411 * device.c (Fselect_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3412 * device.c (allocate_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3413 * device.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3414 * device-x.c (Fx_keysym_on_keyboard_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3415 * device-x.c (Fx_valid_keysym_name_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3416 * device-x.c (x_IO_error_handler):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3417 * device-x.c (x_delete_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3418 * device-x.c (x_finish_init_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3419 * device-x.c (x_init_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3420 * device-x.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3421 * device-msw.c (mswindows_init_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3422 * dbxrc:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3423 * database.c (vars_of_database):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3424 * database.c (Fput_database):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3425 * database.c (Fopen_database):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3426 * database.c (berkdb_remove):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3427 * database.c (berkdb_put):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3428 * database.c (Fdatabasep):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3429 * database.c (print_database):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3430 * database.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3431 * data.c (vars_of_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3432 * data.c (syms_of_data):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3433 * data.c (init_errors_once_early):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3434 * data.c (prune_weak_lists):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3435 * data.c (finish_marking_weak_lists):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3436 * data.c (print_weak_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3437 * data.c (Fmod):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3438 * data.c (Fstring_to_number):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3439 * data.c (Fnumber_to_string):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3440 * data.c (Findirect_function):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3441 * data.c (Fsetcdr):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3442 * data.c (Ffloatp):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3443 * data.c (Fsubr_interactive):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3444 * data.c (Farrayp):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3445 * data.c (Fkeywordp):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3446 * data.c (Fnull):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3447 * data.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3448 * console.h (CONSOLE_NAME):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3449 * console.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3450 * console.c (vars_of_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3451 * console.c (Fselect_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3452 * console.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3453 * console-x.h (DEVICE_X_COLORMAP):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3454 * console-x.h (struct x_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3455 * console-x.c (x_device_to_console_connection):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3456 * console-tty.h (CONSOLE_TTY_FINAL_CURSOR_Y):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3457 * console-tty.c (tty_init_console):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3458 * console-tty.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3459 * console-msw.h (struct mswindows_frame):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3460 * conslots.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3461 * config.h.in:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3462 * cmds.c (internal_self_insert):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3463 * cmds.c (Fforward_line):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3464 * cmds.c (Fforward_char):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3465 * cmds.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3466 * cmdloop.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3467 * chartab.c (mark_char_table_entry):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3468 * chartab.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3469 * casefiddle.c (casify_word):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3470 * callproc.c (child_setup):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3471 * callproc.c (Fcall_process_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3472 * callproc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3473 * callint.c (Fcall_interactively):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3474 * bytecode.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3475 * bytecode.c (execute_rare_opcode):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3476 * bytecode.c (execute_optimized_program):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3477 * bytecode.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3478 * bufslots.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3479 * buffer.h (BUFFER_REALLOC):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3480 * buffer.h (GET_CHARPTR_INT_DATA_ALLOCA):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3481 * buffer.h (GET_CHARPTR_EXT_DATA_ALLOCA):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3482 * buffer.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3483 * buffer.h (MAP_INDIRECT_BUFFERS):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3484 * buffer.h (CHECK_LIVE_BUFFER):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3485 * buffer.c (init_initial_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3486 * buffer.c (complex_vars_of_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3487 * buffer.c (vars_of_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3488 * buffer.c (finish_init_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3489 * buffer.c (Fget_file_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3490 * buffer.c (Fbuffer_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3491 * buffer.c (mark_buffer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3492 * balloon_help.c (balloon_help_move_to_pointer):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3493 * balloon_help.c (show_help):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3494 * balloon_help.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3495 * backtrace.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3496 * alloc.c (garbage_collect_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3497 * alloc.c (sweep_strings):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3498 * alloc.c (sweep_compiled_functions):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3499 * alloc.c (sweep_bit_vectors_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3500 * alloc.c (sweep_vectors_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3501 * alloc.c (sweep_lcrecords_1):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3502 * alloc.c (tick_lcrecord_stats):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3503 * alloc.c (pure_string_sizeof):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3504 * alloc.c (mark_conses_in_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3505 * alloc.c (mark_object):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3506 * alloc.c (report_pure_usage):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3507 * alloc.c (make_pure_float):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3508 * alloc.c (make_pure_string):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3509 * alloc.c (free_managed_lcrecord):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3510 * alloc.c (mark_string):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3511 * alloc.c (noseeum_make_marker):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3512 * alloc.c (allocate_event):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3513 * alloc.c (Fbit_vector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3514 * alloc.c (Fvector):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3515 * alloc.c (make_float):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3516 * alloc.c (Fmake_list):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3517 * alloc.c (Flist):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3518 * alloc.c (FREE_FIXED_TYPE_WHEN_NOT_IN_GC):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3519 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3520 * alloc.c (DECLARE_FIXED_TYPE_ALLOC):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3521 * alloc.c (dbg_constants):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3522 * alloc.c (gc_record_type_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3523 * alloc.c (free_lcrecord):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3524 * alloc.c (xmalloc):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3525 * alloc.c (NOSEEUM_INCREMENT_CONS_COUNTER):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3526 * abbrev.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3527 * Makefile.in.in (mostlyclean):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3528 * Makefile.in.in (external_client_xlib_objs_nonshared):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3529 * Makefile.in.in (temacs_link_args):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3530 * Makefile.in.in (release):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3531 * Makefile.in.in (dnd_objs):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3532 * Makefile.in.in (objs):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3533 * Makefile.in.in (PROGNAME):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3534 * EmacsShell.c: cast strings to (XtPointer)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3535 * EmacsFrame.c: cast strings to (XtPointer)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3536 - mega patch
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3537 - rewrite basic lisp functions for speed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3538 - rewrite bytecode interpreter for speed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3539 - rewrite list looping constructs for speed and safety using
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3540 tortoise/hare.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3541 - use size_t where appropriate.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3542 - new hashtable implementation
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3543 - cleanup implementation of opaques
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3544 - opaques can now be purecopy'ed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3545 - move some cl functionality into C for speed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3546 - remove last remaining VMS support
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3547 - spelling fixes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3548 - improve gdb/dbx debugger support
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3549 - move pure.c back into alloc.c for performance
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3550 - enable report_pure_usage() if --memory-usage-stats
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3551 - remove remnants of Energize support (EMACS_BTL, cadillac...)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3552 - don't use symbols with leading `_' or embedded `__'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3553 - globally cleanup duplicated semicolons `;;'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3554 - I give in on %p vs %lx - we use printf("%lx",(long) p)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3555 globally.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3556 - globally replace O_NDELAY with O_NONBLOCK.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3557 - globally replace CDISABLE with _POSIX_VDISABLE.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3558 - use O_RDONLY and O_RDWR instead of magic `0' and `2'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3559 - define (and maybe use!) STDERR_FILENO and friends.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3560 - add support for macros defined in C
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3561 - `when', `unless', `not' and `defalias' now defined in C,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3562 so that they are universally available.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3563 - rename defvar_mumble to defvar_magic
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3564 - rename RETURN__ to RETURN_SANS_WARNINGS
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3565 - use consistent style of initial caps in error messages
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3566 - implement last, butlast, nbutlast, copy-list in C.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3567 - provide typedefs for all struct Lisp_foo types
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3568 - Lisp_Objects must be initialized to Qnil rather than 0.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3569 - make sure XEmacs runs (slowly) with always_gc == 1;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3570 - fast and safe LOOP_* macros
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3571 - change calls to XSETOBJ to XSETFOO
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3572 - replace calls to XSETINT by make_int()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3573 - plug up memory leaks
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3574 - use style markobj (foo), not silly ((markobj) (foo))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3575 - use XFLOAT_DATA (obj) instead of float_data (XFLOAT (obj))
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3576
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3577 1998-12-02 P. E. Jareth Hein <jareth@camelot.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3578
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3579 * unexec.c: Changed a #ifndef statement to fix XEmacs on BSDI 3.0
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3580
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3581 1998-11-28 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3582
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3583 * XEmacs 21.2-beta4 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3584
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3585 1998-11-27 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3586
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3587 * mule-charset.c (complex_vars_of_mule_charset): Fix graphic
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3588 property in control-1 charset.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3589 From Julian Bradfield <jcb@daimi.au.dk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3590
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3591 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3592
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3593 * gui-x.c (button_item_to_widget_value): Ignore :key-sequence
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3594 keyword.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3595 Add stub for :label.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3596
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3597 * gui.c (gui_item_add_keyval_pair): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3598
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3599 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ignore
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3600 :key-sequence keyword.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3601 Add stub for:label.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3602 Support :active for submenus like the Windows code and FSF Emacs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3603
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3604 1998-11-27 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3605
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3606 * dired.c (make_directory_hash_table): make_string() is OK because
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3607 readdir() Mule-encapsulates.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3608
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3609 1998-11-26 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3610
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3611 * fns.c (Fbase64_encode_string): Fix docstring.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3612 (Fbase64_decode_string): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3613
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3614 1998-11-26 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3615
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3616 * editfns.c (Ftranslate_region): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3617 convert_bufbyte_string_into_emchar_string().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3618
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3619 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3620
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3621 * editfns.c (Ftranslate_region): Accept vectors and char-tables as
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3622 well as strings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3623 (Ftranslate_region): Turn table into an array of Emchars for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3624 larger regions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3625
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3626 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3627
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3628 * chartab.c (Freset_char_table): Fix wrong placement of #endif.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3629
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3630 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3631
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3632 * chartab.c (Freset_char_table): Don't blindly fill chartables of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3633 type `char' with nils.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3634
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3635 * chartab.c (canonicalize_char_table_value): Coerce ints to chars
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3636 for tables of type `char'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3637
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3638 1998-11-26 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3639
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3640 * input-method-xlib.c (Initialize_Locale): don't call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3641 XtSetLanguageProc. We've done the whole work here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3642 * input-method-xfs.c (Initialize_Locale): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3643 * input-method-motif.c (Initialize_Locale): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3644
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3645 1998-11-26 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3646
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3647 * process-unix.c (unix_create_process): handle properly
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3648 Vfile_name_coding_system for converting the program and directory
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3649 names.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3650
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3651 1998-11-27 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3652
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3653 * m/arm.h: New file.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3654 From James LewisMoss <dres@ioa.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3655
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3656 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3657
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3658 * m/mips-nec.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3659 Fix the realpath() problem of UnixWare2.1.3.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3660 Patches for NEC's sysv4.2 machine.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3661
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3662 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3663
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3664 * dired.c (Fdirectory_files): Remove redundant code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3665
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3666 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3667
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3668 * fns.c (free_malloced_ptr): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3669 (XMALLOC_OR_ALLOCA): New macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3670 (XMALLOC_UNBIND): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3671 (Fbase64_encode_region): Use malloc() for large blocks; arrange it
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3672 to be freed in case of non-local exit.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3673 (Fbase64_encode_string): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3674 (Fbase64_decode_region): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3675 (Fbase64_decode_string): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3676 (STORE_BYTE): New macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3677 (base64_decode_1): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3678
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3679 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3680
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3681 * fns.c (base64_value_to_char): Base64 stuff.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3682
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3683 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3684
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3685 * editfns.c (Fbuffer_substring): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3686
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3687 * lisp.h: Declare make_string_from_buffer_no_extents().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3688
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3689 * insdel.c (make_string_from_buffer_1): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3690 (make_string_from_buffer_no_extents): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3691
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3692 1998-11-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3693
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3694 * linuxplay.c: Including <fcntl.h> instead of <sys/fcntl.h> makes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3695 sound work on AIX with OSS installed. Linux should still work.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3696
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3697 1998-11-03 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3698
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3699 * config.h.in: name change for cygwin/version.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3700
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3701 * configure.in: check for cygwin/version.h now.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3702
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3703 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3704 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3705 move cygwin32/version.h to cygwin/version.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3706
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3707 1998-11-03 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3708
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3709 * lisp.h (struct Lisp_Bit_Vector): Fix declaration of bits from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3710 int to long.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3711
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3712 1998-10-22 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3713
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3714 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3715 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3716 enable BROKEN_SIGIO under b20 to make QUIT work.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3717
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3718 1998-10-22 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3719
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3720 * frame-msw.c (mswindows_size_frame_internal): force frame sizing
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3721 to fit within the constraints of the screen size. I.e. make the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3722 frame small enough to fit and move it if some of it will be
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3723 off-screen.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3724
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3725 1998-10-19 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3726
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3727 * dired.c: conditionalize inclusion of user-name-completion
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3728 primitives on non-Windows NT. The needed functions don't exist on NT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3729
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3730 1998-11-24 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3731
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3732 * gifrlib.h: Clean up types for 64 bit compile.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3733 * dgif_lib.c (DGifInitRead): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3734 (MakeSavedImage): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3735 * emacs.c (decode_path): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3736 From Steve Carney <carney@pa.dec.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3737
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3738 1998-10-16 William M. Perry <wmperry@aventail.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3739
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3740 * glyphs-msw.c (bitmap_table): Fixed typo in builtin bitmaps
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3741 (cehckboxes instead of checkboxes).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3742
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3743 1998-10-15 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3744
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3745 * XEmacs 21.2-beta3 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3746
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3747 1998-10-13 Raymond Toy <toy@rtp.ericsson.se>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3748
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3749 * runemacs.c (WinMain): If the basename is "rungnuclient.exe", run
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3750 gnuclient. Otherwise, we run xemacs as we always did. This gets
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3751 rid of the annoying DOS window when running gnuclient.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3752
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3753 1998-10-13 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3754
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3755 * dragdrop.c (vars_of_dragdrop): rename HAVE_MSWINDOWS ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3756 HAVE_MS_WINDOWS typo.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3757
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3758 1998-10-13 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3759
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3760 * process-unix.c (unix_send_process): Set closed flag on writable
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3761 pipe after SIGPIPE is received and before we call deactivate_process.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3762
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3763 1998-10-03 Gunnar Evermann <ge204@eng.cam.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3764
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3765 * window.c (Fset_window_start): respect narrowing when
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3766 checking wheter start is at the beginning of a line.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3767 (Fset_window_buffer): Ditto
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3768 Fixes repeatable crash in VM.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3769
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3770 1998-10-09 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3771
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3772 * window.c (specifier_vars_of_window): Set default vertical
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3773 divider width to 1 on ttys.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3774
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3775 1998-10-08 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3776
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3777 * alloc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3778 * unexec.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3779 * malloc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3780 Add <stddef.h> to get ptrdiff_t declaration
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3781
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3782 1998-10-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3783
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3784 * scrollbar-msw.c: Use the same vertical scrollbar drag hack as
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3785 is used for Motif or Lucid scrollbars under X.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3786
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3787 1998-10-08 Pierre Wendling <pw@ebc.vbe.dec.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3788
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3789 * m/alpha.h (UNEXEC): quoted to avoid bad expansion when running
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3790 `configure'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3791
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3792 1998-10-06 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3793
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3794 * frame-x.c (x_delete_frame): Fix an argument of XtDestroyWidget.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3795
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3796 1998-10-05 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3797
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3798 * s/cygwin32.h: more cygwin b20 reorganisation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3799
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3800 1998-10-01 Raymond Toy <toy@rtp.ericsson.se>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3801
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3802 * nas.c: Added necessary support functions to be able to handle
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3803 WAVE files in memory, just like the support for SND files in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3804 memory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3805
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3806 1998-09-30 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3807
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3808 * callproc.c (child_setup): Fix spelling typo.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3809
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3810 1998-09-29 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3811
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3812 * XEmacs 21.2-beta2 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3813
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3814 1998-09-27 P. E. Jareth Hein <jareth@camelot.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3815
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3816 * regex.c (re_match_2_internal): Add in code to reset lowest_active_reg
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3817 to prevent memory corruption in the case of jumping out of a series of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3818 nested match patterns. This is a rather brute force approach, though.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3819
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3820 1998-09-02 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3821
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3822 * config.h.in: ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3823
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3824 * s/cygwin32.h: rearrange declarations to cope with cygwin
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3825 b20. Include cygwin32/version.h if it exists.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3826
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3827 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3828
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3829 * device-msw.c (mswindows_init_device): Call new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3830 mswindows_enumerate_fonts() function in objects-msw.c instead
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3831 of font_enum_callback_1() to enumerate fonts.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3832
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3833 font_enum_callback_1() and _2() moved to objects-msw.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3834
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3835 * faces.c (complex_vars_of_faces): Make the mswindows default
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3836 face font fully specified and provide some fallbacks.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3837
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3838 * objects-msw.c: font_enum_callback_1() and _2() moved here
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3839 from objects-msw.c. Obtain the enumerated font's character
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3840 sets by table lookup instead of using the locale-specific
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3841 string provided by Windows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3842
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3843 New public non-method mswindows_enumerate_fonts() that fills
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3844 in the supplied mswindows device's font list.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3845
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3846 mswindows_initialize_font_instance: Use the supplied name
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3847 variable instead of f->name when signalling errors. Match font
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3848 weights and character sets using lookup tables which handle
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3849 spaces instead of by frobbing.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3850
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3851 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3852
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3853 * process-nt.c: Define an arbitrary limit, FRAGMENT_CODE_SIZE,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3854 on the size of code fragments passed to run_in_other_process.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3855
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3856 run_in_other_process(): Use FRAGMENT_CODE_SIZE to determine
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3857 the amount of memory to allocate in the other process.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3858
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3859 Removed sigkill_code_end(), sigint_code_end() and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3860 sig_enable_code_end() since they are now redundant.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3861
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3862 send_signal() and enable_child_signals(): Don't try to work
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3863 out the end of the code fragments passed to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3864 run_in_other_process()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3865
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3866 1998-09-10 Kazuyuki IENAGA <ienaga@jsys.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3867
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3868 * src/s/freebsd.h: Added __ELF__ and compiler/liker flags for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3869 FreeBSD-current.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3870
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3871 * src/unexelf.c: Partially synched with FSF's 20.3.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3872
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3873 1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3874
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3875 * insdel.c (signal_after_change): Map across indirect buffers
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3876 here, and not in the upper-level functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3877 (signal_first_change): Don't check for Armageddon.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3878 (signal_before_change): Map across indirect buffers here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3879 (prepare_to_modify_buffer): ...and here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3880
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3881 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3882
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3883 * insdel.c (signal_after_change): Add return value.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3884 (buffer_insert_string_1): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3885 (buffer_delete_range): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3886 (buffer_replace_char): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3887 (cancel_multiple_change): Map the indirect buffers.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3888
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3889 1998-09-06 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3890
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3891 * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3892 (uninit_buffer_text): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3893
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3894 * buffer.c (Fmake_indirect_buffer): Implement stricter
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3895 error-checking.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3896
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3897 1998-09-04 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3898
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3899 * insdel.c (change_function_restore): Reverse order of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3900 function-call and assignment.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3901 (first_change_hook_restore): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3902
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3903 * extents.c (mark_extent_auxiliary): Mark them.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3904 (Fset_extent_property): Set them.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3905 (Fextent_property): Get them.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3906 (Fextent_properties): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3907 (vars_of_extents): Set their default.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3908
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3909 * extents.h (struct extent_auxiliary): Add before_change_functions
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3910 and after_change_functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3911
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3912 * insdel.c (signal_before_change): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3913 (signal_after_change): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3914
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3915 * extents.c (report_extent_modification): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3916
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3917 * insdel.c (signal_before_change): Don't check for Armageddon.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3918 (signal_after_change): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3919
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3920 1998-09-11 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3921
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3922 * redisplay.c (redisplay_window): make sure a new starting point
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3923 is chosen if it somehow got moved from the beginning of the line
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3924 -- this can happen because Fwiden was called recently.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3925
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3926 * window.c (Fset_window_start): set start_at_line_beg correctly
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3927 (Fset_window_buffer): Ditto
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3928
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3929 1998-09-06 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3930
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3931 * insdel.c (init_buffer_text): Remove INDIRECT_P parameter.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3932 (uninit_buffer_text): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3933
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3934 * buffer.c (Fmake_indirect_buffer): Implement stricter
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3935 error-checking.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3936
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3937 1998-05-14 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3938
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3939 * emacs.c (main_1): Removed references to *vars_of_filelock.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3940
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3941 * lisp.h: Added Fsystem_name.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3942
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3943 * filelock.c: Replaced by version from FSF 20.2. Now implements
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3944 locking by using symlinks which is NFS safe. However keep the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3945 GCPRO's in lock_file and the calls to callx_in_buffer like our old
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3946 version (and of course use ansi C, acessor macros, etc).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3947
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3948 1998-09-06 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3949
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3950 * process-unix.c (unix_create_process): Reset SIGHUP handler to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3951 SIG_DFL. We now try to conserve any inherted SIG_IGN settings
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3952 in init_signals_very_early. However these should not be passed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3953 on to children attached to the new pty.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3954
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3955 1998-08-28 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3956
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3957 * glyphs-eimage.c (png_instantiate_unwind): clean up eimage after use.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3958
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3959 1998-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3960
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3961 * fileio.c (file-name-directory, file_name_as_directory):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3962 Don't call CORRECT_DIR_SEPS, even when #defined WINDOWSNT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3963
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3964 1998-09-02 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3965
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3966 * emacs.c (main_1): init_ralloc() if initialised and we have REL_ALLOC
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3967
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3968 * ralloc.c: uncomment __morecore.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3969
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3970 1998-09-92 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3971
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3972 * event-msw.c(winsock_writer): Supply a dummy 4th argument to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3973 WriteFile() to fix a winsock 1.x bug on Win95.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3974
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3975 1998-08-28 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3976
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3977 * event-Xt.c (emacs_Xt_mapping_action): Check for device being
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3978 deleted.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3979 (x_event_to_emacs_event): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3980 (emacs_Xt_handle_focus_event): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3981 (emacs_Xt_handle_magic_event): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3982
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3983 * console-x.h (struct x_device): New flag being_deleted.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3984 (DEVICE_X_BEING_DELETED): New macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3985
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3986 * device-x.c (x_IO_error_handler): Throw to top-level instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3987 returning. Before doing that, set the being_deleted flag on the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3988 device.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3989
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3990 1998-08-27 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3991
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3992 * device-x.c (x-seppuku-on-epipe): Removed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3993
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3994 1998-08-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3995
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3996 * frame-x.c (x_delete_frame): Flush the X output buffer after
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3997 calling XtDestroyWidget to ensure that the windows are really
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3998 killed right now.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
3999
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4000 1998-08-26 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4001
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4002 * menubar-x.c (my_run_hook): New unused function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4003 (pre_activate_callback): Use run_hook for Qactivate_menubar_hook,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4004 since we ignore the results of the contained functions anyway.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4005
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4006 1998-08-26 P. E. Jareth Hein <jareth@camelot.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4007
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4008 * glyphs-eimage.c (gif_instantiate): Fix a crash in handling
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4009 interlaced GIF files that are smaller than 4 lines high...
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4010
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4011 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4012
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4013 * buffer.c (map_over_sharing_buffers): Deleted.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4014
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4015 * insdel.c (MAP_INDIRECT_BUFFERS): Move to buffer.h.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4016
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4017 * buffer.c (Fkill_buffer): Keep indirect_children updated while
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4018 killing them.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4019
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4020 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4021
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4022 * insdel.c (buffer_insert_string_1): Advance the point bytind in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4023 all the buffers.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4024 (buffer_delete_range): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4025
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4026 * marker.c (init_buffer_markers): Set point-marker to the value of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4027 point in an indirect buffer.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4028
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4029 1998-08-30 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4030
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4031 * undo.c (undo_prelude): Test last-undo-buffer against base
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4032 buffer.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4033
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4034 * insdel.c (MAP_INDIRECT_BUFFERS): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4035
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4036 * buffer.h (BUFFER_BASE_BUFFER): New macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4037
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4038 1998-08-30 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4039
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4040 * insdel.c (init_buffer_text): Initialize it here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4041
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4042 * line-number.c: Address line_number_cache through buffer->text.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4043
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4044 * buffer.c (mark_buffer): Mark line number cache.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4045
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4046 * bufslots.h (line_number_cache): Move to struct buffer_text.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4047
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4048 * insdel.c (buffer_insert_string_1): Propagate signals and changes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4049 across the children buffers.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4050 (buffer_delete_range): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4051 (buffer_replace_char): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4052 (gap_left): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4053 (gap_right): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4054
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4055 * insdel.c (MAP_INDIRECT_BUFFERS): New macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4056
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4057 * buffer.c (Fmake_indirect_buffer): Uncomment.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4058
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4059 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4060
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4061 * macros.c (Fend_kbd_macro): Remove trailing period from error
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4062 message.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4063 (Fexecute_kbd_macro): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4064
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4065 1998-08-21 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4066
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4067 * dired.c (Fuser_name_completion): remove optional 2nd argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4068 (Fuser_name_completion_1): new function to return uniqueness
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4069 indication in addition to the user name completion.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4070 (user_name_completion): change type of `uniq' argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4071
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4072 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4073
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4074 * lread.c (vars_of_lread): Removed `source-directory' variable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4075
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4076 1998-08-22 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4077
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4078 * fileio.c (Ffile_readable_p): Apply the DOS/Windows logic to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4079 Cygwin.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4080
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4081 1998-08-19 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4082
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4083 * dired.c (vars_of_dired): Fix misapplied patch.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4084
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4085 1998-08-16 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4086
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4087 * fns.c (Fremrassq, remrassq_no_quit):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4088 A XCAR that should have been an XCDR turned Fremrassq into Fremassq
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4089
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4090 1998-07-17 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4091
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4092 * redisplay-x.c (x_get_gc): returns a GC with a FillStipple fill
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4093 style as foreground GC for faces that have the `dim' property.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4094 (x_output_string): when the `dim' face property is set,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4095 ensure the gray pixmap has been created, and get a proper
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4096 foreground GC to draw the text.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4097
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4098 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4099
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4100 * event-msw.c (mswindows_wnd_proc): Workaround for a Win95 bug:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4101 Manually track the state of the left and right Ctrl and Alt
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4102 modifiers.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4103
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4104 1998-08-07 Matt Stupple <matts@tibco.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4105
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4106 * ntproc.c: don't wait on char_consumed at thread entry.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4107 Additionally, to get the 'process' marked as finished, ensure
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4108 that the CHILD_ACTIVE macro returns false, so before exiting
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4109 close char_avail and set it to NULL, and close other handles
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4110 to reduce handle leak problems.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4111
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4112 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4113
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4114 * menubar-msw.c (displayable_menu_item): take account of menu
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4115 depth when deciding whether to try to display accelerators.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4116
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4117 1998-08-04 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4118
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4119 * event-msw.c: use MsgWaitForMultipleObjects if there are no
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4120 subprocesses.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4121
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4122 * glyphs-msw.c: fix a couple of potential handle leaks.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4123
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4124 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4125
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4126 * dgif_lib.c gif_io.c gifrlib.h: New files to put GIF
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4127 *decoding ONLY* back into the core.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4128 * glyphs-eimage.c: Change referenced header file for GIF
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4129 reading to point to the incore version.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4130
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4131 1998-07-20 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4132
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4133 * casefiddle.c (casify_object):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4134 Change algorithm from O(N**2) to O(N).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4135 Code cleanup.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4136 Doc string cleanup.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4137
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4138 1998-07-22 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4139
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4140 * dired.c (file_name_completion_unwind): don't leak the cons.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4141
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4142 1998-07-20 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4143
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4144 * dired.c (Fuser_name_completion): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4145 (Fuser_name_all_completions): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4146 (user_name_completion): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4147 (syms_of_dired): 2 new DEFSUBRs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4148 (vars_of_dired): initialize user name cache vars.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4149
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4150 1998-07-29 P. E. Jareth Hein <jareth@camelot.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4151
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4152 * glyphs-eimage.c (png_instantiate): Add proper handling for background
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4153 colors taken from the default face. Also correct a thinko in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4154 transparency (not alpha) handling.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4155
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4156 1998-07-23 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4157
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4158 * s/decosf4-0.h: Use a perfectly ordinary link. Nuke BSD crap.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4159 * unexalpha.c: ANSI C-ize. Clean compiler warnings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4160 * lread.c (Fload_internal): Be very careful with printfs of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4161 size_t's
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4162 * gui-x.c (menu_name_to_accelerator): tolower wants an `int'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4163 argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4164
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4165 1998-07-27 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4166
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4167 * callint.c (Fcall_interactively): GCPRO prompt string before
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4168 passing it to Fread_key_sequence
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4169
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4170 1998-07-27 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4171
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4172 * keymap.c (vars_of_keymap): Initialize Vkey_translation_map and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4173 Vvertical_divider_map.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4174
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4175 * mule-canna.c (vars_of_mule_canna): Initialize every symbol to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4176 Qnil or 0, none were initialized prior to this change.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4177
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4178 Rename misnamed `V' prefixed integer variables:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4179 Vcanna_empty_info, Vcanna_through_info, Vcanna_underline,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4180 Vcanna_inhibit_hankakukana, Vcanna_henkan_length, Vcanna_henkan_revPos,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4181 Vcanna_henkan_revLen, Vcanna_ichiran_length, Vcanna_ichiran_revPos,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4182 Vcanna_ichiran_revLen.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4183
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4184 Rename misnamed `V' prefixed integer variables and initialize
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4185 properly in the vars_of routine.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4186 Vcanna_mode_AlphaMode, Vcanna_mode_EmptyMode, Vcanna_mode_KigoMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4187 Vcanna_mode_YomiMode, Vcanna_mode_JishuMode, Vcanna_mode_TankouhoMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4188 Vcanna_mode_IchiranMode, Vcanna_mode_YesNoMode, Vcanna_mode_OnOffMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4189 Vcanna_mode_AdjustBunsetsuMode, Vcanna_mode_ChikujiYomiMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4190 Vcanna_mode_ChikujiTanMode, Vcanna_mode_HenkanMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4191 Vcanna_mode_HenkanNyuryokuMode, Vcanna_mode_ZenHiraHenkanMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4192 Vcanna_mode_HanHiraHenkanMode, Vcanna_mode_ZenKataHenkanMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4193 Vcanna_mode_HanKataHenkanMode, Vcanna_mode_HanKataHenkanMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4194 Vcanna_mode_ZenAlphaHenkanMode, Vcanna_mode_HanAlphaHenkanMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4195 Vcanna_mode_ZenHiraKakuteiMode, Vcanna_mode_HanHiraKakuteiMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4196 Vcanna_mode_ZenKataKakuteiMode, Vcanna_mode_HanKataKakuteiMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4197 Vcanna_mode_ZenAlphaKakuteiMode, Vcanna_mode_HanAlphaKakuteiMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4198 Vcanna_mode_HexMode, Vcanna_mode_BushuMode, Vcanna_mode_ExtendMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4199 Vcanna_mode_RussianMode, Vcanna_mode_GreekMode, Vcanna_mode_LineMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4200 Vcanna_mode_ChangingServerMode, Vcanna_mode_HenkanMethodMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4201 Vcanna_mode_DeleteDicMode, Vcanna_mode_TourokuMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4202 Vcanna_mode_TourokuEmptyMode, Vcanna_mode_TourokuHinshiMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4203 Vcanna_mode_TourokuDicMode, Vcanna_mode_QuotedInsertMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4204 Vcanna_mode_BubunMuhenkanMode, Vcanna_mode_MountDicMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4205 Vcanna_fn_SelfInsert, Vcanna_fn_FunctionalInsert,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4206 Vcanna_fn_QuotedInsert, Vcanna_fn_JapaneseMode, Vcanna_fn_AlphaMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4207 Vcanna_fn_HenkanNyuryokuMode, Vcanna_fn_Forward, Vcanna_fn_Backward,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4208 Vcanna_fn_Next, Vcanna_fn_Prev, Vcanna_fn_BeginningOfLine,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4209 Vcanna_fn_EndOfLine, Vcanna_fn_DeleteNext, Vcanna_fn_DeletePrevious,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4210 Vcanna_fn_KillToEndOfLine, Vcanna_fn_Henkan, Vcanna_fn_Kakutei,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4211 Vcanna_fn_Extend, Vcanna_fn_Shrink, Vcanna_fn_AdjustBunsetsu,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4212 Vcanna_fn_Quit, Vcanna_fn_ConvertAsHex, Vcanna_fn_ConvertAsBushu,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4213 Vcanna_fn_KouhoIchiran, Vcanna_fn_BubunMuhenkan, Vcanna_fn_Zenkaku,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4214 Vcanna_fn_Hankaku, Vcanna_fn_ExtendMode, Vcanna_fn_ToUpper,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4215 Vcanna_fn_Capitalize, Vcanna_fn_ToLower, Vcanna_fn_Hiragana,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4216 Vcanna_fn_Katakana, Vcanna_fn_Romaji, Vcanna_fn_BaseHiragana,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4217 Vcanna_fn_BaseKatakana, Vcanna_fn_BaseEisu, Vcanna_fn_BaseZenkaku,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4218 Vcanna_fn_BaseHankaku, Vcanna_fn_BaseKana, Vcanna_fn_BaseKakutei,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4219 Vcanna_fn_BaseHenkan, Vcanna_fn_BaseHiraKataToggle,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4220 Vcanna_fn_BaseZenHanToggle, Vcanna_fn_BaseKanaEisuToggle,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4221 Vcanna_fn_BaseKakuteiHenkanToggle, Vcanna_fn_BaseRotateForward,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4222 Vcanna_fn_BaseRotateBackward, Vcanna_fn_Touroku, Vcanna_fn_HexMode,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4223 Vcanna_fn_BushuMode, Vcanna_fn_KigouMode, Vcanna_fn_Mark,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4224 Vcanna_fn_TemporalMode, Vcanna_key_Nfer, Vcanna_key_Xfer,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4225 Vcanna_key_Up, Vcanna_key_Left, Vcanna_key_Right, Vcanna_key_Down,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4226 Vcanna_key_Insert, Vcanna_key_Rollup, Vcanna_key_Rolldown,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4227 Vcanna_key_Home, Vcanna_key_Help, Vcanna_key_KP_Key,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4228 Vcanna_key_Shift_Nfer, Vcanna_key_Shift_Xfer, Vcanna_key_Shift_Up,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4229 Vcanna_key_Shift_Left, Vcanna_key_Shift_Right, Vcanna_key_Shift_Down,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4230 Vcanna_key_Cntrl_Nfer, Vcanna_key_Cntrl_Xfer, Vcanna_key_Cntrl_Up,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4231 Vcanna_key_Cntrl_Left, Vcanna_key_Cntrl_Right, Vcanna_key_Cntrl_Down
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4232
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4233 1998-07-16 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4234
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4235 * event-Xt.c (x_to_emacs_keysym): Return nil for modifier keysyms.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4236 (x_event_to_emacs_event): Let x_to_emacs_keysym check for modifier
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4237 keys thus no longer considering all keysyms on a key.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4238
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4239 1998-07-19 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4240
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4241 * XEmacs 21.2-beta1 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4242
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4243 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4244
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4245 * eldap.c (Fldap_search_internal): When converting the list of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4246 attributes to search Copy the final 0 from Lisp strings to C
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4247 strings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4248 Check base, not Vldap_default_base as a a string
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4249
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4250 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4251
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4252 * nt.c: Remove Vstdio_str; already defined in console-stream.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4253
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4254 * unexnt.c: Unconditionally define bss_start and bss_size, and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4255 ensure that they don't go in the .bss section.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4256
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4257 1998-07-17 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4258
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4259 * glyphs-x.c (convert_EImage_to_XImage): Fix previous patch (conv
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4260 byte order is dependant of the local byte order).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4261 From Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4262
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4263 1998-07-18 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4264
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4265 * glyphs-msw.c (mswindows_resource_normalize): Qresource ->
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4266 Qmswindows_resource.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4267 From Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4268
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4269 1998-07-12 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4270
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4271 * general.c (syms_of_general): Add defsymbol for Qresource.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4272
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4273 * glyphs-msw.c (vars_of_glyphs_mswindows): Rename Qresource to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4274 Qmswindows_resource.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4275 (TopLevel): Rename 'resource image format to 'mswindows_resource.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4276 (mswindows_resource_validate): Rename.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4277 (mswindows_resource_normalize): Rename.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4278 (mswindows_resource_possible_dest_types): Rename.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4279 (mswindows_resource_instantiate): Rename.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4280 (image_instantiator_format_create_glyphs_mswindows): Replace
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4281 `resource' with `mswindows.resource'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4282
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4283 * XEmacs 21.0-pre5 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4284
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4285 1998-07-10 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4286
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4287 * mule-wnnfns.c (Fwnn_open): Correctly trap on misdefined Wnn
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4288 server type in environment.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4289 Use alloca-ed strings instead of tiny fixed size ones.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4290
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4291 1998-07-09 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4292
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4293 * XEmacs 21.0-pre4 is released.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4294
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4295 1998-07-01 James N. Potts <jnpotts@plutonium.net>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4296
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4297 * fileio.c: (expand_file_name): under win32: Don't treat names
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4298 as UNC names if a drive letter has been specified. If a drive
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4299 has been specified, strip out extra directory-seperators that
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4300 reportedly cause problems under Win95.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4301
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4302 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4303
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4304 * windowsnt.h: Define DUMP_SEPARATE_SECTION when building with
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4305 MSVC >= 5.0. Put emacs init and zero-init data in a special
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4306 section of the executable when this is defined.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4307
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4308 * unexnt.c, ntheap.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4309 Removed unused find_section() and get_section_size().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4310
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4311 * unexnt.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4312 Fix up the executable's checksum after dumping otherwise the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4313 profiler complains.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4314 When DUMP_SEPARATE_SECTION is defined, don't need to dump
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4315 zero-init data separately from init data. Dump emacs data
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4316 into a special section of the executable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4317 When DUMP_SEPARATE_SECTION not defined, dump .bss up to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4318 my_ebss instead of up to the end of bss.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4319
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4320 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4321
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4322 * filelock.c: Removed Vconfigure_lock_directory - already
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4323 defined in emacs.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4324
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4325 * frame-msw.c: Removed Qinitially_unmapped and Qpopup - already
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4326 defined in frame.c and general.c respectively.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4327
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4328 * glyphs-msw.c: Removed Qresource - already defined in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4329 general.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4330
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4331 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4332
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4333 * eldap.c (Fldap_search_internal): Docstring fixes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4334
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4335 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4336
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4337 * nt.c (init_environment): Removed unused PRELOAD_WINSOCK,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4338 EMACSDOC and TERM variables. Added EMACSDEBUGPATHS,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4339 EMACSPACKAGEPATH and INFOPATH variables.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4340 Removed unused get_emacs_configuration function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4341
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4342 * s/windowsnt.h: Don't define EMACS_CONFIGURATION here because
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4343 it is now defined at build-time by the makefile.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4344
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4345 1998-07-01 James N. Potts <jnpotts@plutonium.net>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4346
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4347 * fileio.c: (expand_file_name): under win32: Don't treat names as
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4348 UNC names if a drive letter has been specified. If a drive has
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4349 been specified, strip out extra directory-seperators that
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4350 reportedly cause problems under Win95.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4351
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4352 1998-07-05 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4353
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4354 * faces.c (complex_vars_of_faces): for the gui-element face don't
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4355 fallback to the default face, instead provide reasonable default
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4356 fallbacks that were previously hardcoded elsewhere.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4357
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4358 1998-07-06 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4359
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4360 * glyphs-x.c (convert_EImage_to_XImage): Fix pixel writing problem
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4361 when the X server endianness is different than the client's one.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4362
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4363 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4364
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4365 * eval.c (run_hook_with_args_in_buffer): Check
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4366 default (non-buffer-local) value of hook for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4367 nil before treating it as a function. Don't initialize
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4368 the `globals' variable twice.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4369
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4370 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4371
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4372 * fileio.c: Don't do directory seperator canonicalisation in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4373 substitute-in-file-name because we don't know that the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4374 filename refers to a local file.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4375
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4376 1998-06-24 Adrian Aichner <aichner@ecf.teradyne.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4377
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4378 * process-nt.c (nt_create_process): Try appending the standard
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4379 executable file extensions to the filename if none supplied.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4380
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4381 1998-06-29 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4382
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4383 * fileio.c (Fsubstitute_in_file_name): Enable double slash notation
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4384 for cygwin32.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4385 From Keisuke Mori <ksk@ntts.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4386
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4387 1998-06-24 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4388
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4389 * toolbar-msw.c (mswindows_output_toolbar): only enable masked
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4390 images if we have masks. This handles the xbm case (have masks)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4391 and avoids overuse of resources in the xpm case (generally no masks).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4392 Don't output small toolbars.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4393
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4394 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4395
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4396 * eval.c (run_hook_with_args_in_buffer): Don't treat
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4397 the default value of a buffer local hook as a list of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4398 hooks unless it is both a cons and the car of that cons
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4399 is not Qlambda.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4400
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4401 1998-06-29 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4402
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4403 * extents.c: Email address for Ben Wing is ben@xemacs.org.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4404 * process-unix.c: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4405 * mule-coding.h: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4406 * mule-coding.c: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4407 * mule-charset.c: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4408 * mule-charset.h: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4409 * file-coding.c: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4410 * file-coding.h: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4411
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4412 1998-06-22 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4413
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4414 * event-msw.c: Guard against recursion when freeing
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4415 FRAME_MSWINDOWS_TARGET_RECT struture in WM_SIZE processing.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4416
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4417 * frame-msw.c: Don't set WS_VISIBLE attribute on first frame.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4418 Call ShowWindow twice in init_frame_3 to get round runemacs
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4419 weirdness.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4420
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4421 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4422
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4423 * scrollbar.c (vertical_scrollbar_changed_in_window): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4424
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4425 * winslots.h: Rename.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4426
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4427 * window.c (specifier_vars_of_window): Renamed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4428 vertical-divider-draggable-p to vertical-divider-always-visible-p,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4429 as suggested by Ben Wing.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4430 (specifier_vars_of_window): Fix docstrings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4431
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4432 1998-06-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4433
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4434 * unexaix.c: Line number information works correctly again.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4435
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4436 1998-06-22 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4437
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4438 * emacs.c (__sti__iflPNGFile_c___): Added. See comment. Cry.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4439
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4440 1998-06-21 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4441
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4442 * editfns.c (get_home_directory): ANSIfy.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4443 XEmacs is compilable under C *and* C++.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4444 It's XEmacs, not Xemacs!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4445
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4446 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4447
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4448 * console-msw.h: added a list of fonts to device data.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4449
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4450 * device-msw.c: enumerate list of available fonts in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4451 mswindows_init_device. Free list in mswindows_delete_device.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4452
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4453 * objects-msw.c: Added helper function match_font used by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4454 mswindows_initialize_font_instance and mswindows_list_fonts.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4455 Allow a charset to be specified in a font string, even if
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4456 previous fields havn't been specified.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4457
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4458 1998-06-23 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4459
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4460 * indent.c (column_at_point): column cache bugfix.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4461 Set last_known_column_point to the buffer position for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4462 which the column was requested, not buffer's point.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4463
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4464 * redisplay.c (decode_mode_spec): for current-column, show
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4465 window's point's column, not buffer's point's column.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4466
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4467 1998-06-23 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4468
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4469 * menubar-msw.c (mswindows_handle_wm_command): use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4470 enqueue_misc_user event rather than
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4471 mswindows_enqueue_msic_user_event to fix customize problems. Add some
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4472 checks that X does.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4473
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4474 * console-msw.h: declare mswindows_enqueue_magic_event.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4475
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4476 * event-msw.c (mswindows_enqueue_magic_event): make global.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4477
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4478 1998-06-24 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4479
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4480 * line-number.c (LINE_NUMBER_FAR): Reverted to 16384.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4481 (buffer_line_number): Use EMACS_INT_MAX instead of random LOTS.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4482 (add_position_to_cache): Use EMACS_INT instead of int.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4483
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4484 1998-06-21 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4485
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4486 * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4487 suitable for an int used as a boolean (btw, C sucks.).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4488
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4489 1998-06-18 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4490
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4491 * object-msw.c: remove warnings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4492
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4493 * device-msw.c: #define wrongly named cygwin structure elements.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4494
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4495 * s/cygwin32.h: define DEMI_BOLD
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4496
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4497 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4498
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4499 * redisplay-msw.c: new function mswindows_apply_face_effects.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4500 This is called by output_string and output_cursor to display
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4501 underline and strikeout on faces.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4502
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4503 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4504
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4505 * console-msw.h: added a list of fonts to device data.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4506
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4507 * device-msw.c: enumerate list of available fonts in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4508 mswindows_init_device. Free list in mswindows_delete_device.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4509
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4510 * objects-msw.c: Added helper function match_font used by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4511 mswindows_initialize_font_instance and mswindows_list_fonts.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4512 Allow a charset to be specified in a font string, even if
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4513 previous fields havn't been specified.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4514
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4515 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4516
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4517 * objects-msw.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4518 Removed compilation warnings from mswindows_string_to_color.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4519 mswindows_list_fonts returns a more general bogus font.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4520 New lisp-visible function mswindows-color-list.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4521
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4522 1998-06-19 David Bush <david.bush@adn.alcatel.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4523
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4524 * editfns.c (Fuser_login_name): Modify to user new function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4525 user_login_name.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4526 (user_login_name): C only function to avoid Lisp object overhead
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4527 Returns "unknown" instead of nil in Cygwin environment
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4528
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4529 * fileio.c (Fexpand_file_name): Treat "~" and "~user" as
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4530 equivalent for current user in Cygwin environment. Use new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4531 function user_login_name to get username.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4532
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4533 * lisp.h: Declare user_login_name
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4534
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4535 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4536
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4537 * unexaix.c (make_hdr): Fixed bias computations so debugging info
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4538 works again.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4539 Some other insignificant nitpicks.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4540
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4541 1998-06-18 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4542
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4543 * toolbar-msw.c (mswindows_output_toolbar): specify ILC_MASK when
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4544 creating the image list and make sure he bk color is transparent.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4545
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4546 1998-06-18 Jan Vroonhof <vroonhof@math.ethz.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4547
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4548 * event-Xt.c (emacs_Xt_remove_timeout): Also remove timeout from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4549 completed_timeouts. The timer could have expired.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4550
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4551 1998-06-17 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4552
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4553 * console-msw.h: move XEMACS_RECT_WH inside frame
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4554 parameters. define macors to access it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4555
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4556 * frame-msw.c (mswindows_init_frame_1): use new target_rect
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4557 parameter to intialise desired sizing. (mswindows_init_frame_2):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4558 enable and size the frame to something sensible when we get
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4559 here. (mswindows_set_frame_properites): use new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4560 mswindows_size_frame_internal function and size frame if frame
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4561 parameters not just if init is finished - WM_SIZE happens too
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4562 early for some specs. (mswindows_size_frame_internal): new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4563 function abstracted from mswindows_set_frame_properties.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4564 (Vmswindows_use_system_frame_size_defaults):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4565 new variable controls whether to allow the system to pick frame
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4566 size defaults, defaults to nil.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4567
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4568 * event-msw.c: in WM_SIZE use mswindows_size_frame_internal rather
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4569 than duplicated code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4570
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4571 1998-06-15 Colin Rafferty <colin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4572
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4573 * Makefile.in.in: Made EXTW_LINK expand properly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4574
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4575 1998-06-12 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4576
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4577 * redisplay.c (vars_of_redisplay): default value of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4578 column-number-start-at-one should be NIL!
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4579
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4580 1998-06-11 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4581
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4582 * casefiddle.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4583 (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar"
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4584
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4585 1998-06-05 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4586
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4587 * eldap.c (Fldap_search_internal): Use build_ext_string instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4588 build_string to avoid crashes under Mule.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4589
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4590 1998-06-13 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4591
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4592 * ntplay.c (play_sound_data_1): don't delete the sound data until
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4593 the next sound is played and the previous one finished.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4594
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4595 1998-06-10 Samuel Mikes <smikes@alumni.hmc.edu>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4596
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4597 * fileio.c (directory-sep-char): Escape backslashes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4598
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4599 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4600
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4601 * event-stream.c: Fix docstring reference.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4602
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4603 1998-06-12 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4604
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4605 * alloc.c (make_float): Remove useless initialization of `next'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4606 field.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4607 (make_pure_float): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4608
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4609 * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4610
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4611 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4612
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4613 * fileio.c (Fmake_directory_internal): Remove conditionals
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4614 on WINDOWSNT when calling mkdir.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4615
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4616 * ntproc.c: Deleted the following unused functions:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4617 register_child, reap_subprocess, sys_wait.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4618
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4619 * nt.c (sys_rename): Ifzeroed this implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4620 Deleted the following unused functions:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4621 sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4622 sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4623 sys_read, sys_write.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4624 Merger sys_fopen and sys_open with sysdep.c implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4625
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4626 * sysdep.c: Removed MS-DOS code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4627 (sys_rename): Deal with Microsoft rename weirdness.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4628 (sys_open): Implemented for Windows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4629 (sys_fopen): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4630 (sys_mkdir): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4631
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4632 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4633
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4634 * buffer.c (complex_vars_of_buffer): Removed %t description from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4635 the docstring.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4636
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4637 1998-06-04 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4638
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4639 * scrollbar-msw.c: initialize the cbSize element of the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4640 SCROLLINFO struct before calling SetScrollInfo. WinNT seems
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4641 to ignore the value of cbSize, but Win95 (and I presume Win98)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4642 appear to want it set to sizeof(SCROLLINFO).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4643
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4644 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4645
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4646 * event-stream.c: Defined Qcancel_mode_internal.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4647 (syms_of_event_stream): defsymbol'ed it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4648
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4649 * events.h: Externed it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4650
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4651 * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4652
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4653 1998-06-04 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4654
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4655 * frame-x.c (x_cde_destroy_callback): free the data
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4656 (cde-start-drag-internal) corrected root position, 21.1 needs this
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4657 hardcoded in Button events
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4658 (offix-start-drag-internal) corrected root position
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4659
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4660 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4661
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4662 * process-nt.c (signal_cannot_launch): Use signal_simple_error()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4663 instead of error().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4664
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4665 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4666
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4667 * dialog-msw.c (button_width): Removed `inline' from the function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4668 declaration.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4669
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4670 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4671
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4672 * frame-msw.c: add WS_VISIBLE flag to the first frame created.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4673 Note that adding this flag to subsequent frames causes problems.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4674
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4675 1998-06-03 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4676
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4677 * glyphs-eimage.c (png_instantiate) move 'struct
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4678 png_memory_storage tbr' out of nested block to avoid dangling
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4679 reference
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4680
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4681 1998-06-02 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4682
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4683 * faces.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4684 * faces.c: rename 3d-object -> gui-element. add toolbar face which
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4685 inherits from gui-element.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4686
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4687 * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4688 with existing code, generate masks correctly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4689
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4690 1998-06-03 P. E. Jareth Hein <jareth@camelot-soft.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4691
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4692 * glyphs-eimage.c: Changed included header for gifs to use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4693 Gifreader instead of giflib.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4694
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4695 * glyphs-x.c: removed the image-related functions that were
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4696 moved into glyphs-eimage.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4697
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4698 1998-06-02 David Bush <david.bush@adnb.alcatel.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4699
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4700 * glyphs.c (bitmap_to_lisp_data) Define XFree to be free
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4701 if built without X Windows support.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4702
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4703 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4704
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4705 * fns.c (Fconcat): Synch docstring with new reality.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4706
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4707 1998-06-03 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4708
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4709 * frame.c: Remove reference to msdos.h (which is going away).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4710 Suggested by Hrvoje Niksic and Kirill Katsnelson.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4711
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4712 1998-06-02 P. E. Jareth Hein <jareth@camelot-soft.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4713
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4714 * glyphs-eimage.c (jpeg_instantiate): Fix handling of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4715 grayscale images/
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4716
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4717
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4718 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4719
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4720 * events.h: Fixed commentary about misc-user scrollbar events.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4721
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4722 * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4723 object as an event channel, instead of window object.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4724 (x_update_horizontal_scrollbar_callback): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4725
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4726 1998-05-29 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4727
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4728 * ntplay.c (play_sound_data_1) new function. convert alloca data
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4729 to malloc if necessary.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4730 (play_sound_file): if the file is not in our path then convert to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4731 data and play.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4732
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4733 1998-06-01 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4734
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4735 * mule-mcpath.c (mc_chdir): Reverse parameters in call to memcpy.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4736 * msdos.c (Frecent_doskeys): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4737
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4738 * unexalpha.c (unexec): Reverse parameters in call to memcpy.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4739 Suggested by Reggie Perry <perry@zso.dec.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4740
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4741 * buffer.h: Eliminate size in declaration.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4742
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4743 1998-06-01 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4744
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4745 * unexelfsgi.c (unexec): Cleanup n/nn and remove useless kludge.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4746
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4747 1998-06-01 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4748
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4749 * gui.c (gui_item_init): Changed the default value for config member
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4750 from Qunbound to Qnil.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4751
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4752 1998-06-01 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4753
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4754 * indent.c (vmotion_pixels): Don't #define abs().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4755
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4756 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4757
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4758 * s/windowsnt.h: Defined popen and pclose to be _popen and _pclose
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4759 respectively.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4760
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4761 1998-05-30 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4762
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4763 * glyphs.h: add xbm declarations.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4764
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4765 * console.h: add xbm_instantiate_method device method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4766
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4767 * glyphs.c (check_valid_xbm_inline) (xbm_validate)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4768 (bitmap_to_lisp_data) (xbm_mask_file_munging) (xbm_normalize)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4769 (xbm_possible_dest_types): moved here from glyphs-x.c. use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4770 locate_pixmap_file device method and read_bitmap_data_from_file
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4771 instead of XmuReadBitmapDataFromFile.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4772 (xbm_instatntiate): make a device method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4773
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4774 * glyphs-x.c: see glyphs.c changes. (read_bitmap_data_from_file)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4775 new function that just calls XmuReadBitmapDataFromFile.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4776 (x_xbm_instatntiate): device method from xbm_instantiate.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4777
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4778 * glyphs-msw.c (read_bitmap_data) (NextInt)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4779 (read_bitmap_data_from_file): new functions copied from Xmu
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4780 sources.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4781 (xbm_create_bitmap_from_data) from Ben <ben@666.com> convert
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4782 inline data to an mswindows bitmap.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4783 (init_image_instance_from_xbm_inline) (xbm_instantiate_1)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4784 (mswindows_xbm_instantiate): mswindows-ized versions of the X
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4785 functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4786
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4787 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4788
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4789 * window.c (specifier_vars_of_window): Renamed `has_modeline-p' to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4790 `modeline-visible-p'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4791 Declared specifier lisp variables at the beginning oh the file
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4792 as static.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4793
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4794 * procimpl.h (struct process_methods): Changed semantics of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4795 create_process method so it accepts lisp strings instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4796 char pointers.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4797
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4798 * process.c (Fstart_process_internal): Moved building of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4799 unix style argv from here to process-unix.c, ...
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4800
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4801 * process-unix.c (unix_create_process): ... right here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4802
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4803 * process-nt.c (nt_create_process): Changed this function to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4804 support new semantics, so avoided a GC problem.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4805
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4806 * events.c (Fmake_event): Document misc-user events properties.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4807 (Fmake_event): Do not allow arbitrary objects for channel property
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4808 of misc-user events.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4809 (Fmake_event): Change misc-user event validation: it is function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4810 which is required, not button.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4811
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4812 * event-msw.c (mswindows_user_event_p): Recognize misc user events as
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4813 user events.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4814 (mswindows_enqueue_misc_user_event): Added function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4815 (mswindows_bump_queue): Removed function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4816 (mswindows_enqueue_magic_event): Support NULL HWND parameter.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4817 (mswindows_wnd_proc, WM_CLOSE): Use mswindows_enqueue_misc_user_event().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4818 (mswindows_wnd_proc, WM_EXITSIZEMOVE): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4819 (emacs_mswindows_handle_magic_event): Handle XM_BUMPQUEUE, by doing
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4820 really nothing, which is my personal favorite thing.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4821
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4822 * console-msw.h: Removed prototype for mswindows_bump_queue().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4823 Added prototype for mswindows_enqueue_misc_user_event().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4824
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4825 * menubar-msw.c (mswindows_handle_wm_command): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4826 mswindows_enqueue_misc_user_event().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4827
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4828 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4829
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4830 * dialog-msw.c (dialog_proc): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4831
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4832 * scrollbar-msw.c (mswindows_handle_scrollbar_event): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4833 (mswindows_handle_scrollbar_event): Use frame, not window, for misc
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4834 user events channel.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4835
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4836 1998-05-29 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4837
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4838 * window.c (Fwindow_displayed_text_pixel_height): was relying on
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4839 incorrect semantics of vmotion_pixels which has been fixed. don't
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4840 use it anymore as it can't easily be used.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4841
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4842 * indent.c (vmotion_pixels): fix off by one bug moving up. also
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4843 the motion was reported incorrectly if you tried to go past end of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4844 buffer.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4845
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4846 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4847
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4848 * toolbar.h: Removed misleading commentary, as Martin suggested.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4849
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4850 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4851
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4852 * lisp.h: Extern Qactivate_menubar_hook.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4853
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4854 * menubar-msw.c (unsafe_handle_wm_initmenu_1): Pass correct value to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4855 run_hook ().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4856
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4857 1998-05-29 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4858
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4859 * glyphs-msw.c: use BPLINE macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4860
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4861 * select-msw.c (mswindows-selection-exists-p)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4862 (mswindows-delete-selection): doc string fixes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4863
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4864 * toolbar-msw.c (mswindows_output_toolbar): make disabled buttons
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4865 unpressable. warning elimination.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4866
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4867 1998-05-28 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4868
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4869 * alloc.c (dbg_constants):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4870 * dbxrc:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4871 * gdbinit:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4872 Remove toolbar_data debugging code, since that lrecord has
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4873 also been removed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4874
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4875 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4876
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4877 * alloc.c: zap cached value of (user-home-directory), so that
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4878 it's not undumped.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4879
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4880 * buffer.c: From init_buffer(), separated out code that
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4881 determined the initial directory for the *scratch* buffer, and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4882 put them into a function called "init_initial_directory()".
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4883 The initial directory is now available as a global "char *"
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4884 called initial_directory.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4885
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4886 * buffer.h: Added extern entries for initial_directory[] and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4887 init_initial_directory().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4888
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4889 * editfns.c: added new elisp function "user-home-directory",
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4890 which basically returns getenv("HOME"), but attempts to use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4891 other values if $HOME isn't set.This may have to be tweaked in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4892 the future as, under Unix, "/" is used if $HOME isn't set (this
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4893 probably should be set to the current directory). To support
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4894 this, a new C function, "get_home_directory()", now exists,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4895 which returns the "home directory", as a "char *" string.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4896
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4897 * emacs.c: Rearrange NT initialization order so that
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4898 environment/registry variables will be properly entered into
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4899 Vprocess_enviroment.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4900
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4901 * fileio.c: replaced egetenv("HOME") with calls to the new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4902 get_home_directory().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4903
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4904 * lisp.h: Added function prototypes for uncache_home_directory()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4905 and get_home_directory(), along with lisp prototypes for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4906 Fuser_home_directory() and friends.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4907
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4908 * nt.c: replaced getenv("HOME") with calls to the new
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4909 get_home_directory().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4910
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4911 * sysfile.h: for WINDOWSNT, #include <direct.h>, to suppress
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4912 warnings about getcwd(), etc. not having prototypes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4913
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4914 1998-05-28 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4915
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4916 * process-nt.c (send_signal): Emulate SIGHUP.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4917 (validate_signal_number): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4918
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4919 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Unconditionally
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4920 remove MOD_SHIFT from ASCII characters.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4921 (mswindows_wnd_proc, WM_KEYDOWN): Do not activate the menubar when
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4922 F10 is pressed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4923
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4924 1998-05-24 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4925
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4926 * frame-x.c (cde-start-drag-internal): added filename and multi-
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4927 data transfers
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4928 (x_cde_convert_callback) dito
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4929
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4930 1998-05-26 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4931
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4932 * frame-x.c: include event-mod.h also with CDE
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4933 (x_cde_convert_callback) made the thing working
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4934 (cde-start-drag-internal) also debugging
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4935
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4936 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4937
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4938 * m/sparc.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4939 * getloadavg.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4940 * malloc.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4941 * unexec.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4942 * mem-limits.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4943 - add __OpenBSD__ where __NetBSD__ was found.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4944 - TODO: replace platform-specific conditional compilation by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4945 feature tests in configure.in.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4946
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4947 1998-05-15 Greg Klanderman <greg@alphatech.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4948
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4949 * window.c (Fwindow_displayed_text_pixel_height): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4950 (syms_of_window): DEFSUBR it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4951
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4952 * indent.c (Fvertical_motion_pixels): New function - request
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4953 movement in pixels.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4954 (vmotion_pixels): helper.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4955 (syms_of_indent): DEFSUBR.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4956 * lisp.h: declaration for vmotion_pixels().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4957
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4958 * indent.c (Fvertical_motion): Add optional third argument PIXELS,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4959 to request returning motion in pixels.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4960 (Fvertical_motion_pixels): Remove, functionality merged into
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4961 Fvertical_motion.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4962 * window.c (window_scroll): call Fvertical_motion with 3 arguments.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4963 (Fmove_to_window_line): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4964 * lisp.h: Change declaration for Fvertical_motion.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4965
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4966 * window.c: rename window-text-pixel-{height,width,edges} to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4967 window-text-area-pixel-*.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4968
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4969 1998-05-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4970
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4971 * tooltalk.c (vars_of_tooltalk) added staticpro for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4972 Tooltalk_Message_plist_str and Tooltalk_Pattern_plist_str
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4973
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4974 1998-05-27 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4975
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4976 * faces.c: create a new 3d_object_face, make modeline and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4977 vertical_divider faces fallback to this rather than the default.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4978
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4979 1998-05-21 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4980
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4981 * s/cygwin32.h: define charsets for cygwin.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4982
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4983 1998-05-25 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4984
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4985 * toolbar-msw.c (mswindows_output_toolbar): fix up button sizes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4986 and coordinates. resize bitmaps if we have already settled on a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4987 different size.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4988
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4989 * glyphs-msw.c (xpm_to_eimage): add ';' for mswindows compiler.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4990
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4991 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4992
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4993 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4994
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4995 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4996
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4997 * gui.h: Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4998
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
4999 * gui-x.c (popup_selection_callback): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5000
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5001 * dialog-msw.c (dialog_proc): get_callback -> get_gui_callback.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5002
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5003 * gui.c (get_callback): Renamed to get_gui_callback.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5004
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5005 1998-05-17 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5006
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5007 * glyphs.h: order rearrangement.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5008
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5009 * device-tty.c (tty_asynch_device_change): Warning suppression.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5010 * device-x.c (x_device_system_metrics): Warning suppression.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5011 Make Doc strings consistent with coding standards.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5012
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5013 1998-05-24 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5014
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5015 * general.c: multiple definition of `Qicon'. general.c seems
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5016 like a good home for Qicon.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5017
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5018 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5019
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5020 * This patch is to fix compilation warnings under Windows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5021
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5022 * s/windowsnt.h: Encapsulate getpid with sys_getpid.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5023 Added prototypes for FSF inherited functions, with which XEmacs is
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5024 sprinkled thoroughly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5025 Removed some #if 0 code. Bracketed some more definitions, probably
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5026 related to Visual C versions prior to 4 (we do not support them).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5027
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5028 * sysfloat.h (logb): Finally, get logb() prototyped.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5029
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5030 * sysfile.h: Added Windows specific includes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5031 Removed old Windows specific code bracketed with #if 0.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5032
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5033 * sysdep.h: Added prototype for xrealpath().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5034
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5035 * sysdep.c (sys_getpid): Added function, to support '95 negative pids.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5036
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5037 * symsinit.h: Added prototypes for syms_of_dired_mswindows,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5038 vars_of_dired_mswindows and init_ntproc (Grrr).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5039
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5040 * realpath.c: Added Windows specific include files.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5041 (xrealpath): Conditionalized declaration of some auto variables on
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5042 S_IFLNK, to avoid warnings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5043
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5044 * ntproc.c: Disabled some compiler warnings. This file is going to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5045 die, so I have not cleaned it up much.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5046 (set_process_dir): Const parameter.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5047 (Fwin32_short_file_name): Down CHECK_* macros to one argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5048 (Fwin32_long_file_name): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5049 (Fwin32_set_process_priority): Ditto. Why didn't I remove these
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5050 three functions?
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5051
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5052 * nt.h: Added prototypes for set_process_dir and convert_time.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5053
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5054 * nt.c: More include files.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5055 (getpwnam): Consted char* argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5056 (get_emacs_configuration): Const return value.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5057 (opendir): Const argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5058 (stat): Casted converstion long->short.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5059 (stat): Removed ad hoc and questionable support for non-MSC compile.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5060 (sys_pipe): Removed unused auto variable.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5061 (_sys_read_ahead): Removed calls to DebPrint.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5062 (sys_read): Ditto, in 2 places.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5063 (term_ntproc): Added unused int parameter to signal handler, to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5064 avoid a warning when compiling a call to signal().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5065 (msw_sigset): Properly return old signandler or NULL instead of void.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5066
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5067 * floatfns.c (Flogb): Casted arguments to unary minus to signed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5068
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5069 * gmalloc.c (morecore): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5070 (_free_internal): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5071
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5072 * lread.c (parse_integer): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5073
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5074 * dired-msw.c: Added several include files.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5075
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5076 * cmdloop.c (Fcommand_loop_1): Added Microsoft C to the Big List
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5077 of Compilers to Shut Up.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5078
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5079 * callproc.c: Added #includes to suppress warnings under Windows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5080 (init_callproc): Removed #if0'ed code and unused variables.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5081
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5082 1998-05-25 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5083
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5084 * device-msw.c (mswindows_device_system_metrics): do planes in a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5085 way consistent with X.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5086
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5087 * glyphs-msw.c (mswindows_initialize_image_instance_mask): don't
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5088 use SetPixel, use DIBits functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5089 (xpm_to_eimage): frob colors more closely like xpm deos.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5090
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5091 * toolbar-msw.c: only resize bitmaps when shrinking. Adjust look
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5092 to be closer to X version.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5093
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5094 * event-msw.c: use tooltip string directly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5095
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5096 * redisplay-msw.c: reinstate Kirill's bg pixmap change.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5097
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5098 * objects-msw.c: frob rgb colors that only Kyle uses.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5099
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5100 * dialog-msw.c (button_width): INLINE -> inline.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5101
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5102 1998-05-23 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5103
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5104 * getloadavg.c (getloadavg): Fix typo.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5105
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5106 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5107
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5108 * objects-msw.c (mswindows_initialize_font_instance): Added support
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5109 for font character sets.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5110 Replaced 'XXX' with '####' in comments throughout the file.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5111
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5112 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5113
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5114 * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5115 console_type_create_dialog_mswindows(), to initialize Windows dialog
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5116 support.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5117
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5118 * symsinit.h: Prototyped the above functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5119
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5120 * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5121 checks to dialog.c...
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5122
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5123 * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5124 device must support dialog boxes, and the descriptor must supply at
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5125 least one button.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5126
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5127 * dialog-msw.c: New file, dialogs for Windows.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5128
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5129 1998-05-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5130
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5131 * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5132 (Fldap_search_internal): Removed unused variable `err'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5133
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5134 * eldap.h: Moved Lisp_LDAP declaration here instead of using a
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5135 forward declaration
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5136
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5137 1998-05-17 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5138
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5139 * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5140 defined. Therefore there is no need to handle the case when
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5141 HAVE_LDAP is undefined. Similarily, there is no reason to have
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5142 any code wrapped within `#ifdef emacs', since this code is only
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5143 useful within an emacs. This simplifies the code significantly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5144
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5145 * inline.c: Include eldap.h only if HAVE_LDAP.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5146 * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5147 already does that.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5148
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5149 1998-05-21 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5150
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5151 * unexnt.c (copy_executable_and_dump_data_section): Suppress
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5152 printing dump stats when building without DEBUG_XEMACS.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5153 (dump_bss_and_heap): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5154
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5155 1998-05-21 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5156
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5157 * gnuclient.c: don't suppress window system if there is no display
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5158 and we are running under mswindows. send 'mswindows device type if
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5159 we are in this situation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5160
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5161 1998-05-20 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5162
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5163 * general.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5164 * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5165
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5166 * glyphs-msw.c: change cursor imgae type name to resource. Fix
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5167 some nits.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5168
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5169 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5170
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5171 * EmacsFrame.c (Xt_StringToScrollBarPlacement): Added support for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5172 {top,bottom}-{left,right} values in addition to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5173 {top,bottom}_{left,right}.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5174
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5175 1998-05-18 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5176
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5177 * fileio.c (Fmake_temp_name): Remove unreached code.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5178
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5179 * process-nt.c (validate_signal_number): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5180 signal_simple_error().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5181
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5182 1998-05-19 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5183
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5184 * unexhp9k800.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5185 * sound.c (vars_of_sound):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5186 * sysdep.c (reset_sigio_on_device):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5187 * window.c (window_bottom_gutter_height):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5188 unexhp9k800.c:258: warning: implicit declaration of function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5189 `calculate_checksum'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5190 sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5191 sysdep.c:1012: warning: unused variable `owner'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5192 window.c:993: warning: `window_right_toolbar_width' defined but not used
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5193
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5194 1998-05-19 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5195
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5196 * glyphs-msw.c (mswindows_create_resized_mask)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5197 (mswindows_create_resized_bitmap): new funnctions split out from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5198 mswindows_resize_dibitmap_instance.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5199
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5200 * glyphs-msw.h: declare new resize functions.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5201
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5202 * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5203 functions so that the original bitmaps are preserved.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5204
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5205 * sheap.c: fixup static heap exhausted error to avoid FAQs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5206
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5207 * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5208 color if we are trying to output 0 depth bg pixmap.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5209
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5210 * scrollbar-msw.c: warning elimination.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5211
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5212 1998-05-18 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5213
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5214 * frame-x.c (x_update_frame_external_traits): Start preprocessor
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5215 directives in column 1.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5216
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5217 * search.c (skip_chars): Avoid using xzero with arrays, since some
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5218 compilers get confused by the construct &array.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5219
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5220 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5221
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5222 * objects-msw.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5223 * objects-msw.c: Changed the charset value for a new font from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5224 "don't care" to "ansi".
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5225
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5226 * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5227
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5228 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5229
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5230 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5231 modifier on control chars.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5232 Use IsCharAlpha() instead of isaplha().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5233
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5234 1998-05-19 Kazuyuki IENAGA <ienaga@jsys.co.jp>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5235
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5236 * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5237
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5238 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5239
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5240 * objects-msw.c (mswindows_initialize_font_instance): Use ANSI
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5241 charset when creating font.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5242 (mswindows_initialize_color_instance): Do not create brush along
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5243 with a color.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5244 (mswindows_finalize_color_instance): Do not delete it then.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5245
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5246 * objects-msw.h (struct mswindows_color_instance_data): Removed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5247 brush slot, and corresponding accessor macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5248
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5249 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5250
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5251 * toolbar.c: Removed toolbar_data lrecord implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5252 (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5253 with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5254 (compute_frame_toolbar_buttons): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5255 (CHECK_TOOLBAR): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5256 (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5257 (update_frame_toolbars): Do not check for changed buffer
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5258 here. Toolbar information is provided by cached specs in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5259 windows. The check for buffer is eliminated becuase toolbars are
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5260 marked changed in set_frame_selected_window() in frame.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5261 Added check for changed toolbars geometry.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5262 (compute_frame_toolbars_data): Removed unused second parameter;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5263 Adjusted callers of this static function throughout the file.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5264 (init_frame_toolbars): Initialize current_toolbar_size.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5265 (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5266 what is its current expansion, for clarity.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5267 (init_frame_toolbars): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5268 (init_device_toolbars): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5269 (init_global_toolbars): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5270
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5271 * toolbar.h: Removed definition of toolbar_data lrecord.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5272 Added accessor macros FRAME_TOOLBAR_BUTTONS and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5273 FRAME_CURRENT_TOOLBAR_SIZE.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5274 Added macro DEVICE_SUPPORTS_TOOLBARS_P.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5275
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5276 * toolbar-x.c (x_output_toolbar): The same change as in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5277 toolbar-msw.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5278 (x_output_toolbar): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5279 (x_redraw_exposed_toolbar): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5280
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5281 * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5282 buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5283 (mswindows_output_toolbar): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5284 (mswindows_output_toolbar): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5285
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5286 * frame.c (mark_frame): Removed marking of arrays, according to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5287 frameslots.h change.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5288 (nuke_all_frame_slots): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5289 (set_frame_selected_window): Mark toolbars changed when
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5290 last_nonminibuf_window changes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5291
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5292 * frame.h (struct frame): Moved some slots to frameslots.h.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5293 Added current_toolbar_size array.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5294 Changed references from toolbar_data to toolbar_buttons in macros
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5295 FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5296 FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5297 FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5298
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5299 * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5300 Moved arrays of lisp objects here from frame.h: toolbar_size,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5301 toolbar_visible_p, toolbar_border_width.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5302 Removed toolbar_data slot and added toolbar_buttons.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5303
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5304 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5305
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5306 * symsinit.h: Externed syms_of_process_nt()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5307
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5308 * emacs.c (main_1): Call syms_of_process_nt()
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5309
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5310 * process-nt.c: Quote process arguments by a call to Lisp function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5311 `nt-quote-process-args'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5312 (syms_of_process_nt): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5313 (nt_send_process): Flush data stream after each write, to avoid
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5314 leaving buffered data.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5315 (nt_send_process): When blocked on process output, wait for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5316 process to slurp more for progressively increasing time intervals.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5317
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5318 1998-05-17 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5319
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5320 * window.c (have_undivided_common_edge): Make file-local function
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5321 static.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5322 (map_windows): Return 0 if all map functions successful.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5323 Fix typos.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5324
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5325 * winslots.h: Use unlikely names for local variables in macros to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5326 avoid shadowing warnings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5327
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5328 1998-05-17 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5329
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5330 * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5331 so that we re-output if the toolbar size has changed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5332
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5333 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5334
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5335 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5336
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5337 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5338
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5339 * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5340 greater).
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5341
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5342 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5343
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5344 * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5345 get bitmap manifest constants defined.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5346
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5347 * console-msw.h: Include system files in angle brackets, not in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5348 quotes.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5349
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5350 * window.c (specifier_vars_of_window): Fixed a typo in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5351 `vertical-divider-line-width' docstirng.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5352
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5353 1998-05-16 Olivier Galibert <galibert@pobox.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5354
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5355 * line-number.c (delete_invalidate_line_number_cache): Use an
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5356 EMACS_INT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5357 (buffer_line_number): Remove dangerous, plain wrong when using
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5358 64bits emacs ints, cast.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5359
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5360 * insdel.c (buffer_delete_range): Use an EMACS_INT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5361
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5362 * cmds.c (Fforward_line): Use EMACS_INTs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5363
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5364 * search.c (bi_scan_buffer): Change to use EMACS_INTs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5365 (scan_buffer): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5366 (bi_find_next_newline_no_quit): Remove useless cast.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5367 (find_next_newline_no_quit): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5368 (find_next_newline): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5369 (find_before_next_newline): Use an EMACS_INT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5370
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5371 * lisp.h: Change scan_buffer to pass EMACS_INTs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5372
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5373 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5374
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5375 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5376
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5377 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5378
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5379 * gui-x.c (popup_selection_callback): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5380
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5381 * gui.h (get_callback): Declare it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5382
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5383 * gui.c (get_callback): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5384
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5385 1998-05-15 SL Baur <steve@altair.xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5386
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5387 * window.c (have_undivided_common_edge): Guard scrollbar specific
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5388 stuff.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5389 (window_needs_vertical_divider_1): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5390
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5391 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5392
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5393 * emacs.c (decode_path): Eliminate compiler warning.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5394 (Fdecode_path): Renamed to Fsplit_path.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5395 (Fsplit_string_by_char): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5396
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5397 1998-05-14 Damon Lipparelli <lipp@primus.com>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5398
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5399 * winslots.h: close comment
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5400
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5401 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5402
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5403 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5404
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5405 * bufslots.h: Removed buffer_file_type slot.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5406
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5407 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5408 buffer local flags.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5409 (complex_vars_of_buffer): Removed buffer-file-type variable and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5410 its default reference.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5411
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5412 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5413
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5414 * faces.c (complex_vars_of_faces): Defined
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5415 Vvertical_divider_face.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5416 (vars_of_faces): Staticpro it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5417
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5418 * faces.h: Externed Vvertical_divider_face.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5419
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5420 * redisplay-x.c (x_output_vertical_divider): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5421 Vvertical_divider_face to draw the divider instead of modeline
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5422 face.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5423
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5424 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5425 divider face using Vvertical_divider_face background.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5426 Fix drawing spacing gaps around the divider.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5427
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5428 1998-05-14 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5429
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5430 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5431 values for the vertical divider line width and spacing. Use the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5432 cached values from the window structure instead.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5433 (x_divider_width): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5434
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5435 * window.c (specifier_vars_of_window): new specifiers:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5436 vertical-divier -line-width and -spacing.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5437 (vertical_divider_global_width_changed): formerly known as
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5438 vertical_divider_shadow_thickness_changed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5439
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5440 * winslots.h: new slots: vertical_specifier _line_width and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5441 _spacing. Plus corrected a comment typo.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5442
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5443 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5444
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5445 * window.h: Declared window_divider_width().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5446
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5447 * console-stream.c (stream_divider_width): Removed method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5448 (console_type_create_stream): And declaration for it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5449
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5450 * redisplay.c (pixel_to_glyph_translation): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5451 window_divider_width() instead of divider_width redisplay method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5452 (pixel_to_glyph_translation): Fix top divider edge calculation
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5453 when scrollbar is on top.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5454
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5455 * window.c (window_divider_width): New function, an outphaser for
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5456 divider_width redisplay method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5457 (window_right_gutter_width): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5458 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5459 specifiers, set fallback values differently on TTYs, and document
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5460 the behavior of these on TTYs in the docstrings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5461
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5462 * scrollbar.c (update_scrollbar_instance): Use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5463 window_divider_width() instead of divider_width redisplay method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5464
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5465 * console.h (struct console_methods): Removed divider_width_method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5466
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5467 * redisplay-tty.c (tty_divider_width): Removed device method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5468 (console_type_create_redisplay_tty): Removed definition for it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5469 (tty_output_vertical_divider): Respect the value returned by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5470 window_divider_width thus divider line width specification.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5471
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5472 * redisplay-msw.c (mswindows_divider_width): Removed device method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5473 (console_type_create_redisplay_mswindows): Removed definition for it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5474 (mswinodws_output_vertical_divider): Respect the value returned by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5475 window_divider_width thus divider line width specification.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5476
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5477 1998-05-15 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5478
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5479 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5480
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5481 1998-05-15 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5482
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5483 * glyphs-msw.c: resource loading implementation.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5484 (cursor_normalize): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5485 (cursor_validate): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5486 (cursor_instantiate): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5487 (cursor_name_to_resource): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5488 (cursor_possible_dest_types): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5489 (check_valid_symbol): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5490 (check_valid_string_or_int): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5491
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5492 1998-05-14 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5493
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5494 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5495 VINTR and VQUIT.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5496
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5497 * process-unix.c (process_signal_char): Use VSUSP instead of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5498 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5499
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5500 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5501
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5502 * specifier.c (specifier_instance): Change locale precedence of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5503 instantiation so window locale has higher priority than buffer
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5504 locale.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5505 (Fspecifier_instance): Reflect this in docstring.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5506 (Fadd_spec_list_to_specifier): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5507 (Fadd_spec_to_specifier): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5508 (Fremove_specifier): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5509
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5510 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5511
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5512 ** Dialog separation into a device method from Andy Piper
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5513
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5514 * emacs.c (main_1): Call console_type_create_dialog_x().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5515
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5516 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5517 into this device method.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5518 (console_type_create_dialog_x): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5519
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5520 * dialog.c (Fpopup_dialog_box): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5521 (syms_of_dialog): Defsubr it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5522
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5523 * console.h (struct console_methods): Declared
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5524 popup_dialog_box_method().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5525
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5526 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5527
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5528 1998-05-14 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5529
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5530 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5531 * frame-x.c (x_cde_transfer_callback): checked for merge errors
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5532
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5533 1998-05-13 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5534
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5535 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5536
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5537 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5538
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5539 * console.h (device_metrics): Removed dbcs, input-method-editor
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5540 and right-to-left metrics.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5541
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5542 * device.c (Fdevice_system_metric): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5543 (Fdevice_system_metrics): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5544 (syms_of_device): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5545 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5546 again.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5547
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5548 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5549
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5550 * line-number.h (mark_line_number_cache): Remove unused
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5551 declaration.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5552
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5553 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5554 (get_nearest_line_number): Simplify.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5555 (add_position_to_cache): Make the old marker point nowhere.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5556
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5557 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5558
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5559 ** Renamed window-divider-map => vertical-divider-map
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5560 and event-over-divider-p => event-over-vertical-divider-p,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5561 in the following files/functions:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5562 * events.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5563 * events.c (Fevent_over_divider_p):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5564 * keymap.c (get_relevant_keymaps):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5565 (vars_of_keymap):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5566
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5567 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5568
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5569 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5570
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5571 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5572
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5573 * window.c (vertical_divider_changed_in_window): Renamed so.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5574 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5575 (window_needs_vertical_divider_1): Decide whether we need it based
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5576 on the value of the above specifier. If separators are unwanted,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5577 put them only if there's no scrollbar between this window and its
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5578 right neighbor.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5579 (have_undivided_common_edge): New function, helper for the above.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5580 (window_needs_vertical_divider): Return either a cached value,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5581 or clauclate and cache one.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5582 (invalidate_vertical_divider_cache_in_window): Implemented.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5583 (map_windows): Changed return type to int, return the value from
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5584 MAPFUN.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5585
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5586 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5587 (struct window): Added need_vertical_divider_p and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5588 need_vertical_divider_valid_p.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5589
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5590 * winslots.h: Added vertical_divider_draggable_p slot.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5591
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5592 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5593 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5594
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5595 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5596
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5597 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5598 invalidate_vertical_divider_cache_in_frame().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5599 Prototype it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5600
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5601 1998-05-14 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5602
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5603 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5604
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5605 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5606 masks correctly and don't select 0.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5607
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5608 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5609
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5610 * winslots.h: New file, declaration of some struct window and
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5611 struct saved_window members.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5612
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5613 * window.h (struct window): Include it, with required preprocessor
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5614 magic.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5615
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5616 * window.c (mark_window): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5617 (allocate_window): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5618 (struct saved_window): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5619 (mark_window_config): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5620 (saved_window_equal): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5621 (Fset_window_configuration): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5622
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5623 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5624
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5625 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5626
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5627 1998-05-12 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5628
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5629 * redisplay-x.c (x_output_vertical_divider): draw shadows around
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5630 the divider line. The shadow thickness is currently
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5631 hard-wired. This will probably be turned into a specifier soon.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5632
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5633 1998-05-12 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5634
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5635 * console.h (struct console_methods): the divider_width console
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5636 method now requires a struct window * argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5637
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5638 * redisplay-x.c (x_divider_width): ditto. Plus remove
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5639 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5640 (x_output_vertical_divider): give a depressed look when the shadow
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5641 thickness is negative.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5642
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5643 * console-stream.c (stream_divider_width): pass a struct window *
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5644 argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5645
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5646 * redisplay-tty.c (tty_divider_width): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5647
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5648 * window.c (window_right_gutter_width): totdi.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5649
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5650 * redisplay.c (generate_modeline): ittod.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5651
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5652 * scrollbar.c (update_scrollbar_instance): ttido.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5653
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5654 * redisplay-msw.c (mswindows_divider_width): ottid.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5655 WARNING: this enables to compile, but the feature is not functional.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5656
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5657 * window.h (struct window): new field
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5658 vertical_divider_shadow_thickness.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5659
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5660 * window.c (specifier_vars_of_window): new specifier
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5661 vertical-divider-shadow-thickness.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5662 (vertical_divider_shadow_thickness_changed): new function to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5663 inform redisplay that the window has changed.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5664 (mark_window): handle new field vertical_divider_shadow_thickness
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5665 from struct window.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5666 (allocate_window): ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5667 (saved_window_equal): toddi.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5668 (Fset_window_configuration): totid.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5669 (save_window_save): ttdio.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5670 (struct saved_window): new field vertical_divider_shadow_thickness.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5671
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5672 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5673
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5674 * device-msw.c (mswindows_device_system_metrics): Support a deluge
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5675 of metrics.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5676
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5677 1998-05-12 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5678
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5679 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5680 * event-Xt.c (x_event_to_emacs_event): C++ compability
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5681
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5682 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5683
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5684 * emacs.c (Fdecode_path): Default SEPCHAR to value of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5685 path-separator.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5686
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5687 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5688
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5689 * emacs.c (vars_of_emacs): Do it here; change the meaning of
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5690 Vpath_separator.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5691
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5692 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5693
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5694 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5695
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5696 * emacs.c (decode_path_1): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5697 (decode_path): Use it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5698 (Fdecode_path): Renamed from Fdecode_path_internal; use
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5699 decode_path_1.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5700
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5701 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5702
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5703 * macros.c (Fzap_last_kbd_macro_event): New function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5704 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5705
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5706 1998-05-10 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5707
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5708 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5709 multiple bitmaps are output vertically as well as horizontally.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5710 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5711 crossing lines this is handled by
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5712 mswindows_output_dibitmap_region.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5713
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5714 1998-05-12 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5715
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5716 * inline.c: Include eldap.h
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5717
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5718 * menubar-x.c (x_update_frame_menubar_internal):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5719 Remove: unused variable `container'
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5720
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5721 1998-05-11 Martin Buchholz <martin@xemacs.org>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5722
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5723 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5724 Unfortunately, the resulting temacs still cannot dump.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5725
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5726 * symbols.c (symbol_is_constant):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5727 (verify_ok_for_buffer_local):
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5728 -Wswitch Warning suppression - add default case to switches.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5729
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5730 * redisplay.c (decode_mode_spec): Remove unused variables,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5731 Replace Fcoding_system_property (codesys, Qmnemonic) with
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5732 XCODING_SYSTEM_MNEMONIC (codesys);
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5733 Fcoding_system_property is for users.
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
5734
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
5735 * buffer.c:
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
5736 * fileio.c:
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5737 * lread.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5738 * xselect.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5739 Change empty docstrings into no doc strings at all.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5740 Fix bogus FSF-format docstrings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5741
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5742 * extents.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5743 Standardize docstrings.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5744
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5745 * floatfns.c:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5746 Explain problems with matherr.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5747
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5748 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5749
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5750 * syssignal.h:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5751 if BROKEN_SIGIO, then SIGIO wants to be undefined.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5752 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5753 Fix the weird resultant interaction (causes windows problems)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5754
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5755 * gdbinit:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5756 * dbxrc:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5757 Take new EMACSBOOTSTRAPLOADPATH into account.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5758 Update documentation strings
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5759
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5760 * Makefile.in.in:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5761 - Adjust for luser's CDPATH being set to something weird.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5762 - Take into account bash 2.02's tendency to print the cwd when
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5763 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5764 - fix the run-temacs target to use $(DUMPENV)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5765 - fix the run-puremacs target to use $(DUMPENV)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5766 - fix the `depend' target to properly $(RM) the right files
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5767 - Generate a better TAGS file for XEmacs' lisp code using
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5768 hand-crafted regexps.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5769 - Use standard coding conventions for modules/Makefile.in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5770
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5771 1998-05-12 Didier Verna <verna@inf.enst.fr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5772
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5773 * redisplay.c: removed the scrolling modeline code that didn't
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5774 make it for 21.0. To be continued ...
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5775
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5776 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5777
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5778 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5779 and empty string inputs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5780
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5781 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5782
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5783 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5784
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5785 1998-05-10 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5786
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5787 * event-stream.c (enqueue_misc_user_event_pos): created
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5788 * lisp.h (enqueue_misc_user_event_pos): prototype added
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5789 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5790 * emacs.c: call vars_of_dragdrop
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5791 * dragdrop.c (vars_of_dragdrop): provide dragdrop
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5792
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5793 1998-05-11 Oliver Graf <ograf@fga.de>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5794
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5795 * frame-x.c (x_cde_transfer_callback): return at correct pos
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5796 * event-Xt.c (x_event_to_emacs_event): changed format of drop
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5797 object for MIME (see comment in dragdrop.c)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5798 * dragdrop.c: API change documented in comment
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5799 removed provide of dragdrop [is provided by dragdrop.el]
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5800
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5801 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5802
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5803 * window.c (window_needs_vertical_divider): Enable vertical
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5804 dividers for every non-rightmost window.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5805 (window_left_gutter_width): Left gutter consists of mythical
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5806 toolbar and a virtual scrollbar.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5807 (window_right_gutter_width): The right one may have a divider
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5808 also.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5809
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5810 * scrollbar.c (update_scrollbar_instance): Position vertical
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5811 scrollbar left to divider if the latter present.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5812
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5813 * redisplay.h: Declared OVER_DIVIER constant.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5814
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5815 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5816 case.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5817
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5818 * redisplay-x.c (x_output_vertical_divider): Output divider along
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5819 the right side of the window, down to window bottom. Swapped
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5820 foreground and background colors so it is visible by default.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5821
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5822 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5823 stick the divider to the right window side.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5824
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5825 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5826 deadbox painting.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5827 (mswindows_divider_width): Ask system for user preferred value.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5828 (mswindows_output_vertical_divider): Always output the divider on
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5829 the right side of a window, down to bottom.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5830
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5831 * keymap.c (get_relevant_keymaps): Route mouse button events which
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5832 happened over a window divider through window-divider-map.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5833 (Fkey_binding): Documented that in the docstring.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5834 Defined the variable Vwindow_divider_map.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5835
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5836 * events.c (Fevent_over_divider_p): Added this function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5837
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5838 * events.h: EXFUNed it.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5839
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5840 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5841
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5842 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5843 toolbar geometry is suspected to change.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5844
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5845 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5846
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5847 * src/device-msw.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5848 * src/event-msw.c
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5849 Condition dnd and dde code on HAVE_DRAGNDROP.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5850
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5851 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5852
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5853 * events.c (format_event_object): Print space as SPC etc.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5854
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5855 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5856
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5857 * print.c (print_internal): In the default case, abort() if
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5858 ERROR_CHECK_TYPECHECK.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5859
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5860 * fileio.c (Fmake_temp_name): Doc fix.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5861
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5862 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5863
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5864 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5865
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5866 * undo.c (Fprimitive_undo): Fixed typo.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5867
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5868 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5869
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5870 * fns.c (concat): Signal error on integer argument.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5871
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5872 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5873
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5874 * console.h (device_metrics): Prefixed each constatnt with DM_
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5875
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5876 * device.c: (Fdevice_system_metric): Renamed so from plural form
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5877 (metrics); Changed parameters order and added DEFAULT parameter;
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5878 Unabbreviated some metric constants; Fixed and untabified doc string.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5879 (Fdevice_system_metrics): Added. Returns a plist of all provided
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5880 metrics.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5881
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5882 * device-msw.c (mswindows_device_system_metrics): Renamed
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5883 device_metrics enum constants.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5884 Return Qunbound instead of Qnil.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5885
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5886 * device-tty.c (tty_device_system_metrics): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5887
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5888 * device-x.c (x_device_system_metrics): Ditto.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5889
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5890 1998-05-10 Andy Piper <andyp@parallax.co.uk>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5891
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5892 * redisplay-msw.c: implement background pixmaps (really!). Make
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5893 sure bg color is transparent if we have bg pmaps.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5894 * (mswindows_output_string) (mswindows_clear_region): output bg
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5895 pmap if required.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5896 * (mswindows_output_dibitmap_region): new function.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5897 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5898 the bg color rather than transparently.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5899
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5900 * toolbar-msw.c: use masks if they exist.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5901
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5902 * glyphs-msw.c: set up masks correctly.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5903
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5904 * event-msw.c: typedef SOCKET if cygwin and not msg select().
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5905
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5906 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5907
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5908 * regex.c (re_match_2_internal): Check for quit.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5909
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5910 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5911
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
5912 * frame.c (Ffocus_frame): New function.