comparison src/ChangeLog @ 414:da8ed4261e83 r21-2-15

Import from CVS: tag r21-2-15
author cvs
date Mon, 13 Aug 2007 11:21:38 +0200
parents 697ef44129c6
children ebe98a74bd68
comparison
equal deleted inserted replaced
413:901169e5ca31 414:da8ed4261e83
1 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
2
3 * XEmacs 21.2.15 is released
4
5 1999-06-01 Hirokazu FUKUI <fukui@atesoft.advantest.co.jp>
6
7 * frame.c (Fset_mouse_position):
8 (Fset_mouse_pixel_position):
9 * window.c (Fsplit_window):
10 (Fmove_to_window_line):
11 Fix crash when invoking functions with an already-deleted window
12 argument.
13
14 * indent.c (vertical_motion_1):
15 (vmotion_pixels):
16 (Fvertical_motion_pixels):
17 * window.c (Fwindow_displayed_text_pixel_height):
18 Fix error message when invoking functions with an already-deleted
19 window argument.
20
21 1999-06-01 Jan Vroonhof <vroonhof@math.ethz.ch>
22
23 * sysdep.c (request_sigio_on_device): Guard against glibc
24 2.1's stub streams implementation.
25
26 1999-06-03 SL Baur <steve@xemacs.org>
27
28 * config.h.in:
29 * emacs.c: Implement x.y.z version numbers
30 From Jan Vroonhof <vroonhof@math.ethz.ch>
31
32 1999-05-20 MORIOKA Tomohiko <tomo@etl.go.jp>
33
34 * mule-charset.c (complex_vars_of_mule_charset): Registry of
35 japanese-jisx0208-1978 should not match with "jisx0208.1983" nor
36 "jisc6226.1983".
37
38 1999-06-03 SL Baur <steve@xemacs.org>
39
40 * frame-x.c:
41 * device-x.c: rename session option to wmcommand.
42 From Oliver Graf <ograf@rhein-zeitung.de>
43
44 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
45
46 * fns.c (Fsubstring): Don't traverse the same region twice with
47 charcount_to_bytecount().
48
49 1999-06-03 SL Baur <steve@steve1.m17n.org>
50
51 * m/alpha.h (SYSTEM_MALLOC): Fix indented preprocessor directive
52 garbage.
53
54 * s/decosf4-0.h: Defining ORDINARY_LINK here is redundant (and it
55 doesn't really work as is implied by the commentary).
56 Don't define SYSTEM_MALLOC so the old GNU malloc can be used.
57
58 1999-06-02 SL Baur <steve@steve1.m17n.org>
59
60 * symsinit.h: Declare vars_of_ntproc.
61 * emacs.c (main_1): Call it.
62
63 * ntproc.c (syms_of_ntproc): Move variable initializations from
64 here ...
65 (vars_of_ntproc): ... to here [new function].
66
67 * file-coding.c (syms_of_file_coding): Rename.
68 (vars_of_file_coding): Ditto.
69 (complex_vars_of_file_coding): Ditto.
70
71 * symsinit.h: Rename *_mule_coding to *_file_coding.
72
73 * emacs.c (main_1): Call them by the proper name.
74
75 * device-msw.c (syms_of_device_mswindows): Move variable
76 initializations from here ...
77 (vars_of_device_mswindows): ... to here.
78
79 * chartab.c (vars_of_chartab): New function.
80
81 * symsinit.h: New function, vars_of_chartab.
82
83 * emacs.c (main_1): Call it.
84
85 * mule-canna.c (syms_of_mule_canna): Move CANNA initialization ...
86 (vars_of_mule_canna): ... to here.
87
88 * mule-ccl.c (vars_of_mule_ccl): New function. Move variable
89 initializations out of syms_of_mule_ccl.
90
91 * symsinit.h: Declare new function vars_of_mule_ccl.
92
93 * emacs.c (main_1): Call it.
94
95 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
96
97 * fns.c (base64_decode_1): Ignore whitespace.
98
99 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
100
101 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and
102 ARG2.
103
104 1999-05-21 Andy Piper <andy@xemacs.org>
105
106 * xselect.c: deleted.
107
108 * symsinit.h: declare select initialisation.
109
110 * select.h: new file. declare commonly used select functions and
111 variables.
112
113 * select.c: new file. generalised from xselect.c.
114 (clean_local_selection_data): moved from xselect.c.
115 (get_local_selection): ditto. device specific pieces called via a
116 devmeth.
117 (handle_selection_clear): ditto.
118 (Fown_selection_internal): renamed and generalised from
119 Fx_own_selection_internal. moved from xselect.c.
120 (Fdisown_selection_internal): ditto.
121 (Fselection_owner_p): ditto.
122 (Fselection_exists_p): ditto.
123 (Fget_selection_internal): ditto.
124 (syms_of_select): new function. QXXXX values moved from xselect.c
125 (vars_of_select): new function. selection_converter_alist,
126 lost_selection_hooks moved and renamed from xselect.c
127
128 * select-x.c: renamed from xselect.c.
129 (x_own_selection): converted to device specific. non-X-specific
130 bits moved to select.c.
131 (x_get_foreign_selection): ditto.
132 (x_disown_selection): ditto.
133 (x_selection_exists_p): ditto.
134 (console_type_create_select_x): new function.
135
136 * select-msw.c (mswindows_own_selection): new device method to set
137 the clipboard when we 'own' the selection.
138 (mswindows_get_foreign_selection): new device method to get the
139 clipboard.
140 (mswindows_disown_selection): new device method to delete the
141 selection when we 'disown' it.
142 (console_type_create_select_mswindows): new function.
143
144 * emacs.c (main_1): add select to things to initialise.
145
146 * console.h (struct console_methods): new console methods for
147 selection.
148
149 * Makefile.in.in (x_objs): xselect.c renamed to select-x.c
150
151 1999-05-20 Hrvoje Niksic <hniksic@srce.hr>
152
153 * print.c (long_to_string): Install a faster version.
154
155 1999-05-16 Andy Piper <andy@xemacs.org>
156
157 * ntproc.c (syms_of_ntproc): default
158 win32-start-process-share-console to t.
159
160 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
161
162 * config.h.in: Do it here.
163
164 * bytecode.c: Don't define ERROR_CHECK_TYPECHECK here.
165
166 1999-05-14 Andy Piper <andy@xemacs.org>
167
168 * toolbar-msw.c (mswindows_output_toolbar): hash on something
169 hashable.
170
1 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> 171 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
2 172
3 * XEmacs 21.2.14 is released 173 * XEmacs 21.2.14 is released
4 174
5 1999-05-12 Andy Piper <andy@xemacs.org> 175 1999-05-12 Andy Piper <andy@xemacs.org>