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