Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 223736d75acb |
children | 5aa1854ad537 |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
1 2001-03-21 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.46 "Urania" is released. | |
4 | |
5 2001-03-08 Ben Wing <ben@xemacs.org> | |
6 | |
7 * internals\internals.texi (Top): | |
8 * internals\internals.texi (A History of Emacs): | |
9 * internals\internals.texi (Through Version 18): | |
10 * internals\internals.texi (Lucid Emacs): | |
11 * internals\internals.texi (GNU Emacs 19): | |
12 * internals\internals.texi (GNU Emacs 20): | |
13 * internals\internals.texi (XEmacs From the Outside): | |
14 * internals\internals.texi (The Lisp Language): | |
15 * internals\internals.texi (XEmacs From the Perspective of Building): | |
16 * internals\internals.texi (XEmacs From the Inside): | |
17 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
18 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
19 * internals\internals.texi (Rules When Writing New C Code): | |
20 * internals\internals.texi (General Coding Rules): | |
21 * internals\internals.texi (Writing Lisp Primitives): | |
22 * internals\internals.texi (Writing Good Comments): | |
23 * internals\internals.texi (Adding Global Lisp Variables): | |
24 * internals\internals.texi (Proper Use of Unsigned Types): | |
25 * internals\internals.texi (Coding for Mule): | |
26 * internals\internals.texi (Character-Related Data Types): | |
27 * internals\internals.texi (Working With Character and Byte Positions): | |
28 * internals\internals.texi (Conversion to and from External Data): | |
29 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
30 * internals\internals.texi (An Example of Mule-Aware Code): | |
31 * internals\internals.texi (Techniques for XEmacs Developers): | |
32 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
33 * internals\internals.texi (Low-Level Modules): | |
34 * internals\internals.texi (Basic Lisp Modules): | |
35 * internals\internals.texi (Modules for Standard Editing Operations): | |
36 * internals\internals.texi (Editor-Level Control Flow Modules): | |
37 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
38 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
39 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
40 * internals\internals.texi (Modules for Interfacing with the File System): | |
41 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
42 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
43 * internals\internals.texi (Modules for Interfacing with X Windows): | |
44 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
45 * internals\internals.texi (Introduction to Allocation): | |
46 * internals\internals.texi (Garbage Collection): | |
47 * internals\internals.texi (GCPROing): | |
48 * internals\internals.texi (Garbage Collection - Step by Step): | |
49 * internals\internals.texi (Invocation): | |
50 * internals\internals.texi (garbage_collect_1): | |
51 * internals\internals.texi (mark_object): | |
52 * internals\internals.texi (gc_sweep): | |
53 * internals\internals.texi (sweep_lcrecords_1): | |
54 * internals\internals.texi (compact_string_chars): | |
55 * internals\internals.texi (sweep_strings): | |
56 * internals\internals.texi (sweep_bit_vectors_1): | |
57 * internals\internals.texi (Integers and Characters): | |
58 * internals\internals.texi (Allocation from Frob Blocks): | |
59 * internals\internals.texi (lrecords): | |
60 * internals\internals.texi (Low-level allocation): | |
61 * internals\internals.texi (Cons): | |
62 * internals\internals.texi (Vector): | |
63 * internals\internals.texi (Bit Vector): | |
64 * internals\internals.texi (Symbol): | |
65 * internals\internals.texi (Marker): | |
66 * internals\internals.texi (String): | |
67 * internals\internals.texi (Dumping): | |
68 * internals\internals.texi (Overview): | |
69 * internals\internals.texi (Data descriptions): | |
70 * internals\internals.texi (Dumping phase): | |
71 * internals\internals.texi (Object inventory): | |
72 * internals\internals.texi (Address allocation): | |
73 * internals\internals.texi (The header): | |
74 * internals\internals.texi (Data dumping): | |
75 * internals\internals.texi (Pointers dumping): | |
76 * internals\internals.texi (Reloading phase): | |
77 * internals\internals.texi (Events and the Event Loop): | |
78 * internals\internals.texi (Introduction to Events): | |
79 * internals\internals.texi (Main Loop): | |
80 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
81 * internals\internals.texi (Specifics About the Emacs Event): | |
82 * internals\internals.texi (The Event Stream Callback Routines): | |
83 * internals\internals.texi (Other Event Loop Functions): | |
84 * internals\internals.texi (Converting Events): | |
85 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
86 * internals\internals.texi (Evaluation): | |
87 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
88 * internals\internals.texi (Simple Special Forms): | |
89 * internals\internals.texi (Symbols and Variables): | |
90 * internals\internals.texi (Introduction to Symbols): | |
91 * internals\internals.texi (Obarrays): | |
92 * internals\internals.texi (Buffers and Textual Representation): | |
93 * internals\internals.texi (Introduction to Buffers): | |
94 * internals\internals.texi (The Text in a Buffer): | |
95 * internals\internals.texi (Buffer Lists): | |
96 * internals\internals.texi (Markers and Extents): | |
97 * internals\internals.texi (Bufbytes and Emchars): | |
98 * internals\internals.texi (MULE Character Sets and Encodings): | |
99 * internals\internals.texi (Character Sets): | |
100 * internals\internals.texi (Encodings): | |
101 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
102 * internals\internals.texi (JIS7): | |
103 * internals\internals.texi (Internal Mule Encodings): | |
104 * internals\internals.texi (Internal String Encoding): | |
105 * internals\internals.texi (Internal Character Encoding): | |
106 * internals\internals.texi (The Lisp Reader and Compiler): | |
107 * internals\internals.texi (Lstreams): | |
108 * internals\internals.texi (Creating an Lstream): | |
109 * internals\internals.texi (Lstream Types): | |
110 * internals\internals.texi (Lstream Functions): | |
111 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
112 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
113 * internals\internals.texi (Point): | |
114 * internals\internals.texi (Window Hierarchy): | |
115 * internals\internals.texi (The Redisplay Mechanism): | |
116 * internals\internals.texi (Critical Redisplay Sections): | |
117 * internals\internals.texi (Line Start Cache): | |
118 * internals\internals.texi (Extents): | |
119 * internals\internals.texi (Introduction to Extents): | |
120 * internals\internals.texi (Extent Ordering): | |
121 * internals\internals.texi (Format of the Extent Info): | |
122 * internals\internals.texi (Zero-Length Extents): | |
123 * internals\internals.texi (Mathematics of Extent Ordering): | |
124 * internals\internals.texi (Faces): | |
125 * internals\internals.texi (Glyphs): | |
126 * internals\internals.texi (Specifiers): | |
127 * internals\internals.texi (Menus): | |
128 * internals\internals.texi (Subprocesses): | |
129 * internals\internals.texi (Interface to the X Window System): | |
130 * internals\internals.texi (Lucid Widget Library): | |
131 * internals\internals.texi (Generic Widget Interface): | |
132 * internals\internals.texi (Scrollbars): | |
133 * internals\internals.texi (Menubars): | |
134 * internals\internals.texi (Checkboxes and Radio Buttons): | |
135 * internals\internals.texi (Progress Bars): | |
136 * internals\internals.texi (Tab Controls): | |
137 Add more index entries. Add sections on comments and unsigned types. | |
138 | |
139 2001-03-08 Ben Wing <ben@xemacs.org> | |
140 | |
141 * make-stds.texi (Makefile Basics): | |
142 * make-stds.texi (Command Variables): | |
143 * make-stds.texi (Directory Variables): | |
144 * make-stds.texi (Standard Targets): | |
145 * standards.texi: | |
146 * standards.texi (Top): | |
147 * standards.texi (Preface): | |
148 * standards.texi (Legal Issues): | |
149 * standards.texi (Reading Non-Free Code): | |
150 * standards.texi (Contributions): | |
151 * standards.texi (Trademarks): | |
152 * standards.texi (Design Advice): | |
153 * standards.texi (Source Language): | |
154 * standards.texi (Compatibility): | |
155 * standards.texi (Using Extensions): | |
156 * standards.texi (Standard C): | |
157 * standards.texi (Program Behavior): | |
158 * standards.texi (Semantics): | |
159 * standards.texi (Libraries): | |
160 * standards.texi (Errors): | |
161 * standards.texi (User Interfaces): | |
162 * standards.texi (Graphical Interfaces): | |
163 * standards.texi (Command-Line Interfaces): | |
164 * standards.texi (Option Table): | |
165 * standards.texi (Memory Usage): | |
166 * standards.texi (File Usage): | |
167 * standards.texi (Formatting): | |
168 * standards.texi (Comments): | |
169 * standards.texi (Syntactic Conventions): | |
170 * standards.texi (Names): | |
171 * standards.texi (System Portability): | |
172 * standards.texi (CPU Portability): | |
173 * standards.texi (System Functions): | |
174 * standards.texi (Internationalization): | |
175 * standards.texi (Mmap): | |
176 * standards.texi (Documentation): | |
177 * standards.texi (GNU Manuals): | |
178 * standards.texi (Doc Strings and Manuals): | |
179 * standards.texi (Manual Structure Details): | |
180 * standards.texi (License for Manuals): | |
181 * standards.texi (Manual Credits): | |
182 * standards.texi (Printed Manuals): | |
183 * standards.texi (NEWS File): | |
184 * standards.texi (Change Logs): | |
185 * standards.texi (Style of Change Logs): | |
186 * standards.texi (Simple Changes): | |
187 * standards.texi (Conditional Changes): | |
188 * standards.texi (Indicating the Part Changed): | |
189 * standards.texi (Managing Releases): | |
190 * standards.texi (Configuration): | |
191 * standards.texi (Releases): | |
192 * standards.texi (References): | |
193 * standards.texi (Index): | |
194 Update to latest GNU version. | |
195 | |
196 * xemacs-faq.texi (Q6.3.3): | |
197 * xemacs-faq.texi (Q6.4.1): | |
198 Improve questions on current Windows activity. | |
199 | |
200 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
201 | |
202 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
203 | |
204 2001-02-25 Ben Wing <ben@xemacs.org> | |
205 | |
206 * xemacs-faq.texi (Top): | |
207 * xemacs-faq.texi (Introduction): | |
208 * xemacs-faq.texi (Q1.0.1): | |
209 * xemacs-faq.texi (Q1.0.4): | |
210 * xemacs-faq.texi (Q1.0.6): | |
211 * xemacs-faq.texi (Q1.0.10): | |
212 * xemacs-faq.texi (Q1.2.1): | |
213 * xemacs-faq.texi (Q1.4.1): | |
214 * xemacs-faq.texi (Q1.4.2): | |
215 * xemacs-faq.texi (Q2.0.12): | |
216 * xemacs-faq.texi (Q2.1.1): | |
217 * xemacs-faq.texi (Q2.1.2): | |
218 * xemacs-faq.texi (Q2.1.9): | |
219 * xemacs-faq.texi (Q2.1.15): | |
220 * xemacs-faq.texi (Q2.1.19): | |
221 * xemacs-faq.texi (Customization): | |
222 * xemacs-faq.texi (Q3.0.1): | |
223 * xemacs-faq.texi (Q3.0.2): | |
224 * xemacs-faq.texi (Q3.0.3): | |
225 * xemacs-faq.texi (Q3.0.7): | |
226 * xemacs-faq.texi (Q3.1.5): | |
227 * xemacs-faq.texi (Q3.1.6): | |
228 * xemacs-faq.texi (Q3.2.1): | |
229 * xemacs-faq.texi (Q3.2.3): | |
230 * xemacs-faq.texi (Q3.2.4): | |
231 * xemacs-faq.texi (Q3.3.1): | |
232 * xemacs-faq.texi (Q3.3.2): | |
233 * xemacs-faq.texi (Q3.3.3): | |
234 * xemacs-faq.texi (Q3.3.4): | |
235 * xemacs-faq.texi (Q3.3.5): | |
236 * xemacs-faq.texi (Q3.4.1): | |
237 * xemacs-faq.texi (Q3.4.2): | |
238 * xemacs-faq.texi (Q3.5.2): | |
239 * xemacs-faq.texi (Q3.5.4): | |
240 * xemacs-faq.texi (key-translation-map): New. | |
241 * xemacs-faq.texi (Q3.5.5): | |
242 * xemacs-faq.texi (Q3.5.6): | |
243 * xemacs-faq.texi (Q3.5.7): | |
244 * xemacs-faq.texi (Q3.5.8): | |
245 * xemacs-faq.texi (global-map): Removed. | |
246 * xemacs-faq.texi (Q3.5.9): | |
247 * xemacs-faq.texi (Q3.6.1): | |
248 * xemacs-faq.texi (Q3.6.2): | |
249 * xemacs-faq.texi (Q3.6.3): | |
250 * xemacs-faq.texi (Q3.7.6): | |
251 * xemacs-faq.texi (Q3.7.7): | |
252 * xemacs-faq.texi (Q3.8.1): | |
253 * xemacs-faq.texi (Q3.8.2): | |
254 * xemacs-faq.texi (Q3.8.3): | |
255 * xemacs-faq.texi (Q3.9.1): | |
256 * xemacs-faq.texi (Q3.9.4): | |
257 * xemacs-faq.texi (Q3.10.1): | |
258 * xemacs-faq.texi (Q3.10.2): | |
259 * xemacs-faq.texi (Q3.10.3): | |
260 * xemacs-faq.texi (Q4.0.12): | |
261 * xemacs-faq.texi (Miscellaneous): | |
262 * xemacs-faq.texi (Q5.0.1): | |
263 * xemacs-faq.texi (Q5.0.2): | |
264 * xemacs-faq.texi (Q5.0.3): | |
265 * xemacs-faq.texi (Q5.0.4): | |
266 * xemacs-faq.texi (Q5.0.5): | |
267 * xemacs-faq.texi (Q5.0.8): | |
268 * xemacs-faq.texi (Q5.0.9): | |
269 * xemacs-faq.texi (Q5.0.11): | |
270 * xemacs-faq.texi (Q5.0.12): | |
271 * xemacs-faq.texi (Q5.0.13): | |
272 * xemacs-faq.texi (Q5.0.16): | |
273 * xemacs-faq.texi (Q5.0.17): | |
274 * xemacs-faq.texi (Q5.1.9): | |
275 * xemacs-faq.texi (Q5.1.11): | |
276 * xemacs-faq.texi (Q5.2.1): | |
277 * xemacs-faq.texi (Q5.2.2): | |
278 * xemacs-faq.texi (Q5.3.1): | |
279 * xemacs-faq.texi (Q5.3.2): | |
280 * xemacs-faq.texi (Q5.3.4): | |
281 * xemacs-faq.texi (MS Windows): | |
282 * xemacs-faq.texi (Q6.0.1): | |
283 * xemacs-faq.texi (Q6.0.2): | |
284 * xemacs-faq.texi (Q6.0.3): | |
285 * xemacs-faq.texi (Q6.0.4): | |
286 * xemacs-faq.texi (Q6.1.5): | |
287 * xemacs-faq.texi (Q6.2.3): | |
288 * xemacs-faq.texi (Q6.3.1): | |
289 | |
290 Remove most references to XEmacs pre-19.15, since they are way out | |
291 of date and are cluttering up and confusing many answers. Update | |
292 references to .emacs to take into account the new init file | |
293 location. Update information about the MS Windows port. Change | |
294 description of XEmacs at beginning to match the web site. Update | |
295 info about current developers. | |
296 | |
297 | |
298 2001-02-25 Ben Wing <ben@xemacs.org> | |
299 | |
300 * lispref\help.texi (Describing Characters): | |
301 kp- not kp_. | |
302 | |
303 2001-02-25 Ben Wing <ben@xemacs.org> | |
304 | |
305 * new-users-guide\custom1.texi (Customization Basics): | |
306 * new-users-guide\custom1.texi (Customizing key Bindings): | |
307 * new-users-guide\custom1.texi (Customizing Menus): | |
308 * new-users-guide\custom2.texi (Other Customizations): | |
309 * new-users-guide\custom2.texi (Setting Variables): | |
310 * new-users-guide\custom2.texi (Init File): | |
311 * new-users-guide\xmenu.texi (Options Menu): | |
312 * new-users-guide\modes.texi (Major Modes): | |
313 * new-users-guide\modes.texi (Minor Modes): | |
314 * new-users-guide\new-users-guide.texi (Top): | |
315 Fix up references to .emacs to take into account init.el. | |
316 | |
1 2001-02-23 Martin Buchholz <martin@xemacs.org> | 317 2001-02-23 Martin Buchholz <martin@xemacs.org> |
2 | 318 |
3 * XEmacs 21.2.45 "Thelxepeia" is released. | 319 * XEmacs 21.2.45 "Thelxepeia" is released. |
4 | 320 |
5 2001-02-10 Martin Buchholz <martin@xemacs.org> | 321 2001-02-10 Martin Buchholz <martin@xemacs.org> |