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