Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | e11d67e05968 |
children | 6cb5e14cd98e |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
1 1998-06-10 Samuel Mikes <smikes@alumni.hmc.edu> | |
2 | |
3 * fileio.c (directory-sep-char): Escape backslashes. | |
4 | |
5 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6 | |
7 * event-stream.c: Fix docstring reference. | |
8 | |
9 1998-06-12 Hrvoje Niksic <hniksic@srce.hr> | |
10 | |
11 * alloc.c (make_float): Remove useless initialization of `next' | |
12 field. | |
13 (make_pure_float): Ditto. | |
14 | |
15 * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'. | |
16 | |
17 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru> | |
18 | |
19 * fileio.c (Fmake_directory_internal): Remove conditionals | |
20 on WINDOWSNT when calling mkdir. | |
21 | |
22 * ntproc.c: Deleted the following unused functions: | |
23 register_child, reap_subprocess, sys_wait. | |
24 | |
25 * nt.c (sys_rename): Ifzeroed this implementation. | |
26 Deleted the following unused functions: | |
27 sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir, | |
28 sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2, | |
29 sys_read, sys_write. | |
30 Merger sys_fopen and sys_open with sysdep.c implementation. | |
31 | |
32 * sysdep.c: Removed MS-DOS code. | |
33 (sys_rename): Deal with Microsoft rename weirdness. | |
34 (sys_open): Implemented for Windows. | |
35 (sys_fopen): Ditto. | |
36 (sys_mkdir): Ditto. | |
37 | |
38 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru> | |
39 | |
40 * buffer.c (complex_vars_of_buffer): Removed %t description from | |
41 the docstring. | |
42 | |
43 1998-06-04 Rick Rankin <Rick_Rankin-P15254@email.mot.com> | |
44 | |
45 * scrollbar-msw.c: initialize the cbSize element of the | |
46 SCROLLINFO struct before calling SetScrollInfo. WinNT seems | |
47 to ignore the value of cbSize, but Win95 (and I presume Win98) | |
48 appear to want it set to sizeof(SCROLLINFO). | |
49 | |
50 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru> | |
51 | |
52 * event-stream.c: Defined Qcancel_mode_internal. | |
53 (syms_of_event_stream): defsymbol'ed it. | |
54 | |
55 * events.h: Externed it. | |
56 | |
57 * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler. | |
58 | |
59 1998-06-04 Oliver Graf <ograf@fga.de> | |
60 | |
61 * frame-x.c (x_cde_destroy_callback): free the data | |
62 (cde-start-drag-internal) corrected root position, 21.1 needs this | |
63 hardcoded in Button events | |
64 (offix-start-drag-internal) corrected root position | |
65 | |
66 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru> | |
67 | |
68 * process-nt.c (signal_cannot_launch): Use signal_simple_error() | |
69 instead of error(). | |
70 | |
71 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru> | |
72 | |
73 * dialog-msw.c (button_width): Removed `inline' from the function | |
74 declaration. | |
75 | |
76 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com> | |
77 | |
78 * frame-msw.c: add WS_VISIBLE flag to the first frame created. | |
79 Note that adding this flag to subsequent frames causes problems. | |
80 | |
81 1998-06-03 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de> | |
82 | |
83 * glyphs-eimage.c (png_instantiate) move 'struct | |
84 png_memory_storage tbr' out of nested block to avoid dangling | |
85 reference | |
86 | |
87 1998-06-02 Andy Piper <andyp@parallax.co.uk> | |
88 | |
89 * faces.h: | |
90 * faces.c: rename 3d-object -> gui-element. add toolbar face which | |
91 inherits from gui-element. | |
92 | |
93 * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent | |
94 with existing code, generate masks correctly. | |
95 | |
96 1998-06-03 P. E. Jareth Hein <jareth@camelot-soft.com> | |
97 | |
98 * glyphs-eimage.c: Changed included header for gifs to use | |
99 Gifreader instead of giflib. | |
100 | |
101 * glyphs-x.c: removed the image-related functions that were | |
102 moved into glyphs-eimage. | |
103 | |
104 1998-06-02 David Bush <david.bush@adnb.alcatel.com> | |
105 | |
106 * glyphs.c (bitmap_to_lisp_data) Define XFree to be free | |
107 if built without X Windows support. | |
108 | |
109 1998-06-02 Hrvoje Niksic <hniksic@srce.hr> | |
110 | |
111 * fns.c (Fconcat): Synch docstring with new reality. | |
112 | |
113 1998-06-03 SL Baur <steve@altair.xemacs.org> | |
114 | |
115 * frame.c: Remove reference to msdos.h (which is going away). | |
116 Suggested by Hrvoje Niksic and Kirill Katsnelson. | |
117 | |
118 1998-06-02 P. E. Jareth Hein <jareth@camelot-soft.com> | |
119 | |
120 * glyphs-eimage.c (jpeg_instantiate): Fix handling of | |
121 grayscale images/ | |
122 | |
123 | |
124 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
125 | |
126 * events.h: Fixed commentary about misc-user scrollbar events. | |
127 | |
128 * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame | |
129 object as an event channel, instead of window object. | |
130 (x_update_horizontal_scrollbar_callback): Ditto. | |
131 | |
1 1998-05-29 Andy Piper <andyp@parallax.co.uk> | 132 1998-05-29 Andy Piper <andyp@parallax.co.uk> |
2 | 133 |
3 * ntplay.c (play_sound_data_1) new function. convert alloca data | 134 * ntplay.c (play_sound_data_1) new function. convert alloca data |
4 to malloc if necessary. | 135 to malloc if necessary. |
5 (play_sound_file): if the file is not in our path then convert to | 136 (play_sound_file): if the file is not in our path then convert to |
205 1998-05-26 Oliver Graf <ograf@fga.de> | 336 1998-05-26 Oliver Graf <ograf@fga.de> |
206 | 337 |
207 * frame-x.c: include event-mod.h also with CDE | 338 * frame-x.c: include event-mod.h also with CDE |
208 (x_cde_convert_callback) made the thing working | 339 (x_cde_convert_callback) made the thing working |
209 (cde-start-drag-internal) also debugging | 340 (cde-start-drag-internal) also debugging |
341 | |
342 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de> | |
343 | |
344 * m/sparc.h: | |
345 * getloadavg.c: | |
346 * malloc.c: | |
347 * unexec.c: | |
348 * mem-limits.h: | |
349 - add __OpenBSD__ where __NetBSD__ was found. | |
350 - TODO: replace platform-specific conditional compilation by | |
351 feature tests in configure.in. | |
210 | 352 |
211 1998-05-15 Greg Klanderman <greg@alphatech.com> | 353 1998-05-15 Greg Klanderman <greg@alphatech.com> |
212 | 354 |
213 * window.c (Fwindow_displayed_text_pixel_height): New function. | 355 * window.c (Fwindow_displayed_text_pixel_height): New function. |
214 (syms_of_window): DEFSUBR it. | 356 (syms_of_window): DEFSUBR it. |