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