82
|
1 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
3
|
|
4 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
5 code.
|
|
6 (scrollbar-page-down): Ditto.
|
|
7
|
|
8 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
9 Lucid/Motif code.
|
|
10 (x_update_vertical_scrollbar_callback): Ditto.
|
|
11 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
12 special case code.
|
|
13
|
|
14 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
15 for Athena3d.
|
|
16
|
|
17 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
18 get the Athena vertical thumb adjusted after drag.
|
|
19
|
|
20 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
21
|
|
22 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
23
|
|
24 * m/aviion.h: Remove definition of m88k.
|
|
25
|
|
26 * s/dgux5-4r4.h: New file.
|
|
27
|
|
28 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
29
|
|
30 * buffer.h: Put proper typecasts on calls to alloca().
|
|
31
|
|
32 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
33
|
|
34 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
35
|
|
36 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
37 Athena and Motif in the same link.
|
|
38
|
|
39 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
40
|
|
41 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
42 volume is set to 0.
|
|
43
|
|
44 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
45
|
|
46 * s/nextstep.h (signal_handler_t): define as int.
|
|
47
|
|
48 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
49
|
|
50 * src/event-Xt.c (emacs_Xt_handle_magic_event):
|
|
51 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
52
|
|
53 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
54
|
|
55 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
56 local variables in :included clauses.
|
|
57 (compute_menubar_data): Ditto.
|
|
58
|
|
59 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
60
|
|
61 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
62 optimization.
|
|
63
|
|
64 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
65
|
|
66 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
67 uninitialized variable.
|
|
68
|
|
69 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
70
|
|
71 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
72 to match Emacs 19.34.
|
|
73
|
|
74 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
75
|
|
76 * sysdep.c (sys_execvp): Fix when compiled with
|
|
77 --const-is-losing=no. Old code could crash if argv contained
|
|
78 non-ascii characters and the execvp failed and then caller
|
|
79 examined argv (for error message, for example).
|
|
80
|
|
81 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
82
|
|
83 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
84
|
80
|
85 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
86
|
|
87 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
88 obarray.
|
|
89
|
|
90 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
91
|
|
92 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
93 default font width.
|
|
94
|
|
95 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
96
|
|
97 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
98
|
|
99 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
100
|
|
101 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
102
|
|
103 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
104
|
|
105 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
106
|
78
|
107 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
108
|
|
109 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
110 specifiers so XEmacs can be built without tty support.
|
|
111
|
|
112 * console-stream.c: Moved function bodies of
|
|
113 semi_canonicalize_console_connection,
|
|
114 canonicalize_console_connection,
|
|
115 semi_canonicalize_device_connection, and
|
|
116 canonicalize_device_connection into this file from console-tty.c.
|
|
117 Moved variable Vstdio_str into this file.
|
|
118
|
|
119 * console-tty.c: See above.
|
|
120
|
|
121 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
122
|
|
123 * m/next.h: Cleanup accumulated cruft.
|
|
124
|
|
125 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
126
|
|
127 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
128
|
|
129 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
130
|
|
131 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
132
|
|
133 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
134
|
|
135 * m/next.h: Remove signal_handler_t #define.
|
|
136
|
|
137 * s/nextstep.h: Remove signal_handler_t #define.
|
|
138
|
76
|
139 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
140
|
|
141 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
142
|
|
143 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
144
|
|
145 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
146
|
|
147 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
148
|
|
149 * bitmaps.h: Change to unsigned char.
|
|
150
|
|
151 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
152
|
|
153 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
154
|
74
|
155 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
156
|
|
157 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
158
|
|
159 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
160 binding of kp_.* not lose.
|
|
161
|
|
162 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
163
|
|
164 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
165
|
|
166 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
167 (Faccept_process_output): Fix timeout handling race conditions.
|
|
168 (Fsleep_for): Ditto.
|
|
169 (Fsit_for): Ditto.
|
|
170
|
|
171 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
172
|
|
173 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
174
|
|
175 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
176
|
|
177 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
178 by HAVE_SIGPROCMASK.
|
|
179
|
|
180 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
181
|
|
182 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
183 bitfields.
|
|
184
|
|
185 * mule-charset.h: Change charset names.
|
|
186
|
|
187 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
188 Change charset names.
|
|
189
|
|
190 * mule-charset.c: Change charset names.
|
|
191
|
|
192 * mule-canna.c: Change charset names.
|
|
193
|
|
194 * EmacsShell-sub.c: Ansify and reformat.
|
|
195
|
|
196 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
197
|
|
198 * glyphs-x.c: Ansify.
|
|
199
|
|
200 * specifier.c: Use lisp_fn_t.
|
|
201
|
|
202 * EmacsShell.c: Ansify.
|
|
203
|
|
204 * vm-limit.c: Ansify.
|
|
205
|
|
206 * emacsfns.h: Use lisp_fn_t.
|
|
207
|
|
208 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
209
|
|
210 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
211 (Fx_store_cutbuffer_internal): Change charset name.
|
|
212
|
|
213 * ralloc.c: Ansify and clean up.
|
|
214
|
|
215 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
216
|
|
217 * event-Xt.c: Documentation change.
|
|
218
|
|
219 * lisp.h: Introduce lisp_fn_t.
|
|
220 Remove SunPro C compiler warning message workaround.
|
|
221
|
|
222 * xmu.c: Ansify.
|
|
223
|
|
224 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
225
|
|
226 * fileio.c: various code formatting changes.
|
|
227
|
|
228 * eval.c: reorganize primitive funcalls.
|
|
229
|
|
230 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
231 checking in X header files.
|
|
232
|
|
233 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
234
|
|
235 * s/sunos4-0-shr.h: Documentation change.
|
|
236
|
|
237 * s/sol2.h (__EXTENSIONS__): Add.
|
|
238 Include <setjmp.h> under certain conditions.
|
|
239
|
|
240 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
241
|
|
242 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
243 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
244
|
|
245 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
246
|
|
247 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
248 because the in-core code is broken.
|
|
249
|
|
250 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
251
|
|
252 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
253 default when running on a tty.
|
|
254
|
|
255 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
256
|
|
257 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
258
|
|
259 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
260
|
|
261 * lread.c (Fload_internal): Change arity of call to
|
|
262 file-name-handlers.
|
|
263
|
|
264 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
265
|
|
266 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
267
|
|
268 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
269 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
270
|
72
|
271 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
272
|
|
273 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
274
|
|
275 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
276
|
|
277 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
278
|
|
279 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
280
|
|
281 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
282
|
|
283 * config.h.in: configure for POSIX getcwd if available.
|
|
284
|
|
285 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
286
|
|
287 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
288
|
|
289 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
290
|
|
291 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
292
|
|
293 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
294
|
|
295 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
296
|
|
297 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
298
|
|
299 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
300
|
|
301 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
302
|
|
303 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
304
|