347
|
1 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2
|
|
3 * XEmacs 21.1.3 is released
|
|
4
|
|
5 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6
|
|
7 * XEmacs 21.1.3 is released
|
|
8
|
|
9 1999-06-26 SL Baur <steve@miho.m17n.org>
|
|
10
|
|
11 * lisp.h (set_bit_vector_bit): Force promotion to unsigned long
|
|
12 int (fixes a 64-bit problem).
|
|
13
|
|
14 1999-06-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
15
|
|
16 * event-Xt.c (emacs_Xt_unselect_console): Guard against
|
|
17 unselecting the GPM connection twice when using gnuattach on the
|
|
18 linux console.
|
|
19
|
|
20 1999-06-14 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
21
|
|
22 * src/ntproc.c: include buffer.h.
|
|
23
|
|
24 1999-06-13 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
25
|
|
26 * mule-charset.c (complex_vars_of_mule_charset): Registry of
|
|
27 japanese-jisx0208-1978 should not match with "jisx0208.1983" nor
|
|
28 "jisc6226.1983".
|
|
29
|
|
30 1999-06-13 SL Baur <steve@steve1.m17n.org>
|
|
31
|
|
32 * symsinit.h: Declare vars_of_ntproc.
|
|
33 * emacs.c (main_1): Call it.
|
|
34
|
|
35 * ntproc.c (syms_of_ntproc): Move variable initializations from
|
|
36 here ...
|
|
37 (vars_of_ntproc): ... to here [new function].
|
|
38
|
|
39 * file-coding.c (syms_of_file_coding): Rename.
|
|
40 (vars_of_file_coding): Ditto.
|
|
41 (complex_vars_of_file_coding): Ditto.
|
|
42
|
|
43 * symsinit.h: Rename *_mule_coding to *_file_coding.
|
|
44
|
|
45 * emacs.c (main_1): Call them by the proper name.
|
|
46
|
|
47 * device-msw.c (syms_of_device_mswindows): Move variable
|
|
48 initializations from here ...
|
|
49 (vars_of_device_mswindows): ... to here.
|
|
50
|
|
51 * chartab.c (vars_of_chartab): New function.
|
|
52
|
|
53 * symsinit.h: New function, vars_of_chartab.
|
|
54
|
|
55 * emacs.c (main_1): Call it.
|
|
56
|
|
57 * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ...
|
|
58 (vars_of_mule_canna): ... to here.
|
|
59
|
|
60 * mule-ccl.c (vars_of_mule_ccl): New function. Move variable
|
|
61 initializations out of syms_of_mule_ccl.
|
|
62
|
|
63 * symsinit.h: Declare new function vars_of_mule_ccl.
|
|
64
|
|
65 * emacs.c (main_1): Call it.
|
|
66
|
|
67 1999-06-13 Hirokazu FUKUI <fukui@atesoft.advantest.co.jp>
|
|
68
|
|
69 * frame.c (Fset_mouse_position):
|
|
70 (Fset_mouse_pixel_position):
|
|
71 * window.c (Fsplit_window):
|
|
72 (Fmove_to_window_line):
|
|
73 Fix crash when invoking functions with an already-deleted window
|
|
74 argument.
|
|
75
|
|
76 * indent.c (vertical_motion_1):
|
|
77 (vmotion_pixels):
|
|
78 (Fvertical_motion_pixels):
|
|
79 * window.c (Fwindow_displayed_text_pixel_height):
|
|
80 Fix error message when invoking functions with an already-deleted
|
|
81 window argument.
|
|
82
|
|
83 1999-06-13 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
84
|
|
85 * src/sysdep.c (request_sigio_on_device): Guard against glibc
|
|
86 2.1's stub streams implementation.
|
|
87
|
|
88 1999-06-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
89
|
|
90 * src/extents.c (splice_in_string_extents_mapper):
|
|
91 Don't return without copying the extent if the
|
|
92 start and end positions are the same.
|
|
93
|
|
94 1999-06-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
95
|
|
96 * src/fileio.c (Fwrite_region_internal): Return to 20.4
|
|
97 behavior of always retrieving the file's modtime after
|
|
98 the file is closed. This is to avoid "file has changed
|
|
99 on disk" problems on systems that set the file's
|
|
100 modification time when it is closed instead of when the
|
|
101 last write() call returns.
|
|
102
|
|
103 1999-06-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
104
|
|
105 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and
|
|
106 ARG2.
|
|
107
|
|
108 1999-06-12 Andy Piper <andy@xemacs.org>
|
|
109
|
|
110 * ntproc.c (sys_spawnve): fix GCPRO/MULE filename bug. Share emacs
|
|
111 console by default.
|
|
112
|
|
113 * symsinit.h: declare syms_of_ntproc();
|
|
114
|
|
115 * emacs.c (main_1): call syms_of_ntproc() when windows.
|
|
116
|
|
117 1999-06-12 Jerry James <jerry@cs.ucsb.edu>
|
|
118
|
|
119 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
|
|
120 using it.
|
|
121
|
|
122 1999-06-12 Martin Buchholz <martin@xemacs.org>
|
|
123
|
|
124 * lread.c (read_escape): Make hex escapes read only two hex
|
|
125 digits.
|
|
126
|
345
|
127 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
128
|
|
129 * XEmacs 21.1.2 is released
|
|
130
|
343
|
131 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
132
|
|
133 * XEmacs 21.1.1 is released
|
|
134
|
|
135 1999-05-11 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
136
|
|
137 * emacs.c (Frun_emacs_from_temacs): (re)alloc natgs+2 entries for
|
|
138 run_temacs_argv array -- fixes random memory corruption crash
|
|
139
|
|
140 1999-05-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
141
|
|
142 * window.c (Fcurrent_window_configuration):
|
|
143 Save minibuffer height;
|
|
144
|
|
145 * window.c (set_window_configuration): use it.
|
|
146
|
|
147 1999-05-10 Robert Pluim <rpluim@bigfoot.com>
|
|
148
|
|
149 * lisp.h (NNUNGCPRO): fix typo in name of DEBUG_GCPRO version
|
|
150
|
|
151 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
152
|
|
153 * objects.c (print_font_instance): Check for NILP(f->device),
|
|
154 i.e. Vthe_null_font_instance.
|
|
155 (font_instance_truename_internal): ditto.
|
|
156 (Ffont_instance_properties): ditto.
|
|
157
|
|
158 1999-04-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
159
|
|
160 * redisplay.c (redisplay_window): Do not put data
|
|
161 in the line start cache if it is not guaranteed to be correct
|
|
162
|
|
163 1999-04-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
164
|
|
165 * window.c (struct window_config): Removed frame
|
|
166 size members.
|
|
167 (window_config_equal): No longer compare frame sizes.
|
|
168 (Fset_window_configuration): Resize old top window to fit in the
|
|
169 current frame directly, no longer use a fake frame resize.
|
|
170 (Fcurrent_window_configuration): No longer save frame size
|
|
171
|
|
172 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
173
|
|
174 * symbols.c (Fintern): Obey new ->obarray_flags semantics.
|
|
175 (reject_constant_symbols): Ditto.
|
|
176 (init_symbols_once_early): Ditto.
|
|
177
|
|
178 * print.c (print_symbol): Obey new ->obarray_flags semantics.
|
|
179
|
|
180 * alloc.c (Fmake_symbol): Initialize ->obarray_flags to 0.
|
|
181 (Fpurecopy): Obey new ->obarray_flags semantics.
|
|
182
|
|
183 * lisp.h (struct Lisp_Symbol): Renamed .obarray to .obarray_flags,
|
|
184 and documented their new meaning.
|
|
185
|
|
186 * alloc.c (Fpurecopy): When purecopy-ing an *interned* symbol,
|
|
187 still mark it as purecopied, so that Funintern() can deal with it
|
|
188 later.
|
|
189
|
|
190 * symbols.c (Funintern): When uninterning symbols that are
|
|
191 referenced by pure structures, provide a pointer to them in
|
|
192 Vpure_uninterned_symbol_table.
|
|
193
|
339
|
194 1999-03-25 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
195
|
|
196 * XEmacs 21.0.67 is released
|
|
197
|
337
|
198 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
199
|
|
200 * XEmacs 21.0.66 is released
|
|
201
|
|
202 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
203
|
|
204 * menubar-msw.c (displayable_menu_item): correct off-by-one &
|
|
205 handling.
|
|
206
|
|
207 1999-03-08 Martin Buchholz <martin@xemacs.org>
|
|
208
|
|
209 * mule-charset.c:
|
|
210 (non_ascii_valid_char_p):
|
|
211 (lookup_composite_char):
|
|
212 (composite_char_string):
|
|
213 (make-composite-char):
|
|
214 (composite-char-string):
|
|
215 (syms_of_mule_charset):
|
|
216 (complex_vars_of_mule_charset):
|
|
217 * mule-charset.h (LEADING_BYTE_COMPOSITE):
|
|
218 (CHAR_LEADING_BYTE):
|
|
219 (MAKE_CHAR):
|
|
220 * file-coding.h (CODING_STATE_COMPOSITE):
|
|
221 (CODING_STATE_ISO2022_LOCK):
|
|
222 (iso_esc_flag):
|
|
223 (LEADING_BYTE_COMPOSITE):
|
|
224 * file-coding.c (struct iso2022_decoder):
|
|
225 (decoding_closer):
|
|
226 (reset_iso2022):
|
|
227 (parse_iso2022_esc):
|
|
228 (encode_coding_iso2022):
|
|
229 #ifdef out all composite character support using
|
|
230 #ifdef ENABLE_COMPOSITE_CHARS
|
|
231
|
|
232 * alloc.c: Define lrecord_coding_system only if ! FILE_CODING
|
|
233
|
|
234 1999-03-07 Martin Buchholz <martin@xemacs.org>
|
|
235
|
|
236 * systime.h: Unix98 says sys/time.h should define select(), but
|
|
237 some systems define that in unistd.h. So include that file always.
|
|
238
|
|
239 * free-hook.c (blocktype): Add gcpro5_type to blocktype.
|
|
240 (log_gcpro): Remove unused variable FRAME.
|
|
241 (show_gcprohist): Ansify.
|
|
242 Comment the #endif's
|
|
243
|
|
244 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
245
|
|
246 * opaque.c (print_opaque):
|
|
247 (sizeof_opaque):
|
|
248 (equal_opaque):
|
|
249 (hash_opaque):
|
|
250 Egcs 1.1.1 seems to have a bug where
|
|
251 INTP (p->size_or_chain)
|
|
252 will crash XEmacs. Fix by introducing intermediate variable.
|
|
253
|
|
254 1999-03-05 Martin Buchholz <martin@xemacs.org>
|
|
255
|
|
256 * alloc.c: (disksave_object_finalization):
|
|
257 Set all the *-load-path variables to
|
|
258 nil, not just load-path itself. This gets the locate-file hash
|
|
259 tables garbage collected BEFORE dump, and has the side effect of
|
|
260 preventing crashes on OSF4.0+egcs.
|
|
261
|
|
262 * alloc.c:
|
|
263 * gdbinit:
|
|
264 * dbxrc:
|
|
265 - Clean up gdb/dbx debugging support.
|
|
266 - Storing an EMACS_INT in an enum is not 64-bit clean!
|
|
267 - So change the enum to a set of separate variables.
|
|
268 - Add test cases to help debug the debugging support!
|
|
269 - Add `lisp-shadows' and `run-temacs' targets for dbx.
|
|
270 - Both dbx and gdb have been tested now.
|
|
271
|
335
|
272 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
273
|
|
274 * XEmacs 21.0.65 is released
|
|
275
|
|
276 1999-03-02 Paul Keusemann <pkeusem@visi.com>
|
|
277
|
|
278 * database.c (berkdb_map): Add flags argument to cursor call (must
|
|
279 be 0 according to docs) required for Berkeley DB 2.6.4 and later.
|
|
280
|
|
281 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
282
|
|
283 * console.h (struct console_methods): Always use full ANSI prototypes
|
|
284
|
|
285 * dgif_lib.c (BitSize): Make static.
|
|
286
|
|
287 * emacs.c (__sti__iflPNGFile_c___): Always use full ANSI prototypes
|
|
288
|
333
|
289 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
290
|
|
291 * XEmacs 21.0.64 is released
|
|
292
|
|
293 1999-02-22 Andy Piper <andy@xemacs.org>
|
|
294
|
|
295 * frame-msw.c (mswindows_make_frame_visible): use SW_SHOW rather
|
|
296 than SW_SHOWNORMAL to prevent resizing of maximised frames.
|
|
297 (mswindows_raise_frame): remove comment.
|
|
298
|
|
299 1999-02-23 SL Baur <steve@xemacs.org>
|
|
300
|
|
301 * glyphs-x.c (convert_EImage_to_XImage): Remove unused variable.
|
|
302
|
337
|
303 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
304
|
|
305 * file-coding.c (convert_to_external_format):
|
|
306 (convert_from_external_format):
|
|
307 Rewrite code to work around a DEC cc compiler bug.
|
|
308
|
333
|
309 1999-02-17 Kazuo Oishi <oishi@ae.agr.yamaguchi-u.ac.jp>
|
|
310
|
337
|
311 * glyphs-x.c (cononvert_EImage_to_XImage): correct
|
333
|
312 bytes per pixel counting.
|
|
313
|
|
314 1999-02-15 Andy Piper <andy@xemacs.org>
|
|
315
|
|
316 * s/cygwin32.h (BROKEN_SIGIO): don't define this as it causes
|
|
317 major lockups.
|
|
318
|
|
319 1999-02-10 Martin Buchholz <martin@xemacs.org>
|
|
320
|
|
321 * s/bsdos4.h: New file. Port to BSDI BSD/OS 4.0.
|
|
322 * xintrinsic.h: Redo CONST support for X11 R4 compatibility.
|
|
323
|
|
324 1999-02-02 Gleb Arshinov <gleb@cs.stanford.edu>
|
|
325
|
337
|
326 * process-nt.c (nt_send_process):
|
333
|
327 Fix for process-send-region/process-send-string breaking when size
|
|
328 of the input > 128 chars: change maximum chunk size for process
|
|
329 stream from 512 to 128, thus guaranteeing that ntpipe_shove_writer
|
|
330 succeeds.
|
|
331
|
331
|
332 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
333
|
|
334 * XEmacs 21.0.63 is released
|
|
335
|
|
336 1999-01-22 Andy Piper <andy@xemacs.org>
|
|
337
|
|
338 * glyphs-msw.c (xbm_create_bitmap_from_data): make sure bpline is
|
|
339 a power of 2.
|
|
340
|
329
|
341 1999-01-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
342
|
|
343 * XEmacs 21.0.62 is released
|
|
344
|
327
|
345 1999-01-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
346
|
|
347 * XEmacs 21.0.61 is released
|
|
348
|
|
349 1998-12-15 Charles G. Waldman <cgw@pgt.com>
|
|
350
|
|
351 * sound.c (play-sound-file): Correct doc string to
|
|
352 mention support of WAV files on Microsoft Windows
|
|
353
|
|
354 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
355
|
337
|
356 * buffer.c (init_initial_directory):
|
327
|
357 - use correct conversions between internal and external format.
|
|
358 (directory_is_current_directory): new function
|
|
359 (init_buffer): convert initial_directory to internal format.
|
|
360 - solve crashes when current working directory is non-ASCII.
|
|
361
|
|
362 1998-12-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
363
|
|
364 * eldap.c (toplevel): Mention that eldap.c compiles with
|
|
365 OpenLDAP libs
|
|
366 (Fldap_open): Use `GET_C_STRING_OS_DATA_ALLOCA'
|
|
367 (Fldap_search_internal): Ditto
|
|
368
|
|
369 1998-12-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
370
|
|
371 * glyphs.c (normalize_image_instantiator): GCPRO instantiator
|
|
372
|
|
373 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
374
|
|
375 * menubar-msw.c (displayable_menu_item):
|
|
376 Escape occurrences of '&' and support occurrences of the
|
|
377 '%_' accelerator indicator in menus.
|
|
378
|
|
379 1998-12-16 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
380
|
|
381 * event-msw.c
|
|
382 (Belatedly) added Kirill to list of file's authors.
|
|
383 emacs_mswindows_quit_p: Don't process WM_PAINT messages in
|
|
384 quit checking. WM_PAINT messages cause redisplay, but
|
|
385 windows' states are not necessarily stable when this function
|
|
386 gets called.
|
|
387
|
|
388 1998-12-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
389
|
|
390 * extents.c (set_extent_glyph_1): Make sure that the glyph we
|
|
391 attach to the extent is valid.
|
|
392
|
325
|
393 1998-12-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
394
|
|
395 * XEmacs 21.0.60 is released
|
|
396
|
|
397 1998-12-03 Andy Piper <andy@xemacs.org>
|
|
398
|
|
399 * glyphs-msw.c (init_image_instance_from_xbm_inline): assign
|
|
400 hotspot lisp objects rather than erronously using XSETINT.
|
|
401
|
323
|
402 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
403
|
|
404 * XEmacs 21.0.59 is released
|
|
405
|
321
|
406 1998-12-08 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
407
|
|
408 * XEmacs 21.0.58 is released
|
|
409
|
|
410 1998-12-02 Didier Verna <verna@inf.enst.fr>
|
|
411
|
|
412 * menubar-x.c (menu_item_descriptor_to_widget_value_1): set the
|
|
413 accelerator field to nil for labels.
|
|
414 set the dummy accelerator field to nil also (from Martin).
|
|
415
|
|
416 1998-12-02 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
417
|
|
418 * unexec.c: Changed a #ifndef statement to fix XEmacs on BSDI 3.0
|
|
419
|
|
420 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
421
|
|
422 * mule-charset.c (complex_vars_of_mule_charset): Fix graphic
|
|
423 property in control-1 charset.
|
|
424 From Julian Bradfield <jcb@daimi.au.dk>
|
|
425
|
|
426 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
427
|
|
428 * gui-x.c (button_item_to_widget_value): Ignore :key-sequence
|
|
429 keyword.
|
|
430 Add stub for :label.
|
|
431
|
|
432 * gui.c (gui_item_add_keyval_pair): ditto.
|
|
433
|
|
434 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ignore
|
|
435 :key-sequence keyword.
|
|
436 Add stub for:label.
|
|
437 Support :active for submenus like the Windows code and FSF Emacs.
|
|
438
|
|
439 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
440
|
|
441 * chartab.c (Freset_char_table): Fix wrong placement of #endif.
|
|
442
|
|
443 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
444
|
|
445 * chartab.c (Freset_char_table): Don't blindly fill chartables of
|
|
446 type `char' with nils.
|
|
447
|
|
448 * chartab.c (canonicalize_char_table_value): Coerce ints to chars
|
|
449 for tables of type `char'.
|
|
450
|
|
451 1998-11-26 Didier Verna <verna@inf.enst.fr>
|
|
452
|
|
453 * input-method-xlib.c (Initialize_Locale): don't call
|
|
454 XtSetLanguageProc. We've done the whole work here.
|
|
455 * input-method-xfs.c (Initialize_Locale): ditto.
|
|
456 * input-method-motif.c (Initialize_Locale): ditto.
|
|
457
|
|
458 1998-11-26 Didier Verna <verna@inf.enst.fr>
|
|
459
|
|
460 * process-unix.c (unix_create_process): handle properly
|
|
461 Vfile_name_coding_system for converting the program and directory
|
337
|
462 names.
|
321
|
463
|
|
464 1998-11-27 SL Baur <steve@altair.xemacs.org>
|
|
465
|
|
466 * m/arm.h: New file.
|
|
467 From James LewisMoss <dres@ioa.com>
|
|
468
|
|
469 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
470
|
|
471 * m/mips-nec.h:
|
|
472 Fix the realpath() problem of UnixWare2.1.3.
|
|
473 Patches for NEC's sysv4.2 machine.
|
|
474
|
|
475 1998-11-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
476
|
|
477 * linuxplay.c: Including <fcntl.h> instead of <sys/fcntl.h> makes
|
|
478 sound work on AIX with OSS installed. Linux should still work.
|
|
479
|
|
480 1998-11-03 Andy Piper <andyp@parallax.co.uk>
|
|
481
|
|
482 * config.h.in: name change for cygwin/version.h
|
|
483
|
|
484 * configure.in: check for cygwin/version.h now.
|
|
485
|
|
486 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
|
|
487 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
|
|
488 move cygwin32/version.h to cygwin/version.h
|
|
489
|
|
490 1998-11-03 Olivier Galibert <galibert@pobox.com>
|
|
491
|
|
492 * lisp.h (struct Lisp_Bit_Vector): Fix declaration of bits from
|
|
493 int to long.
|
|
494
|
|
495 1998-10-22 Andy Piper <andyp@parallax.co.uk>
|
|
496
|
|
497 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR ->
|
|
498 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20.
|
|
499 enable BROKEN_SIGIO under b20 to make QUIT work.
|
|
500
|
|
501 1998-10-22 Andy Piper <andyp@parallax.co.uk>
|
|
502
|
|
503 * frame-msw.c (mswindows_size_frame_internal): force frame sizing
|
|
504 to fit within the constraints of the screen size. I.e. make the
|
|
505 frame small enough to fit and move it if some of it will be
|
|
506 off-screen.
|
|
507
|
|
508 1998-11-24 SL Baur <steve@altair.xemacs.org>
|
|
509
|
|
510 * gifrlib.h: Clean up types for 64 bit compile.
|
|
511 * dgif_lib.c (DGifInitRead): Ditto.
|
|
512 (MakeSavedImage): Ditto.
|
|
513 * emacs.c (decode_path): Ditto.
|
|
514 From Steve Carney <carney@pa.dec.com>
|
|
515
|
|
516 1998-10-16 William M. Perry <wmperry@aventail.com>
|
|
517
|
|
518 * glyphs-msw.c (bitmap_table): Fixed typo in builtin bitmaps
|
|
519 (cehckboxes instead of checkboxes).
|
|
520
|
|
521 1998-10-13 Raymond Toy <toy@rtp.ericsson.se>
|
|
522
|
|
523 * runemacs.c (WinMain): If the basename is "rungnuclient.exe", run
|
|
524 gnuclient. Otherwise, we run xemacs as we always did. This gets
|
|
525 rid of the annoying DOS window when running gnuclient.
|
|
526
|
|
527 1998-10-13 Andy Piper <andyp@parallax.co.uk>
|
|
528
|
|
529 * dragdrop.c (vars_of_dragdrop): rename HAVE_MSWINDOWS ->
|
|
530 HAVE_MS_WINDOWS typo.
|
|
531
|
|
532 1998-10-13 SL Baur <steve@altair.xemacs.org>
|
|
533
|
|
534 * process-unix.c (unix_send_process): Set closed flag on writable
|
|
535 pipe after SIGPIPE is received and before we call deactivate_process.
|
|
536
|
|
537 1998-10-03 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
538
|
|
539 * window.c (Fset_window_start): respect narrowing when
|
|
540 checking wheter start is at the beginning of a line.
|
|
541 (Fset_window_buffer): Ditto
|
|
542 Fixes repeatable crash in VM.
|
|
543
|
|
544 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
545
|
|
546 * window.c (specifier_vars_of_window): Set default vertical
|
|
547 divider width to 1 on ttys.
|
|
548
|
|
549 1998-10-08 Martin Buchholz <martin@xemacs.org>
|
|
550
|
|
551 * alloc.c:
|
|
552 * unexec.c:
|
|
553 * malloc.c:
|
|
554 Add <stddef.h> to get ptrdiff_t declaration
|
|
555
|
|
556 1998-10-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
557
|
337
|
558 * scrollbar-msw.c: Use the same vertical scrollbar drag hack as
|
321
|
559 is used for Motif or Lucid scrollbars under X.
|
|
560
|
|
561 1998-10-08 Pierre Wendling <pw@ebc.vbe.dec.com>
|
|
562
|
|
563 * m/alpha.h (UNEXEC): quoted to avoid bad expansion when running
|
|
564 `configure'
|
|
565
|
|
566 1998-10-06 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
567
|
|
568 * frame-x.c (x_delete_frame): Fix an argument of XtDestroyWidget.
|
|
569
|
|
570 1998-10-05 Andy Piper <andyp@parallax.co.uk>
|
|
571
|
|
572 * s/cygwin32.h: more cygwin b20 reorganisation.
|
|
573
|
|
574 1998-09-30 SL Baur <steve@altair.xemacs.org>
|
|
575
|
|
576 * callproc.c (child_setup): Fix spelling typo.
|
|
577
|
318
|
578 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
579
|
|
580 * XEmacs 21.0-pre14 is released.
|
|
581
|
|
582 1998-09-27 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
583
|
|
584 * regex.c (re_match_2_internal): Add in code to reset lowest_active_reg
|
|
585 to prevent memory corruption in the case of jumping out of a series of
|
|
586 nested match patterns. This is a rather brute force approach, though.
|
|
587
|
|
588 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
589
|
|
590 * config.h.in: ditto.
|
|
591
|
|
592 * s/cygwin32.h: rearrange declarations to cope with cygwin
|
|
593 b20. Include cygwin32/version.h if it exists.
|
|
594
|
|
595 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
596
|
|
597 * device-msw.c (mswindows_init_device): Call new
|
|
598 mswindows_enumerate_fonts() function in objects-msw.c instead
|
|
599 of font_enum_callback_1() to enumerate fonts.
|
|
600
|
337
|
601 font_enum_callback_1() and _2() moved to objects-msw.c.
|
|
602
|
|
603 * faces.c (complex_vars_of_faces): Make the mswindows default
|
318
|
604 face font fully specified and provide some fallbacks.
|
|
605
|
|
606 * objects-msw.c: font_enum_callback_1() and _2() moved here
|
|
607 from objects-msw.c. Obtain the enumerated font's character
|
|
608 sets by table lookup instead of using the locale-specific
|
|
609 string provided by Windows.
|
|
610
|
|
611 New public non-method mswindows_enumerate_fonts() that fills
|
|
612 in the supplied mswindows device's font list.
|
|
613
|
|
614 mswindows_initialize_font_instance: Use the supplied name
|
|
615 variable instead of f->name when signalling errors. Match font
|
|
616 weights and character sets using lookup tables which handle
|
|
617 spaces instead of by frobbing.
|
|
618
|
|
619 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
620
|
|
621 * process-nt.c: Define an arbitrary limit, FRAGMENT_CODE_SIZE,
|
|
622 on the size of code fragments passed to run_in_other_process.
|
|
623
|
|
624 run_in_other_process(): Use FRAGMENT_CODE_SIZE to determine
|
|
625 the amount of memory to allocate in the other process.
|
|
626
|
|
627 Removed sigkill_code_end(), sigint_code_end() and
|
|
628 sig_enable_code_end() since they are now redundant.
|
|
629
|
|
630 send_signal() and enable_child_signals(): Don't try to work
|
337
|
631 out the end of the code fragments passed to
|
318
|
632 run_in_other_process()
|
|
633
|
|
634 1998-09-10 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
635
|
|
636 * src/s/freebsd.h: Added __ELF__ and compiler/liker flags for
|
|
637 FreeBSD-current.
|
|
638
|
|
639 * src/unexelf.c: Partially synched with FSF's 20.3.
|
|
640
|
|
641 1998-09-11 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
642
|
|
643 * redisplay.c (redisplay_window): make sure a new starting point
|
|
644 is chosen if it somehow got moved from the beginning of the line
|
|
645 -- this can happen because Fwiden was called recently.
|
|
646
|
|
647 * window.c (Fset_window_start): set start_at_line_beg correctly
|
|
648 (Fset_window_buffer): Ditto
|
|
649
|
316
|
650 1998-09-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
651
|
|
652 * process-unix.c (unix_create_process): Reset SIGHUP handler to
|
|
653 SIG_DFL. We now try to conserve any inherted SIG_IGN settings
|
337
|
654 in init_signals_very_early. However these should not be passed
|
316
|
655 on to children attached to the new pty.
|
|
656
|
|
657 1998-08-28 Andy Piper <andyp@parallax.co.uk>
|
|
658
|
|
659 * glyphs-eimage.c (png_instantiate_unwind): clean up eimage after use.
|
|
660
|
|
661 1998-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
662
|
|
663 * fileio.c (file-name-directory, file_name_as_directory):
|
337
|
664 Don't call CORRECT_DIR_SEPS, even when #defined WINDOWSNT.
|
316
|
665
|
314
|
666 1998-09-05 SL Baur <steve@altair.xemacs.org>
|
|
667
|
|
668 * XEmacs 21.0-pre12 is released.
|
|
669
|
|
670 1998-09-02 Andy Piper <andyp@parallax.co.uk>
|
|
671
|
|
672 * emacs.c (main_1): init_ralloc() if initialised and we have REL_ALLOC
|
|
673
|
|
674 * ralloc.c: uncomment __morecore.
|
|
675
|
|
676 1998-09-92 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
677
|
|
678 * event-msw.c(winsock_writer): Supply a dummy 4th argument to
|
|
679 WriteFile() to fix a winsock 1.x bug on Win95.
|
|
680
|
|
681 1998-08-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
682
|
|
683 * frame-x.c (x_delete_frame): Flush the X output buffer after
|
|
684 calling XtDestroyWidget to ensure that the windows are really
|
337
|
685 killed right now.
|
314
|
686
|
|
687 1998-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
688
|
|
689 * menubar-x.c (my_run_hook): New unused function.
|
|
690 (pre_activate_callback): Use run_hook for Qactivate_menubar_hook,
|
|
691 since we ignore the results of the contained functions anyway.
|
|
692
|
|
693 1998-08-26 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
694
|
|
695 * glyphs-eimage.c (gif_instantiate): Fix a crash in handling
|
|
696 interlaced GIF files that are smaller than 4 lines high...
|
|
697
|
|
698 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
699
|
|
700 * macros.c (Fend_kbd_macro): Remove trailing period from error
|
|
701 message.
|
|
702 (Fexecute_kbd_macro): Ditto.
|
|
703
|
312
|
704 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
705
|
|
706 * XEmacs 21.0-pre11 is released.
|
|
707
|
|
708 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
709
|
|
710 * lread.c (vars_of_lread): Removed `source-directory' variable.
|
|
711
|
|
712 1998-08-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
713
|
|
714 * fileio.c (Ffile_readable_p): Apply the DOS/Windows logic to
|
|
715 Cygwin.
|
|
716
|
|
717 1998-08-22 SL Baur <steve@altair.xemacs.org>
|
|
718
|
|
719 * XEmacs 21.0-pre10 is released.
|
|
720
|
310
|
721 1998-08-16 Martin Buchholz <martin@xemacs.org>
|
|
722
|
|
723 * fns.c (Fremrassq, remrassq_no_quit):
|
|
724 A XCAR that should have been an XCDR turned Fremrassq into Fremassq
|
|
725
|
308
|
726 1998-08-11 SL Baur <steve@altair.xemacs.org>
|
|
727
|
|
728 * XEmacs 21.0-pre9 is released.
|
|
729
|
|
730 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
731
|
|
732 * event-msw.c (mswindows_wnd_proc): Workaround for a Win95 bug:
|
|
733 Manually track the state of the left and right Ctrl and Alt
|
|
734 modifiers.
|
|
735
|
|
736 1998-08-07 Matt Stupple <matts@tibco.com>
|
|
737
|
|
738 * ntproc.c: don't wait on char_consumed at thread entry.
|
337
|
739 Additionally, to get the 'process' marked as finished, ensure
|
|
740 that the CHILD_ACTIVE macro returns false, so before exiting
|
|
741 close char_avail and set it to NULL, and close other handles
|
308
|
742 to reduce handle leak problems.
|
|
743
|
|
744 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
745
|
|
746 * menubar-msw.c (displayable_menu_item): take account of menu
|
|
747 depth when deciding whether to try to display accelerators.
|
|
748
|
|
749 1998-08-04 Andy Piper <andyp@parallax.co.uk>
|
|
750
|
|
751 * event-msw.c: use MsgWaitForMultipleObjects if there are no
|
|
752 subprocesses.
|
|
753
|
|
754 * glyphs-msw.c: fix a couple of potential handle leaks.
|
|
755
|
|
756 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
757
|
|
758 * dgif_lib.c gif_io.c gifrlib.h: New files to put GIF
|
|
759 *decoding ONLY* back into the core.
|
|
760 * glyphs-eimage.c: Change referenced header file for GIF
|
|
761 reading to point to the incore version.
|
|
762
|
|
763 1998-08-04 SL Baur <steve@altair.xemacs.org>
|
|
764
|
|
765 * XEmacs 21.0-pre8 is released.
|
|
766
|
306
|
767 1998-07-29 P. E. Jareth Hein <jareth@camelot.co.jp>
|
|
768
|
|
769 * glyphs-eimage.c (png_instantiate): Add proper handling for background
|
|
770 colors taken from the default face. Also correct a thinko in
|
|
771 transparency (not alpha) handling.
|
|
772
|
|
773 1998-07-23 Martin Buchholz <martin@xemacs.org>
|
|
774
|
|
775 * s/decosf4-0.h: Use a perfectly ordinary link. Nuke BSD crap.
|
|
776 * unexalpha.c: ANSI C-ize. Clean compiler warnings.
|
|
777 * lread.c (Fload_internal): Be very careful with printfs of
|
|
778 size_t's
|
|
779 * gui-x.c (menu_name_to_accelerator): tolower wants an `int'
|
|
780 argument.
|
|
781
|
|
782 1998-07-27 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
783
|
|
784 * callint.c (Fcall_interactively): GCPRO prompt string before
|
|
785 passing it to Fread_key_sequence
|
|
786
|
|
787 1998-07-16 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
788
|
|
789 * event-Xt.c (x_to_emacs_keysym): Return nil for modifier keysyms.
|
337
|
790 (x_event_to_emacs_event): Let x_to_emacs_keysym check for modifier
|
306
|
791 keys thus no longer considering all keysyms on a key.
|
|
792
|
|
793 1998-07-27 SL Baur <steve@altair.xemacs.org>
|
|
794
|
|
795 * keymap.c (vars_of_keymap): Initialize Vkey_translation_map and
|
|
796 Vvertical_divider_map.
|
|
797
|
|
798 * mule-canna.c (vars_of_mule_canna): Initialize every symbol to
|
|
799 Qnil or 0, none were initialized prior to this change.
|
|
800
|
|
801 Rename misnamed `V' prefixed integer variables:
|
|
802 Vcanna_empty_info, Vcanna_through_info, Vcanna_underline,
|
|
803 Vcanna_inhibit_hankakukana, Vcanna_henkan_length, Vcanna_henkan_revPos,
|
|
804 Vcanna_henkan_revLen, Vcanna_ichiran_length, Vcanna_ichiran_revPos,
|
|
805 Vcanna_ichiran_revLen.
|
|
806
|
|
807 Rename misnamed `V' prefixed integer variables and initialize
|
|
808 properly in the vars_of routine.
|
|
809 Vcanna_mode_AlphaMode, Vcanna_mode_EmptyMode, Vcanna_mode_KigoMode,
|
|
810 Vcanna_mode_YomiMode, Vcanna_mode_JishuMode, Vcanna_mode_TankouhoMode,
|
|
811 Vcanna_mode_IchiranMode, Vcanna_mode_YesNoMode, Vcanna_mode_OnOffMode,
|
|
812 Vcanna_mode_AdjustBunsetsuMode, Vcanna_mode_ChikujiYomiMode,
|
|
813 Vcanna_mode_ChikujiTanMode, Vcanna_mode_HenkanMode,
|
|
814 Vcanna_mode_HenkanNyuryokuMode, Vcanna_mode_ZenHiraHenkanMode,
|
|
815 Vcanna_mode_HanHiraHenkanMode, Vcanna_mode_ZenKataHenkanMode,
|
|
816 Vcanna_mode_HanKataHenkanMode, Vcanna_mode_HanKataHenkanMode,
|
|
817 Vcanna_mode_ZenAlphaHenkanMode, Vcanna_mode_HanAlphaHenkanMode,
|
|
818 Vcanna_mode_ZenHiraKakuteiMode, Vcanna_mode_HanHiraKakuteiMode,
|
|
819 Vcanna_mode_ZenKataKakuteiMode, Vcanna_mode_HanKataKakuteiMode,
|
|
820 Vcanna_mode_ZenAlphaKakuteiMode, Vcanna_mode_HanAlphaKakuteiMode,
|
|
821 Vcanna_mode_HexMode, Vcanna_mode_BushuMode, Vcanna_mode_ExtendMode,
|
|
822 Vcanna_mode_RussianMode, Vcanna_mode_GreekMode, Vcanna_mode_LineMode,
|
|
823 Vcanna_mode_ChangingServerMode, Vcanna_mode_HenkanMethodMode,
|
|
824 Vcanna_mode_DeleteDicMode, Vcanna_mode_TourokuMode,
|
|
825 Vcanna_mode_TourokuEmptyMode, Vcanna_mode_TourokuHinshiMode,
|
|
826 Vcanna_mode_TourokuDicMode, Vcanna_mode_QuotedInsertMode,
|
|
827 Vcanna_mode_BubunMuhenkanMode, Vcanna_mode_MountDicMode,
|
|
828 Vcanna_fn_SelfInsert, Vcanna_fn_FunctionalInsert,
|
|
829 Vcanna_fn_QuotedInsert, Vcanna_fn_JapaneseMode, Vcanna_fn_AlphaMode,
|
|
830 Vcanna_fn_HenkanNyuryokuMode, Vcanna_fn_Forward, Vcanna_fn_Backward,
|
|
831 Vcanna_fn_Next, Vcanna_fn_Prev, Vcanna_fn_BeginningOfLine,
|
|
832 Vcanna_fn_EndOfLine, Vcanna_fn_DeleteNext, Vcanna_fn_DeletePrevious,
|
|
833 Vcanna_fn_KillToEndOfLine, Vcanna_fn_Henkan, Vcanna_fn_Kakutei,
|
|
834 Vcanna_fn_Extend, Vcanna_fn_Shrink, Vcanna_fn_AdjustBunsetsu,
|
|
835 Vcanna_fn_Quit, Vcanna_fn_ConvertAsHex, Vcanna_fn_ConvertAsBushu,
|
|
836 Vcanna_fn_KouhoIchiran, Vcanna_fn_BubunMuhenkan, Vcanna_fn_Zenkaku,
|
|
837 Vcanna_fn_Hankaku, Vcanna_fn_ExtendMode, Vcanna_fn_ToUpper,
|
|
838 Vcanna_fn_Capitalize, Vcanna_fn_ToLower, Vcanna_fn_Hiragana,
|
|
839 Vcanna_fn_Katakana, Vcanna_fn_Romaji, Vcanna_fn_BaseHiragana,
|
|
840 Vcanna_fn_BaseKatakana, Vcanna_fn_BaseEisu, Vcanna_fn_BaseZenkaku,
|
|
841 Vcanna_fn_BaseHankaku, Vcanna_fn_BaseKana, Vcanna_fn_BaseKakutei,
|
|
842 Vcanna_fn_BaseHenkan, Vcanna_fn_BaseHiraKataToggle,
|
|
843 Vcanna_fn_BaseZenHanToggle, Vcanna_fn_BaseKanaEisuToggle,
|
|
844 Vcanna_fn_BaseKakuteiHenkanToggle, Vcanna_fn_BaseRotateForward,
|
|
845 Vcanna_fn_BaseRotateBackward, Vcanna_fn_Touroku, Vcanna_fn_HexMode,
|
|
846 Vcanna_fn_BushuMode, Vcanna_fn_KigouMode, Vcanna_fn_Mark,
|
|
847 Vcanna_fn_TemporalMode, Vcanna_key_Nfer, Vcanna_key_Xfer,
|
|
848 Vcanna_key_Up, Vcanna_key_Left, Vcanna_key_Right, Vcanna_key_Down,
|
|
849 Vcanna_key_Insert, Vcanna_key_Rollup, Vcanna_key_Rolldown,
|
|
850 Vcanna_key_Home, Vcanna_key_Help, Vcanna_key_KP_Key,
|
|
851 Vcanna_key_Shift_Nfer, Vcanna_key_Shift_Xfer, Vcanna_key_Shift_Up,
|
|
852 Vcanna_key_Shift_Left, Vcanna_key_Shift_Right, Vcanna_key_Shift_Down,
|
|
853 Vcanna_key_Cntrl_Nfer, Vcanna_key_Cntrl_Xfer, Vcanna_key_Cntrl_Up,
|
|
854 Vcanna_key_Cntrl_Left, Vcanna_key_Cntrl_Right, Vcanna_key_Cntrl_Down
|
|
855
|
304
|
856 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
857
|
|
858 * XEmacs 21.0-pre7 is released.
|
|
859
|
|
860 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
861
|
|
862 * XEmacs 21.0-pre6 is released.
|
|
863
|
|
864 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
865
|
|
866 * eldap.c (Fldap_search_internal): When converting the list of
|
|
867 attributes to search Copy the final 0 from Lisp strings to C
|
|
868 strings.
|
|
869 Check base, not Vldap_default_base as a a string
|
|
870
|
|
871 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
872
|
|
873 * nt.c: Remove Vstdio_str; already defined in console-stream.c.
|
|
874
|
|
875 * unexnt.c: Unconditionally define bss_start and bss_size, and
|
|
876 ensure that they don't go in the .bss section.
|
|
877
|
|
878 1998-07-17 Olivier Galibert <galibert@pobox.com>
|
|
879
|
|
880 * glyphs-x.c (convert_EImage_to_XImage): Fix previous patch (conv
|
|
881 byte order is dependant of the local byte order).
|
|
882 From Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
|
|
883
|
|
884 1998-07-18 SL Baur <steve@altair.xemacs.org>
|
|
885
|
|
886 * glyphs-msw.c (mswindows_resource_normalize): Qresource ->
|
|
887 Qmswindows_resource.
|
|
888 From Jonathan Harris <jhar@tardis.ed.ac.uk>
|
337
|
889
|
304
|
890 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
891
|
|
892 * general.c (syms_of_general): Add defsymbol for Qresource.
|
|
893
|
|
894 * glyphs-msw.c (vars_of_glyphs_mswindows): Rename Qresource to
|
|
895 Qmswindows_resource.
|
|
896 (TopLevel): Rename 'resource image format to 'mswindows_resource.
|
|
897 (mswindows_resource_validate): Rename.
|
|
898 (mswindows_resource_normalize): Rename.
|
|
899 (mswindows_resource_possible_dest_types): Rename.
|
|
900 (mswindows_resource_instantiate): Rename.
|
|
901 (image_instantiator_format_create_glyphs_mswindows): Replace
|
|
902 `resource' with `mswindows.resource'.
|
|
903
|
300
|
904 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
905
|
|
906 * XEmacs 21.0-pre5 is released.
|
|
907
|
|
908 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
909
|
|
910 * mule-wnnfns.c (Fwnn_open): Correctly trap on misdefined Wnn
|
|
911 server type in environment.
|
|
912 Use alloca-ed strings instead of tiny fixed size ones.
|
|
913
|
298
|
914 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
915
|
|
916 * XEmacs 21.0-pre4 is released.
|
|
917
|
|
918 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
919
|
|
920 * fileio.c: (expand_file_name): under win32: Don't treat names
|
|
921 as UNC names if a drive letter has been specified. If a drive
|
|
922 has been specified, strip out extra directory-seperators that
|
|
923 reportedly cause problems under Win95.
|
|
924
|
|
925 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
926
|
|
927 * windowsnt.h: Define DUMP_SEPARATE_SECTION when building with
|
|
928 MSVC >= 5.0. Put emacs init and zero-init data in a special
|
|
929 section of the executable when this is defined.
|
|
930
|
|
931 * unexnt.c, ntheap.h:
|
|
932 Removed unused find_section() and get_section_size().
|
|
933
|
|
934 * unexnt.c:
|
|
935 Fix up the executable's checksum after dumping otherwise the
|
|
936 profiler complains.
|
|
937 When DUMP_SEPARATE_SECTION is defined, don't need to dump
|
|
938 zero-init data separately from init data. Dump emacs data
|
|
939 into a special section of the executable.
|
|
940 When DUMP_SEPARATE_SECTION not defined, dump .bss up to
|
|
941 my_ebss instead of up to the end of bss.
|
|
942
|
|
943 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
944
|
|
945 * filelock.c: Removed Vconfigure_lock_directory - already
|
|
946 defined in emacs.c.
|
|
947
|
|
948 * frame-msw.c: Removed Qinitially_unmapped and Qpopup - already
|
|
949 defined in frame.c and general.c respectively.
|
|
950
|
|
951 * glyphs-msw.c: Removed Qresource - already defined in
|
|
952 general.c.
|
|
953
|
|
954 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
955
|
|
956 * eldap.c (Fldap_search_internal): Docstring fixes
|
|
957
|
|
958 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
959
|
|
960 * nt.c (init_environment): Removed unused PRELOAD_WINSOCK,
|
|
961 EMACSDOC and TERM variables. Added EMACSDEBUGPATHS,
|
|
962 EMACSPACKAGEPATH and INFOPATH variables.
|
|
963 Removed unused get_emacs_configuration function.
|
|
964
|
|
965 * s/windowsnt.h: Don't define EMACS_CONFIGURATION here because
|
|
966 it is now defined at build-time by the makefile.
|
|
967
|
|
968 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
969
|
|
970 * fileio.c: (expand_file_name): under win32: Don't treat names as
|
|
971 UNC names if a drive letter has been specified. If a drive has
|
|
972 been specified, strip out extra directory-seperators that
|
|
973 reportedly cause problems under Win95.
|
|
974
|
|
975 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
976
|
|
977 * faces.c (complex_vars_of_faces): for the gui-element face don't
|
|
978 fallback to the default face, instead provide reasonable default
|
|
979 fallbacks that were previously hardcoded elsewhere.
|
|
980
|
|
981 1998-07-06 Olivier Galibert <galibert@pobox.com>
|
|
982
|
|
983 * glyphs-x.c (convert_EImage_to_XImage): Fix pixel writing problem
|
|
984 when the X server endianness is different than the client's one.
|
|
985
|
|
986 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
987
|
|
988 * eval.c (run_hook_with_args_in_buffer): Check
|
|
989 default (non-buffer-local) value of hook for
|
337
|
990 nil before treating it as a function. Don't initialize
|
298
|
991 the `globals' variable twice.
|
|
992
|
|
993 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
994
|
|
995 * fileio.c: Don't do directory seperator canonicalisation in
|
|
996 substitute-in-file-name because we don't know that the
|
|
997 filename refers to a local file.
|
|
998
|
|
999 1998-06-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
1000
|
|
1001 * process-nt.c (nt_create_process): Try appending the standard
|
|
1002 executable file extensions to the filename if none supplied.
|
|
1003
|
|
1004 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
1005
|
|
1006 * fileio.c (Fsubstitute_in_file_name): Enable double slash notation
|
|
1007 for cygwin32.
|
|
1008 From Keisuke Mori <ksk@ntts.com>
|
|
1009
|
|
1010 1998-06-24 Andy Piper <andyp@parallax.co.uk>
|
|
1011
|
|
1012 * toolbar-msw.c (mswindows_output_toolbar): only enable masked
|
|
1013 images if we have masks. This handles the xbm case (have masks)
|
|
1014 and avoids overuse of resources in the xpm case (generally no masks).
|
|
1015 Don't output small toolbars.
|
|
1016
|
|
1017 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1018
|
|
1019 * eval.c (run_hook_with_args_in_buffer): Don't treat
|
|
1020 the default value of a buffer local hook as a list of
|
337
|
1021 hooks unless it is both a cons and the car of that cons
|
298
|
1022 is not Qlambda.
|
|
1023
|
|
1024 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
1025
|
|
1026 * extents.c: Email address for Ben Wing is ben@xemacs.org.
|
|
1027 * process-unix.c: Ditto.
|
|
1028 * mule-coding.h: Ditto.
|
|
1029 * mule-coding.c: Ditto.
|
|
1030 * mule-charset.c: Ditto.
|
|
1031 * mule-charset.h: Ditto.
|
|
1032 * file-coding.c: Ditto.
|
|
1033 * file-coding.h: Ditto.
|
|
1034
|
|
1035 1998-06-22 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1036
|
|
1037 * event-msw.c: Guard against recursion when freeing
|
|
1038 FRAME_MSWINDOWS_TARGET_RECT struture in WM_SIZE processing.
|
|
1039
|
|
1040 * frame-msw.c: Don't set WS_VISIBLE attribute on first frame.
|
|
1041 Call ShowWindow twice in init_frame_3 to get round runemacs
|
|
1042 weirdness.
|
|
1043
|
|
1044 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
1045
|
|
1046 * scrollbar.c (vertical_scrollbar_changed_in_window): Ditto.
|
|
1047
|
|
1048 * winslots.h: Rename.
|
|
1049
|
|
1050 * window.c (specifier_vars_of_window): Renamed
|
337
|
1051 vertical-divider-draggable-p to vertical-divider-always-visible-p,
|
298
|
1052 as suggested by Ben Wing.
|
|
1053 (specifier_vars_of_window): Fix docstrings.
|
|
1054
|
|
1055 1998-06-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1056
|
|
1057 * unexaix.c: Line number information works correctly again.
|
|
1058
|
|
1059 1998-06-22 Olivier Galibert <galibert@pobox.com>
|
|
1060
|
|
1061 * emacs.c (__sti__iflPNGFile_c___): Added. See comment. Cry.
|
|
1062
|
|
1063 1998-06-21 Martin Buchholz <martin@xemacs.org>
|
|
1064
|
|
1065 * editfns.c (get_home_directory): ANSIfy.
|
|
1066 XEmacs is compilable under C *and* C++.
|
|
1067 It's XEmacs, not Xemacs!
|
|
1068
|
|
1069 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1070
|
|
1071 * console-msw.h: added a list of fonts to device data.
|
|
1072
|
|
1073 * device-msw.c: enumerate list of available fonts in
|
|
1074 mswindows_init_device. Free list in mswindows_delete_device.
|
|
1075
|
|
1076 * objects-msw.c: Added helper function match_font used by
|
|
1077 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
1078 Allow a charset to be specified in a font string, even if
|
|
1079 previous fields havn't been specified.
|
|
1080
|
|
1081 1998-06-23 Greg Klanderman <greg@alphatech.com>
|
|
1082
|
|
1083 * indent.c (column_at_point): column cache bugfix.
|
|
1084 Set last_known_column_point to the buffer position for
|
|
1085 which the column was requested, not buffer's point.
|
|
1086
|
337
|
1087 * redisplay.c (decode_mode_spec): for current-column, show
|
298
|
1088 window's point's column, not buffer's point's column.
|
|
1089
|
|
1090 1998-06-23 Andy Piper <andyp@parallax.co.uk>
|
|
1091
|
|
1092 * menubar-msw.c (mswindows_handle_wm_command): use
|
|
1093 enqueue_misc_user event rather than
|
|
1094 mswindows_enqueue_msic_user_event to fix customize problems. Add some
|
|
1095 checks that X does.
|
|
1096
|
|
1097 * console-msw.h: declare mswindows_enqueue_magic_event.
|
|
1098
|
|
1099 * event-msw.c (mswindows_enqueue_magic_event): make global.
|
|
1100
|
|
1101 1998-06-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
1102
|
|
1103 * line-number.c (LINE_NUMBER_FAR): Reverted to 16384.
|
|
1104 (buffer_line_number): Use EMACS_INT_MAX instead of random LOTS.
|
|
1105 (add_position_to_cache): Use EMACS_INT instead of int.
|
|
1106
|
296
|
1107 1998-06-21 Olivier Galibert <galibert@pobox.com>
|
|
1108
|
|
1109 * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something
|
|
1110 suitable for an int used as a boolean (btw, C sucks.).
|
|
1111
|
|
1112 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
1113
|
|
1114 * object-msw.c: remove warnings.
|
|
1115
|
|
1116 * device-msw.c: #define wrongly named cygwin structure elements.
|
|
1117
|
|
1118 * s/cygwin32.h: define DEMI_BOLD
|
|
1119
|
294
|
1120 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1121
|
|
1122 * redisplay-msw.c: new function mswindows_apply_face_effects.
|
|
1123 This is called by output_string and output_cursor to display
|
|
1124 underline and strikeout on faces.
|
|
1125
|
|
1126 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1127
|
|
1128 * console-msw.h: added a list of fonts to device data.
|
|
1129
|
|
1130 * device-msw.c: enumerate list of available fonts in
|
|
1131 mswindows_init_device. Free list in mswindows_delete_device.
|
|
1132
|
|
1133 * objects-msw.c: Added helper function match_font used by
|
|
1134 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
1135 Allow a charset to be specified in a font string, even if
|
|
1136 previous fields havn't been specified.
|
|
1137
|
|
1138 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1139
|
|
1140 * objects-msw.c:
|
|
1141 Removed compilation warnings from mswindows_string_to_color.
|
|
1142 mswindows_list_fonts returns a more general bogus font.
|
|
1143 New lisp-visible function mswindows-color-list.
|
|
1144
|
|
1145 1998-06-19 David Bush <david.bush@adn.alcatel.com>
|
|
1146
|
|
1147 * editfns.c (Fuser_login_name): Modify to user new function
|
|
1148 user_login_name.
|
|
1149 (user_login_name): C only function to avoid Lisp object overhead
|
|
1150 Returns "unknown" instead of nil in Cygwin environment
|
|
1151
|
|
1152 * fileio.c (Fexpand_file_name): Treat "~" and "~user" as
|
|
1153 equivalent for current user in Cygwin environment. Use new
|
|
1154 function user_login_name to get username.
|
|
1155
|
|
1156 * lisp.h: Declare user_login_name
|
|
1157
|
|
1158 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1159
|
|
1160 * unexaix.c (make_hdr): Fixed bias computations so debugging info
|
|
1161 works again.
|
|
1162 Some other insignificant nitpicks.
|
|
1163
|
|
1164 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
1165
|
|
1166 * toolbar-msw.c (mswindows_output_toolbar): specify ILC_MASK when
|
|
1167 creating the image list and make sure he bk color is transparent.
|
|
1168
|
|
1169 1998-06-18 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1170
|
|
1171 * event-Xt.c (emacs_Xt_remove_timeout): Also remove timeout from
|
|
1172 completed_timeouts. The timer could have expired.
|
|
1173
|
|
1174 1998-06-17 Andy Piper <andyp@parallax.co.uk>
|
|
1175
|
|
1176 * console-msw.h: move XEMACS_RECT_WH inside frame
|
|
1177 parameters. define macors to access it.
|
|
1178
|
|
1179 * frame-msw.c (mswindows_init_frame_1): use new target_rect
|
|
1180 parameter to intialise desired sizing. (mswindows_init_frame_2):
|
|
1181 enable and size the frame to something sensible when we get
|
|
1182 here. (mswindows_set_frame_properites): use new
|
|
1183 mswindows_size_frame_internal function and size frame if frame
|
|
1184 parameters not just if init is finished - WM_SIZE happens too
|
|
1185 early for some specs. (mswindows_size_frame_internal): new
|
337
|
1186 function abstracted from mswindows_set_frame_properties.
|
294
|
1187 (Vmswindows_use_system_frame_size_defaults):
|
|
1188 new variable controls whether to allow the system to pick frame
|
|
1189 size defaults, defaults to nil.
|
|
1190
|
|
1191 * event-msw.c: in WM_SIZE use mswindows_size_frame_internal rather
|
|
1192 than duplicated code.
|
|
1193
|
|
1194 1998-06-15 Colin Rafferty <colin@xemacs.org>
|
|
1195
|
|
1196 * Makefile.in.in: Made EXTW_LINK expand properly.
|
|
1197
|
|
1198 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
1199
|
|
1200 * redisplay.c (vars_of_redisplay): default value of
|
|
1201 column-number-start-at-one should be NIL!
|
|
1202
|
292
|
1203 1998-06-11 Martin Buchholz <martin@xemacs.org>
|
|
1204
|
|
1205 * casefiddle.c:
|
|
1206 (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar"
|
|
1207
|
|
1208 1998-06-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
1209
|
337
|
1210 * eldap.c (Fldap_search_internal): Use build_ext_string instead of
|
292
|
1211 build_string to avoid crashes under Mule.
|
|
1212
|
|
1213 1998-06-13 Andy Piper <andyp@parallax.co.uk>
|
|
1214
|
|
1215 * ntplay.c (play_sound_data_1): don't delete the sound data until
|
|
1216 the next sound is played and the previous one finished.
|
|
1217
|
290
|
1218 1998-06-10 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
1219
|
|
1220 * fileio.c (directory-sep-char): Escape backslashes.
|
|
1221
|
|
1222 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1223
|
|
1224 * event-stream.c: Fix docstring reference.
|
|
1225
|
|
1226 1998-06-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1227
|
|
1228 * alloc.c (make_float): Remove useless initialization of `next'
|
|
1229 field.
|
|
1230 (make_pure_float): Ditto.
|
|
1231
|
|
1232 * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'.
|
|
1233
|
|
1234 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1235
|
|
1236 * fileio.c (Fmake_directory_internal): Remove conditionals
|
|
1237 on WINDOWSNT when calling mkdir.
|
|
1238
|
|
1239 * ntproc.c: Deleted the following unused functions:
|
|
1240 register_child, reap_subprocess, sys_wait.
|
|
1241
|
|
1242 * nt.c (sys_rename): Ifzeroed this implementation.
|
|
1243 Deleted the following unused functions:
|
|
1244 sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir,
|
|
1245 sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2,
|
|
1246 sys_read, sys_write.
|
|
1247 Merger sys_fopen and sys_open with sysdep.c implementation.
|
|
1248
|
|
1249 * sysdep.c: Removed MS-DOS code.
|
|
1250 (sys_rename): Deal with Microsoft rename weirdness.
|
|
1251 (sys_open): Implemented for Windows.
|
|
1252 (sys_fopen): Ditto.
|
|
1253 (sys_mkdir): Ditto.
|
|
1254
|
|
1255 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1256
|
|
1257 * buffer.c (complex_vars_of_buffer): Removed %t description from
|
|
1258 the docstring.
|
|
1259
|
|
1260 1998-06-04 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
1261
|
|
1262 * scrollbar-msw.c: initialize the cbSize element of the
|
|
1263 SCROLLINFO struct before calling SetScrollInfo. WinNT seems
|
|
1264 to ignore the value of cbSize, but Win95 (and I presume Win98)
|
|
1265 appear to want it set to sizeof(SCROLLINFO).
|
|
1266
|
|
1267 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1268
|
|
1269 * event-stream.c: Defined Qcancel_mode_internal.
|
|
1270 (syms_of_event_stream): defsymbol'ed it.
|
|
1271
|
|
1272 * events.h: Externed it.
|
|
1273
|
|
1274 * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler.
|
|
1275
|
|
1276 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
1277
|
|
1278 * frame-x.c (x_cde_destroy_callback): free the data
|
|
1279 (cde-start-drag-internal) corrected root position, 21.1 needs this
|
|
1280 hardcoded in Button events
|
|
1281 (offix-start-drag-internal) corrected root position
|
|
1282
|
|
1283 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1284
|
|
1285 * process-nt.c (signal_cannot_launch): Use signal_simple_error()
|
|
1286 instead of error().
|
|
1287
|
|
1288 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1289
|
|
1290 * dialog-msw.c (button_width): Removed `inline' from the function
|
|
1291 declaration.
|
|
1292
|
|
1293 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
1294
|
|
1295 * frame-msw.c: add WS_VISIBLE flag to the first frame created.
|
|
1296 Note that adding this flag to subsequent frames causes problems.
|
|
1297
|
|
1298 1998-06-03 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
1299
|
|
1300 * glyphs-eimage.c (png_instantiate) move 'struct
|
|
1301 png_memory_storage tbr' out of nested block to avoid dangling
|
|
1302 reference
|
|
1303
|
|
1304 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
1305
|
|
1306 * faces.h:
|
|
1307 * faces.c: rename 3d-object -> gui-element. add toolbar face which
|
|
1308 inherits from gui-element.
|
|
1309
|
|
1310 * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent
|
|
1311 with existing code, generate masks correctly.
|
|
1312
|
|
1313 1998-06-03 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1314
|
|
1315 * glyphs-eimage.c: Changed included header for gifs to use
|
|
1316 Gifreader instead of giflib.
|
|
1317
|
|
1318 * glyphs-x.c: removed the image-related functions that were
|
|
1319 moved into glyphs-eimage.
|
|
1320
|
|
1321 1998-06-02 David Bush <david.bush@adnb.alcatel.com>
|
|
1322
|
|
1323 * glyphs.c (bitmap_to_lisp_data) Define XFree to be free
|
|
1324 if built without X Windows support.
|
|
1325
|
|
1326 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1327
|
|
1328 * fns.c (Fconcat): Synch docstring with new reality.
|
|
1329
|
|
1330 1998-06-03 SL Baur <steve@altair.xemacs.org>
|
|
1331
|
|
1332 * frame.c: Remove reference to msdos.h (which is going away).
|
|
1333 Suggested by Hrvoje Niksic and Kirill Katsnelson.
|
|
1334
|
|
1335 1998-06-02 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
1336
|
|
1337 * glyphs-eimage.c (jpeg_instantiate): Fix handling of
|
|
1338 grayscale images/
|
|
1339
|
|
1340
|
|
1341 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1342
|
|
1343 * events.h: Fixed commentary about misc-user scrollbar events.
|
|
1344
|
|
1345 * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame
|
|
1346 object as an event channel, instead of window object.
|
|
1347 (x_update_horizontal_scrollbar_callback): Ditto.
|
|
1348
|
288
|
1349 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
1350
|
|
1351 * ntplay.c (play_sound_data_1) new function. convert alloca data
|
|
1352 to malloc if necessary.
|
|
1353 (play_sound_file): if the file is not in our path then convert to
|
|
1354 data and play.
|
|
1355
|
|
1356 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
1357
|
|
1358 * mule-mcpath.c (mc_chdir): Reverse parameters in call to memcpy.
|
|
1359 * msdos.c (Frecent_doskeys): Ditto.
|
|
1360
|
|
1361 * unexalpha.c (unexec): Reverse parameters in call to memcpy.
|
|
1362 Suggested by Reggie Perry <perry@zso.dec.com>
|
|
1363
|
|
1364 * buffer.h: Eliminate size in declaration.
|
|
1365
|
|
1366 1998-06-01 Olivier Galibert <galibert@pobox.com>
|
|
1367
|
|
1368 * unexelfsgi.c (unexec): Cleanup n/nn and remove useless kludge.
|
|
1369
|
|
1370 1998-06-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1371
|
|
1372 * gui.c (gui_item_init): Changed the default value for config member
|
|
1373 from Qunbound to Qnil.
|
|
1374
|
|
1375 1998-06-01 Greg Klanderman <greg@alphatech.com>
|
|
1376
|
|
1377 * indent.c (vmotion_pixels): Don't #define abs().
|
|
1378
|
|
1379 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1380
|
|
1381 * s/windowsnt.h: Defined popen and pclose to be _popen and _pclose
|
|
1382 respectively.
|
|
1383
|
|
1384 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
1385
|
|
1386 * glyphs.h: add xbm declarations.
|
|
1387
|
|
1388 * console.h: add xbm_instantiate_method device method.
|
|
1389
|
|
1390 * glyphs.c (check_valid_xbm_inline) (xbm_validate)
|
|
1391 (bitmap_to_lisp_data) (xbm_mask_file_munging) (xbm_normalize)
|
|
1392 (xbm_possible_dest_types): moved here from glyphs-x.c. use
|
|
1393 locate_pixmap_file device method and read_bitmap_data_from_file
|
|
1394 instead of XmuReadBitmapDataFromFile.
|
|
1395 (xbm_instatntiate): make a device method.
|
|
1396
|
|
1397 * glyphs-x.c: see glyphs.c changes. (read_bitmap_data_from_file)
|
|
1398 new function that just calls XmuReadBitmapDataFromFile.
|
|
1399 (x_xbm_instatntiate): device method from xbm_instantiate.
|
|
1400
|
|
1401 * glyphs-msw.c (read_bitmap_data) (NextInt)
|
|
1402 (read_bitmap_data_from_file): new functions copied from Xmu
|
337
|
1403 sources.
|
288
|
1404 (xbm_create_bitmap_from_data) from Ben <ben@666.com> convert
|
|
1405 inline data to an mswindows bitmap.
|
|
1406 (init_image_instance_from_xbm_inline) (xbm_instantiate_1)
|
|
1407 (mswindows_xbm_instantiate): mswindows-ized versions of the X
|
|
1408 functions.
|
|
1409
|
|
1410 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1411
|
|
1412 * window.c (specifier_vars_of_window): Renamed `has_modeline-p' to
|
|
1413 `modeline-visible-p'.
|
|
1414 Declared specifier lisp variables at the beginning oh the file
|
|
1415 as static.
|
|
1416
|
|
1417 * procimpl.h (struct process_methods): Changed semantics of
|
|
1418 create_process method so it accepts lisp strings instead of
|
|
1419 char pointers.
|
|
1420
|
|
1421 * process.c (Fstart_process_internal): Moved building of
|
|
1422 unix style argv from here to process-unix.c, ...
|
|
1423
|
|
1424 * process-unix.c (unix_create_process): ... right here.
|
|
1425
|
|
1426 * process-nt.c (nt_create_process): Changed this function to
|
|
1427 support new semantics, so avoided a GC problem.
|
|
1428
|
|
1429 * events.c (Fmake_event): Document misc-user events properties.
|
|
1430 (Fmake_event): Do not allow arbitrary objects for channel property
|
|
1431 of misc-user events.
|
|
1432 (Fmake_event): Change misc-user event validation: it is function
|
|
1433 which is required, not button.
|
|
1434
|
|
1435 * event-msw.c (mswindows_user_event_p): Recognize misc user events as
|
|
1436 user events.
|
|
1437 (mswindows_enqueue_misc_user_event): Added function.
|
|
1438 (mswindows_bump_queue): Removed function.
|
|
1439 (mswindows_enqueue_magic_event): Support NULL HWND parameter.
|
|
1440 (mswindows_wnd_proc, WM_CLOSE): Use mswindows_enqueue_misc_user_event().
|
|
1441 (mswindows_wnd_proc, WM_EXITSIZEMOVE): Ditto.
|
|
1442 (emacs_mswindows_handle_magic_event): Handle XM_BUMPQUEUE, by doing
|
|
1443 really nothing, which is my personal favorite thing.
|
|
1444
|
|
1445 * console-msw.h: Removed prototype for mswindows_bump_queue().
|
|
1446 Added prototype for mswindows_enqueue_misc_user_event().
|
|
1447
|
|
1448 * menubar-msw.c (mswindows_handle_wm_command): Use
|
337
|
1449 mswindows_enqueue_misc_user_event().
|
288
|
1450
|
|
1451 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
1452
|
|
1453 * dialog-msw.c (dialog_proc): Ditto.
|
|
1454
|
|
1455 * scrollbar-msw.c (mswindows_handle_scrollbar_event): Ditto.
|
|
1456 (mswindows_handle_scrollbar_event): Use frame, not window, for misc
|
|
1457 user events channel.
|
|
1458
|
|
1459 1998-05-29 Greg Klanderman <greg@alphatech.com>
|
|
1460
|
|
1461 * window.c (Fwindow_displayed_text_pixel_height): was relying on
|
337
|
1462 incorrect semantics of vmotion_pixels which has been fixed. don't
|
288
|
1463 use it anymore as it can't easily be used.
|
|
1464
|
|
1465 * indent.c (vmotion_pixels): fix off by one bug moving up. also
|
337
|
1466 the motion was reported incorrectly if you tried to go past end of
|
288
|
1467 buffer.
|
|
1468
|
|
1469 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1470
|
|
1471 * toolbar.h: Removed misleading commentary, as Martin suggested.
|
|
1472
|
|
1473 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1474
|
|
1475 * lisp.h: Extern Qactivate_menubar_hook.
|
|
1476
|
|
1477 * menubar-msw.c (unsafe_handle_wm_initmenu_1): Pass correct value to
|
|
1478 run_hook ().
|
|
1479
|
|
1480 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
1481
|
|
1482 * glyphs-msw.c: use BPLINE macro.
|
|
1483
|
|
1484 * select-msw.c (mswindows-selection-exists-p)
|
|
1485 (mswindows-delete-selection): doc string fixes.
|
|
1486
|
|
1487 * toolbar-msw.c (mswindows_output_toolbar): make disabled buttons
|
|
1488 unpressable. warning elimination.
|
|
1489
|
|
1490 1998-05-28 Martin Buchholz <martin@xemacs.org>
|
|
1491
|
337
|
1492 * alloc.c (dbg_constants):
|
288
|
1493 * dbxrc:
|
|
1494 * gdbinit:
|
|
1495 Remove toolbar_data debugging code, since that lrecord has
|
337
|
1496 also been removed.
|
288
|
1497
|
|
1498 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
1499
|
|
1500 * alloc.c: zap cached value of (user-home-directory), so that
|
|
1501 it's not undumped.
|
|
1502
|
|
1503 * buffer.c: From init_buffer(), separated out code that
|
|
1504 determined the initial directory for the *scratch* buffer, and
|
|
1505 put them into a function called "init_initial_directory()".
|
|
1506 The initial directory is now available as a global "char *"
|
|
1507 called initial_directory.
|
|
1508
|
|
1509 * buffer.h: Added extern entries for initial_directory[] and
|
|
1510 init_initial_directory().
|
|
1511
|
|
1512 * editfns.c: added new elisp function "user-home-directory",
|
|
1513 which basically returns getenv("HOME"), but attempts to use
|
|
1514 other values if $HOME isn't set.This may have to be tweaked in
|
|
1515 the future as, under Unix, "/" is used if $HOME isn't set (this
|
|
1516 probably should be set to the current directory). To support
|
|
1517 this, a new C function, "get_home_directory()", now exists,
|
|
1518 which returns the "home directory", as a "char *" string.
|
|
1519
|
|
1520 * emacs.c: Rearrange NT initialization order so that
|
|
1521 environment/registry variables will be properly entered into
|
|
1522 Vprocess_enviroment.
|
|
1523
|
|
1524 * fileio.c: replaced egetenv("HOME") with calls to the new
|
|
1525 get_home_directory().
|
|
1526
|
337
|
1527 * lisp.h: Added function prototypes for uncache_home_directory()
|
288
|
1528 and get_home_directory(), along with lisp prototypes for
|
|
1529 Fuser_home_directory() and friends.
|
|
1530
|
|
1531 * nt.c: replaced getenv("HOME") with calls to the new
|
|
1532 get_home_directory().
|
|
1533
|
|
1534 * sysfile.h: for WINDOWSNT, #include <direct.h>, to suppress
|
|
1535 warnings about getcwd(), etc. not having prototypes.
|
|
1536
|
|
1537 1998-05-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1538
|
|
1539 * process-nt.c (send_signal): Emulate SIGHUP.
|
|
1540 (validate_signal_number): Ditto.
|
|
1541
|
|
1542 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Unconditionally
|
|
1543 remove MOD_SHIFT from ASCII characters.
|
337
|
1544 (mswindows_wnd_proc, WM_KEYDOWN): Do not activate the menubar when
|
288
|
1545 F10 is pressed.
|
|
1546
|
|
1547 1998-05-24 Oliver Graf <ograf@fga.de>
|
|
1548
|
|
1549 * frame-x.c (cde-start-drag-internal): added filename and multi-
|
|
1550 data transfers
|
|
1551 (x_cde_convert_callback) dito
|
|
1552
|
|
1553 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
1554
|
|
1555 * frame-x.c: include event-mod.h also with CDE
|
|
1556 (x_cde_convert_callback) made the thing working
|
|
1557 (cde-start-drag-internal) also debugging
|
|
1558
|
290
|
1559 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
1560
|
|
1561 * m/sparc.h:
|
|
1562 * getloadavg.c:
|
|
1563 * malloc.c:
|
|
1564 * unexec.c:
|
|
1565 * mem-limits.h:
|
|
1566 - add __OpenBSD__ where __NetBSD__ was found.
|
|
1567 - TODO: replace platform-specific conditional compilation by
|
|
1568 feature tests in configure.in.
|
|
1569
|
288
|
1570 1998-05-15 Greg Klanderman <greg@alphatech.com>
|
|
1571
|
|
1572 * window.c (Fwindow_displayed_text_pixel_height): New function.
|
|
1573 (syms_of_window): DEFSUBR it.
|
|
1574
|
|
1575 * indent.c (Fvertical_motion_pixels): New function - request
|
|
1576 movement in pixels.
|
|
1577 (vmotion_pixels): helper.
|
|
1578 (syms_of_indent): DEFSUBR.
|
|
1579 * lisp.h: declaration for vmotion_pixels().
|
|
1580
|
337
|
1581 * indent.c (Fvertical_motion): Add optional third argument PIXELS,
|
288
|
1582 to request returning motion in pixels.
|
|
1583 (Fvertical_motion_pixels): Remove, functionality merged into
|
337
|
1584 Fvertical_motion.
|
288
|
1585 * window.c (window_scroll): call Fvertical_motion with 3 arguments.
|
|
1586 (Fmove_to_window_line): ditto.
|
|
1587 * lisp.h: Change declaration for Fvertical_motion.
|
|
1588
|
|
1589 * window.c: rename window-text-pixel-{height,width,edges} to
|
|
1590 window-text-area-pixel-*.
|
|
1591
|
|
1592 1998-05-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
1593
|
|
1594 * tooltalk.c (vars_of_tooltalk) added staticpro for
|
|
1595 Tooltalk_Message_plist_str and Tooltalk_Pattern_plist_str
|
|
1596
|
|
1597 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
337
|
1598
|
288
|
1599 * faces.c: create a new 3d_object_face, make modeline and
|
|
1600 vertical_divider faces fallback to this rather than the default.
|
|
1601
|
|
1602 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
1603
|
|
1604 * s/cygwin32.h: define charsets for cygwin.
|
|
1605
|
|
1606 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
1607
|
|
1608 * toolbar-msw.c (mswindows_output_toolbar): fix up button sizes
|
|
1609 and coordinates. resize bitmaps if we have already settled on a
|
|
1610 different size.
|
|
1611
|
|
1612 * glyphs-msw.c (xpm_to_eimage): add ';' for mswindows compiler.
|
|
1613
|
|
1614 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
1615
|
|
1616 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
1617
|
|
1618 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
1619
|
|
1620 * gui.h: Ditto.
|
|
1621
|
|
1622 * gui-x.c (popup_selection_callback): Ditto.
|
|
1623
|
|
1624 * dialog-msw.c (dialog_proc): get_callback -> get_gui_callback.
|
|
1625
|
|
1626 * gui.c (get_callback): Renamed to get_gui_callback.
|
|
1627
|
|
1628 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
1629
|
|
1630 * glyphs.h: order rearrangement.
|
|
1631
|
|
1632 * device-tty.c (tty_asynch_device_change): Warning suppression.
|
|
1633 * device-x.c (x_device_system_metrics): Warning suppression.
|
|
1634 Make Doc strings consistent with coding standards.
|
|
1635
|
|
1636 1998-05-24 Martin Buchholz <martin@xemacs.org>
|
|
1637
|
|
1638 * general.c: multiple definition of `Qicon'. general.c seems
|
|
1639 like a good home for Qicon.
|
|
1640
|
|
1641 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1642
|
|
1643 * This patch is to fix compilation warnings under Windows.
|
|
1644
|
|
1645 * s/windowsnt.h: Encapsulate getpid with sys_getpid.
|
337
|
1646 Added prototypes for FSF inherited functions, with which XEmacs is
|
288
|
1647 sprinkled thoroughly.
|
337
|
1648 Removed some #if 0 code. Bracketed some more definitions, probably
|
288
|
1649 related to Visual C versions prior to 4 (we do not support them).
|
|
1650
|
|
1651 * sysfloat.h (logb): Finally, get logb() prototyped.
|
|
1652
|
|
1653 * sysfile.h: Added Windows specific includes.
|
|
1654 Removed old Windows specific code bracketed with #if 0.
|
|
1655
|
|
1656 * sysdep.h: Added prototype for xrealpath().
|
|
1657
|
|
1658 * sysdep.c (sys_getpid): Added function, to support '95 negative pids.
|
|
1659
|
|
1660 * symsinit.h: Added prototypes for syms_of_dired_mswindows,
|
|
1661 vars_of_dired_mswindows and init_ntproc (Grrr).
|
|
1662
|
|
1663 * realpath.c: Added Windows specific include files.
|
337
|
1664 (xrealpath): Conditionalized declaration of some auto variables on
|
288
|
1665 S_IFLNK, to avoid warnings.
|
|
1666
|
337
|
1667 * ntproc.c: Disabled some compiler warnings. This file is going to
|
288
|
1668 die, so I have not cleaned it up much.
|
|
1669 (set_process_dir): Const parameter.
|
|
1670 (Fwin32_short_file_name): Down CHECK_* macros to one argument.
|
|
1671 (Fwin32_long_file_name): Ditto.
|
|
1672 (Fwin32_set_process_priority): Ditto. Why didn't I remove these
|
|
1673 three functions?
|
|
1674
|
|
1675 * nt.h: Added prototypes for set_process_dir and convert_time.
|
|
1676
|
|
1677 * nt.c: More include files.
|
|
1678 (getpwnam): Consted char* argument.
|
|
1679 (get_emacs_configuration): Const return value.
|
|
1680 (opendir): Const argument.
|
|
1681 (stat): Casted converstion long->short.
|
|
1682 (stat): Removed ad hoc and questionable support for non-MSC compile.
|
|
1683 (sys_pipe): Removed unused auto variable.
|
|
1684 (_sys_read_ahead): Removed calls to DebPrint.
|
|
1685 (sys_read): Ditto, in 2 places.
|
|
1686 (term_ntproc): Added unused int parameter to signal handler, to
|
|
1687 avoid a warning when compiling a call to signal().
|
|
1688 (msw_sigset): Properly return old signandler or NULL instead of void.
|
|
1689
|
|
1690 * floatfns.c (Flogb): Casted arguments to unary minus to signed.
|
|
1691
|
|
1692 * gmalloc.c (morecore): Ditto.
|
|
1693 (_free_internal): Ditto.
|
|
1694
|
|
1695 * lread.c (parse_integer): Ditto.
|
|
1696
|
|
1697 * dired-msw.c: Added several include files.
|
|
1698
|
|
1699 * cmdloop.c (Fcommand_loop_1): Added Microsoft C to the Big List
|
|
1700 of Compilers to Shut Up.
|
|
1701
|
|
1702 * callproc.c: Added #includes to suppress warnings under Windows.
|
|
1703 (init_callproc): Removed #if0'ed code and unused variables.
|
|
1704
|
|
1705 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
1706
|
|
1707 * device-msw.c (mswindows_device_system_metrics): do planes in a
|
|
1708 way consistent with X.
|
|
1709
|
|
1710 * glyphs-msw.c (mswindows_initialize_image_instance_mask): don't
|
|
1711 use SetPixel, use DIBits functions.
|
|
1712 (xpm_to_eimage): frob colors more closely like xpm deos.
|
|
1713
|
|
1714 * toolbar-msw.c: only resize bitmaps when shrinking. Adjust look
|
|
1715 to be closer to X version.
|
|
1716
|
|
1717 * event-msw.c: use tooltip string directly.
|
|
1718
|
|
1719 * redisplay-msw.c: reinstate Kirill's bg pixmap change.
|
|
1720
|
|
1721 * objects-msw.c: frob rgb colors that only Kyle uses.
|
|
1722
|
|
1723 * dialog-msw.c (button_width): INLINE -> inline.
|
|
1724
|
286
|
1725 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
1726
|
|
1727 * getloadavg.c (getloadavg): Fix typo.
|
|
1728
|
|
1729 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1730
|
|
1731 * objects-msw.c (mswindows_initialize_font_instance): Added support
|
|
1732 for font character sets.
|
|
1733 Replaced 'XXX' with '####' in comments throughout the file.
|
|
1734
|
|
1735 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1736
|
|
1737 * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
|
|
1738 console_type_create_dialog_mswindows(), to initialize Windows dialog
|
|
1739 support.
|
|
1740
|
|
1741 * symsinit.h: Prototyped the above functions.
|
|
1742
|
337
|
1743 * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
|
286
|
1744 checks to dialog.c...
|
|
1745
|
|
1746 * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
|
|
1747 device must support dialog boxes, and the descriptor must supply at
|
|
1748 least one button.
|
|
1749
|
|
1750 * dialog-msw.c: New file, dialogs for Windows.
|
|
1751
|
|
1752 1998-05-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1753
|
|
1754 * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
|
|
1755 (Fldap_search_internal): Removed unused variable `err'
|
|
1756
|
|
1757 * eldap.h: Moved Lisp_LDAP declaration here instead of using a
|
|
1758 forward declaration
|
|
1759
|
|
1760 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
1761
|
|
1762 * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
|
|
1763 defined. Therefore there is no need to handle the case when
|
|
1764 HAVE_LDAP is undefined. Similarily, there is no reason to have
|
|
1765 any code wrapped within `#ifdef emacs', since this code is only
|
|
1766 useful within an emacs. This simplifies the code significantly.
|
|
1767
|
|
1768 * inline.c: Include eldap.h only if HAVE_LDAP.
|
|
1769 * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
|
|
1770 already does that.
|
|
1771
|
|
1772 1998-05-21 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1773
|
|
1774 * unexnt.c (copy_executable_and_dump_data_section): Suppress
|
|
1775 printing dump stats when building without DEBUG_XEMACS.
|
|
1776 (dump_bss_and_heap): Ditto.
|
|
1777
|
|
1778 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
1779
|
|
1780 * gnuclient.c: don't suppress window system if there is no display
|
|
1781 and we are running under mswindows. send 'mswindows device type if
|
|
1782 we are in this situation.
|
|
1783
|
|
1784 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
1785
|
|
1786 * general.c:
|
|
1787 * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
|
|
1788
|
|
1789 * glyphs-msw.c: change cursor imgae type name to resource. Fix
|
|
1790 some nits.
|
|
1791
|
|
1792 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1793
|
|
1794 * EmacsFrame.c (Xt_StringToScrollBarPlacement): Added support for
|
|
1795 {top,bottom}-{left,right} values in addition to
|
337
|
1796 {top,bottom}_{left,right}.
|
286
|
1797
|
|
1798 1998-05-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
1799
|
|
1800 * fileio.c (Fmake_temp_name): Remove unreached code.
|
|
1801
|
|
1802 * process-nt.c (validate_signal_number): Use
|
|
1803 signal_simple_error().
|
|
1804
|
|
1805 1998-05-19 Martin Buchholz <martin@xemacs.org>
|
|
1806
|
337
|
1807 * unexhp9k800.c:
|
|
1808 * sound.c (vars_of_sound):
|
|
1809 * sysdep.c (reset_sigio_on_device):
|
|
1810 * window.c (window_bottom_gutter_height):
|
286
|
1811 unexhp9k800.c:258: warning: implicit declaration of function
|
|
1812 `calculate_checksum'
|
|
1813 sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
|
|
1814 sysdep.c:1012: warning: unused variable `owner'
|
|
1815 window.c:993: warning: `window_right_toolbar_width' defined but not used
|
|
1816
|
|
1817 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
1818
|
|
1819 * glyphs-msw.c (mswindows_create_resized_mask)
|
|
1820 (mswindows_create_resized_bitmap): new funnctions split out from
|
|
1821 mswindows_resize_dibitmap_instance.
|
|
1822
|
|
1823 * glyphs-msw.h: declare new resize functions.
|
|
1824
|
|
1825 * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
|
|
1826 functions so that the original bitmaps are preserved.
|
|
1827
|
|
1828 * sheap.c: fixup static heap exhausted error to avoid FAQs.
|
|
1829
|
|
1830 * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
|
|
1831 color if we are trying to output 0 depth bg pixmap.
|
|
1832
|
|
1833 * scrollbar-msw.c: warning elimination.
|
|
1834
|
|
1835 1998-05-18 Martin Buchholz <martin@xemacs.org>
|
|
1836
|
|
1837 * frame-x.c (x_update_frame_external_traits): Start preprocessor
|
|
1838 directives in column 1.
|
|
1839
|
337
|
1840 * search.c (skip_chars): Avoid using xzero with arrays, since some
|
286
|
1841 compilers get confused by the construct &array.
|
|
1842
|
|
1843 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1844
|
|
1845 * objects-msw.h:
|
|
1846 * objects-msw.c: Changed the charset value for a new font from
|
|
1847 "don't care" to "ansi".
|
|
1848
|
|
1849 * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
|
|
1850
|
|
1851 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1852
|
|
1853 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
|
|
1854 modifier on control chars.
|
|
1855 Use IsCharAlpha() instead of isaplha().
|
|
1856
|
|
1857 1998-05-19 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1858
|
|
1859 * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
|
|
1860
|
|
1861 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1862
|
288
|
1863 * objects-msw.c (mswindows_initialize_font_instance): Use ANSI
|
337
|
1864 charset when creating font.
|
288
|
1865 (mswindows_initialize_color_instance): Do not create brush along
|
|
1866 with a color.
|
|
1867 (mswindows_finalize_color_instance): Do not delete it then.
|
|
1868
|
|
1869 * objects-msw.h (struct mswindows_color_instance_data): Removed
|
|
1870 brush slot, and corresponding accessor macro.
|
|
1871
|
|
1872 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1873
|
286
|
1874 * toolbar.c: Removed toolbar_data lrecord implementation.
|
|
1875 (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
|
|
1876 with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
|
|
1877 (compute_frame_toolbar_buttons): Ditto.
|
|
1878 (CHECK_TOOLBAR): Ditto.
|
|
1879 (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
|
|
1880 (update_frame_toolbars): Do not check for changed buffer
|
|
1881 here. Toolbar information is provided by cached specs in
|
|
1882 windows. The check for buffer is eliminated becuase toolbars are
|
|
1883 marked changed in set_frame_selected_window() in frame.c
|
|
1884 Added check for changed toolbars geometry.
|
|
1885 (compute_frame_toolbars_data): Removed unused second parameter;
|
|
1886 Adjusted callers of this static function throughout the file.
|
|
1887 (init_frame_toolbars): Initialize current_toolbar_size.
|
337
|
1888 (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
|
286
|
1889 what is its current expansion, for clarity.
|
|
1890 (init_frame_toolbars): Ditto.
|
|
1891 (init_device_toolbars): Ditto.
|
|
1892 (init_global_toolbars): Ditto.
|
|
1893
|
|
1894 * toolbar.h: Removed definition of toolbar_data lrecord.
|
|
1895 Added accessor macros FRAME_TOOLBAR_BUTTONS and
|
|
1896 FRAME_CURRENT_TOOLBAR_SIZE.
|
|
1897 Added macro DEVICE_SUPPORTS_TOOLBARS_P.
|
|
1898
|
|
1899 * toolbar-x.c (x_output_toolbar): The same change as in
|
|
1900 toolbar-msw.c
|
|
1901 (x_output_toolbar): Ditto.
|
|
1902 (x_redraw_exposed_toolbar): Ditto.
|
|
1903
|
|
1904 * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
|
|
1905 buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
|
|
1906 (mswindows_output_toolbar): Ditto.
|
|
1907 (mswindows_output_toolbar): Ditto.
|
|
1908
|
|
1909 * frame.c (mark_frame): Removed marking of arrays, according to
|
|
1910 frameslots.h change.
|
|
1911 (nuke_all_frame_slots): Ditto.
|
|
1912 (set_frame_selected_window): Mark toolbars changed when
|
|
1913 last_nonminibuf_window changes.
|
|
1914
|
|
1915 * frame.h (struct frame): Moved some slots to frameslots.h.
|
|
1916 Added current_toolbar_size array.
|
|
1917 Changed references from toolbar_data to toolbar_buttons in macros
|
|
1918 FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
|
|
1919 FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
|
|
1920 FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
|
|
1921
|
|
1922 * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
|
|
1923 Moved arrays of lisp objects here from frame.h: toolbar_size,
|
|
1924 toolbar_visible_p, toolbar_border_width.
|
|
1925 Removed toolbar_data slot and added toolbar_buttons.
|
|
1926
|
|
1927 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1928
|
|
1929 * symsinit.h: Externed syms_of_process_nt()
|
|
1930
|
|
1931 * emacs.c (main_1): Call syms_of_process_nt()
|
|
1932
|
337
|
1933 * process-nt.c: Quote process arguments by a call to Lisp function
|
286
|
1934 `nt-quote-process-args'.
|
|
1935 (syms_of_process_nt): New function.
|
|
1936 (nt_send_process): Flush data stream after each write, to avoid
|
|
1937 leaving buffered data.
|
|
1938 (nt_send_process): When blocked on process output, wait for
|
|
1939 process to slurp more for progressively increasing time intervals.
|
|
1940
|
|
1941 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
1942
|
|
1943 * window.c (have_undivided_common_edge): Make file-local function
|
|
1944 static.
|
|
1945 (map_windows): Return 0 if all map functions successful.
|
|
1946 Fix typos.
|
|
1947
|
|
1948 * winslots.h: Use unlikely names for local variables in macros to
|
|
1949 avoid shadowing warnings.
|
|
1950
|
|
1951 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
1952
|
|
1953 * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
|
|
1954 so that we re-output if the toolbar size has changed.
|
|
1955
|
|
1956 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1957
|
337
|
1958 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
|
286
|
1959
|
|
1960 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
|
|
1961
|
|
1962 * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
|
|
1963 greater).
|
|
1964
|
|
1965 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1966
|
|
1967 * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
|
|
1968 get bitmap manifest constants defined.
|
|
1969
|
|
1970 * console-msw.h: Include system files in angle brackets, not in
|
|
1971 quotes.
|
|
1972
|
|
1973 * window.c (specifier_vars_of_window): Fixed a typo in
|
|
1974 `vertical-divider-line-width' docstirng.
|
|
1975
|
|
1976 1998-05-16 Olivier Galibert <galibert@pobox.com>
|
|
1977
|
|
1978 * line-number.c (delete_invalidate_line_number_cache): Use an
|
|
1979 EMACS_INT.
|
|
1980 (buffer_line_number): Remove dangerous, plain wrong when using
|
|
1981 64bits emacs ints, cast.
|
|
1982
|
|
1983 * insdel.c (buffer_delete_range): Use an EMACS_INT.
|
|
1984
|
|
1985 * cmds.c (Fforward_line): Use EMACS_INTs.
|
|
1986
|
|
1987 * search.c (bi_scan_buffer): Change to use EMACS_INTs.
|
|
1988 (scan_buffer): Ditto.
|
|
1989 (bi_find_next_newline_no_quit): Remove useless cast.
|
|
1990 (find_next_newline_no_quit): Ditto.
|
|
1991 (find_next_newline): Ditto.
|
|
1992 (find_before_next_newline): Use an EMACS_INT.
|
|
1993
|
|
1994 * lisp.h: Change scan_buffer to pass EMACS_INTs.
|
|
1995
|
|
1996 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1997
|
|
1998 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
1999
|
|
2000 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
2001
|
|
2002 * gui-x.c (popup_selection_callback): Use it.
|
|
2003
|
|
2004 * gui.h (get_callback): Declare it.
|
|
2005
|
|
2006 * gui.c (get_callback): New function.
|
|
2007
|
284
|
2008 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
2009
|
|
2010 * window.c (have_undivided_common_edge): Guard scrollbar specific
|
|
2011 stuff.
|
|
2012 (window_needs_vertical_divider_1): Ditto.
|
|
2013
|
|
2014 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
2015
|
|
2016 * emacs.c (decode_path): Eliminate compiler warning.
|
|
2017 (Fdecode_path): Renamed to Fsplit_path.
|
|
2018 (Fsplit_string_by_char): New function.
|
|
2019
|
|
2020 1998-05-14 Damon Lipparelli <lipp@primus.com>
|
|
2021
|
|
2022 * winslots.h: close comment
|
|
2023
|
|
2024 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2025
|
|
2026 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
|
|
2027
|
|
2028 * bufslots.h: Removed buffer_file_type slot.
|
|
2029
|
337
|
2030 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
|
284
|
2031 buffer local flags.
|
|
2032 (complex_vars_of_buffer): Removed buffer-file-type variable and
|
|
2033 its default reference.
|
|
2034
|
|
2035 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
2036
|
284
|
2037 * faces.c (complex_vars_of_faces): Defined
|
|
2038 Vvertical_divider_face.
|
|
2039 (vars_of_faces): Staticpro it.
|
|
2040
|
|
2041 * faces.h: Externed Vvertical_divider_face.
|
|
2042
|
|
2043 * redisplay-x.c (x_output_vertical_divider): Use
|
|
2044 Vvertical_divider_face to draw the divider instead of modeline
|
|
2045 face.
|
|
2046
|
|
2047 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
|
|
2048 divider face using Vvertical_divider_face background.
|
|
2049 Fix drawing spacing gaps around the divider.
|
|
2050
|
|
2051 1998-05-14 Didier Verna <verna@inf.enst.fr>
|
|
2052
|
|
2053 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
|
|
2054 values for the vertical divider line width and spacing. Use the
|
|
2055 cached values from the window structure instead.
|
|
2056 (x_divider_width): ditto.
|
|
2057
|
|
2058 * window.c (specifier_vars_of_window): new specifiers:
|
337
|
2059 vertical-divier -line-width and -spacing.
|
284
|
2060 (vertical_divider_global_width_changed): formerly known as
|
337
|
2061 vertical_divider_shadow_thickness_changed.
|
284
|
2062
|
|
2063 * winslots.h: new slots: vertical_specifier _line_width and
|
|
2064 _spacing. Plus corrected a comment typo.
|
|
2065
|
|
2066 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2067
|
|
2068 * window.h: Declared window_divider_width().
|
282
|
2069
|
284
|
2070 * console-stream.c (stream_divider_width): Removed method.
|
|
2071 (console_type_create_stream): And declaration for it.
|
|
2072
|
|
2073 * redisplay.c (pixel_to_glyph_translation): Use
|
337
|
2074 window_divider_width() instead of divider_width redisplay method.
|
284
|
2075 (pixel_to_glyph_translation): Fix top divider edge calculation
|
|
2076 when scrollbar is on top.
|
282
|
2077
|
284
|
2078 * window.c (window_divider_width): New function, an outphaser for
|
|
2079 divider_width redisplay method.
|
|
2080 (window_right_gutter_width): Use it.
|
|
2081 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
|
|
2082 specifiers, set fallback values differently on TTYs, and document
|
|
2083 the behavior of these on TTYs in the docstrings.
|
337
|
2084
|
284
|
2085 * scrollbar.c (update_scrollbar_instance): Use
|
|
2086 window_divider_width() instead of divider_width redisplay method.
|
282
|
2087
|
284
|
2088 * console.h (struct console_methods): Removed divider_width_method.
|
|
2089
|
|
2090 * redisplay-tty.c (tty_divider_width): Removed device method.
|
|
2091 (console_type_create_redisplay_tty): Removed definition for it.
|
|
2092 (tty_output_vertical_divider): Respect the value returned by
|
|
2093 window_divider_width thus divider line width specification.
|
|
2094
|
|
2095 * redisplay-msw.c (mswindows_divider_width): Removed device method.
|
|
2096 (console_type_create_redisplay_mswindows): Removed definition for it.
|
|
2097 (mswinodws_output_vertical_divider): Respect the value returned by
|
|
2098 window_divider_width thus divider line width specification.
|
282
|
2099
|
284
|
2100 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
2101
|
|
2102 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
|
|
2103
|
|
2104 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
2105
|
|
2106 * glyphs-msw.c: resource loading implementation.
|
|
2107 (cursor_normalize): new function.
|
|
2108 (cursor_validate): ditto.
|
|
2109 (cursor_instantiate): ditto.
|
|
2110 (cursor_name_to_resource): ditto.
|
|
2111 (cursor_possible_dest_types): ditto.
|
|
2112 (check_valid_symbol): ditto.
|
|
2113 (check_valid_string_or_int): ditto.
|
|
2114
|
|
2115 1998-05-14 Martin Buchholz <martin@xemacs.org>
|
|
2116
|
|
2117 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
|
|
2118 VINTR and VQUIT.
|
|
2119
|
|
2120 * process-unix.c (process_signal_char): Use VSUSP instead of
|
|
2121 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
|
|
2122
|
|
2123 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2124
|
|
2125 * specifier.c (specifier_instance): Change locale precedence of
|
|
2126 instantiation so window locale has higher priority than buffer
|
|
2127 locale.
|
|
2128 (Fspecifier_instance): Reflect this in docstring.
|
|
2129 (Fadd_spec_list_to_specifier): Ditto.
|
|
2130 (Fadd_spec_to_specifier): Ditto.
|
|
2131 (Fremove_specifier): Ditto.
|
282
|
2132
|
284
|
2133 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2134
|
|
2135 ** Dialog separation into a device method from Andy Piper
|
|
2136
|
|
2137 * emacs.c (main_1): Call console_type_create_dialog_x().
|
|
2138
|
337
|
2139 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
|
284
|
2140 into this device method.
|
|
2141 (console_type_create_dialog_x): New function.
|
|
2142
|
|
2143 * dialog.c (Fpopup_dialog_box): New function.
|
|
2144 (syms_of_dialog): Defsubr it.
|
|
2145
|
|
2146 * console.h (struct console_methods): Declared
|
337
|
2147 popup_dialog_box_method().
|
284
|
2148
|
|
2149 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
|
|
2150
|
|
2151 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
2152
|
|
2153 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
|
|
2154 * frame-x.c (x_cde_transfer_callback): checked for merge errors
|
|
2155
|
|
2156 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
2157
|
|
2158 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
|
|
2159
|
|
2160 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
2161
|
284
|
2162 * console.h (device_metrics): Removed dbcs, input-method-editor
|
|
2163 and right-to-left metrics.
|
|
2164
|
|
2165 * device.c (Fdevice_system_metric): Ditto.
|
|
2166 (Fdevice_system_metrics): Ditto.
|
|
2167 (syms_of_device): Ditto.
|
|
2168 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
|
|
2169 again.
|
|
2170
|
|
2171 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2172
|
|
2173 * line-number.h (mark_line_number_cache): Remove unused
|
|
2174 declaration.
|
|
2175
|
|
2176 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
|
|
2177 (get_nearest_line_number): Simplify.
|
|
2178 (add_position_to_cache): Make the old marker point nowhere.
|
|
2179
|
|
2180 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2181
|
|
2182 ** Renamed window-divider-map => vertical-divider-map
|
|
2183 and event-over-divider-p => event-over-vertical-divider-p,
|
|
2184 in the following files/functions:
|
337
|
2185 * events.h:
|
|
2186 * events.c (Fevent_over_divider_p):
|
|
2187 * keymap.c (get_relevant_keymaps):
|
|
2188 (vars_of_keymap):
|
284
|
2189
|
|
2190 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
|
|
2191
|
|
2192 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
|
282
|
2193
|
284
|
2194 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2195
|
|
2196 * window.c (vertical_divider_changed_in_window): Renamed so.
|
|
2197 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
|
|
2198 (window_needs_vertical_divider_1): Decide whether we need it based
|
|
2199 on the value of the above specifier. If separators are unwanted,
|
|
2200 put them only if there's no scrollbar between this window and its
|
|
2201 right neighbor.
|
|
2202 (have_undivided_common_edge): New function, helper for the above.
|
|
2203 (window_needs_vertical_divider): Return either a cached value,
|
|
2204 or clauclate and cache one.
|
|
2205 (invalidate_vertical_divider_cache_in_window): Implemented.
|
|
2206 (map_windows): Changed return type to int, return the value from
|
|
2207 MAPFUN.
|
282
|
2208
|
284
|
2209 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
|
|
2210 (struct window): Added need_vertical_divider_p and
|
337
|
2211 need_vertical_divider_valid_p.
|
284
|
2212
|
|
2213 * winslots.h: Added vertical_divider_draggable_p slot.
|
282
|
2214
|
284
|
2215 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
|
|
2216 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
|
|
2217
|
|
2218 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
|
|
2219
|
|
2220 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
|
|
2221 invalidate_vertical_divider_cache_in_frame().
|
|
2222 Prototype it.
|
|
2223
|
|
2224 1998-05-14 Andy Piper <andyp@parallax.co.uk>
|
282
|
2225
|
284
|
2226 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
|
|
2227
|
|
2228 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
|
|
2229 masks correctly and don't select 0.
|
|
2230
|
|
2231 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2232
|
|
2233 * winslots.h: New file, declaration of some struct window and
|
|
2234 struct saved_window members.
|
|
2235
|
|
2236 * window.h (struct window): Include it, with required preprocessor
|
|
2237 magic.
|
282
|
2238
|
284
|
2239 * window.c (mark_window): Ditto.
|
|
2240 (allocate_window): Ditto.
|
|
2241 (struct saved_window): Ditto.
|
|
2242 (mark_window_config): Ditto.
|
|
2243 (saved_window_equal): Ditto.
|
|
2244 (Fset_window_configuration): Ditto.
|
|
2245
|
|
2246 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2247
|
|
2248 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
|
|
2249
|
|
2250 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
2251
|
|
2252 * redisplay-x.c (x_output_vertical_divider): draw shadows around
|
|
2253 the divider line. The shadow thickness is currently
|
|
2254 hard-wired. This will probably be turned into a specifier soon.
|
|
2255
|
|
2256 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
282
|
2257
|
284
|
2258 * console.h (struct console_methods): the divider_width console
|
|
2259 method now requires a struct window * argument.
|
|
2260
|
|
2261 * redisplay-x.c (x_divider_width): ditto. Plus remove
|
|
2262 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
|
|
2263 (x_output_vertical_divider): give a depressed look when the shadow
|
|
2264 thickness is negative.
|
|
2265
|
|
2266 * console-stream.c (stream_divider_width): pass a struct window *
|
337
|
2267 argument.
|
284
|
2268
|
|
2269 * redisplay-tty.c (tty_divider_width): ditto.
|
|
2270
|
|
2271 * window.c (window_right_gutter_width): totdi.
|
|
2272
|
|
2273 * redisplay.c (generate_modeline): ittod.
|
|
2274
|
|
2275 * scrollbar.c (update_scrollbar_instance): ttido.
|
337
|
2276
|
|
2277 * redisplay-msw.c (mswindows_divider_width): ottid.
|
284
|
2278 WARNING: this enables to compile, but the feature is not functional.
|
|
2279
|
|
2280 * window.h (struct window): new field
|
337
|
2281 vertical_divider_shadow_thickness.
|
282
|
2282
|
284
|
2283 * window.c (specifier_vars_of_window): new specifier
|
|
2284 vertical-divider-shadow-thickness.
|
|
2285 (vertical_divider_shadow_thickness_changed): new function to
|
|
2286 inform redisplay that the window has changed.
|
|
2287 (mark_window): handle new field vertical_divider_shadow_thickness
|
|
2288 from struct window.
|
|
2289 (allocate_window): ditto.
|
|
2290 (saved_window_equal): toddi.
|
|
2291 (Fset_window_configuration): totid.
|
|
2292 (save_window_save): ttdio.
|
|
2293 (struct saved_window): new field vertical_divider_shadow_thickness.
|
|
2294
|
|
2295 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2296
|
|
2297 * device-msw.c (mswindows_device_system_metrics): Support a deluge
|
|
2298 of metrics.
|
282
|
2299
|
284
|
2300 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
2301
|
|
2302 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
|
|
2303 * event-Xt.c (x_event_to_emacs_event): C++ compability
|
|
2304
|
|
2305 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
2306
|
284
|
2307 * emacs.c (Fdecode_path): Default SEPCHAR to value of
|
|
2308 path-separator.
|
|
2309
|
|
2310 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2311
|
|
2312 * emacs.c (vars_of_emacs): Do it here; change the meaning of
|
|
2313 Vpath_separator.
|
|
2314
|
|
2315 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
|
|
2316
|
|
2317 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
2318
|
284
|
2319 * emacs.c (decode_path_1): New function.
|
|
2320 (decode_path): Use it.
|
|
2321 (Fdecode_path): Renamed from Fdecode_path_internal; use
|
|
2322 decode_path_1.
|
|
2323
|
|
2324 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2325
|
|
2326 * macros.c (Fzap_last_kbd_macro_event): New function.
|
|
2327 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
|
|
2328
|
|
2329 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
282
|
2330
|
284
|
2331 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
|
337
|
2332 multiple bitmaps are output vertically as well as horizontally.
|
284
|
2333 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
|
|
2334 crossing lines this is handled by
|
|
2335 mswindows_output_dibitmap_region.
|
|
2336
|
|
2337 1998-05-12 Martin Buchholz <martin@xemacs.org>
|
|
2338
|
|
2339 * inline.c: Include eldap.h
|
|
2340
|
337
|
2341 * menubar-x.c (x_update_frame_menubar_internal):
|
284
|
2342 Remove: unused variable `container'
|
|
2343
|
|
2344 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
2345
|
|
2346 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
|
|
2347 Unfortunately, the resulting temacs still cannot dump.
|
282
|
2348
|
337
|
2349 * symbols.c (symbol_is_constant):
|
|
2350 (verify_ok_for_buffer_local):
|
284
|
2351 -Wswitch Warning suppression - add default case to switches.
|
|
2352
|
|
2353 * redisplay.c (decode_mode_spec): Remove unused variables,
|
|
2354 Replace Fcoding_system_property (codesys, Qmnemonic) with
|
|
2355 XCODING_SYSTEM_MNEMONIC (codesys);
|
|
2356 Fcoding_system_property is for users.
|
|
2357
|
|
2358 * buffer.c:
|
|
2359 * fileio.c:
|
|
2360 * lread.c:
|
|
2361 * xselect.c:
|
|
2362 Change empty docstrings into no doc strings at all.
|
|
2363 Fix bogus FSF-format docstrings.
|
282
|
2364
|
284
|
2365 * extents.c:
|
|
2366 Standardize docstrings.
|
|
2367
|
|
2368 * floatfns.c:
|
|
2369 Explain problems with matherr.
|
|
2370
|
|
2371 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
|
282
|
2372
|
284
|
2373 * syssignal.h:
|
|
2374 if BROKEN_SIGIO, then SIGIO wants to be undefined.
|
|
2375 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
|
|
2376 Fix the weird resultant interaction (causes windows problems)
|
|
2377
|
|
2378 * gdbinit:
|
|
2379 * dbxrc:
|
|
2380 Take new EMACSBOOTSTRAPLOADPATH into account.
|
|
2381 Update documentation strings
|
282
|
2382
|
284
|
2383 * Makefile.in.in:
|
|
2384 - Adjust for luser's CDPATH being set to something weird.
|
|
2385 - Take into account bash 2.02's tendency to print the cwd when
|
|
2386 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
2387 - fix the run-temacs target to use $(DUMPENV)
|
|
2388 - fix the run-puremacs target to use $(DUMPENV)
|
|
2389 - fix the `depend' target to properly $(RM) the right files
|
|
2390 - Generate a better TAGS file for XEmacs' lisp code using
|
|
2391 hand-crafted regexps.
|
|
2392 - Use standard coding conventions for modules/Makefile.in
|
|
2393
|
|
2394 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
2395
|
|
2396 * redisplay.c: removed the scrolling modeline code that didn't
|
337
|
2397 make it for 21.0. To be continued ...
|
284
|
2398
|
|
2399 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2400
|
|
2401 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
|
|
2402 and empty string inputs.
|
|
2403
|
|
2404 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2405
|
|
2406 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
|
|
2407
|
|
2408 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
2409
|
|
2410 * event-stream.c (enqueue_misc_user_event_pos): created
|
|
2411 * lisp.h (enqueue_misc_user_event_pos): prototype added
|
|
2412 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
|
|
2413 * emacs.c: call vars_of_dragdrop
|
|
2414 * dragdrop.c (vars_of_dragdrop): provide dragdrop
|
|
2415
|
|
2416 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
2417
|
|
2418 * frame-x.c (x_cde_transfer_callback): return at correct pos
|
|
2419 * event-Xt.c (x_event_to_emacs_event): changed format of drop
|
|
2420 object for MIME (see comment in dragdrop.c)
|
|
2421 * dragdrop.c: API change documented in comment
|
|
2422 removed provide of dragdrop [is provided by dragdrop.el]
|
|
2423
|
|
2424 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2425
|
|
2426 * window.c (window_needs_vertical_divider): Enable vertical
|
|
2427 dividers for every non-rightmost window.
|
|
2428 (window_left_gutter_width): Left gutter consists of mythical
|
|
2429 toolbar and a virtual scrollbar.
|
|
2430 (window_right_gutter_width): The right one may have a divider
|
|
2431 also.
|
|
2432
|
|
2433 * scrollbar.c (update_scrollbar_instance): Position vertical
|
|
2434 scrollbar left to divider if the latter present.
|
|
2435
|
|
2436 * redisplay.h: Declared OVER_DIVIER constant.
|
|
2437
|
|
2438 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
|
|
2439 case.
|
|
2440
|
|
2441 * redisplay-x.c (x_output_vertical_divider): Output divider along
|
|
2442 the right side of the window, down to window bottom. Swapped
|
|
2443 foreground and background colors so it is visible by default.
|
282
|
2444
|
284
|
2445 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
|
|
2446 stick the divider to the right window side.
|
|
2447
|
|
2448 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
|
|
2449 deadbox painting.
|
|
2450 (mswindows_divider_width): Ask system for user preferred value.
|
|
2451 (mswindows_output_vertical_divider): Always output the divider on
|
|
2452 the right side of a window, down to bottom.
|
|
2453
|
337
|
2454 * keymap.c (get_relevant_keymaps): Route mouse button events which
|
284
|
2455 happened over a window divider through window-divider-map.
|
|
2456 (Fkey_binding): Documented that in the docstring.
|
|
2457 Defined the variable Vwindow_divider_map.
|
282
|
2458
|
284
|
2459 * events.c (Fevent_over_divider_p): Added this function.
|
|
2460
|
|
2461 * events.h: EXFUNed it.
|
|
2462
|
|
2463 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2464
|
|
2465 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
|
|
2466 toolbar geometry is suspected to change.
|
|
2467
|
|
2468 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2469
|
|
2470 * src/device-msw.c
|
|
2471 * src/event-msw.c
|
|
2472 Condition dnd and dde code on HAVE_DRAGNDROP.
|
|
2473
|
|
2474 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
2475
|
284
|
2476 * events.c (format_event_object): Print space as SPC etc.
|
|
2477
|
|
2478 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
2479
|
|
2480 * print.c (print_internal): In the default case, abort() if
|
|
2481 ERROR_CHECK_TYPECHECK.
|
|
2482
|
|
2483 * fileio.c (Fmake_temp_name): Doc fix.
|
|
2484
|
|
2485 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2486
|
|
2487 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
|
|
2488
|
|
2489 * undo.c (Fprimitive_undo): Fixed typo.
|
282
|
2490
|
284
|
2491 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
2492
|
|
2493 * fns.c (concat): Signal error on integer argument.
|
|
2494
|
|
2495 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2496
|
|
2497 * console.h (device_metrics): Prefixed each constatnt with DM_
|
|
2498
|
|
2499 * device.c: (Fdevice_system_metric): Renamed so from plural form
|
|
2500 (metrics); Changed parameters order and added DEFAULT parameter;
|
|
2501 Unabbreviated some metric constants; Fixed and untabified doc string.
|
|
2502 (Fdevice_system_metrics): Added. Returns a plist of all provided
|
337
|
2503 metrics.
|
284
|
2504
|
|
2505 * device-msw.c (mswindows_device_system_metrics): Renamed
|
|
2506 device_metrics enum constants.
|
|
2507 Return Qunbound instead of Qnil.
|
282
|
2508
|
|
2509 * device-tty.c (tty_device_system_metrics): Ditto.
|
|
2510
|
|
2511 * device-x.c (x_device_system_metrics): Ditto.
|
|
2512
|
284
|
2513 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
272
|
2514
|
284
|
2515 * redisplay-msw.c: implement background pixmaps (really!). Make
|
|
2516 sure bg color is transparent if we have bg pmaps.
|
|
2517 * (mswindows_output_string) (mswindows_clear_region): output bg
|
|
2518 pmap if required.
|
|
2519 * (mswindows_output_dibitmap_region): new function.
|
|
2520 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
|
|
2521 the bg color rather than transparently.
|
263
|
2522
|
284
|
2523 * toolbar-msw.c: use masks if they exist.
|
241
|
2524
|
284
|
2525 * glyphs-msw.c: set up masks correctly.
|
215
|
2526
|
284
|
2527 * event-msw.c: typedef SOCKET if cygwin and not msg select().
|
209
|
2528
|
284
|
2529 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
203
|
2530
|
284
|
2531 * regex.c (re_match_2_internal): Check for quit.
|
149
|
2532
|
284
|
2533 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
104
|
2534
|
284
|
2535 * frame.c (Ffocus_frame): New function.
|
82
|
2536
|