Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | e45d5e7c476e |
children | 78478c60bfcd |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
1 1997-11-08 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * lread.c (init_lread): start from lisp, not lisp/prim. | |
4 | |
5 * Makefile.in.in: lisp/prim does exist any more. | |
6 | |
7 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com> | |
8 | |
9 * abbrev.c (abbrev_lookup): Don't delete dash at the | |
10 abbrev start location; abbrev-prefix-mark no longer | |
11 inserts one. | |
12 | |
13 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk> | |
14 | |
15 * fileio.c: insert-file-contents-internal | |
16 Added a bodge to do CRLF->LF conversion of text files, | |
17 conditioned on DOS_NT. This is currently only one-way, so all | |
18 text files written by XEmacs will be UNIXified. CRLF conversion | |
19 is required to make bytecompile work. | |
20 | |
21 * Added file headers to: | |
22 console-w32.c, console-w32.h, | |
23 device-w32.c, event-w32.c, event-w32.h, frame-w32.c, | |
24 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c | |
25 | |
26 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk> | |
27 | |
28 * redisplay-x.c: x_output_vertical_divider: | |
29 If HAVE_SCROLLBARS was not defined, coordinate of the right of | |
30 the divider was being used unitialised. | |
31 | |
32 * console.h: Added Qw32 and CONSOLE_W32* macros, conditioned on | |
33 HAVE_W32GUI. | |
34 | |
35 * emacs.c: Added calls to the following, conditioned on HAVE_W32GUI: | |
36 syms_of_*_w32, vars_of_*_w32, console_type_create_*w32. | |
37 | |
38 * event-stream.c: Conditioned on HAVE_W32GUI: | |
39 - vars_of_event_stream calls vars_of_event_w32. | |
40 - init_event_stream calls init_event_w32_late. | |
41 | |
42 * events-mod.h: Removed comment about having alternative making | |
43 MOD_* constants for different windowing systems. | |
44 | |
45 * events.c: Conditioned on HAVE_W32GUI: | |
46 - event-equal: Added case for w32 magic events. | |
47 - event-hash: Added case for w32 magic events. | |
48 | |
49 * events.h: Conditioned on HAVE_W32GUI: | |
50 Added struct underlying_w32_event to magic_data. | |
51 | |
52 * faces.c: complex_vars_of_faces | |
53 Added fallbacks for w32 faces, conditioned on HAVE_W32GUI. | |
54 | |
55 * frame.c: set-frame-properties | |
56 Added reference to default-w32-frame-plist to docstring. | |
57 | |
58 * general.c: Added new Lisp_Object Qw32 and defsymbol. | |
59 | |
60 * redisplay-output.c: redisplay_update_line | |
61 Conditioned reference to stupid_vertical_scrollbar_drag_hack on | |
62 HAVE_X_WINDOWS. This will need a proper fix when w32 gets | |
63 scrollbars. | |
64 | |
65 * redisplay-tty.c: init_tty_for_redisplay | |
66 Conditioned blocking and unblocking of SIGTTOU on !WIN32 because | |
67 these signals don't exist under win32. | |
68 | |
69 * redisplay.c: init_redisplay | |
70 Initialise window system to w32, conditioned on HAVE_W32GUI. | |
71 | |
72 * symsinit.h: Added syms_of_*_w32, vars_of_*_w32 and | |
73 init_event_w32_late. | |
74 | |
75 * sysdep.c: Conditioned various things on WIN32 in addition to | |
76 MSDOS. | |
77 | |
78 * New files: | |
79 console-w32.c, console-w32.h, | |
80 device-w32.c, event-w32.c, event-w32.h, frame-w32.c, | |
81 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c | |
82 | |
83 1997-11-07 Hrvoje Niksic <hniksic@srce.hr> | |
84 | |
85 * doc.c (Fdocumentation_property): GCPRO doc. | |
86 (Fsubstitute_command_keys): Disallow zero bsize. | |
87 | |
88 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> | |
89 | |
90 * events.c (Fevent_modeline_position): Return nil if event is not | |
91 over modeline, as the docstring says. | |
92 | |
93 * utils/facemenu.el (facemenu-insert-menu-entry): Check for | |
94 menubar availability. | |
95 | |
96 * utils/easymenu.el (easy-menu-change): Check for menubar | |
97 availability. | |
98 | |
99 * custom/wid-edit.el (widget-echo-help): Use `help-echo' as label | |
100 for help-echo messages. | |
101 | |
102 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> | |
103 | |
104 * s/aix3-1.h: Remove ^L character wich confuses AIX make. | |
105 | |
106 1997-11-06 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu> | |
107 | |
108 * event-stream.c (Fnext_command_event): Document keystroke echoing. | |
109 | |
110 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> | |
111 | |
112 * fns.c (Ffeaturep): Use call1, to prevent stack thrashing with | |
113 circular lists. | |
114 - Update docstring. | |
115 | |
116 1997-11-06 Kyle Jones <kyle_jones@wonderworks.com> | |
117 | |
118 * frame-x.c (x_delete_frame): Removed code that | |
119 blocked the deletion of popup frames. No need for it. | |
120 | |
121 1997-11-05 SL Baur <steve@altair.xemacs.org> | |
122 | |
123 * balloon_help.h: Replace <X11/Intrinsic.h> with "xintrinsic.h" | |
124 * balloon_help.c: Ditto. | |
125 * offix.h: Ditto. | |
126 | |
127 * mule-coding.c (coding_system_charset): Add prototype. | |
128 | |
129 1997-11-04 Kazuyuki IENAGA <ienaga@jsys.co.jp> | |
130 | |
131 * s/freebsd.h: Add HAVE_TIMEZONE_DECL. Configure will fail at | |
132 checking for the existence of `extern long timezone'. | |
133 FreeBSD actualy has the `timezone', but due to its <time.h> and | |
134 <sys/time.h>, it cannot be recognized by configure. | |
135 | |
136 1997-11-03 Hrvoje Niksic <hniksic@srce.hr> | |
137 | |
138 * data.c (Fsubr_interactive): New function. | |
139 | |
140 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com> | |
141 | |
142 * frame.c (change_frame_size_1): Added explanatory | |
143 comment. | |
144 | |
145 * window.c (set_window_pixsize): Don't bail out | |
146 before looping over the major children if there is no | |
147 size change indicated. The top and left coordinates | |
148 may need to be recomputed, e.g. in toolbar visibility | |
149 updates. | |
150 | |
151 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com> | |
152 | |
153 * fileio.c (Ffile_truename): Make the errno == EACCES case | |
154 behave the same as errno == ENOENT. | |
155 | |
156 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com> | |
157 | |
158 * frame.c (Fframe_property, Fframe_properties): Check | |
159 for minibuffer-onlyness of frame before checking whether | |
160 it has a minibuffer. This makes the minibuffer property | |
161 value be reported as 'only when that is appropriate. The | |
162 check order was reversed which resulted in minibuffer-only | |
163 frames having the minibuffer property reported as t. | |
164 | |
165 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
166 | |
167 * m/vax.h: | |
168 * s/cxux.h: | |
169 * s/xenix.h: | |
170 * s/umax.h: | |
171 * s/msdos.h: | |
172 * s/template.h: | |
173 * termcap.c: | |
174 * signal.c: | |
175 * lread.c: | |
176 * callproc.c | |
177 * buffer.c: Remove VMS dependent code. | |
178 | |
179 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
180 | |
181 * syspwd.h: | |
182 * systty.h: | |
183 * systime.h: | |
184 * syssignal.h: | |
185 * sysproc.h: | |
186 * sysfloat.h: | |
187 * sysfile.h: | |
188 * regex.h: | |
189 * process.h: | |
190 * ndir.h: | |
191 * mule-mcpath.h: | |
192 * getpagesize.h: | |
193 * sysdep.h: | |
194 * fileio.c: | |
195 * process.c: Remove old VMS code. | |
196 | |
197 1997-11-02 SL Baur <steve@altair.xemacs.org> | |
198 | |
199 * glyphs-x.c: Use <magick/magick.h> instead of <magick.h> | |
200 | |
201 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
202 | |
203 * sysdep.c: | |
204 * getloadavg.c: | |
205 * malloc.c: Remove old VMS code. | |
206 | |
207 1997-11-02 Hrvoje Niksic <hniksic@srce.hr> | |
208 | |
209 * database.c (print_database): Don't use a static buffer to store | |
210 file name. | |
211 | |
212 * dired.c (make_directory_hash_table): Ditto. | |
213 | |
214 * fileio.c (Ffile_truename): Use `make_ext_string' instead of | |
215 `make_string'. | |
216 | |
217 1997-11-01 Hrvoje Niksic <hniksic@srce.hr> | |
218 | |
219 * database.c (CONCHECK_DATABASE): Define. | |
220 | |
221 * dired.c (Fdirectory_files): Use `make_ext_string' instead of | |
222 `make_string', to avoid crashes under Mule. | |
223 (file_name_completion): Use `make_ext_string'. | |
224 | |
225 * database.c (new_database): Renamed to `allocate_database', as | |
226 per coding conventions. | |
227 | |
228 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
229 | |
230 * dired.c: Remove VMS dependent code. | |
231 | |
232 1997-11-01 Kyle Jones <kyle_jones@wonderworks.com> | |
233 | |
234 * buffer.h: Change XCHAR_OR_CHAR_INT to use XCHAR or | |
235 XINT as appropriate instead of using XREALINT. | |
236 | |
237 * regex.c (re_search_2): cast translate[*d] to | |
238 unsigned char when indexing fastmap to avoid sign | |
239 change when value has the 0x80 bit set. | |
240 | |
241 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
242 | |
243 * linuxplay.c (audio_init): Update for newer Linux kernels. | |
244 From Robert Bihlmeyer <robbe@orcus.priv.at> | |
245 | |
246 1997-11-01 Hrvoje Niksic <hniksic@srce.hr> | |
247 | |
248 * fileio.c (Finsert_file_contents_internal): Fix misleading | |
249 comment. | |
250 | |
251 1997-10-31 Kyle Jones <kyle_jones@wonderworks.com> | |
252 | |
253 * callproc.c: GC protect current_dir while infile and | |
254 error_file are being initialized. | |
255 | |
1 1997-10-30 SL Baur <steve@altair.xemacs.org> | 256 1997-10-30 SL Baur <steve@altair.xemacs.org> |
2 | 257 |
3 * config.h.in: Remove HAVE_GIF, HAVE_JPEG, HAVE_PNG, HAVE_TIFF and | 258 * config.h.in: Remove HAVE_GIF, HAVE_JPEG, HAVE_PNG, HAVE_TIFF and |
4 replace with HAVE_IMAGEMAGICK. | 259 replace with HAVE_IMAGEMAGICK. |
5 | 260 |