Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 347:7c94d56991e1 r21-1-3
Import from CVS: tag r21-1-3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:53:48 +0200 |
parents | b2046b8c83c9 |
children | 8429d81ab209 |
comparison
equal
deleted
inserted
replaced
346:dd0986ffd2cf | 347:7c94d56991e1 |
---|---|
1 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.1.3 is released | |
4 | |
5 1999-06-26 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6 | |
7 * XEmacs 21.1.3 is released | |
8 | |
9 1999-06-26 SL Baur <steve@miho.m17n.org> | |
10 | |
11 * lisp.h (set_bit_vector_bit): Force promotion to unsigned long | |
12 int (fixes a 64-bit problem). | |
13 | |
14 1999-06-16 Jan Vroonhof <vroonhof@math.ethz.ch> | |
15 | |
16 * event-Xt.c (emacs_Xt_unselect_console): Guard against | |
17 unselecting the GPM connection twice when using gnuattach on the | |
18 linux console. | |
19 | |
20 1999-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
21 | |
22 * src/ntproc.c: include buffer.h. | |
23 | |
24 1999-06-13 MORIOKA Tomohiko <tomo@etl.go.jp> | |
25 | |
26 * mule-charset.c (complex_vars_of_mule_charset): Registry of | |
27 japanese-jisx0208-1978 should not match with "jisx0208.1983" nor | |
28 "jisc6226.1983". | |
29 | |
30 1999-06-13 SL Baur <steve@steve1.m17n.org> | |
31 | |
32 * symsinit.h: Declare vars_of_ntproc. | |
33 * emacs.c (main_1): Call it. | |
34 | |
35 * ntproc.c (syms_of_ntproc): Move variable initializations from | |
36 here ... | |
37 (vars_of_ntproc): ... to here [new function]. | |
38 | |
39 * file-coding.c (syms_of_file_coding): Rename. | |
40 (vars_of_file_coding): Ditto. | |
41 (complex_vars_of_file_coding): Ditto. | |
42 | |
43 * symsinit.h: Rename *_mule_coding to *_file_coding. | |
44 | |
45 * emacs.c (main_1): Call them by the proper name. | |
46 | |
47 * device-msw.c (syms_of_device_mswindows): Move variable | |
48 initializations from here ... | |
49 (vars_of_device_mswindows): ... to here. | |
50 | |
51 * chartab.c (vars_of_chartab): New function. | |
52 | |
53 * symsinit.h: New function, vars_of_chartab. | |
54 | |
55 * emacs.c (main_1): Call it. | |
56 | |
57 * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ... | |
58 (vars_of_mule_canna): ... to here. | |
59 | |
60 * mule-ccl.c (vars_of_mule_ccl): New function. Move variable | |
61 initializations out of syms_of_mule_ccl. | |
62 | |
63 * symsinit.h: Declare new function vars_of_mule_ccl. | |
64 | |
65 * emacs.c (main_1): Call it. | |
66 | |
67 1999-06-13 Hirokazu FUKUI <fukui@atesoft.advantest.co.jp> | |
68 | |
69 * frame.c (Fset_mouse_position): | |
70 (Fset_mouse_pixel_position): | |
71 * window.c (Fsplit_window): | |
72 (Fmove_to_window_line): | |
73 Fix crash when invoking functions with an already-deleted window | |
74 argument. | |
75 | |
76 * indent.c (vertical_motion_1): | |
77 (vmotion_pixels): | |
78 (Fvertical_motion_pixels): | |
79 * window.c (Fwindow_displayed_text_pixel_height): | |
80 Fix error message when invoking functions with an already-deleted | |
81 window argument. | |
82 | |
83 1999-06-13 Jan Vroonhof <vroonhof@math.ethz.ch> | |
84 | |
85 * src/sysdep.c (request_sigio_on_device): Guard against glibc | |
86 2.1's stub streams implementation. | |
87 | |
88 1999-06-12 Kyle Jones <kyle_jones@wonderworks.com> | |
89 | |
90 * src/extents.c (splice_in_string_extents_mapper): | |
91 Don't return without copying the extent if the | |
92 start and end positions are the same. | |
93 | |
94 1999-06-12 Kyle Jones <kyle_jones@wonderworks.com> | |
95 | |
96 * src/fileio.c (Fwrite_region_internal): Return to 20.4 | |
97 behavior of always retrieving the file's modtime after | |
98 the file is closed. This is to avoid "file has changed | |
99 on disk" problems on systems that set the file's | |
100 modification time when it is closed instead of when the | |
101 last write() call returns. | |
102 | |
103 1999-06-12 Hrvoje Niksic <hniksic@srce.hr> | |
104 | |
105 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and | |
106 ARG2. | |
107 | |
108 1999-06-12 Andy Piper <andy@xemacs.org> | |
109 | |
110 * ntproc.c (sys_spawnve): fix GCPRO/MULE filename bug. Share emacs | |
111 console by default. | |
112 | |
113 * symsinit.h: declare syms_of_ntproc(); | |
114 | |
115 * emacs.c (main_1): call syms_of_ntproc() when windows. | |
116 | |
117 1999-06-12 Jerry James <jerry@cs.ucsb.edu> | |
118 | |
119 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before | |
120 using it. | |
121 | |
122 1999-06-12 Martin Buchholz <martin@xemacs.org> | |
123 | |
124 * lread.c (read_escape): Make hex escapes read only two hex | |
125 digits. | |
126 | |
1 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | 127 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 128 |
3 * XEmacs 21.1.2 is released | 129 * XEmacs 21.1.2 is released |
4 | 130 |
5 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | 131 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> |