298
|
1 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * XEmacs 21.0-pre4 is released.
|
|
4
|
|
5 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
6
|
|
7 * fileio.c: (expand_file_name): under win32: Don't treat names
|
|
8 as UNC names if a drive letter has been specified. If a drive
|
|
9 has been specified, strip out extra directory-seperators that
|
|
10 reportedly cause problems under Win95.
|
|
11
|
|
12 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
13
|
|
14 * windowsnt.h: Define DUMP_SEPARATE_SECTION when building with
|
|
15 MSVC >= 5.0. Put emacs init and zero-init data in a special
|
|
16 section of the executable when this is defined.
|
|
17
|
|
18 * unexnt.c, ntheap.h:
|
|
19 Removed unused find_section() and get_section_size().
|
|
20
|
|
21 * unexnt.c:
|
|
22 Fix up the executable's checksum after dumping otherwise the
|
|
23 profiler complains.
|
|
24 When DUMP_SEPARATE_SECTION is defined, don't need to dump
|
|
25 zero-init data separately from init data. Dump emacs data
|
|
26 into a special section of the executable.
|
|
27 When DUMP_SEPARATE_SECTION not defined, dump .bss up to
|
|
28 my_ebss instead of up to the end of bss.
|
|
29
|
|
30 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
31
|
|
32 * filelock.c: Removed Vconfigure_lock_directory - already
|
|
33 defined in emacs.c.
|
|
34
|
|
35 * frame-msw.c: Removed Qinitially_unmapped and Qpopup - already
|
|
36 defined in frame.c and general.c respectively.
|
|
37
|
|
38 * glyphs-msw.c: Removed Qresource - already defined in
|
|
39 general.c.
|
|
40
|
|
41 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
42
|
|
43 * eldap.c (Fldap_search_internal): Docstring fixes
|
|
44
|
|
45 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
46
|
|
47 * nt.c (init_environment): Removed unused PRELOAD_WINSOCK,
|
|
48 EMACSDOC and TERM variables. Added EMACSDEBUGPATHS,
|
|
49 EMACSPACKAGEPATH and INFOPATH variables.
|
|
50 Removed unused get_emacs_configuration function.
|
|
51
|
|
52 * s/windowsnt.h: Don't define EMACS_CONFIGURATION here because
|
|
53 it is now defined at build-time by the makefile.
|
|
54
|
|
55 1998-07-01 James N. Potts <jnpotts@plutonium.net>
|
|
56
|
|
57 * fileio.c: (expand_file_name): under win32: Don't treat names as
|
|
58 UNC names if a drive letter has been specified. If a drive has
|
|
59 been specified, strip out extra directory-seperators that
|
|
60 reportedly cause problems under Win95.
|
|
61
|
|
62 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
63
|
|
64 * faces.c (complex_vars_of_faces): for the gui-element face don't
|
|
65 fallback to the default face, instead provide reasonable default
|
|
66 fallbacks that were previously hardcoded elsewhere.
|
|
67
|
|
68 1998-07-06 Olivier Galibert <galibert@pobox.com>
|
|
69
|
|
70 * glyphs-x.c (convert_EImage_to_XImage): Fix pixel writing problem
|
|
71 when the X server endianness is different than the client's one.
|
|
72
|
|
73 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
74
|
|
75 * eval.c (run_hook_with_args_in_buffer): Check
|
|
76 default (non-buffer-local) value of hook for
|
|
77 nil before treating it as a function. Don't initialize
|
|
78 the `globals' variable twice.
|
|
79
|
|
80 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
81
|
|
82 * fileio.c: Don't do directory seperator canonicalisation in
|
|
83 substitute-in-file-name because we don't know that the
|
|
84 filename refers to a local file.
|
|
85
|
|
86 1998-06-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
87
|
|
88 * process-nt.c (nt_create_process): Try appending the standard
|
|
89 executable file extensions to the filename if none supplied.
|
|
90
|
|
91 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
92
|
|
93 * fileio.c (Fsubstitute_in_file_name): Enable double slash notation
|
|
94 for cygwin32.
|
|
95 From Keisuke Mori <ksk@ntts.com>
|
|
96
|
|
97 1998-06-24 Andy Piper <andyp@parallax.co.uk>
|
|
98
|
|
99 * toolbar-msw.c (mswindows_output_toolbar): only enable masked
|
|
100 images if we have masks. This handles the xbm case (have masks)
|
|
101 and avoids overuse of resources in the xpm case (generally no masks).
|
|
102 Don't output small toolbars.
|
|
103
|
|
104 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
105
|
|
106 * eval.c (run_hook_with_args_in_buffer): Don't treat
|
|
107 the default value of a buffer local hook as a list of
|
|
108 hooks unless it is both a cons and the car of that cons
|
|
109 is not Qlambda.
|
|
110
|
|
111 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
112
|
|
113 * extents.c: Email address for Ben Wing is ben@xemacs.org.
|
|
114 * process-unix.c: Ditto.
|
|
115 * mule-coding.h: Ditto.
|
|
116 * mule-coding.c: Ditto.
|
|
117 * mule-charset.c: Ditto.
|
|
118 * mule-charset.h: Ditto.
|
|
119 * file-coding.c: Ditto.
|
|
120 * file-coding.h: Ditto.
|
|
121
|
|
122 1998-06-22 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
123
|
|
124 * event-msw.c: Guard against recursion when freeing
|
|
125 FRAME_MSWINDOWS_TARGET_RECT struture in WM_SIZE processing.
|
|
126
|
|
127 * frame-msw.c: Don't set WS_VISIBLE attribute on first frame.
|
|
128 Call ShowWindow twice in init_frame_3 to get round runemacs
|
|
129 weirdness.
|
|
130
|
|
131 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
132
|
|
133 * scrollbar.c (vertical_scrollbar_changed_in_window): Ditto.
|
|
134
|
|
135 * winslots.h: Rename.
|
|
136
|
|
137 * window.c (specifier_vars_of_window): Renamed
|
|
138 vertical-divider-draggable-p to vertical-divider-always-visible-p,
|
|
139 as suggested by Ben Wing.
|
|
140 (specifier_vars_of_window): Fix docstrings.
|
|
141
|
|
142 1998-06-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
143
|
|
144 * unexaix.c: Line number information works correctly again.
|
|
145
|
|
146 1998-06-22 Olivier Galibert <galibert@pobox.com>
|
|
147
|
|
148 * emacs.c (__sti__iflPNGFile_c___): Added. See comment. Cry.
|
|
149
|
|
150 1998-06-21 Martin Buchholz <martin@xemacs.org>
|
|
151
|
|
152 * editfns.c (get_home_directory): ANSIfy.
|
|
153 XEmacs is compilable under C *and* C++.
|
|
154 It's XEmacs, not Xemacs!
|
|
155
|
|
156 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
157
|
|
158 * console-msw.h: added a list of fonts to device data.
|
|
159
|
|
160 * device-msw.c: enumerate list of available fonts in
|
|
161 mswindows_init_device. Free list in mswindows_delete_device.
|
|
162
|
|
163 * objects-msw.c: Added helper function match_font used by
|
|
164 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
165 Allow a charset to be specified in a font string, even if
|
|
166 previous fields havn't been specified.
|
|
167
|
|
168 1998-06-23 Greg Klanderman <greg@alphatech.com>
|
|
169
|
|
170 * indent.c (column_at_point): column cache bugfix.
|
|
171 Set last_known_column_point to the buffer position for
|
|
172 which the column was requested, not buffer's point.
|
|
173
|
|
174 * redisplay.c (decode_mode_spec): for current-column, show
|
|
175 window's point's column, not buffer's point's column.
|
|
176
|
|
177 1998-06-23 Andy Piper <andyp@parallax.co.uk>
|
|
178
|
|
179 * menubar-msw.c (mswindows_handle_wm_command): use
|
|
180 enqueue_misc_user event rather than
|
|
181 mswindows_enqueue_msic_user_event to fix customize problems. Add some
|
|
182 checks that X does.
|
|
183
|
|
184 * console-msw.h: declare mswindows_enqueue_magic_event.
|
|
185
|
|
186 * event-msw.c (mswindows_enqueue_magic_event): make global.
|
|
187
|
|
188 1998-06-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
189
|
|
190 * line-number.c (LINE_NUMBER_FAR): Reverted to 16384.
|
|
191 (buffer_line_number): Use EMACS_INT_MAX instead of random LOTS.
|
|
192 (add_position_to_cache): Use EMACS_INT instead of int.
|
|
193
|
296
|
194 1998-06-21 Olivier Galibert <galibert@pobox.com>
|
|
195
|
|
196 * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something
|
|
197 suitable for an int used as a boolean (btw, C sucks.).
|
|
198
|
|
199 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
200
|
|
201 * object-msw.c: remove warnings.
|
|
202
|
|
203 * device-msw.c: #define wrongly named cygwin structure elements.
|
|
204
|
|
205 * s/cygwin32.h: define DEMI_BOLD
|
|
206
|
294
|
207 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
208
|
|
209 * redisplay-msw.c: new function mswindows_apply_face_effects.
|
|
210 This is called by output_string and output_cursor to display
|
|
211 underline and strikeout on faces.
|
|
212
|
|
213 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
214
|
|
215 * console-msw.h: added a list of fonts to device data.
|
|
216
|
|
217 * device-msw.c: enumerate list of available fonts in
|
|
218 mswindows_init_device. Free list in mswindows_delete_device.
|
|
219
|
|
220 * objects-msw.c: Added helper function match_font used by
|
|
221 mswindows_initialize_font_instance and mswindows_list_fonts.
|
|
222 Allow a charset to be specified in a font string, even if
|
|
223 previous fields havn't been specified.
|
|
224
|
|
225 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
226
|
|
227 * objects-msw.c:
|
|
228 Removed compilation warnings from mswindows_string_to_color.
|
|
229 mswindows_list_fonts returns a more general bogus font.
|
|
230 New lisp-visible function mswindows-color-list.
|
|
231
|
|
232 1998-06-19 David Bush <david.bush@adn.alcatel.com>
|
|
233
|
|
234 * editfns.c (Fuser_login_name): Modify to user new function
|
|
235 user_login_name.
|
|
236 (user_login_name): C only function to avoid Lisp object overhead
|
|
237 Returns "unknown" instead of nil in Cygwin environment
|
|
238
|
|
239 * fileio.c (Fexpand_file_name): Treat "~" and "~user" as
|
|
240 equivalent for current user in Cygwin environment. Use new
|
|
241 function user_login_name to get username.
|
|
242
|
|
243 * lisp.h: Declare user_login_name
|
|
244
|
|
245 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
246
|
|
247 * unexaix.c (make_hdr): Fixed bias computations so debugging info
|
|
248 works again.
|
|
249 Some other insignificant nitpicks.
|
|
250
|
|
251 1998-06-18 Andy Piper <andyp@parallax.co.uk>
|
|
252
|
|
253 * toolbar-msw.c (mswindows_output_toolbar): specify ILC_MASK when
|
|
254 creating the image list and make sure he bk color is transparent.
|
|
255
|
|
256 1998-06-18 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
257
|
|
258 * event-Xt.c (emacs_Xt_remove_timeout): Also remove timeout from
|
|
259 completed_timeouts. The timer could have expired.
|
|
260
|
|
261 1998-06-17 Andy Piper <andyp@parallax.co.uk>
|
|
262
|
|
263 * console-msw.h: move XEMACS_RECT_WH inside frame
|
|
264 parameters. define macors to access it.
|
|
265
|
|
266 * frame-msw.c (mswindows_init_frame_1): use new target_rect
|
|
267 parameter to intialise desired sizing. (mswindows_init_frame_2):
|
|
268 enable and size the frame to something sensible when we get
|
|
269 here. (mswindows_set_frame_properites): use new
|
|
270 mswindows_size_frame_internal function and size frame if frame
|
|
271 parameters not just if init is finished - WM_SIZE happens too
|
|
272 early for some specs. (mswindows_size_frame_internal): new
|
|
273 function abstracted from mswindows_set_frame_properties.
|
|
274 (Vmswindows_use_system_frame_size_defaults):
|
|
275 new variable controls whether to allow the system to pick frame
|
|
276 size defaults, defaults to nil.
|
|
277
|
|
278 * event-msw.c: in WM_SIZE use mswindows_size_frame_internal rather
|
|
279 than duplicated code.
|
|
280
|
|
281 1998-06-15 Colin Rafferty <colin@xemacs.org>
|
|
282
|
|
283 * Makefile.in.in: Made EXTW_LINK expand properly.
|
|
284
|
|
285 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
286
|
|
287 * redisplay.c (vars_of_redisplay): default value of
|
|
288 column-number-start-at-one should be NIL!
|
|
289
|
292
|
290 1998-06-11 Martin Buchholz <martin@xemacs.org>
|
|
291
|
|
292 * casefiddle.c:
|
|
293 (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar"
|
|
294
|
|
295 1998-06-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
296
|
|
297 * eldap.c (Fldap_search_internal): Use build_ext_string instead of
|
|
298 build_string to avoid crashes under Mule.
|
|
299
|
|
300 1998-06-13 Andy Piper <andyp@parallax.co.uk>
|
|
301
|
|
302 * ntplay.c (play_sound_data_1): don't delete the sound data until
|
|
303 the next sound is played and the previous one finished.
|
|
304
|
290
|
305 1998-06-10 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
306
|
|
307 * fileio.c (directory-sep-char): Escape backslashes.
|
|
308
|
|
309 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
310
|
|
311 * event-stream.c: Fix docstring reference.
|
|
312
|
|
313 1998-06-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
314
|
|
315 * alloc.c (make_float): Remove useless initialization of `next'
|
|
316 field.
|
|
317 (make_pure_float): Ditto.
|
|
318
|
|
319 * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'.
|
|
320
|
|
321 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
322
|
|
323 * fileio.c (Fmake_directory_internal): Remove conditionals
|
|
324 on WINDOWSNT when calling mkdir.
|
|
325
|
|
326 * ntproc.c: Deleted the following unused functions:
|
|
327 register_child, reap_subprocess, sys_wait.
|
|
328
|
|
329 * nt.c (sys_rename): Ifzeroed this implementation.
|
|
330 Deleted the following unused functions:
|
|
331 sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir,
|
|
332 sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2,
|
|
333 sys_read, sys_write.
|
|
334 Merger sys_fopen and sys_open with sysdep.c implementation.
|
|
335
|
|
336 * sysdep.c: Removed MS-DOS code.
|
|
337 (sys_rename): Deal with Microsoft rename weirdness.
|
|
338 (sys_open): Implemented for Windows.
|
|
339 (sys_fopen): Ditto.
|
|
340 (sys_mkdir): Ditto.
|
|
341
|
|
342 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
343
|
|
344 * buffer.c (complex_vars_of_buffer): Removed %t description from
|
|
345 the docstring.
|
|
346
|
|
347 1998-06-04 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
348
|
|
349 * scrollbar-msw.c: initialize the cbSize element of the
|
|
350 SCROLLINFO struct before calling SetScrollInfo. WinNT seems
|
|
351 to ignore the value of cbSize, but Win95 (and I presume Win98)
|
|
352 appear to want it set to sizeof(SCROLLINFO).
|
|
353
|
|
354 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
355
|
|
356 * event-stream.c: Defined Qcancel_mode_internal.
|
|
357 (syms_of_event_stream): defsymbol'ed it.
|
|
358
|
|
359 * events.h: Externed it.
|
|
360
|
|
361 * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler.
|
|
362
|
|
363 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
364
|
|
365 * frame-x.c (x_cde_destroy_callback): free the data
|
|
366 (cde-start-drag-internal) corrected root position, 21.1 needs this
|
|
367 hardcoded in Button events
|
|
368 (offix-start-drag-internal) corrected root position
|
|
369
|
|
370 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
371
|
|
372 * process-nt.c (signal_cannot_launch): Use signal_simple_error()
|
|
373 instead of error().
|
|
374
|
|
375 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
376
|
|
377 * dialog-msw.c (button_width): Removed `inline' from the function
|
|
378 declaration.
|
|
379
|
|
380 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
381
|
|
382 * frame-msw.c: add WS_VISIBLE flag to the first frame created.
|
|
383 Note that adding this flag to subsequent frames causes problems.
|
|
384
|
|
385 1998-06-03 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
386
|
|
387 * glyphs-eimage.c (png_instantiate) move 'struct
|
|
388 png_memory_storage tbr' out of nested block to avoid dangling
|
|
389 reference
|
|
390
|
|
391 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
392
|
|
393 * faces.h:
|
|
394 * faces.c: rename 3d-object -> gui-element. add toolbar face which
|
|
395 inherits from gui-element.
|
|
396
|
|
397 * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent
|
|
398 with existing code, generate masks correctly.
|
|
399
|
|
400 1998-06-03 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
401
|
|
402 * glyphs-eimage.c: Changed included header for gifs to use
|
|
403 Gifreader instead of giflib.
|
|
404
|
|
405 * glyphs-x.c: removed the image-related functions that were
|
|
406 moved into glyphs-eimage.
|
|
407
|
|
408 1998-06-02 David Bush <david.bush@adnb.alcatel.com>
|
|
409
|
|
410 * glyphs.c (bitmap_to_lisp_data) Define XFree to be free
|
|
411 if built without X Windows support.
|
|
412
|
|
413 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
414
|
|
415 * fns.c (Fconcat): Synch docstring with new reality.
|
|
416
|
|
417 1998-06-03 SL Baur <steve@altair.xemacs.org>
|
|
418
|
|
419 * frame.c: Remove reference to msdos.h (which is going away).
|
|
420 Suggested by Hrvoje Niksic and Kirill Katsnelson.
|
|
421
|
|
422 1998-06-02 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
423
|
|
424 * glyphs-eimage.c (jpeg_instantiate): Fix handling of
|
|
425 grayscale images/
|
|
426
|
|
427
|
|
428 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
429
|
|
430 * events.h: Fixed commentary about misc-user scrollbar events.
|
|
431
|
|
432 * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame
|
|
433 object as an event channel, instead of window object.
|
|
434 (x_update_horizontal_scrollbar_callback): Ditto.
|
|
435
|
288
|
436 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
437
|
|
438 * ntplay.c (play_sound_data_1) new function. convert alloca data
|
|
439 to malloc if necessary.
|
|
440 (play_sound_file): if the file is not in our path then convert to
|
|
441 data and play.
|
|
442
|
|
443 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
444
|
|
445 * mule-mcpath.c (mc_chdir): Reverse parameters in call to memcpy.
|
|
446 * msdos.c (Frecent_doskeys): Ditto.
|
|
447
|
|
448 * unexalpha.c (unexec): Reverse parameters in call to memcpy.
|
|
449 Suggested by Reggie Perry <perry@zso.dec.com>
|
|
450
|
|
451 * buffer.h: Eliminate size in declaration.
|
|
452
|
|
453 1998-06-01 Olivier Galibert <galibert@pobox.com>
|
|
454
|
|
455 * unexelfsgi.c (unexec): Cleanup n/nn and remove useless kludge.
|
|
456
|
|
457 1998-06-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
458
|
|
459 * gui.c (gui_item_init): Changed the default value for config member
|
|
460 from Qunbound to Qnil.
|
|
461
|
|
462 1998-06-01 Greg Klanderman <greg@alphatech.com>
|
|
463
|
|
464 * indent.c (vmotion_pixels): Don't #define abs().
|
|
465
|
|
466 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
467
|
|
468 * s/windowsnt.h: Defined popen and pclose to be _popen and _pclose
|
|
469 respectively.
|
|
470
|
|
471 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
472
|
|
473 * glyphs.h: add xbm declarations.
|
|
474
|
|
475 * console.h: add xbm_instantiate_method device method.
|
|
476
|
|
477 * glyphs.c (check_valid_xbm_inline) (xbm_validate)
|
|
478 (bitmap_to_lisp_data) (xbm_mask_file_munging) (xbm_normalize)
|
|
479 (xbm_possible_dest_types): moved here from glyphs-x.c. use
|
|
480 locate_pixmap_file device method and read_bitmap_data_from_file
|
|
481 instead of XmuReadBitmapDataFromFile.
|
|
482 (xbm_instatntiate): make a device method.
|
|
483
|
|
484 * glyphs-x.c: see glyphs.c changes. (read_bitmap_data_from_file)
|
|
485 new function that just calls XmuReadBitmapDataFromFile.
|
|
486 (x_xbm_instatntiate): device method from xbm_instantiate.
|
|
487
|
|
488 * glyphs-msw.c (read_bitmap_data) (NextInt)
|
|
489 (read_bitmap_data_from_file): new functions copied from Xmu
|
|
490 sources.
|
|
491 (xbm_create_bitmap_from_data) from Ben <ben@666.com> convert
|
|
492 inline data to an mswindows bitmap.
|
|
493 (init_image_instance_from_xbm_inline) (xbm_instantiate_1)
|
|
494 (mswindows_xbm_instantiate): mswindows-ized versions of the X
|
|
495 functions.
|
|
496
|
|
497 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
498
|
|
499 * window.c (specifier_vars_of_window): Renamed `has_modeline-p' to
|
|
500 `modeline-visible-p'.
|
|
501 Declared specifier lisp variables at the beginning oh the file
|
|
502 as static.
|
|
503
|
|
504 * procimpl.h (struct process_methods): Changed semantics of
|
|
505 create_process method so it accepts lisp strings instead of
|
|
506 char pointers.
|
|
507
|
|
508 * process.c (Fstart_process_internal): Moved building of
|
|
509 unix style argv from here to process-unix.c, ...
|
|
510
|
|
511 * process-unix.c (unix_create_process): ... right here.
|
|
512
|
|
513 * process-nt.c (nt_create_process): Changed this function to
|
|
514 support new semantics, so avoided a GC problem.
|
|
515
|
|
516 * events.c (Fmake_event): Document misc-user events properties.
|
|
517 (Fmake_event): Do not allow arbitrary objects for channel property
|
|
518 of misc-user events.
|
|
519 (Fmake_event): Change misc-user event validation: it is function
|
|
520 which is required, not button.
|
|
521
|
|
522 * event-msw.c (mswindows_user_event_p): Recognize misc user events as
|
|
523 user events.
|
|
524 (mswindows_enqueue_misc_user_event): Added function.
|
|
525 (mswindows_bump_queue): Removed function.
|
|
526 (mswindows_enqueue_magic_event): Support NULL HWND parameter.
|
|
527 (mswindows_wnd_proc, WM_CLOSE): Use mswindows_enqueue_misc_user_event().
|
|
528 (mswindows_wnd_proc, WM_EXITSIZEMOVE): Ditto.
|
|
529 (emacs_mswindows_handle_magic_event): Handle XM_BUMPQUEUE, by doing
|
|
530 really nothing, which is my personal favorite thing.
|
|
531
|
|
532 * console-msw.h: Removed prototype for mswindows_bump_queue().
|
|
533 Added prototype for mswindows_enqueue_misc_user_event().
|
|
534
|
|
535 * menubar-msw.c (mswindows_handle_wm_command): Use
|
|
536 mswindows_enqueue_misc_user_event().
|
|
537
|
|
538 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
539
|
|
540 * dialog-msw.c (dialog_proc): Ditto.
|
|
541
|
|
542 * scrollbar-msw.c (mswindows_handle_scrollbar_event): Ditto.
|
|
543 (mswindows_handle_scrollbar_event): Use frame, not window, for misc
|
|
544 user events channel.
|
|
545
|
|
546 1998-05-29 Greg Klanderman <greg@alphatech.com>
|
|
547
|
|
548 * window.c (Fwindow_displayed_text_pixel_height): was relying on
|
|
549 incorrect semantics of vmotion_pixels which has been fixed. don't
|
|
550 use it anymore as it can't easily be used.
|
|
551
|
|
552 * indent.c (vmotion_pixels): fix off by one bug moving up. also
|
|
553 the motion was reported incorrectly if you tried to go past end of
|
|
554 buffer.
|
|
555
|
|
556 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
557
|
|
558 * toolbar.h: Removed misleading commentary, as Martin suggested.
|
|
559
|
|
560 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
561
|
|
562 * lisp.h: Extern Qactivate_menubar_hook.
|
|
563
|
|
564 * menubar-msw.c (unsafe_handle_wm_initmenu_1): Pass correct value to
|
|
565 run_hook ().
|
|
566
|
|
567 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
568
|
|
569 * glyphs-msw.c: use BPLINE macro.
|
|
570
|
|
571 * select-msw.c (mswindows-selection-exists-p)
|
|
572 (mswindows-delete-selection): doc string fixes.
|
|
573
|
|
574 * toolbar-msw.c (mswindows_output_toolbar): make disabled buttons
|
|
575 unpressable. warning elimination.
|
|
576
|
|
577 1998-05-28 Martin Buchholz <martin@xemacs.org>
|
|
578
|
|
579 * alloc.c (dbg_constants):
|
|
580 * dbxrc:
|
|
581 * gdbinit:
|
|
582 Remove toolbar_data debugging code, since that lrecord has
|
|
583 also been removed.
|
|
584
|
|
585 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
586
|
|
587 * alloc.c: zap cached value of (user-home-directory), so that
|
|
588 it's not undumped.
|
|
589
|
|
590 * buffer.c: From init_buffer(), separated out code that
|
|
591 determined the initial directory for the *scratch* buffer, and
|
|
592 put them into a function called "init_initial_directory()".
|
|
593 The initial directory is now available as a global "char *"
|
|
594 called initial_directory.
|
|
595
|
|
596 * buffer.h: Added extern entries for initial_directory[] and
|
|
597 init_initial_directory().
|
|
598
|
|
599 * editfns.c: added new elisp function "user-home-directory",
|
|
600 which basically returns getenv("HOME"), but attempts to use
|
|
601 other values if $HOME isn't set.This may have to be tweaked in
|
|
602 the future as, under Unix, "/" is used if $HOME isn't set (this
|
|
603 probably should be set to the current directory). To support
|
|
604 this, a new C function, "get_home_directory()", now exists,
|
|
605 which returns the "home directory", as a "char *" string.
|
|
606
|
|
607 * emacs.c: Rearrange NT initialization order so that
|
|
608 environment/registry variables will be properly entered into
|
|
609 Vprocess_enviroment.
|
|
610
|
|
611 * fileio.c: replaced egetenv("HOME") with calls to the new
|
|
612 get_home_directory().
|
|
613
|
|
614 * lisp.h: Added function prototypes for uncache_home_directory()
|
|
615 and get_home_directory(), along with lisp prototypes for
|
|
616 Fuser_home_directory() and friends.
|
|
617
|
|
618 * nt.c: replaced getenv("HOME") with calls to the new
|
|
619 get_home_directory().
|
|
620
|
|
621 * sysfile.h: for WINDOWSNT, #include <direct.h>, to suppress
|
|
622 warnings about getcwd(), etc. not having prototypes.
|
|
623
|
|
624 1998-05-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
625
|
|
626 * process-nt.c (send_signal): Emulate SIGHUP.
|
|
627 (validate_signal_number): Ditto.
|
|
628
|
|
629 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Unconditionally
|
|
630 remove MOD_SHIFT from ASCII characters.
|
|
631 (mswindows_wnd_proc, WM_KEYDOWN): Do not activate the menubar when
|
|
632 F10 is pressed.
|
|
633
|
|
634 1998-05-24 Oliver Graf <ograf@fga.de>
|
|
635
|
|
636 * frame-x.c (cde-start-drag-internal): added filename and multi-
|
|
637 data transfers
|
|
638 (x_cde_convert_callback) dito
|
|
639
|
|
640 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
641
|
|
642 * frame-x.c: include event-mod.h also with CDE
|
|
643 (x_cde_convert_callback) made the thing working
|
|
644 (cde-start-drag-internal) also debugging
|
|
645
|
290
|
646 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
647
|
|
648 * m/sparc.h:
|
|
649 * getloadavg.c:
|
|
650 * malloc.c:
|
|
651 * unexec.c:
|
|
652 * mem-limits.h:
|
|
653 - add __OpenBSD__ where __NetBSD__ was found.
|
|
654 - TODO: replace platform-specific conditional compilation by
|
|
655 feature tests in configure.in.
|
|
656
|
288
|
657 1998-05-15 Greg Klanderman <greg@alphatech.com>
|
|
658
|
|
659 * window.c (Fwindow_displayed_text_pixel_height): New function.
|
|
660 (syms_of_window): DEFSUBR it.
|
|
661
|
|
662 * indent.c (Fvertical_motion_pixels): New function - request
|
|
663 movement in pixels.
|
|
664 (vmotion_pixels): helper.
|
|
665 (syms_of_indent): DEFSUBR.
|
|
666 * lisp.h: declaration for vmotion_pixels().
|
|
667
|
|
668 * indent.c (Fvertical_motion): Add optional third argument PIXELS,
|
|
669 to request returning motion in pixels.
|
|
670 (Fvertical_motion_pixels): Remove, functionality merged into
|
|
671 Fvertical_motion.
|
|
672 * window.c (window_scroll): call Fvertical_motion with 3 arguments.
|
|
673 (Fmove_to_window_line): ditto.
|
|
674 * lisp.h: Change declaration for Fvertical_motion.
|
|
675
|
|
676 * window.c: rename window-text-pixel-{height,width,edges} to
|
|
677 window-text-area-pixel-*.
|
|
678
|
|
679 1998-05-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
680
|
|
681 * tooltalk.c (vars_of_tooltalk) added staticpro for
|
|
682 Tooltalk_Message_plist_str and Tooltalk_Pattern_plist_str
|
|
683
|
|
684 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
685
|
|
686 * faces.c: create a new 3d_object_face, make modeline and
|
|
687 vertical_divider faces fallback to this rather than the default.
|
|
688
|
|
689 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
690
|
|
691 * s/cygwin32.h: define charsets for cygwin.
|
|
692
|
|
693 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
694
|
|
695 * toolbar-msw.c (mswindows_output_toolbar): fix up button sizes
|
|
696 and coordinates. resize bitmaps if we have already settled on a
|
|
697 different size.
|
|
698
|
|
699 * glyphs-msw.c (xpm_to_eimage): add ';' for mswindows compiler.
|
|
700
|
|
701 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
702
|
|
703 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
704
|
|
705 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
706
|
|
707 * gui.h: Ditto.
|
|
708
|
|
709 * gui-x.c (popup_selection_callback): Ditto.
|
|
710
|
|
711 * dialog-msw.c (dialog_proc): get_callback -> get_gui_callback.
|
|
712
|
|
713 * gui.c (get_callback): Renamed to get_gui_callback.
|
|
714
|
|
715 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
716
|
|
717 * glyphs.h: order rearrangement.
|
|
718
|
|
719 * device-tty.c (tty_asynch_device_change): Warning suppression.
|
|
720 * device-x.c (x_device_system_metrics): Warning suppression.
|
|
721 Make Doc strings consistent with coding standards.
|
|
722
|
|
723 1998-05-24 Martin Buchholz <martin@xemacs.org>
|
|
724
|
|
725 * general.c: multiple definition of `Qicon'. general.c seems
|
|
726 like a good home for Qicon.
|
|
727
|
|
728 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
729
|
|
730 * This patch is to fix compilation warnings under Windows.
|
|
731
|
|
732 * s/windowsnt.h: Encapsulate getpid with sys_getpid.
|
|
733 Added prototypes for FSF inherited functions, with which XEmacs is
|
|
734 sprinkled thoroughly.
|
|
735 Removed some #if 0 code. Bracketed some more definitions, probably
|
|
736 related to Visual C versions prior to 4 (we do not support them).
|
|
737
|
|
738 * sysfloat.h (logb): Finally, get logb() prototyped.
|
|
739
|
|
740 * sysfile.h: Added Windows specific includes.
|
|
741 Removed old Windows specific code bracketed with #if 0.
|
|
742
|
|
743 * sysdep.h: Added prototype for xrealpath().
|
|
744
|
|
745 * sysdep.c (sys_getpid): Added function, to support '95 negative pids.
|
|
746
|
|
747 * symsinit.h: Added prototypes for syms_of_dired_mswindows,
|
|
748 vars_of_dired_mswindows and init_ntproc (Grrr).
|
|
749
|
|
750 * realpath.c: Added Windows specific include files.
|
|
751 (xrealpath): Conditionalized declaration of some auto variables on
|
|
752 S_IFLNK, to avoid warnings.
|
|
753
|
|
754 * ntproc.c: Disabled some compiler warnings. This file is going to
|
|
755 die, so I have not cleaned it up much.
|
|
756 (set_process_dir): Const parameter.
|
|
757 (Fwin32_short_file_name): Down CHECK_* macros to one argument.
|
|
758 (Fwin32_long_file_name): Ditto.
|
|
759 (Fwin32_set_process_priority): Ditto. Why didn't I remove these
|
|
760 three functions?
|
|
761
|
|
762 * nt.h: Added prototypes for set_process_dir and convert_time.
|
|
763
|
|
764 * nt.c: More include files.
|
|
765 (getpwnam): Consted char* argument.
|
|
766 (get_emacs_configuration): Const return value.
|
|
767 (opendir): Const argument.
|
|
768 (stat): Casted converstion long->short.
|
|
769 (stat): Removed ad hoc and questionable support for non-MSC compile.
|
|
770 (sys_pipe): Removed unused auto variable.
|
|
771 (_sys_read_ahead): Removed calls to DebPrint.
|
|
772 (sys_read): Ditto, in 2 places.
|
|
773 (term_ntproc): Added unused int parameter to signal handler, to
|
|
774 avoid a warning when compiling a call to signal().
|
|
775 (msw_sigset): Properly return old signandler or NULL instead of void.
|
|
776
|
|
777 * floatfns.c (Flogb): Casted arguments to unary minus to signed.
|
|
778
|
|
779 * gmalloc.c (morecore): Ditto.
|
|
780 (_free_internal): Ditto.
|
|
781
|
|
782 * lread.c (parse_integer): Ditto.
|
|
783
|
|
784 * dired-msw.c: Added several include files.
|
|
785
|
|
786 * cmdloop.c (Fcommand_loop_1): Added Microsoft C to the Big List
|
|
787 of Compilers to Shut Up.
|
|
788
|
|
789 * callproc.c: Added #includes to suppress warnings under Windows.
|
|
790 (init_callproc): Removed #if0'ed code and unused variables.
|
|
791
|
|
792 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
793
|
|
794 * device-msw.c (mswindows_device_system_metrics): do planes in a
|
|
795 way consistent with X.
|
|
796
|
|
797 * glyphs-msw.c (mswindows_initialize_image_instance_mask): don't
|
|
798 use SetPixel, use DIBits functions.
|
|
799 (xpm_to_eimage): frob colors more closely like xpm deos.
|
|
800
|
|
801 * toolbar-msw.c: only resize bitmaps when shrinking. Adjust look
|
|
802 to be closer to X version.
|
|
803
|
|
804 * event-msw.c: use tooltip string directly.
|
|
805
|
|
806 * redisplay-msw.c: reinstate Kirill's bg pixmap change.
|
|
807
|
|
808 * objects-msw.c: frob rgb colors that only Kyle uses.
|
|
809
|
|
810 * dialog-msw.c (button_width): INLINE -> inline.
|
|
811
|
286
|
812 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
813
|
|
814 * getloadavg.c (getloadavg): Fix typo.
|
|
815
|
|
816 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
817
|
|
818 * objects-msw.c (mswindows_initialize_font_instance): Added support
|
|
819 for font character sets.
|
|
820 Replaced 'XXX' with '####' in comments throughout the file.
|
|
821
|
|
822 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
823
|
|
824 * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
|
|
825 console_type_create_dialog_mswindows(), to initialize Windows dialog
|
|
826 support.
|
|
827
|
|
828 * symsinit.h: Prototyped the above functions.
|
|
829
|
|
830 * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
|
|
831 checks to dialog.c...
|
|
832
|
|
833 * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
|
|
834 device must support dialog boxes, and the descriptor must supply at
|
|
835 least one button.
|
|
836
|
|
837 * dialog-msw.c: New file, dialogs for Windows.
|
|
838
|
|
839 1998-05-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
840
|
|
841 * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
|
|
842 (Fldap_search_internal): Removed unused variable `err'
|
|
843
|
|
844 * eldap.h: Moved Lisp_LDAP declaration here instead of using a
|
|
845 forward declaration
|
|
846
|
|
847 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
848
|
|
849 * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
|
|
850 defined. Therefore there is no need to handle the case when
|
|
851 HAVE_LDAP is undefined. Similarily, there is no reason to have
|
|
852 any code wrapped within `#ifdef emacs', since this code is only
|
|
853 useful within an emacs. This simplifies the code significantly.
|
|
854
|
|
855 * inline.c: Include eldap.h only if HAVE_LDAP.
|
|
856 * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
|
|
857 already does that.
|
|
858
|
|
859 1998-05-21 Kirill M. Katsnelson <kkm@kis.ru>
|
|
860
|
|
861 * unexnt.c (copy_executable_and_dump_data_section): Suppress
|
|
862 printing dump stats when building without DEBUG_XEMACS.
|
|
863 (dump_bss_and_heap): Ditto.
|
|
864
|
|
865 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
866
|
|
867 * gnuclient.c: don't suppress window system if there is no display
|
|
868 and we are running under mswindows. send 'mswindows device type if
|
|
869 we are in this situation.
|
|
870
|
|
871 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
872
|
|
873 * general.c:
|
|
874 * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
|
|
875
|
|
876 * glyphs-msw.c: change cursor imgae type name to resource. Fix
|
|
877 some nits.
|
|
878
|
|
879 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
880
|
|
881 * EmacsFrame.c (Xt_StringToScrollBarPlacement): Added support for
|
|
882 {top,bottom}-{left,right} values in addition to
|
|
883 {top,bottom}_{left,right}.
|
|
884
|
|
885 1998-05-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
886
|
|
887 * fileio.c (Fmake_temp_name): Remove unreached code.
|
|
888
|
|
889 * process-nt.c (validate_signal_number): Use
|
|
890 signal_simple_error().
|
|
891
|
|
892 1998-05-19 Martin Buchholz <martin@xemacs.org>
|
|
893
|
|
894 * unexhp9k800.c:
|
|
895 * sound.c (vars_of_sound):
|
|
896 * sysdep.c (reset_sigio_on_device):
|
|
897 * window.c (window_bottom_gutter_height):
|
|
898 unexhp9k800.c:258: warning: implicit declaration of function
|
|
899 `calculate_checksum'
|
|
900 sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
|
|
901 sysdep.c:1012: warning: unused variable `owner'
|
|
902 window.c:993: warning: `window_right_toolbar_width' defined but not used
|
|
903
|
|
904 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
905
|
|
906 * glyphs-msw.c (mswindows_create_resized_mask)
|
|
907 (mswindows_create_resized_bitmap): new funnctions split out from
|
|
908 mswindows_resize_dibitmap_instance.
|
|
909
|
|
910 * glyphs-msw.h: declare new resize functions.
|
|
911
|
|
912 * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
|
|
913 functions so that the original bitmaps are preserved.
|
|
914
|
|
915 * sheap.c: fixup static heap exhausted error to avoid FAQs.
|
|
916
|
|
917 * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
|
|
918 color if we are trying to output 0 depth bg pixmap.
|
|
919
|
|
920 * scrollbar-msw.c: warning elimination.
|
|
921
|
|
922 1998-05-18 Martin Buchholz <martin@xemacs.org>
|
|
923
|
|
924 * frame-x.c (x_update_frame_external_traits): Start preprocessor
|
|
925 directives in column 1.
|
|
926
|
|
927 * search.c (skip_chars): Avoid using xzero with arrays, since some
|
|
928 compilers get confused by the construct &array.
|
|
929
|
|
930 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
931
|
|
932 * objects-msw.h:
|
|
933 * objects-msw.c: Changed the charset value for a new font from
|
|
934 "don't care" to "ansi".
|
|
935
|
|
936 * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
|
|
937
|
|
938 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
939
|
|
940 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
|
|
941 modifier on control chars.
|
|
942 Use IsCharAlpha() instead of isaplha().
|
|
943
|
|
944 1998-05-19 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
945
|
|
946 * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
|
|
947
|
|
948 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
949
|
288
|
950 * objects-msw.c (mswindows_initialize_font_instance): Use ANSI
|
|
951 charset when creating font.
|
|
952 (mswindows_initialize_color_instance): Do not create brush along
|
|
953 with a color.
|
|
954 (mswindows_finalize_color_instance): Do not delete it then.
|
|
955
|
|
956 * objects-msw.h (struct mswindows_color_instance_data): Removed
|
|
957 brush slot, and corresponding accessor macro.
|
|
958
|
|
959 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
960
|
286
|
961 * toolbar.c: Removed toolbar_data lrecord implementation.
|
|
962 (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
|
|
963 with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
|
|
964 (compute_frame_toolbar_buttons): Ditto.
|
|
965 (CHECK_TOOLBAR): Ditto.
|
|
966 (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
|
|
967 (update_frame_toolbars): Do not check for changed buffer
|
|
968 here. Toolbar information is provided by cached specs in
|
|
969 windows. The check for buffer is eliminated becuase toolbars are
|
|
970 marked changed in set_frame_selected_window() in frame.c
|
|
971 Added check for changed toolbars geometry.
|
|
972 (compute_frame_toolbars_data): Removed unused second parameter;
|
|
973 Adjusted callers of this static function throughout the file.
|
|
974 (init_frame_toolbars): Initialize current_toolbar_size.
|
|
975 (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
|
|
976 what is its current expansion, for clarity.
|
|
977 (init_frame_toolbars): Ditto.
|
|
978 (init_device_toolbars): Ditto.
|
|
979 (init_global_toolbars): Ditto.
|
|
980
|
|
981 * toolbar.h: Removed definition of toolbar_data lrecord.
|
|
982 Added accessor macros FRAME_TOOLBAR_BUTTONS and
|
|
983 FRAME_CURRENT_TOOLBAR_SIZE.
|
|
984 Added macro DEVICE_SUPPORTS_TOOLBARS_P.
|
|
985
|
|
986 * toolbar-x.c (x_output_toolbar): The same change as in
|
|
987 toolbar-msw.c
|
|
988 (x_output_toolbar): Ditto.
|
|
989 (x_redraw_exposed_toolbar): Ditto.
|
|
990
|
|
991 * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
|
|
992 buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
|
|
993 (mswindows_output_toolbar): Ditto.
|
|
994 (mswindows_output_toolbar): Ditto.
|
|
995
|
|
996 * frame.c (mark_frame): Removed marking of arrays, according to
|
|
997 frameslots.h change.
|
|
998 (nuke_all_frame_slots): Ditto.
|
|
999 (set_frame_selected_window): Mark toolbars changed when
|
|
1000 last_nonminibuf_window changes.
|
|
1001
|
|
1002 * frame.h (struct frame): Moved some slots to frameslots.h.
|
|
1003 Added current_toolbar_size array.
|
|
1004 Changed references from toolbar_data to toolbar_buttons in macros
|
|
1005 FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
|
|
1006 FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
|
|
1007 FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
|
|
1008
|
|
1009 * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
|
|
1010 Moved arrays of lisp objects here from frame.h: toolbar_size,
|
|
1011 toolbar_visible_p, toolbar_border_width.
|
|
1012 Removed toolbar_data slot and added toolbar_buttons.
|
|
1013
|
|
1014 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1015
|
|
1016 * symsinit.h: Externed syms_of_process_nt()
|
|
1017
|
|
1018 * emacs.c (main_1): Call syms_of_process_nt()
|
|
1019
|
|
1020 * process-nt.c: Quote process arguments by a call to Lisp function
|
|
1021 `nt-quote-process-args'.
|
|
1022 (syms_of_process_nt): New function.
|
|
1023 (nt_send_process): Flush data stream after each write, to avoid
|
|
1024 leaving buffered data.
|
|
1025 (nt_send_process): When blocked on process output, wait for
|
|
1026 process to slurp more for progressively increasing time intervals.
|
|
1027
|
|
1028 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
1029
|
|
1030 * window.c (have_undivided_common_edge): Make file-local function
|
|
1031 static.
|
|
1032 (map_windows): Return 0 if all map functions successful.
|
|
1033 Fix typos.
|
|
1034
|
|
1035 * winslots.h: Use unlikely names for local variables in macros to
|
|
1036 avoid shadowing warnings.
|
|
1037
|
|
1038 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
1039
|
|
1040 * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
|
|
1041 so that we re-output if the toolbar size has changed.
|
|
1042
|
|
1043 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1044
|
|
1045 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
|
|
1046
|
|
1047 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
|
|
1048
|
|
1049 * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
|
|
1050 greater).
|
|
1051
|
|
1052 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1053
|
|
1054 * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
|
|
1055 get bitmap manifest constants defined.
|
|
1056
|
|
1057 * console-msw.h: Include system files in angle brackets, not in
|
|
1058 quotes.
|
|
1059
|
|
1060 * window.c (specifier_vars_of_window): Fixed a typo in
|
|
1061 `vertical-divider-line-width' docstirng.
|
|
1062
|
|
1063 1998-05-16 Olivier Galibert <galibert@pobox.com>
|
|
1064
|
|
1065 * line-number.c (delete_invalidate_line_number_cache): Use an
|
|
1066 EMACS_INT.
|
|
1067 (buffer_line_number): Remove dangerous, plain wrong when using
|
|
1068 64bits emacs ints, cast.
|
|
1069
|
|
1070 * insdel.c (buffer_delete_range): Use an EMACS_INT.
|
|
1071
|
|
1072 * cmds.c (Fforward_line): Use EMACS_INTs.
|
|
1073
|
|
1074 * search.c (bi_scan_buffer): Change to use EMACS_INTs.
|
|
1075 (scan_buffer): Ditto.
|
|
1076 (bi_find_next_newline_no_quit): Remove useless cast.
|
|
1077 (find_next_newline_no_quit): Ditto.
|
|
1078 (find_next_newline): Ditto.
|
|
1079 (find_before_next_newline): Use an EMACS_INT.
|
|
1080
|
|
1081 * lisp.h: Change scan_buffer to pass EMACS_INTs.
|
|
1082
|
|
1083 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1084
|
|
1085 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
1086
|
|
1087 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
1088
|
|
1089 * gui-x.c (popup_selection_callback): Use it.
|
|
1090
|
|
1091 * gui.h (get_callback): Declare it.
|
|
1092
|
|
1093 * gui.c (get_callback): New function.
|
|
1094
|
284
|
1095 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
1096
|
|
1097 * window.c (have_undivided_common_edge): Guard scrollbar specific
|
|
1098 stuff.
|
|
1099 (window_needs_vertical_divider_1): Ditto.
|
|
1100
|
|
1101 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1102
|
|
1103 * emacs.c (decode_path): Eliminate compiler warning.
|
|
1104 (Fdecode_path): Renamed to Fsplit_path.
|
|
1105 (Fsplit_string_by_char): New function.
|
|
1106
|
|
1107 1998-05-14 Damon Lipparelli <lipp@primus.com>
|
|
1108
|
|
1109 * winslots.h: close comment
|
|
1110
|
|
1111 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1112
|
|
1113 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
|
|
1114
|
|
1115 * bufslots.h: Removed buffer_file_type slot.
|
|
1116
|
|
1117 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
|
|
1118 buffer local flags.
|
|
1119 (complex_vars_of_buffer): Removed buffer-file-type variable and
|
|
1120 its default reference.
|
|
1121
|
|
1122 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
1123
|
284
|
1124 * faces.c (complex_vars_of_faces): Defined
|
|
1125 Vvertical_divider_face.
|
|
1126 (vars_of_faces): Staticpro it.
|
|
1127
|
|
1128 * faces.h: Externed Vvertical_divider_face.
|
|
1129
|
|
1130 * redisplay-x.c (x_output_vertical_divider): Use
|
|
1131 Vvertical_divider_face to draw the divider instead of modeline
|
|
1132 face.
|
|
1133
|
|
1134 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
|
|
1135 divider face using Vvertical_divider_face background.
|
|
1136 Fix drawing spacing gaps around the divider.
|
|
1137
|
|
1138 1998-05-14 Didier Verna <verna@inf.enst.fr>
|
|
1139
|
|
1140 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
|
|
1141 values for the vertical divider line width and spacing. Use the
|
|
1142 cached values from the window structure instead.
|
|
1143 (x_divider_width): ditto.
|
|
1144
|
|
1145 * window.c (specifier_vars_of_window): new specifiers:
|
|
1146 vertical-divier -line-width and -spacing.
|
|
1147 (vertical_divider_global_width_changed): formerly known as
|
|
1148 vertical_divider_shadow_thickness_changed.
|
|
1149
|
|
1150 * winslots.h: new slots: vertical_specifier _line_width and
|
|
1151 _spacing. Plus corrected a comment typo.
|
|
1152
|
|
1153 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1154
|
|
1155 * window.h: Declared window_divider_width().
|
282
|
1156
|
284
|
1157 * console-stream.c (stream_divider_width): Removed method.
|
|
1158 (console_type_create_stream): And declaration for it.
|
|
1159
|
|
1160 * redisplay.c (pixel_to_glyph_translation): Use
|
|
1161 window_divider_width() instead of divider_width redisplay method.
|
|
1162 (pixel_to_glyph_translation): Fix top divider edge calculation
|
|
1163 when scrollbar is on top.
|
282
|
1164
|
284
|
1165 * window.c (window_divider_width): New function, an outphaser for
|
|
1166 divider_width redisplay method.
|
|
1167 (window_right_gutter_width): Use it.
|
|
1168 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
|
|
1169 specifiers, set fallback values differently on TTYs, and document
|
|
1170 the behavior of these on TTYs in the docstrings.
|
|
1171
|
|
1172 * scrollbar.c (update_scrollbar_instance): Use
|
|
1173 window_divider_width() instead of divider_width redisplay method.
|
282
|
1174
|
284
|
1175 * console.h (struct console_methods): Removed divider_width_method.
|
|
1176
|
|
1177 * redisplay-tty.c (tty_divider_width): Removed device method.
|
|
1178 (console_type_create_redisplay_tty): Removed definition for it.
|
|
1179 (tty_output_vertical_divider): Respect the value returned by
|
|
1180 window_divider_width thus divider line width specification.
|
|
1181
|
|
1182 * redisplay-msw.c (mswindows_divider_width): Removed device method.
|
|
1183 (console_type_create_redisplay_mswindows): Removed definition for it.
|
|
1184 (mswinodws_output_vertical_divider): Respect the value returned by
|
|
1185 window_divider_width thus divider line width specification.
|
282
|
1186
|
284
|
1187 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
1188
|
|
1189 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
|
|
1190
|
|
1191 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
1192
|
|
1193 * glyphs-msw.c: resource loading implementation.
|
|
1194 (cursor_normalize): new function.
|
|
1195 (cursor_validate): ditto.
|
|
1196 (cursor_instantiate): ditto.
|
|
1197 (cursor_name_to_resource): ditto.
|
|
1198 (cursor_possible_dest_types): ditto.
|
|
1199 (check_valid_symbol): ditto.
|
|
1200 (check_valid_string_or_int): ditto.
|
|
1201
|
|
1202 1998-05-14 Martin Buchholz <martin@xemacs.org>
|
|
1203
|
|
1204 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
|
|
1205 VINTR and VQUIT.
|
|
1206
|
|
1207 * process-unix.c (process_signal_char): Use VSUSP instead of
|
|
1208 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
|
|
1209
|
|
1210 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1211
|
|
1212 * specifier.c (specifier_instance): Change locale precedence of
|
|
1213 instantiation so window locale has higher priority than buffer
|
|
1214 locale.
|
|
1215 (Fspecifier_instance): Reflect this in docstring.
|
|
1216 (Fadd_spec_list_to_specifier): Ditto.
|
|
1217 (Fadd_spec_to_specifier): Ditto.
|
|
1218 (Fremove_specifier): Ditto.
|
282
|
1219
|
284
|
1220 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1221
|
|
1222 ** Dialog separation into a device method from Andy Piper
|
|
1223
|
|
1224 * emacs.c (main_1): Call console_type_create_dialog_x().
|
|
1225
|
|
1226 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
|
|
1227 into this device method.
|
|
1228 (console_type_create_dialog_x): New function.
|
|
1229
|
|
1230 * dialog.c (Fpopup_dialog_box): New function.
|
|
1231 (syms_of_dialog): Defsubr it.
|
|
1232
|
|
1233 * console.h (struct console_methods): Declared
|
|
1234 popup_dialog_box_method().
|
|
1235
|
|
1236 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
|
|
1237
|
|
1238 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
1239
|
|
1240 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
|
|
1241 * frame-x.c (x_cde_transfer_callback): checked for merge errors
|
|
1242
|
|
1243 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
1244
|
|
1245 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
|
|
1246
|
|
1247 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
1248
|
284
|
1249 * console.h (device_metrics): Removed dbcs, input-method-editor
|
|
1250 and right-to-left metrics.
|
|
1251
|
|
1252 * device.c (Fdevice_system_metric): Ditto.
|
|
1253 (Fdevice_system_metrics): Ditto.
|
|
1254 (syms_of_device): Ditto.
|
|
1255 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
|
|
1256 again.
|
|
1257
|
|
1258 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1259
|
|
1260 * line-number.h (mark_line_number_cache): Remove unused
|
|
1261 declaration.
|
|
1262
|
|
1263 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
|
|
1264 (get_nearest_line_number): Simplify.
|
|
1265 (add_position_to_cache): Make the old marker point nowhere.
|
|
1266
|
|
1267 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1268
|
|
1269 ** Renamed window-divider-map => vertical-divider-map
|
|
1270 and event-over-divider-p => event-over-vertical-divider-p,
|
|
1271 in the following files/functions:
|
|
1272 * events.h:
|
|
1273 * events.c (Fevent_over_divider_p):
|
|
1274 * keymap.c (get_relevant_keymaps):
|
|
1275 (vars_of_keymap):
|
|
1276
|
|
1277 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
|
|
1278
|
|
1279 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
|
282
|
1280
|
284
|
1281 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1282
|
|
1283 * window.c (vertical_divider_changed_in_window): Renamed so.
|
|
1284 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
|
|
1285 (window_needs_vertical_divider_1): Decide whether we need it based
|
|
1286 on the value of the above specifier. If separators are unwanted,
|
|
1287 put them only if there's no scrollbar between this window and its
|
|
1288 right neighbor.
|
|
1289 (have_undivided_common_edge): New function, helper for the above.
|
|
1290 (window_needs_vertical_divider): Return either a cached value,
|
|
1291 or clauclate and cache one.
|
|
1292 (invalidate_vertical_divider_cache_in_window): Implemented.
|
|
1293 (map_windows): Changed return type to int, return the value from
|
|
1294 MAPFUN.
|
282
|
1295
|
284
|
1296 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
|
|
1297 (struct window): Added need_vertical_divider_p and
|
|
1298 need_vertical_divider_valid_p.
|
|
1299
|
|
1300 * winslots.h: Added vertical_divider_draggable_p slot.
|
282
|
1301
|
284
|
1302 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
|
|
1303 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
|
|
1304
|
|
1305 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
|
|
1306
|
|
1307 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
|
|
1308 invalidate_vertical_divider_cache_in_frame().
|
|
1309 Prototype it.
|
|
1310
|
|
1311 1998-05-14 Andy Piper <andyp@parallax.co.uk>
|
282
|
1312
|
284
|
1313 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
|
|
1314
|
|
1315 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
|
|
1316 masks correctly and don't select 0.
|
|
1317
|
|
1318 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1319
|
|
1320 * winslots.h: New file, declaration of some struct window and
|
|
1321 struct saved_window members.
|
|
1322
|
|
1323 * window.h (struct window): Include it, with required preprocessor
|
|
1324 magic.
|
282
|
1325
|
284
|
1326 * window.c (mark_window): Ditto.
|
|
1327 (allocate_window): Ditto.
|
|
1328 (struct saved_window): Ditto.
|
|
1329 (mark_window_config): Ditto.
|
|
1330 (saved_window_equal): Ditto.
|
|
1331 (Fset_window_configuration): Ditto.
|
|
1332
|
|
1333 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1334
|
|
1335 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
|
|
1336
|
|
1337 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
1338
|
|
1339 * redisplay-x.c (x_output_vertical_divider): draw shadows around
|
|
1340 the divider line. The shadow thickness is currently
|
|
1341 hard-wired. This will probably be turned into a specifier soon.
|
|
1342
|
|
1343 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
282
|
1344
|
284
|
1345 * console.h (struct console_methods): the divider_width console
|
|
1346 method now requires a struct window * argument.
|
|
1347
|
|
1348 * redisplay-x.c (x_divider_width): ditto. Plus remove
|
|
1349 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
|
|
1350 (x_output_vertical_divider): give a depressed look when the shadow
|
|
1351 thickness is negative.
|
|
1352
|
|
1353 * console-stream.c (stream_divider_width): pass a struct window *
|
|
1354 argument.
|
|
1355
|
|
1356 * redisplay-tty.c (tty_divider_width): ditto.
|
|
1357
|
|
1358 * window.c (window_right_gutter_width): totdi.
|
|
1359
|
|
1360 * redisplay.c (generate_modeline): ittod.
|
|
1361
|
|
1362 * scrollbar.c (update_scrollbar_instance): ttido.
|
|
1363
|
|
1364 * redisplay-msw.c (mswindows_divider_width): ottid.
|
|
1365 WARNING: this enables to compile, but the feature is not functional.
|
|
1366
|
|
1367 * window.h (struct window): new field
|
|
1368 vertical_divider_shadow_thickness.
|
282
|
1369
|
284
|
1370 * window.c (specifier_vars_of_window): new specifier
|
|
1371 vertical-divider-shadow-thickness.
|
|
1372 (vertical_divider_shadow_thickness_changed): new function to
|
|
1373 inform redisplay that the window has changed.
|
|
1374 (mark_window): handle new field vertical_divider_shadow_thickness
|
|
1375 from struct window.
|
|
1376 (allocate_window): ditto.
|
|
1377 (saved_window_equal): toddi.
|
|
1378 (Fset_window_configuration): totid.
|
|
1379 (save_window_save): ttdio.
|
|
1380 (struct saved_window): new field vertical_divider_shadow_thickness.
|
|
1381
|
|
1382 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1383
|
|
1384 * device-msw.c (mswindows_device_system_metrics): Support a deluge
|
|
1385 of metrics.
|
282
|
1386
|
284
|
1387 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
1388
|
|
1389 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
|
|
1390 * event-Xt.c (x_event_to_emacs_event): C++ compability
|
|
1391
|
|
1392 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
1393
|
284
|
1394 * emacs.c (Fdecode_path): Default SEPCHAR to value of
|
|
1395 path-separator.
|
|
1396
|
|
1397 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1398
|
|
1399 * emacs.c (vars_of_emacs): Do it here; change the meaning of
|
|
1400 Vpath_separator.
|
|
1401
|
|
1402 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
|
|
1403
|
|
1404 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
1405
|
284
|
1406 * emacs.c (decode_path_1): New function.
|
|
1407 (decode_path): Use it.
|
|
1408 (Fdecode_path): Renamed from Fdecode_path_internal; use
|
|
1409 decode_path_1.
|
|
1410
|
|
1411 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1412
|
|
1413 * macros.c (Fzap_last_kbd_macro_event): New function.
|
|
1414 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
|
|
1415
|
|
1416 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
282
|
1417
|
284
|
1418 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
|
|
1419 multiple bitmaps are output vertically as well as horizontally.
|
|
1420 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
|
|
1421 crossing lines this is handled by
|
|
1422 mswindows_output_dibitmap_region.
|
|
1423
|
|
1424 1998-05-12 Martin Buchholz <martin@xemacs.org>
|
|
1425
|
|
1426 * inline.c: Include eldap.h
|
|
1427
|
|
1428 * menubar-x.c (x_update_frame_menubar_internal):
|
|
1429 Remove: unused variable `container'
|
|
1430
|
|
1431 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
1432
|
|
1433 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
|
|
1434 Unfortunately, the resulting temacs still cannot dump.
|
282
|
1435
|
284
|
1436 * symbols.c (symbol_is_constant):
|
|
1437 (verify_ok_for_buffer_local):
|
|
1438 -Wswitch Warning suppression - add default case to switches.
|
|
1439
|
|
1440 * redisplay.c (decode_mode_spec): Remove unused variables,
|
|
1441 Replace Fcoding_system_property (codesys, Qmnemonic) with
|
|
1442 XCODING_SYSTEM_MNEMONIC (codesys);
|
|
1443 Fcoding_system_property is for users.
|
|
1444
|
|
1445 * buffer.c:
|
|
1446 * fileio.c:
|
|
1447 * lread.c:
|
|
1448 * xselect.c:
|
|
1449 Change empty docstrings into no doc strings at all.
|
|
1450 Fix bogus FSF-format docstrings.
|
282
|
1451
|
284
|
1452 * extents.c:
|
|
1453 Standardize docstrings.
|
|
1454
|
|
1455 * floatfns.c:
|
|
1456 Explain problems with matherr.
|
|
1457
|
|
1458 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
|
282
|
1459
|
284
|
1460 * syssignal.h:
|
|
1461 if BROKEN_SIGIO, then SIGIO wants to be undefined.
|
|
1462 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
|
|
1463 Fix the weird resultant interaction (causes windows problems)
|
|
1464
|
|
1465 * gdbinit:
|
|
1466 * dbxrc:
|
|
1467 Take new EMACSBOOTSTRAPLOADPATH into account.
|
|
1468 Update documentation strings
|
282
|
1469
|
284
|
1470 * Makefile.in.in:
|
|
1471 - Adjust for luser's CDPATH being set to something weird.
|
|
1472 - Take into account bash 2.02's tendency to print the cwd when
|
|
1473 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
1474 - fix the run-temacs target to use $(DUMPENV)
|
|
1475 - fix the run-puremacs target to use $(DUMPENV)
|
|
1476 - fix the `depend' target to properly $(RM) the right files
|
|
1477 - Generate a better TAGS file for XEmacs' lisp code using
|
|
1478 hand-crafted regexps.
|
|
1479 - Use standard coding conventions for modules/Makefile.in
|
|
1480
|
|
1481 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
1482
|
|
1483 * redisplay.c: removed the scrolling modeline code that didn't
|
|
1484 make it for 21.0. To be continued ...
|
|
1485
|
|
1486 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1487
|
|
1488 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
|
|
1489 and empty string inputs.
|
|
1490
|
|
1491 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1492
|
|
1493 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
|
|
1494
|
|
1495 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
1496
|
|
1497 * event-stream.c (enqueue_misc_user_event_pos): created
|
|
1498 * lisp.h (enqueue_misc_user_event_pos): prototype added
|
|
1499 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
|
|
1500 * emacs.c: call vars_of_dragdrop
|
|
1501 * dragdrop.c (vars_of_dragdrop): provide dragdrop
|
|
1502
|
|
1503 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
1504
|
|
1505 * frame-x.c (x_cde_transfer_callback): return at correct pos
|
|
1506 * event-Xt.c (x_event_to_emacs_event): changed format of drop
|
|
1507 object for MIME (see comment in dragdrop.c)
|
|
1508 * dragdrop.c: API change documented in comment
|
|
1509 removed provide of dragdrop [is provided by dragdrop.el]
|
|
1510
|
|
1511 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1512
|
|
1513 * window.c (window_needs_vertical_divider): Enable vertical
|
|
1514 dividers for every non-rightmost window.
|
|
1515 (window_left_gutter_width): Left gutter consists of mythical
|
|
1516 toolbar and a virtual scrollbar.
|
|
1517 (window_right_gutter_width): The right one may have a divider
|
|
1518 also.
|
|
1519
|
|
1520 * scrollbar.c (update_scrollbar_instance): Position vertical
|
|
1521 scrollbar left to divider if the latter present.
|
|
1522
|
|
1523 * redisplay.h: Declared OVER_DIVIER constant.
|
|
1524
|
|
1525 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
|
|
1526 case.
|
|
1527
|
|
1528 * redisplay-x.c (x_output_vertical_divider): Output divider along
|
|
1529 the right side of the window, down to window bottom. Swapped
|
|
1530 foreground and background colors so it is visible by default.
|
282
|
1531
|
284
|
1532 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
|
|
1533 stick the divider to the right window side.
|
|
1534
|
|
1535 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
|
|
1536 deadbox painting.
|
|
1537 (mswindows_divider_width): Ask system for user preferred value.
|
|
1538 (mswindows_output_vertical_divider): Always output the divider on
|
|
1539 the right side of a window, down to bottom.
|
|
1540
|
|
1541 * keymap.c (get_relevant_keymaps): Route mouse button events which
|
|
1542 happened over a window divider through window-divider-map.
|
|
1543 (Fkey_binding): Documented that in the docstring.
|
|
1544 Defined the variable Vwindow_divider_map.
|
282
|
1545
|
284
|
1546 * events.c (Fevent_over_divider_p): Added this function.
|
|
1547
|
|
1548 * events.h: EXFUNed it.
|
|
1549
|
|
1550 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1551
|
|
1552 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
|
|
1553 toolbar geometry is suspected to change.
|
|
1554
|
|
1555 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1556
|
|
1557 * src/device-msw.c
|
|
1558 * src/event-msw.c
|
|
1559 Condition dnd and dde code on HAVE_DRAGNDROP.
|
|
1560
|
|
1561 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
1562
|
284
|
1563 * events.c (format_event_object): Print space as SPC etc.
|
|
1564
|
|
1565 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
1566
|
|
1567 * print.c (print_internal): In the default case, abort() if
|
|
1568 ERROR_CHECK_TYPECHECK.
|
|
1569
|
|
1570 * fileio.c (Fmake_temp_name): Doc fix.
|
|
1571
|
|
1572 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1573
|
|
1574 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
|
|
1575
|
|
1576 * undo.c (Fprimitive_undo): Fixed typo.
|
282
|
1577
|
284
|
1578 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
1579
|
|
1580 * fns.c (concat): Signal error on integer argument.
|
|
1581
|
|
1582 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1583
|
|
1584 * console.h (device_metrics): Prefixed each constatnt with DM_
|
|
1585
|
|
1586 * device.c: (Fdevice_system_metric): Renamed so from plural form
|
|
1587 (metrics); Changed parameters order and added DEFAULT parameter;
|
|
1588 Unabbreviated some metric constants; Fixed and untabified doc string.
|
|
1589 (Fdevice_system_metrics): Added. Returns a plist of all provided
|
|
1590 metrics.
|
|
1591
|
|
1592 * device-msw.c (mswindows_device_system_metrics): Renamed
|
|
1593 device_metrics enum constants.
|
|
1594 Return Qunbound instead of Qnil.
|
282
|
1595
|
|
1596 * device-tty.c (tty_device_system_metrics): Ditto.
|
|
1597
|
|
1598 * device-x.c (x_device_system_metrics): Ditto.
|
|
1599
|
284
|
1600 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
272
|
1601
|
284
|
1602 * redisplay-msw.c: implement background pixmaps (really!). Make
|
|
1603 sure bg color is transparent if we have bg pmaps.
|
|
1604 * (mswindows_output_string) (mswindows_clear_region): output bg
|
|
1605 pmap if required.
|
|
1606 * (mswindows_output_dibitmap_region): new function.
|
|
1607 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
|
|
1608 the bg color rather than transparently.
|
263
|
1609
|
284
|
1610 * toolbar-msw.c: use masks if they exist.
|
241
|
1611
|
284
|
1612 * glyphs-msw.c: set up masks correctly.
|
215
|
1613
|
284
|
1614 * event-msw.c: typedef SOCKET if cygwin and not msg select().
|
209
|
1615
|
284
|
1616 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
203
|
1617
|
284
|
1618 * regex.c (re_match_2_internal): Check for quit.
|
149
|
1619
|
284
|
1620 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
104
|
1621
|
284
|
1622 * frame.c (Ffocus_frame): New function.
|
82
|
1623
|