Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 78478c60bfcd |
children | 1f0dabaa0855 |
comparison
equal
deleted
inserted
replaced
212:d8688acf4c5b | 213:78f53ef88e17 |
---|---|
1 1997-11-15 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2 | |
3 * console.h | |
4 mswindows is now a window-system according to | |
5 CONSOLE_TYPESYM_WIN_P | |
6 | |
7 * device.msw.c | |
8 Now calls init_baud_rate & init_one_device | |
9 | |
10 * msw-proc.c | |
11 Fixed C-key so key is returned unshifted | |
12 | |
13 * redisplay-msw.c | |
14 Modeline and vertical divider appearance tweaks | |
15 | |
16 | |
17 1997-11-14 SL Baur <steve@altair.xemacs.org> | |
18 | |
19 * console.c (Fsuspend_emacs): Fix docstring. Evaluating | |
20 `suspend-hook' cannot stop suspension. | |
21 | |
22 1997-11-14 Marc Paquette <marcpa@cam.org> | |
23 | |
24 * callproc.c (Fcall_process_internal): Do CRLF -> LF | |
25 conversion when reading process output. | |
26 | |
27 1997-11-14 Hrvoje Niksic <hniksic@srce.hr> | |
28 | |
29 * redisplay.c (init_redisplay): Handle not having DISPLAY and not | |
30 having TTY support. | |
31 | |
32 1997-11-14 Hrvoje Niksic <hniksic@srce.hr> | |
33 | |
34 * events.c (Fmake_event): Support DND events. | |
35 | |
36 1997-11-10 Hrvoje Niksic <hniksic@srce.hr> | |
37 | |
38 * events.c (Fmake_event): Reenable the event creation code. | |
39 (Fmake_event): Canonicalize the plist. | |
40 | |
41 1997-11-13 SL Baur <steve@altair.xemacs.org> | |
42 | |
43 * mule-charset.c (Fcharset_id): Typecast result to Lisp_Object. | |
44 | |
45 * mule-ccl.c (CCL_WRITE_STRING): Reorder parens to avoid compiler | |
46 barf on Lisp_Object. | |
47 (Fregister_ccl_program): Remove unused variable idx. | |
48 | |
49 * mule-canna.c: Fix declaration of mule_strlen(). | |
50 | |
51 * mule-coding.h (ENCODE_SJIS): Parenthesize first two params to | |
52 avoid compilation problems. | |
53 | |
54 1997-11-13 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
55 | |
56 * mule-charset.h: Added preliminary support for charset Ids. | |
57 | |
58 * mule-charset.c: Added preliminary support for charset Ids. | |
59 | |
60 * redisplay-msw.c (separate_textual_runs): Synched with FSF 20.2 | |
61 ccl API. | |
62 | |
63 * redisplay-x.c (separate_textual_runs): Synched with FSF 20.2 ccl | |
64 API. | |
65 | |
66 * mule-coding.c: Synched with FSF 20.2 ccl API. | |
67 | |
68 * mule-coding.h: Moved ccl part to mule-ccl.h. | |
69 | |
70 * mule-ccl.c: Synched with FSF 20.2. | |
71 | |
72 * mule-ccl.h: New file. | |
73 | |
74 Thu Nov 13 21:34:13 1997 Marc Paquette <marcpa@cam.org> | |
75 | |
76 * nt.c (REG_ROOT): Use a registry key different that the one for | |
77 NTEmacs. | |
78 | |
79 1997-11-12 SL Baur <steve@altair.xemacs.org> | |
80 | |
81 * lrecord.h: Fix typo in set_lheader_implementation. | |
82 From: Robert Pluim <Robert_Pluim@BayNetworks.COM> | |
83 | |
84 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr> | |
85 | |
86 * configure.in: Remove HAVE_TIMEZONE_DECL test. | |
87 | |
88 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr> | |
89 | |
90 * s/freebsd.h: Remove HAVE_TIMEZONE_DECL forced value. | |
91 | |
92 * config.h.in: Remove HAVE_TIMEZONE_DECL reference. | |
93 | |
94 * systime.h: Remove timezone conditional declaration. | |
95 | |
96 1997-11-12 Kyle Jones <kyle_jones@wonderworks.com> | |
97 | |
98 * console.c: Use symbol_value_forward_lheader_initializer | |
99 in various DEFVAR* macros. Forgot this in previous | |
100 related patch. | |
101 | |
102 * lisp-disunion.h: Provide a no-op XUNMARK macro for | |
103 the GC error checking code even if GCMARKBITS is not | |
104 greater than 0. | |
105 | |
106 * lisp-union.h: Ditto. | |
107 | |
1 1997-11-10 Hrvoje Niksic <hniksic@srce.hr> | 108 1997-11-10 Hrvoje Niksic <hniksic@srce.hr> |
2 | 109 |
3 * event-stream.c: Make echo_keystrokes a Lisp_Object. | 110 * event-stream.c: Make echo_keystrokes a Lisp_Object. |
4 (maybe_echo_keys): Adapt to that. | 111 (maybe_echo_keys): Adapt to that. |
5 | 112 |
212 | 319 |
213 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> | 320 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> |
214 | 321 |
215 * events.c (Fevent_modeline_position): Return nil if event is not | 322 * events.c (Fevent_modeline_position): Return nil if event is not |
216 over modeline, as the docstring says. | 323 over modeline, as the docstring says. |
217 | |
218 * utils/facemenu.el (facemenu-insert-menu-entry): Check for | |
219 menubar availability. | |
220 | |
221 * utils/easymenu.el (easy-menu-change): Check for menubar | |
222 availability. | |
223 | |
224 * custom/wid-edit.el (widget-echo-help): Use `help-echo' as label | |
225 for help-echo messages. | |
226 | 324 |
227 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> | 325 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> |
228 | 326 |
229 * s/aix3-1.h: Remove ^L character wich confuses AIX make. | 327 * s/aix3-1.h: Remove ^L character wich confuses AIX make. |
230 | 328 |