485
|
1 2001-04-26 John H. Palmieri <palmieri@math.washington.edu>
|
|
2
|
|
3 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist
|
|
4 rather than default-frame-alist.
|
|
5
|
479
|
6 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
7
|
|
8 * xemacs-faq.texi (Q1.0.1):
|
|
9 * xemacs-faq.texi (Q1.0.2):
|
|
10 Rewrite description of XEmacs to match what's on web page,
|
|
11 in about.el.
|
|
12
|
472
|
13 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
14
|
|
15 * XEmacs 21.5.0 "alfalfa" is released.
|
|
16
|
464
|
17 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
18
|
|
19 * internals\internals.texi:
|
|
20 * internals\internals.texi (Top):
|
|
21 * internals\internals.texi (Lucid Emacs):
|
|
22 * internals\internals.texi (XEmacs):
|
|
23 * internals\internals.texi (XEmacs From the Outside):
|
|
24 Bump version to 1.4 and fix this everywhere. Document all
|
|
25 XEmacs releases up through 21.2.46.
|
|
26
|
|
27 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
28
|
|
29 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save
|
|
30 result of INSERT in R in pq-cmd-status example.
|
|
31
|
462
|
32 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
33
|
|
34 * XEmacs 21.2.46 "Urania" is released.
|
|
35
|
|
36 2001-03-08 Ben Wing <ben@xemacs.org>
|
|
37
|
|
38 * internals\internals.texi (Top):
|
|
39 * internals\internals.texi (A History of Emacs):
|
|
40 * internals\internals.texi (Through Version 18):
|
|
41 * internals\internals.texi (Lucid Emacs):
|
|
42 * internals\internals.texi (GNU Emacs 19):
|
|
43 * internals\internals.texi (GNU Emacs 20):
|
|
44 * internals\internals.texi (XEmacs From the Outside):
|
|
45 * internals\internals.texi (The Lisp Language):
|
|
46 * internals\internals.texi (XEmacs From the Perspective of Building):
|
|
47 * internals\internals.texi (XEmacs From the Inside):
|
|
48 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)):
|
|
49 * internals\internals.texi (How Lisp Objects Are Represented in C):
|
|
50 * internals\internals.texi (Rules When Writing New C Code):
|
|
51 * internals\internals.texi (General Coding Rules):
|
|
52 * internals\internals.texi (Writing Lisp Primitives):
|
|
53 * internals\internals.texi (Writing Good Comments):
|
|
54 * internals\internals.texi (Adding Global Lisp Variables):
|
|
55 * internals\internals.texi (Proper Use of Unsigned Types):
|
|
56 * internals\internals.texi (Coding for Mule):
|
|
57 * internals\internals.texi (Character-Related Data Types):
|
|
58 * internals\internals.texi (Working With Character and Byte Positions):
|
|
59 * internals\internals.texi (Conversion to and from External Data):
|
|
60 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code):
|
|
61 * internals\internals.texi (An Example of Mule-Aware Code):
|
|
62 * internals\internals.texi (Techniques for XEmacs Developers):
|
|
63 * internals\internals.texi (A Summary of the Various XEmacs Modules):
|
|
64 * internals\internals.texi (Low-Level Modules):
|
|
65 * internals\internals.texi (Basic Lisp Modules):
|
|
66 * internals\internals.texi (Modules for Standard Editing Operations):
|
|
67 * internals\internals.texi (Editor-Level Control Flow Modules):
|
|
68 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects):
|
|
69 * internals\internals.texi (Modules for other Display-Related Lisp Objects):
|
|
70 * internals\internals.texi (Modules for the Redisplay Mechanism):
|
|
71 * internals\internals.texi (Modules for Interfacing with the File System):
|
|
72 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
|
|
73 * internals\internals.texi (Modules for Interfacing with the Operating System):
|
|
74 * internals\internals.texi (Modules for Interfacing with X Windows):
|
|
75 * internals\internals.texi (Allocation of Objects in XEmacs Lisp):
|
|
76 * internals\internals.texi (Introduction to Allocation):
|
|
77 * internals\internals.texi (Garbage Collection):
|
|
78 * internals\internals.texi (GCPROing):
|
|
79 * internals\internals.texi (Garbage Collection - Step by Step):
|
|
80 * internals\internals.texi (Invocation):
|
|
81 * internals\internals.texi (garbage_collect_1):
|
|
82 * internals\internals.texi (mark_object):
|
|
83 * internals\internals.texi (gc_sweep):
|
|
84 * internals\internals.texi (sweep_lcrecords_1):
|
|
85 * internals\internals.texi (compact_string_chars):
|
|
86 * internals\internals.texi (sweep_strings):
|
|
87 * internals\internals.texi (sweep_bit_vectors_1):
|
|
88 * internals\internals.texi (Integers and Characters):
|
|
89 * internals\internals.texi (Allocation from Frob Blocks):
|
|
90 * internals\internals.texi (lrecords):
|
|
91 * internals\internals.texi (Low-level allocation):
|
|
92 * internals\internals.texi (Cons):
|
|
93 * internals\internals.texi (Vector):
|
|
94 * internals\internals.texi (Bit Vector):
|
|
95 * internals\internals.texi (Symbol):
|
|
96 * internals\internals.texi (Marker):
|
|
97 * internals\internals.texi (String):
|
|
98 * internals\internals.texi (Dumping):
|
|
99 * internals\internals.texi (Overview):
|
|
100 * internals\internals.texi (Data descriptions):
|
|
101 * internals\internals.texi (Dumping phase):
|
|
102 * internals\internals.texi (Object inventory):
|
|
103 * internals\internals.texi (Address allocation):
|
|
104 * internals\internals.texi (The header):
|
|
105 * internals\internals.texi (Data dumping):
|
|
106 * internals\internals.texi (Pointers dumping):
|
|
107 * internals\internals.texi (Reloading phase):
|
|
108 * internals\internals.texi (Events and the Event Loop):
|
|
109 * internals\internals.texi (Introduction to Events):
|
|
110 * internals\internals.texi (Main Loop):
|
|
111 * internals\internals.texi (Specifics of the Event Gathering Mechanism):
|
|
112 * internals\internals.texi (Specifics About the Emacs Event):
|
|
113 * internals\internals.texi (The Event Stream Callback Routines):
|
|
114 * internals\internals.texi (Other Event Loop Functions):
|
|
115 * internals\internals.texi (Converting Events):
|
|
116 * internals\internals.texi (Evaluation; Stack Frames; Bindings):
|
|
117 * internals\internals.texi (Evaluation):
|
|
118 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
|
|
119 * internals\internals.texi (Simple Special Forms):
|
|
120 * internals\internals.texi (Symbols and Variables):
|
|
121 * internals\internals.texi (Introduction to Symbols):
|
|
122 * internals\internals.texi (Obarrays):
|
|
123 * internals\internals.texi (Buffers and Textual Representation):
|
|
124 * internals\internals.texi (Introduction to Buffers):
|
|
125 * internals\internals.texi (The Text in a Buffer):
|
|
126 * internals\internals.texi (Buffer Lists):
|
|
127 * internals\internals.texi (Markers and Extents):
|
|
128 * internals\internals.texi (Bufbytes and Emchars):
|
|
129 * internals\internals.texi (MULE Character Sets and Encodings):
|
|
130 * internals\internals.texi (Character Sets):
|
|
131 * internals\internals.texi (Encodings):
|
|
132 * internals\internals.texi (Japanese EUC (Extended Unix Code)):
|
|
133 * internals\internals.texi (JIS7):
|
|
134 * internals\internals.texi (Internal Mule Encodings):
|
|
135 * internals\internals.texi (Internal String Encoding):
|
|
136 * internals\internals.texi (Internal Character Encoding):
|
|
137 * internals\internals.texi (The Lisp Reader and Compiler):
|
|
138 * internals\internals.texi (Lstreams):
|
|
139 * internals\internals.texi (Creating an Lstream):
|
|
140 * internals\internals.texi (Lstream Types):
|
|
141 * internals\internals.texi (Lstream Functions):
|
|
142 * internals\internals.texi (Consoles; Devices; Frames; Windows):
|
|
143 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows):
|
|
144 * internals\internals.texi (Point):
|
|
145 * internals\internals.texi (Window Hierarchy):
|
|
146 * internals\internals.texi (The Redisplay Mechanism):
|
|
147 * internals\internals.texi (Critical Redisplay Sections):
|
|
148 * internals\internals.texi (Line Start Cache):
|
|
149 * internals\internals.texi (Extents):
|
|
150 * internals\internals.texi (Introduction to Extents):
|
|
151 * internals\internals.texi (Extent Ordering):
|
|
152 * internals\internals.texi (Format of the Extent Info):
|
|
153 * internals\internals.texi (Zero-Length Extents):
|
|
154 * internals\internals.texi (Mathematics of Extent Ordering):
|
|
155 * internals\internals.texi (Faces):
|
|
156 * internals\internals.texi (Glyphs):
|
|
157 * internals\internals.texi (Specifiers):
|
|
158 * internals\internals.texi (Menus):
|
|
159 * internals\internals.texi (Subprocesses):
|
|
160 * internals\internals.texi (Interface to the X Window System):
|
|
161 * internals\internals.texi (Lucid Widget Library):
|
|
162 * internals\internals.texi (Generic Widget Interface):
|
|
163 * internals\internals.texi (Scrollbars):
|
|
164 * internals\internals.texi (Menubars):
|
|
165 * internals\internals.texi (Checkboxes and Radio Buttons):
|
|
166 * internals\internals.texi (Progress Bars):
|
|
167 * internals\internals.texi (Tab Controls):
|
|
168 Add more index entries. Add sections on comments and unsigned types.
|
|
169
|
|
170 2001-03-08 Ben Wing <ben@xemacs.org>
|
|
171
|
|
172 * make-stds.texi (Makefile Basics):
|
|
173 * make-stds.texi (Command Variables):
|
|
174 * make-stds.texi (Directory Variables):
|
|
175 * make-stds.texi (Standard Targets):
|
|
176 * standards.texi:
|
|
177 * standards.texi (Top):
|
|
178 * standards.texi (Preface):
|
|
179 * standards.texi (Legal Issues):
|
|
180 * standards.texi (Reading Non-Free Code):
|
|
181 * standards.texi (Contributions):
|
|
182 * standards.texi (Trademarks):
|
|
183 * standards.texi (Design Advice):
|
|
184 * standards.texi (Source Language):
|
|
185 * standards.texi (Compatibility):
|
|
186 * standards.texi (Using Extensions):
|
|
187 * standards.texi (Standard C):
|
|
188 * standards.texi (Program Behavior):
|
|
189 * standards.texi (Semantics):
|
|
190 * standards.texi (Libraries):
|
|
191 * standards.texi (Errors):
|
|
192 * standards.texi (User Interfaces):
|
|
193 * standards.texi (Graphical Interfaces):
|
|
194 * standards.texi (Command-Line Interfaces):
|
|
195 * standards.texi (Option Table):
|
|
196 * standards.texi (Memory Usage):
|
|
197 * standards.texi (File Usage):
|
|
198 * standards.texi (Formatting):
|
|
199 * standards.texi (Comments):
|
|
200 * standards.texi (Syntactic Conventions):
|
|
201 * standards.texi (Names):
|
|
202 * standards.texi (System Portability):
|
|
203 * standards.texi (CPU Portability):
|
|
204 * standards.texi (System Functions):
|
|
205 * standards.texi (Internationalization):
|
|
206 * standards.texi (Mmap):
|
|
207 * standards.texi (Documentation):
|
|
208 * standards.texi (GNU Manuals):
|
|
209 * standards.texi (Doc Strings and Manuals):
|
|
210 * standards.texi (Manual Structure Details):
|
|
211 * standards.texi (License for Manuals):
|
|
212 * standards.texi (Manual Credits):
|
|
213 * standards.texi (Printed Manuals):
|
|
214 * standards.texi (NEWS File):
|
|
215 * standards.texi (Change Logs):
|
|
216 * standards.texi (Style of Change Logs):
|
|
217 * standards.texi (Simple Changes):
|
|
218 * standards.texi (Conditional Changes):
|
|
219 * standards.texi (Indicating the Part Changed):
|
|
220 * standards.texi (Managing Releases):
|
|
221 * standards.texi (Configuration):
|
|
222 * standards.texi (Releases):
|
|
223 * standards.texi (References):
|
|
224 * standards.texi (Index):
|
|
225 Update to latest GNU version.
|
|
226
|
|
227 * xemacs-faq.texi (Q6.3.3):
|
|
228 * xemacs-faq.texi (Q6.4.1):
|
|
229 Improve questions on current Windows activity.
|
|
230
|
|
231 2001-03-07 Sandra Wambold <wambold@xemacs.org>
|
|
232
|
|
233 * xemacs-faq.texi: (Q.1.0.7): changed list archive address
|
|
234
|
|
235 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
236
|
|
237 * xemacs-faq.texi (Top):
|
|
238 * xemacs-faq.texi (Introduction):
|
|
239 * xemacs-faq.texi (Q1.0.1):
|
|
240 * xemacs-faq.texi (Q1.0.4):
|
|
241 * xemacs-faq.texi (Q1.0.6):
|
|
242 * xemacs-faq.texi (Q1.0.10):
|
|
243 * xemacs-faq.texi (Q1.2.1):
|
|
244 * xemacs-faq.texi (Q1.4.1):
|
|
245 * xemacs-faq.texi (Q1.4.2):
|
|
246 * xemacs-faq.texi (Q2.0.12):
|
|
247 * xemacs-faq.texi (Q2.1.1):
|
|
248 * xemacs-faq.texi (Q2.1.2):
|
|
249 * xemacs-faq.texi (Q2.1.9):
|
|
250 * xemacs-faq.texi (Q2.1.15):
|
|
251 * xemacs-faq.texi (Q2.1.19):
|
|
252 * xemacs-faq.texi (Customization):
|
|
253 * xemacs-faq.texi (Q3.0.1):
|
|
254 * xemacs-faq.texi (Q3.0.2):
|
|
255 * xemacs-faq.texi (Q3.0.3):
|
|
256 * xemacs-faq.texi (Q3.0.7):
|
|
257 * xemacs-faq.texi (Q3.1.5):
|
|
258 * xemacs-faq.texi (Q3.1.6):
|
|
259 * xemacs-faq.texi (Q3.2.1):
|
|
260 * xemacs-faq.texi (Q3.2.3):
|
|
261 * xemacs-faq.texi (Q3.2.4):
|
|
262 * xemacs-faq.texi (Q3.3.1):
|
|
263 * xemacs-faq.texi (Q3.3.2):
|
|
264 * xemacs-faq.texi (Q3.3.3):
|
|
265 * xemacs-faq.texi (Q3.3.4):
|
|
266 * xemacs-faq.texi (Q3.3.5):
|
|
267 * xemacs-faq.texi (Q3.4.1):
|
|
268 * xemacs-faq.texi (Q3.4.2):
|
|
269 * xemacs-faq.texi (Q3.5.2):
|
|
270 * xemacs-faq.texi (Q3.5.4):
|
|
271 * xemacs-faq.texi (key-translation-map): New.
|
|
272 * xemacs-faq.texi (Q3.5.5):
|
|
273 * xemacs-faq.texi (Q3.5.6):
|
|
274 * xemacs-faq.texi (Q3.5.7):
|
|
275 * xemacs-faq.texi (Q3.5.8):
|
|
276 * xemacs-faq.texi (global-map): Removed.
|
|
277 * xemacs-faq.texi (Q3.5.9):
|
|
278 * xemacs-faq.texi (Q3.6.1):
|
|
279 * xemacs-faq.texi (Q3.6.2):
|
|
280 * xemacs-faq.texi (Q3.6.3):
|
|
281 * xemacs-faq.texi (Q3.7.6):
|
|
282 * xemacs-faq.texi (Q3.7.7):
|
|
283 * xemacs-faq.texi (Q3.8.1):
|
|
284 * xemacs-faq.texi (Q3.8.2):
|
|
285 * xemacs-faq.texi (Q3.8.3):
|
|
286 * xemacs-faq.texi (Q3.9.1):
|
|
287 * xemacs-faq.texi (Q3.9.4):
|
|
288 * xemacs-faq.texi (Q3.10.1):
|
|
289 * xemacs-faq.texi (Q3.10.2):
|
|
290 * xemacs-faq.texi (Q3.10.3):
|
|
291 * xemacs-faq.texi (Q4.0.12):
|
|
292 * xemacs-faq.texi (Miscellaneous):
|
|
293 * xemacs-faq.texi (Q5.0.1):
|
|
294 * xemacs-faq.texi (Q5.0.2):
|
|
295 * xemacs-faq.texi (Q5.0.3):
|
|
296 * xemacs-faq.texi (Q5.0.4):
|
|
297 * xemacs-faq.texi (Q5.0.5):
|
|
298 * xemacs-faq.texi (Q5.0.8):
|
|
299 * xemacs-faq.texi (Q5.0.9):
|
|
300 * xemacs-faq.texi (Q5.0.11):
|
|
301 * xemacs-faq.texi (Q5.0.12):
|
|
302 * xemacs-faq.texi (Q5.0.13):
|
|
303 * xemacs-faq.texi (Q5.0.16):
|
|
304 * xemacs-faq.texi (Q5.0.17):
|
|
305 * xemacs-faq.texi (Q5.1.9):
|
|
306 * xemacs-faq.texi (Q5.1.11):
|
|
307 * xemacs-faq.texi (Q5.2.1):
|
|
308 * xemacs-faq.texi (Q5.2.2):
|
|
309 * xemacs-faq.texi (Q5.3.1):
|
|
310 * xemacs-faq.texi (Q5.3.2):
|
|
311 * xemacs-faq.texi (Q5.3.4):
|
|
312 * xemacs-faq.texi (MS Windows):
|
|
313 * xemacs-faq.texi (Q6.0.1):
|
|
314 * xemacs-faq.texi (Q6.0.2):
|
|
315 * xemacs-faq.texi (Q6.0.3):
|
|
316 * xemacs-faq.texi (Q6.0.4):
|
|
317 * xemacs-faq.texi (Q6.1.5):
|
|
318 * xemacs-faq.texi (Q6.2.3):
|
|
319 * xemacs-faq.texi (Q6.3.1):
|
|
320
|
|
321 Remove most references to XEmacs pre-19.15, since they are way out
|
|
322 of date and are cluttering up and confusing many answers. Update
|
|
323 references to .emacs to take into account the new init file
|
|
324 location. Update information about the MS Windows port. Change
|
|
325 description of XEmacs at beginning to match the web site. Update
|
|
326 info about current developers.
|
|
327
|
|
328
|
|
329 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
330
|
|
331 * lispref\help.texi (Describing Characters):
|
|
332 kp- not kp_.
|
|
333
|
|
334 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
335
|
|
336 * new-users-guide\custom1.texi (Customization Basics):
|
|
337 * new-users-guide\custom1.texi (Customizing key Bindings):
|
|
338 * new-users-guide\custom1.texi (Customizing Menus):
|
|
339 * new-users-guide\custom2.texi (Other Customizations):
|
|
340 * new-users-guide\custom2.texi (Setting Variables):
|
|
341 * new-users-guide\custom2.texi (Init File):
|
|
342 * new-users-guide\xmenu.texi (Options Menu):
|
|
343 * new-users-guide\modes.texi (Major Modes):
|
|
344 * new-users-guide\modes.texi (Minor Modes):
|
|
345 * new-users-guide\new-users-guide.texi (Top):
|
|
346 Fix up references to .emacs to take into account init.el.
|
|
347
|
460
|
348 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
349
|
|
350 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
351
|
|
352 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
353
|
|
354 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
|
|
355
|
458
|
356 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
357
|
|
358 * XEmacs 21.2.44 "Thalia" is released.
|
|
359
|
|
360 2001-02-04 Steve Youngs <youngs@xemacs.org>
|
|
361
|
|
362 * xemacs/xemacs.texi: Update to accomodate new and improved
|
|
363 packages.texi.
|
|
364
|
|
365 * xemacs/packages.texi: Basically, apart from a few things,
|
|
366 rewritten from scratch.
|
|
367
|
456
|
368 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
369
|
|
370 * lispref/variables.texi (max-specpdl-size): Correct default value.
|
|
371 * lispref/eval.texi (max-lisp-eval-depth): Correct default value.
|
|
372
|
|
373 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
374
|
|
375 * XEmacs 21.2.43 "Terspichore" is released.
|
|
376
|
454
|
377 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
378
|
|
379 * XEmacs 21.2.42 "Poseidon" is released.
|
|
380
|
|
381 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
382
|
|
383 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
|
|
384
|
|
385 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
386
|
|
387 * internals.texi: some glyph documentation.
|
|
388
|
|
389 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
390
|
|
391 * frame.texi (Mode Line Basics): new node ...
|
|
392 * frame.texi (GUI Components): ... under this one ...
|
|
393 * frame.texi (Scrollbar Basics): ... after this one ...
|
|
394 * frame.texi (Toolbar Basics): ... before this one.
|
|
395
|
452
|
396 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
397
|
|
398 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
399
|
|
400 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
401
|
|
402 * internals/internals.texi: A little post-pdump-rename fixup.
|
|
403
|
|
404 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
405
|
|
406 * internals/internals.texi: See `pdump-rename' in src/ChangeLog.
|
|
407
|
|
408 2001-01-10 Martin Buchholz <martin@xemacs.org>
|
|
409
|
|
410 * internals/internals.texi: Update for pdump changes.
|
|
411
|
|
412 2001-01-04 Adrian Aichner <adrian@xemacs.org>
|
|
413
|
|
414 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to
|
|
415 XEmacs.
|
|
416 * texinfo.texi (First Node): Fixing grammar.
|
|
417 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs
|
|
418 to XEmacs.
|
|
419
|
450
|
420 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
421
|
|
422 * XEmacs 21.2.40 is released.
|
|
423
|
|
424 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
425
|
|
426 * emodules.texi (Required Functions): Xref coding rules for dual-use
|
|
427 modules (module and statically linked). Typo fix.
|
|
428
|
|
429 * texinfo.texi (ref): Typo fix.
|
|
430
|
448
|
431 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
432
|
|
433 * XEmacs 21.2.39 is released.
|
|
434
|
|
435 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
436
|
|
437 * internals/internals.texi (General Coding Rules): further document
|
|
438 usage of symsinit.h. Reorder slightly.
|
|
439
|
446
|
440 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
441
|
|
442 * xemacs/packages.texi (Creating Packages): new node.
|
|
443
|
|
444 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
445
|
|
446 * XEmacs 21.2.38 is released.
|
|
447
|
|
448 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
449
|
|
450 * lispref/compile.texi:
|
|
451 Document differences between compiler and interpreter.
|
|
452
|
|
453 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
454
|
|
455 * internals/index.texi:
|
|
456 internals/internals.texi:
|
|
457 Change "X Windows" to "the X Window System" randomly.
|
|
458 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
|
|
459 (Lucid Widget Library): new node, added new text, ASCII art, subnode
|
|
460 structure.
|
|
461 * xemacs/frame.texi (GUI Components): new node.
|
|
462 * xemacs/packages.texi: minor updates.
|
|
463
|
|
464 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
465
|
|
466 * info.texi (Creating an Info File): Fix typos in xrefs.
|
|
467
|
|
468 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
469
|
|
470 * xemacs/cmdargs.texi (Command Switches): Add documentation of
|
|
471 portable dumper switches. Other minor edits.
|
|
472
|
|
473 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
474
|
|
475 * lispref/positions.texi (Word Motion):
|
|
476 forward-word arg is now optional.
|
|
477 backward-word arg is now optional.
|
|
478 Remove vile comment advising lisp programmer to use (forward-word -1)
|
|
479 instead of (backward-word 1).
|
|
480 * lispref/syntax.texi (Parsing Expressions):
|
|
481 Similarly for forward-comment.
|
|
482 * lispref/text.texi (Deletion):
|
|
483 Similarly for delete-char.
|
|
484 Similarly for delete-backward-char.
|
|
485
|
|
486 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
487
|
|
488 * cl.texi (Assertions):
|
|
489 Remove claim that elisp doesn't have continuable errors.
|
|
490 Document check-type as being continuable.
|
|
491
|
|
492 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
493
|
|
494 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
|
|
495 from elisp to lispref and from emacs to xemacs in relevant ?xefs.
|
|
496 This should also serve as a reminder for future merges with GNU
|
|
497 Emacs.
|
|
498 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
|
|
499 "XEmacs User's Manual" for lispref and xemacs respectively.
|
|
500
|
|
501 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
502
|
|
503 * lispref/abbrevs.texi (Abbrevs): Ditto.
|
|
504 * lispref/backups.texi (Auto-Saving): Ditto.
|
|
505 * lispref/backups.texi (Reverting): Ditto.
|
|
506 * lispref/display.texi (The Echo Area): Ditto.
|
|
507 * lispref/help.texi (Documentation Basics): Ditto.
|
|
508 * lispref/help.texi (Help Functions): Ditto.
|
|
509 * lispref/keymaps.texi (Scanning Keymaps): Ditto.
|
|
510 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
|
|
511 * lispref/modes.texi (Auto Major Mode): Ditto.
|
|
512 * lispref/positions.texi (List Motion): Ditto.
|
|
513 * lispref/searching.texi (Regexp Search): Ditto.
|
|
514 * lispref/symbols.texi (Symbol Components): Ditto.
|
|
515 * lispref/tips.texi (Comment Tips): Ditto.
|
|
516 * lispref/tips.texi (Library Headers): Ditto.
|
|
517
|
|
518 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
519
|
|
520 * internals/internals.texi (The Buffer Object): Ditto.
|
|
521
|
|
522 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
523
|
|
524 * cl.texi (Hash Tables): Ditto.
|
|
525 * texinfo.texi (Other Info Files): Ditto.
|
|
526 * xemacs-faq.texi (Q1.0.14): Ditto.
|
|
527
|
444
|
528 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
529
|
|
530 * XEmacs 21.2.37 is released.
|
|
531
|
|
532 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
533
|
|
534 * xemacs/windows.texi (Other Window):
|
|
535
|
|
536 * new-users-guide/files.texi (Saving Files):
|
|
537 * new-users-guide/search.texi (Search and Replace):
|
|
538
|
|
539 * lispref/abbrevs.texi (Abbrev Tables):
|
|
540 * lispref/abbrevs.texi (Defining Abbrevs):
|
|
541 * lispref/abbrevs.texi (Abbrev Files):
|
|
542 * lispref/annotations.texi (Annotation Primitives):
|
|
543 * lispref/backups.texi (Auto-Saving):
|
|
544 * lispref/backups.texi (Reverting):
|
|
545 * lispref/buffers.texi (Current Buffer):
|
|
546 * lispref/buffers.texi (Buffer Names):
|
|
547 * lispref/buffers.texi (Buffer Modification):
|
|
548 * lispref/buffers.texi (Read Only Buffers):
|
|
549 * lispref/buffers.texi (The Buffer List):
|
|
550 * lispref/buffers.texi (Killing Buffers):
|
|
551 * lispref/buffers.texi (Indirect Buffers):
|
|
552 * lispref/building.texi (Building XEmacs):
|
|
553 * lispref/building.texi (Garbage Collection):
|
|
554 * lispref/commands.texi (Interactive Call):
|
|
555 * lispref/commands.texi (Events):
|
|
556 * lispref/commands.texi (Event Predicates):
|
|
557 * lispref/commands.texi (Working With Events):
|
|
558 * lispref/commands.texi (Converting Events):
|
|
559 * lispref/commands.texi (Key Sequence Input):
|
|
560 * lispref/commands.texi (Reading One Event):
|
|
561 * lispref/commands.texi (Waiting):
|
|
562 * lispref/commands.texi (Prefix Command Arguments):
|
|
563 * lispref/commands.texi (Recursive Editing):
|
|
564 * lispref/compile.texi (Compilation Functions):
|
|
565 * lispref/compile.texi (Compiled-Function Objects):
|
|
566 * lispref/consoles-devices.texi (Basic Device Functions):
|
|
567 * lispref/consoles-devices.texi (Console Types and Device Classes):
|
|
568 * lispref/consoles-devices.texi (Connecting to a Console or Device):
|
|
569 * lispref/control.texi (Signaling Errors):
|
|
570 * lispref/customize.texi (Type Keywords):
|
|
571 * lispref/databases.texi (Connecting to a Database):
|
|
572 * lispref/databases.texi (Working With a Database):
|
|
573 * lispref/databases.texi (Other Database Functions):
|
|
574 * lispref/debugging.texi (Function Debugging):
|
|
575 * lispref/display.texi (Refresh Screen):
|
|
576 * lispref/display.texi (The Echo Area):
|
|
577 * lispref/display.texi (Blinking):
|
|
578 * lispref/edebug-inc.texi (Tracing):
|
|
579 * lispref/edebug-inc.texi (Instrumenting Macro Calls):
|
|
580 * lispref/edebug-inc.texi (Edebug Options):
|
|
581 * lispref/eval.texi (Function Indirection):
|
|
582 * lispref/extents.texi (Creating and Modifying Extents):
|
|
583 * lispref/extents.texi (Finding Extents):
|
|
584 * lispref/extents.texi (Mapping Over Extents):
|
|
585 * lispref/extents.texi (Extent Properties):
|
|
586 * lispref/faces.texi (Basic Face Functions):
|
|
587 * lispref/faces.texi (Face Properties):
|
|
588 * lispref/faces.texi (Face Convenience Functions):
|
|
589 * lispref/faces.texi (Other Face Display Functions):
|
|
590 * lispref/faces.texi (Font Instance Characteristics):
|
|
591 * lispref/faces.texi (Color Specifiers):
|
|
592 * lispref/files.texi (Visiting Functions):
|
|
593 * lispref/files.texi (Reading from Files):
|
|
594 * lispref/files.texi (Changing File Attributes):
|
|
595 * lispref/files.texi (File Names):
|
|
596 * lispref/files.texi (File Name Components):
|
|
597 * lispref/files.texi (Directory Names):
|
|
598 * lispref/files.texi (Relative File Names):
|
|
599 * lispref/files.texi (File Name Expansion):
|
|
600 * lispref/files.texi (File Name Completion):
|
|
601 * lispref/files.texi (User Name Completion):
|
|
602 * lispref/files.texi (Magic File Names):
|
|
603 * lispref/files.texi (Creating a Partial File):
|
|
604 * lispref/files.texi (Format Conversion):
|
|
605 * lispref/frames.texi (Creating Frames):
|
|
606 * lispref/frames.texi (Property Access):
|
|
607 * lispref/frames.texi (Size and Position):
|
|
608 * lispref/frames.texi (Deleting Frames):
|
|
609 * lispref/frames.texi (Finding All Frames):
|
|
610 * lispref/frames.texi (Frames and Windows):
|
|
611 * lispref/frames.texi (Visibility of Frames):
|
|
612 * lispref/frames.texi (Frame Configurations):
|
|
613 * lispref/functions.texi (Calling Functions):
|
|
614 * lispref/functions.texi (Function Cells):
|
|
615 * lispref/glyphs.texi (Creating Glyphs):
|
|
616 * lispref/glyphs.texi (Image Specifiers):
|
|
617 * lispref/glyphs.texi (Image Instance Types):
|
|
618 * lispref/glyphs.texi (Image Instance Functions):
|
|
619 * lispref/gutter.texi (Creating Gutter):
|
|
620 * lispref/gutter.texi (Specifying a Gutter):
|
|
621 * lispref/gutter.texi (Other Gutter Variables):
|
|
622 * lispref/help.texi (Accessing Documentation):
|
|
623 * lispref/help.texi (Help Functions):
|
|
624 * lispref/help.texi (Obsoleteness):
|
|
625 * lispref/internationalization.texi (Domain Specification):
|
|
626 * lispref/intro.texi (Caveats):
|
|
627 * lispref/keymaps.texi (Active Keymaps):
|
|
628 * lispref/keymaps.texi (Functions for Key Lookup):
|
|
629 * lispref/keymaps.texi (Changing Key Bindings):
|
|
630 * lispref/keymaps.texi (Scanning Keymaps):
|
|
631 * lispref/ldap.texi (The High-Level LDAP API):
|
|
632 * lispref/ldap.texi (Low-level Operations on a LDAP Server):
|
|
633 * lispref/ldap.texi (Encoder/Decoder Functions):
|
|
634 * lispref/lists.texi (Setcar):
|
|
635 * lispref/lists.texi (Setcdr):
|
|
636 * lispref/lists.texi (Working With Normal Plists):
|
|
637 * lispref/lists.texi (Working With Lax Plists):
|
|
638 * lispref/loading.texi (Autoload):
|
|
639 * lispref/loading.texi (Named Features):
|
|
640 * lispref/markers.texi (Creating Markers):
|
|
641 * lispref/markers.texi (Changing Markers):
|
|
642 * lispref/markers.texi (The Mark):
|
|
643 * lispref/menus.texi (Modifying Menus):
|
|
644 * lispref/menus.texi (Pop-Up Menus):
|
|
645 * lispref/menus.texi (Menu Accelerator Functions):
|
|
646 * lispref/minibuf.texi (Text from Minibuffer):
|
|
647 * lispref/minibuf.texi (Object from Minibuffer):
|
|
648 * lispref/minibuf.texi (Basic Completion):
|
|
649 * lispref/minibuf.texi (High-Level Completion):
|
|
650 * lispref/minibuf.texi (Reading a Password):
|
|
651 * lispref/minibuf.texi (Minibuffer Misc):
|
|
652 * lispref/mouse.texi (Mouse Tracking):
|
|
653 * lispref/syntax.texi (Syntax Table Functions):
|
|
654 * lispref/numbers.texi (Arithmetic Operations):
|
|
655 * lispref/numbers.texi (Rounding Operations):
|
|
656 * lispref/numbers.texi (Math Functions):
|
|
657 * lispref/objects.texi (String Type):
|
|
658 * lispref/objects.texi (Equality Predicates):
|
|
659 * lispref/os.texi (Killing XEmacs):
|
|
660 * lispref/os.texi (Suspending XEmacs):
|
|
661 * lispref/os.texi (System Environment):
|
|
662 * lispref/os.texi (Time Conversion):
|
|
663 * lispref/os.texi (Timers):
|
|
664 * lispref/os.texi (Input Modes):
|
|
665 * lispref/os.texi (Translating Input):
|
|
666 * lispref/os.texi (Terminal Output):
|
|
667 * lispref/os.texi (Flow Control):
|
|
668 * lispref/positions.texi (Character Motion):
|
|
669 * lispref/positions.texi (Word Motion):
|
|
670 * lispref/positions.texi (Text Lines):
|
|
671 * lispref/positions.texi (Screen Lines):
|
|
672 * lispref/positions.texi (List Motion):
|
|
673 * lispref/positions.texi (Narrowing):
|
|
674 * lispref/postgresql.texi (Asynchronous Interface Functions):
|
|
675 * lispref/processes.texi (Subprocess Creation):
|
|
676 * lispref/processes.texi (Synchronous Processes):
|
|
677 * lispref/processes.texi (Asynchronous Processes):
|
|
678 * lispref/processes.texi (Process Information):
|
|
679 * lispref/processes.texi (Input to Processes):
|
|
680 * lispref/processes.texi (Signals to Processes):
|
|
681 * lispref/processes.texi (Process Buffers):
|
|
682 * lispref/processes.texi (Filter Functions):
|
|
683 * lispref/processes.texi (Network):
|
|
684 * lispref/range-tables.texi (Working With Range Tables):
|
|
685 * lispref/searching.texi (String Search):
|
|
686 * lispref/searching.texi (Regexp Search):
|
|
687 * lispref/searching.texi (POSIX Regexps):
|
|
688 * lispref/searching.texi (Replacing Match):
|
|
689 * lispref/searching.texi (Entire Match Data):
|
|
690 * lispref/sequences.texi (Bit Vector Functions):
|
|
691 * lispref/specifiers.texi (Adding Specifications):
|
|
692 * lispref/specifiers.texi (Creating Specifiers):
|
|
693 * lispref/specifiers.texi (Specifier Validation Functions):
|
|
694 * lispref/specifiers.texi (Other Specification Functions):
|
|
695 * lispref/streams.texi (Output Variables):
|
|
696 * lispref/symbols.texi (Other Plists):
|
|
697 * lispref/text.texi (Insertion):
|
|
698 * lispref/text.texi (Commands for Insertion):
|
|
699 * lispref/text.texi (Deletion):
|
|
700 * lispref/text.texi (User-Level Deletion):
|
|
701 * lispref/text.texi (Kill Functions):
|
|
702 * lispref/text.texi (Low-Level Kill Ring):
|
|
703 * lispref/text.texi (Undo):
|
|
704 * lispref/text.texi (Maintaining Undo):
|
|
705 * lispref/text.texi (Margins):
|
|
706 * lispref/text.texi (Sorting):
|
|
707 * lispref/text.texi (Columns):
|
|
708 * lispref/text.texi (Primitive Indent):
|
|
709 * lispref/text.texi (Mode-Specific Indent):
|
|
710 * lispref/text.texi (Region Indent):
|
|
711 * lispref/text.texi (Case Changes):
|
|
712 * lispref/text.texi (Examining Properties):
|
|
713 * lispref/text.texi (Property Search):
|
|
714 * lispref/text.texi (Registers):
|
|
715 * lispref/text.texi (Transformations):
|
|
716 * lispref/mule.texi (Charset Property Functions):
|
|
717 * lispref/mule.texi (MULE Characters):
|
|
718 * lispref/mule.texi (Composite Characters):
|
|
719 * lispref/mule.texi (Coding System Properties):
|
|
720 * lispref/mule.texi (Big5 and Shift-JIS Functions):
|
|
721 * lispref/mule.texi (CCL Statements):
|
|
722 * lispref/mule.texi (Calling CCL):
|
|
723 * lispref/mule.texi (Category Tables):
|
|
724 * lispref/toolbar.texi (Specifying the Toolbar):
|
|
725 * lispref/toolbar.texi (Other Toolbar Variables):
|
|
726 * lispref/tooltalk.texi (Elisp Interface for Sending Messages):
|
|
727 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages):
|
|
728 * lispref/variables.texi (Creating Buffer-Local):
|
|
729 * lispref/variables.texi (Variable Aliases):
|
|
730 * lispref/windows.texi (Splitting Windows):
|
|
731 * lispref/windows.texi (Deleting Windows):
|
|
732 * lispref/windows.texi (Selecting Windows):
|
|
733 * lispref/windows.texi (Cyclic Window Ordering):
|
|
734 * lispref/windows.texi (Buffers and Windows):
|
|
735 * lispref/windows.texi (Displaying Buffers):
|
|
736 * lispref/windows.texi (Choosing Window):
|
|
737 * lispref/windows.texi (Window Point):
|
|
738 * lispref/windows.texi (Window Start):
|
|
739 * lispref/windows.texi (Vertical Scrolling):
|
|
740 * lispref/windows.texi (Horizontal Scrolling):
|
|
741 * lispref/windows.texi (Resizing Windows):
|
|
742 * lispref/windows.texi (Window Configurations):
|
|
743 * lispref/x-windows.texi (X Selections):
|
|
744 * lispref/x-windows.texi (Resources):
|
|
745 * lispref/strings.texi (Creating Strings):
|
|
746 * lispref/strings.texi (Character Codes):
|
|
747 * lispref/strings.texi (Text Comparison):
|
|
748 * lispref/strings.texi (String Conversion):
|
|
749 * lispref/strings.texi (Formatting Strings):
|
|
750 * lispref/strings.texi (Character Case):
|
|
751 * lispref/strings.texi (Case Tables):
|
|
752 * lispref/strings.texi (Char Table Types):
|
|
753 * lispref/strings.texi (Working With Char Tables):
|
|
754 Giant docstring parameter/Texinfo fixes.
|
|
755
|
|
756 Don't use abbreviations for English words, especially when those
|
|
757 words have other meanings. For example, use START, not BEG.
|
|
758 Use OBJECT, not OBJ.
|
|
759 Use VALUE, not VAL.
|
|
760 Use BUFFER, not BUF.
|
|
761 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!)
|
|
762 Use CHARACTER, not CH or CHR.
|
|
763 Use NUMBER, not NUM.
|
|
764 Use COLUMN, not COL.
|
|
765 Use POSITION, not POS.
|
|
766 Use SYMBOL, not SYM.
|
|
767 Use STRING, not STR.
|
|
768 Use LIMIT, not LIM.
|
|
769 Use OTHER-WINDOW-P, not OTHER-P.
|
|
770 Use PRIORITY, not PRI.
|
|
771
|
|
772 Use `non-nil', not `true'.
|
|
773
|
|
774 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY.
|
|
775
|
|
776 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE.
|
|
777
|
|
778 Try to find better parameter names than ARG.
|
|
779
|
|
780 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g;
|
|
781
|
|
782 Use type information in parameter names. For example, use
|
|
783 (make-bit-vector length bit), not (make-bit-vector length init).
|
|
784
|
|
785 Completion functions should have parameters with names like
|
|
786 PARTIAL-FILENAME instead of the misleading FILENAME.
|
|
787
|
|
788 Type predicates should consistently take an OBJECT parameter,
|
|
789 since any object is valid as input.
|
|
790
|
|
791 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for
|
|
792 functions like next-window and next-frame that walk over window or
|
|
793 frame lists.
|
|
794
|
|
795 Deleted duplicated documentation for:
|
|
796 one-window-p, format-insert-file
|
|
797
|
|
798 Deleted 21 lines of VMS-specific texinfo documentation.
|
|
799
|
|
800 Fixed up a few places where `_' was used in docstring parameter
|
|
801 names instead of `-'.
|
|
802
|
|
803 Fixed up places that used nil or t without @code.
|
|
804
|
|
805 Fixed up places that erroneously used @code instead of @var.
|
|
806
|
|
807 Fixed many typos.
|
|
808
|
|
809 Fixed many places where the parameters mentioned in the docstring
|
|
810 didn't match the actual parameters.
|
|
811
|
|
812 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'.
|
|
813
|
|
814 Fixed 40 places where docstrings were missing trailing `.'
|
|
815
|
|
816 Fixed the texi documentation of 41 functions where the
|
|
817 interactiveness of the function in the documentation did not match
|
|
818 the implementation.
|
|
819
|
|
820 Fixed 117 functions where the names of parameters in the texi was
|
|
821 different from the names in the implementation.
|
|
822
|
|
823 Fixed the texi documentation of 137 functions where the parameter
|
|
824 list of the function in the texi was semantically different from
|
|
825 the implementation.
|
|
826
|
|
827 2000-10-28 Adrian Aichner <adrian@xemacs.org>
|
|
828
|
|
829 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to
|
|
830 incorporate raw HTML output in the HTML version.
|
|
831
|
|
832 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
833
|
|
834 * xemacs/menus.texi:
|
|
835 * widget.texi:
|
|
836 Typo fixes and tiny clarifications.
|
|
837
|
|
838 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
839
|
|
840 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how.
|
|
841 Added Q2.1.25 - function not found due to package not installed.
|
|
842
|
|
843 * xemacs/xemacs.texi:
|
|
844 * xemacs/abbrevs.texi:
|
|
845 * xemacs/basic.texi:
|
|
846 * xemacs/building.texi:
|
|
847 * xemacs/packages.texi:
|
|
848 * xemacs/startup.texi:
|
|
849 Moved "Packages" node to "Important General Concepts" section.
|
|
850
|
|
851 * xemacs/packages.texi: Added package list from etc/PACKAGES.
|
|
852
|
442
|
853 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
854
|
|
855 * XEmacs 21.2.36 is released.
|
|
856
|
|
857 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
858
|
|
859 * lispref/processes.texi (Signals to Processes): Many corrections.
|
|
860
|
|
861 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
862
|
|
863 * xemacs/startup.texi (Startup Paths): Minor fixes.
|
|
864
|
|
865 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
866
|
|
867 * *: Spelling mega-patch
|
|
868
|
|
869 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
870
|
|
871 * internals/internals.texi (Low-Level Modules):
|
|
872 Correct the list of source files.
|
|
873
|
|
874 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
875
|
|
876 * emodules.texi (Introduction): Trivial typo fix.
|
|
877
|
|
878 2000-08-24 Martin Buchholz <martin@xemacs.org>
|
|
879
|
|
880 * emodules.texi (Initialization Mode): Spell-Check.
|
|
881
|
|
882 2000-08-24 Martin Buchholz <martin@xemacs.org>
|
|
883
|
|
884 * lispref/databases.texi (Connecting to a Database):
|
|
885 s/berkeley_db/berkeley-db/. Too much C programming.
|
|
886
|
|
887 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
888
|
|
889 * xemacs/custom.texi (Menubar Resources): Document FontSet resource.
|
|
890
|
|
891 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
892
|
|
893 * xemacs\search.texi (Regexp Search):
|
|
894 * xemacs\search.texi (Regexps):
|
|
895 Synch up with updated docs below (describing non-greedy
|
|
896 operators and such).
|
|
897
|
|
898 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
899
|
|
900 * lispref\searching.texi (Syntax of Regexps):
|
|
901 Document ??, which we've supported since 20.4.
|
|
902
|
|
903 2000-07-31 Sandra Wambold <wambold@cygnus.com>
|
|
904
|
|
905 * xemacs-faq.texi: Minor updates in first two sections
|
|
906
|
|
907 2000-07-27 Andy Piper <andy@xemacs.org>
|
|
908
|
|
909 * lispref/hash-tables.texi: add new hash table type.
|
|
910
|
|
911 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
912
|
|
913 * XEmacs 21.2.35 is released.
|
|
914
|
|
915 2000-07-10 Martin Buchholz <martin@xemacs.org>
|
|
916
|
|
917 * Makefile: rm -f ==> $(RM)
|
|
918
|
|
919 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
920
|
454
|
921 * lispref/postgresql.texi:
|
442
|
922 - Don't mention ".so" extension.
|
|
923 - Make installation instructions more generic.
|
|
924 - Mention M-x describe-installation.
|
|
925
|
|
926 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
927
|
|
928 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under
|
|
929 Windows problem with binary locs and latest info.
|
|
930
|
|
931 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
932
|
|
933 * lispref/glyphs.texi: Fix trivial typos.
|
|
934 * lispref/gutter.texi: Ditto.
|
|
935 * lispref/loading.texi: Ditto.
|
|
936 * lispref/postgresql.texi: Ditto.
|
|
937
|
|
938 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
939
|
|
940 * internals/internals.texi (Markers and Extents): Fix trivial typo.
|
|
941
|
|
942 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
943
|
|
944 * make-stds.texi: Fix trivial typos.
|
|
945 * xemacs-faq.texi: Ditto.
|
|
946 * internals/internals.texi: Ditto.
|
|
947 * new-users-guide/edit.texi: Ditto.
|
|
948 * new-users-guide/modes.texi: Ditto.
|
|
949 * new-users-guide/region.texi: Ditto.
|
|
950
|
|
951 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
952
|
|
953 * xemacs-faq.texi (Q6.1.2):
|
|
954 * xemacs-faq.texi (Q6.1.5):
|
|
955 * xemacs-faq.texi (Q6.1.6):
|
|
956 Corrections for Cygwin, MinGW.
|
|
957
|
|
958 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
959
|
|
960 * xemacs/basic.texi: Fix trivial typos.
|
|
961 * xemacs/buffers.texi: Fix trivial typos.
|
|
962 * xemacs/building.texi: Ditto.
|
|
963 * xemacs/glossary.texi: Ditto.
|
|
964 * xemacs/gnu.texi: Ditto.
|
|
965 * xemacs/help.texi: Ditto.
|
|
966 * xemacs/keystrokes.texi: Ditto.
|
|
967 * xemacs/programs.texi: Ditto.
|
|
968 * xemacs/search.texi: Ditto.
|
|
969 * xemacs/sending.texi: Ditto.
|
|
970
|
|
971 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
972
|
|
973 * XEmacs 21.2.34 is released.
|
|
974
|
|
975 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
976
|
|
977 * xemacs/basic.texi: Document translation of tutorial.
|
|
978 * xemacs/startup.texi: Remove lock-directory.
|
|
979 * xemacs/enterings.texi: Update.
|
|
980
|
|
981 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
982
|
|
983 * lispref/display.texi:
|
|
984 * lispref/faces.texi:
|
|
985 * lispref/glyphs.texi:
|
|
986 * lispref/gutter.texi:
|
|
987 * lispref/modes.texi:
|
|
988 * lispref/specifiers.texi:
|
|
989 * lispref/toolbar.texi:
|
|
990 Update. Merge Ben's doc-string update.
|
|
991
|
|
992 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
993
|
|
994 * xemacs/basic.texi:
|
|
995 * xemacs/enterings.texi:
|
|
996 * xemacs/mini.texi:
|
|
997 Partial sync with FSF Emacs 20.6 and some update.
|
|
998
|
|
999 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
1000
|
|
1001 * XEmacs 21.2.33 is released.
|
|
1002
|
|
1003 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1004
|
|
1005 * xemacs-faq.texi (Q2.1.24): Removed wrong header.
|
|
1006
|
|
1007 2000-04-01 Oscar Figueiredo <oscar@xemacs.org>
|
|
1008
|
|
1009 * lispref/ldap.texi: Documentation of the add/modify/delete and
|
|
1010 internationalization APIs
|
|
1011
|
|
1012 * lispref/lispref.texi: Updated LDAP-related menus
|
|
1013
|
|
1014 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
1015
|
|
1016 * XEmacs 21.2.32 is released.
|
|
1017
|
|
1018 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
|
|
1019
|
|
1020 * lispref/postgresql.texi (Unimplemented libpq Functions): Update
|
|
1021 documentation to reflect the latest code.
|
|
1022
|
|
1023 2000-03-07 SL Baur <steve@musashimaru.m17n.org>
|
|
1024
|
|
1025 * lispref/postgresql.texi (PostgreSQL Support): New File.
|
|
1026
|
|
1027 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter.
|
|
1028 * lispref/lispref.texi (Top): Ditto.
|
|
1029 * lispref/internationalization.texi: Ditto.
|
|
1030
|
|
1031 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1032
|
|
1033 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis.
|
|
1034
|
|
1035 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1036
|
|
1037 * xemacs-faq.texi: Put node before section.
|
|
1038
|
|
1039 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1040
|
|
1041 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly.
|
|
1042
|
|
1043 2000-03-01 Sandra Wambold <wambold@xemacs.org>
|
|
1044
|
|
1045 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows
|
|
1046
|
|
1047 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1048
|
|
1049 * xemacs/xemacs.texi: Detailed menu update.
|
|
1050
|
|
1051 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1052
|
|
1053 * xemacs/help.texi: Synch with FSF 20.5. Update.
|
|
1054
|
|
1055 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1056
|
|
1057 * lispref/minibuf.texi: Add default argument documentation.
|
|
1058
|
|
1059 2000-02-27 Martin Buchholz <martin@xemacs.org>
|
|
1060
|
|
1061 * internals/internals.texi (lrecords): Update docs for new lisp
|
|
1062 object representation.
|
|
1063
|
|
1064 2000-02-25 Martin Buchholz <martin@xemacs.org>
|
|
1065
|
|
1066 * internals/internals.texi (Techniques for XEmacs Developers):
|
|
1067 Document INLINE_HEADER and how to create macros and inline functions.
|
|
1068 Cleanup entire section.
|
|
1069
|
|
1070 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1071
|
|
1072 * man/lispref/gutter.texi: New file describing gutter API.
|
|
1073
|
|
1074 * man/lispref/lispref.texi, man/lispref/scrollbars.texi,
|
|
1075
|
|
1076 * man/lispref/toolbar.texi: Fixup links to new node Gutter.
|
|
1077
|
|
1078 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1079
|
|
1080 * man/lispref/frames.texi, man/xemacs/custom.texi,
|
|
1081 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars,
|
|
1082 toolbars, and gutters as optional components of frames, with
|
|
1083 pointers to descriptions.
|
|
1084
|
|
1085 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1086
|
|
1087 * man/lispref/mule.texi: Substantial reorganization and
|
|
1088 revision for style of descriptions of character sets,
|
|
1089 encodings, and coding systems. Addition of a complete table
|
|
1090 of coding systems as of XEmacs 21.2.19.
|
|
1091
|
|
1092 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1093
|
|
1094 * XEmacs 21.2.31 is released.
|
|
1095
|
|
1096 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
1097
|
|
1098 * XEmacs 21.2.30 is released.
|
|
1099
|
|
1100 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1101
|
|
1102 * internals/internals.texi: Made texinfmt-friendly.
|
|
1103
|
|
1104 2000-01-20 Mark Thomas <mthomas@jprc.com>
|
|
1105
|
|
1106 * lispref/backups.texi (Numbered Backups):
|
|
1107 * xemacs/files.texi (Backup Deletion):
|
|
1108 Change trim-versions-without-asking to delete-old-versions.
|
|
1109
|
|
1110 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
1111
|
|
1112 * internals/internals.texi (Conversion to and from External Data):
|
|
1113 Document TO_EXTERNAL_FORMAT and friends.
|
|
1114 Doc bug fixes.
|
|
1115
|
|
1116 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1117
|
|
1118 * XEmacs 21.2.29 is released.
|
|
1119
|
|
1120 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1121
|
|
1122 * internals/internals.texi: Integrate Olivier's portable dumping docs.
|
|
1123
|
|
1124 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
1125
|
|
1126 * lispref/symbols.texi (Object Plists):
|
|
1127 Document `object-plist'.
|
|
1128 Document `remprop'.
|
|
1129 Rework all plist frobbing docs for accuracy.
|
|
1130
|
440
|
1131 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
1132
|
|
1133 * XEmacs 21.2.28 is released.
|
|
1134
|
|
1135 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
1136
|
|
1137 * cl.texi: Remove (or replace by `get') references to `get*'.
|
|
1138
|
|
1139 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1140
|
|
1141 * widget.texi:
|
|
1142 * internals/internals.texi:
|
|
1143 * lispref/commands.texi:
|
|
1144 * lispref/consoles-devices.texi:
|
|
1145 * lispref/customize.texi:
|
|
1146 * lispref/dialog.texi:
|
|
1147 * lispref/extents.texi:
|
|
1148 * lispref/faces.texi:
|
|
1149 * lispref/glyphs.texi:
|
|
1150 * lispref/keymaps.texi:
|
|
1151 * lispref/lists.texi:
|
|
1152 * lispref/markers.texi:
|
|
1153 * lispref/menus.texi:
|
|
1154 * lispref/mule.texi:
|
|
1155 * lispref/objects.texi:
|
|
1156 * lispref/specifiers.texi:
|
|
1157 * lispref/toolbar.texi:
|
|
1158 * lispref/tooltalk.texi:
|
|
1159 * lispref/x-windows.texi:
|
|
1160 * new-users-guide/custom2.texi:
|
|
1161 * new-users-guide/help.texi:
|
|
1162 * new-users-guide/modes.texi:
|
|
1163 * xemacs/abbrevs.texi:
|
|
1164 * xemacs/buffers.texi:
|
|
1165 * xemacs/custom.texi:
|
|
1166 * xemacs/help.texi:
|
|
1167 * xemacs/keystrokes.texi:
|
|
1168 * xemacs/mini.texi:
|
|
1169 * xemacs/new.texi:
|
|
1170 * xemacs/packages.texi:
|
|
1171 * xemacs/programs.texi:
|
|
1172 * xemacs/sending.texi:
|
|
1173 Change ' -- ' to '---' since Texinfo formats --- to --.
|
|
1174 Untabify. TeX doesn't like TAB.
|
|
1175
|
|
1176 2000-01-27 Sandra Wambold <wambold@xemacs.org>
|
|
1177
|
|
1178 * xemacs-faq.texi (Q6.2.2): updated font instructions to include
|
|
1179 21.2.*
|
|
1180
|
|
1181 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1182
|
|
1183 * xemacs-faq.texi: Untabify.
|
442
|
1184
|
440
|
1185 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
1186
|
|
1187 * internals/internals.texi (General Coding Rules): Document why we
|
|
1188 #include <config.h>
|
|
1189
|
|
1190 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1191
|
|
1192 * xemacs-faq.texi: Change ' -- ' to '---'.
|
442
|
1193
|
440
|
1194 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1195
|
|
1196 * lispref/faces.texi (Face Properties): Document
|
|
1197 remove-face-property.
|
|
1198
|
438
|
1199 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1200
|
|
1201 * XEmacs 21.2.27 is released.
|
|
1202
|
|
1203 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1204
|
|
1205 * xemacs/regs.texi: Synch with FSF 20.5.
|
|
1206
|
|
1207 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1208
|
|
1209 * info.texi: Change cross reference from emacs to xemacs.
|
|
1210
|
|
1211 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1212
|
|
1213 * xemacs/mini.texi: Synch with FSF 20.5. Update.
|
|
1214
|
|
1215 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
1216
|
|
1217 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
|
|
1218
|
|
1219 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
1220
|
|
1221 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
|
|
1222
|
|
1223 2000-01-14 Sandra Wambold <wambold@xemacs.org>
|
|
1224
|
|
1225 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
|
|
1226
|
|
1227 2000-01-14 Sandra Wambold <wambold@xemacs.org>
|
|
1228
|
|
1229 * xemacs-faq.texi: Updated Macintosh information,
|
|
1230 updated OS/2 info, changed turn-on-pending-delete answer.
|
|
1231
|
|
1232 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1233
|
|
1234 * xemacs-faq.texi (Q2.1.15): Make debugging info current.
|
|
1235
|
|
1236 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr>
|
|
1237
|
|
1238 * lispref/control.texi (Signaling Errors): Document that `signal'
|
|
1239 is continuable.
|
|
1240 (Signaling Errors): Document `cerror', `signal-error', and
|
|
1241 `check-argument-type'.
|
|
1242 (Handling Errors): Mention `debug-on-signal'.
|
|
1243 (Error Symbols): Document `define-error'.
|
|
1244 (Processing of Errors): Document `display-error' and
|
|
1245 `error-message-string'.
|
|
1246
|
|
1247 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1248
|
|
1249 * internals/internals.texi: Remove latin-1 char.
|
|
1250
|
|
1251 2000-01-05 Didier Verna <didier@xemacs.org>
|
|
1252
|
|
1253 * xemacs/custom.texi (Key bindings using strings): add missing
|
|
1254 whitespace.
|
|
1255
|
|
1256 * xemacs/xemacs.texi (Top):
|
|
1257 * new-users-guide/new-users-guide.texi (Top): add missing `@top'
|
|
1258 node.
|
|
1259
|
|
1260 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1261
|
|
1262 * lispref/minibuf.texi (Reading a Password): New section.
|
|
1263
|
|
1264 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1265
|
|
1266 * lispref/minibuf.texi: Remove documentation about
|
|
1267 minibuffer-local-ns-map, read-no-blanks-input.
|
|
1268
|
|
1269 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1270
|
|
1271 * lispref/minibuf.texi: Partial Synch with FSF manual.
|
|
1272 Add description about DEFAULT argument of reading functions.
|
|
1273
|
436
|
1274 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1275
|
|
1276 * XEmacs 21.2.26 is released.
|
|
1277
|
|
1278 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1279
|
|
1280 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
|
|
1281
|
434
|
1282 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
1283
|
|
1284 * XEmacs 21.2.25 is released.
|
|
1285
|
|
1286 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
1287
|
|
1288 * lispref/text.texi (Near Point): Document `char-before'.
|
|
1289
|
|
1290 1999-12-20 Adrian Aichner <adrian@xemacs.org>
|
|
1291
|
|
1292 * widget.texi: Fix typos and possessive singular errors. Break
|
|
1293 long sentences for readability. Remove some redundant commas.
|
|
1294
|
|
1295 1999-12-18 Martin Buchholz <martin@xemacs.org>
|
|
1296
|
442
|
1297 * lispref/functions.texi (Mapping Functions):
|
434
|
1298 Warn about mapping functions modifying their sequences.
|
|
1299
|
|
1300 1999-12-15 Sandra Wambold <wambold@xemacs.org>
|
|
1301
|
|
1302 * xemacs-faq.texi: link to matlab.el added; misc. address changes
|
|
1303
|
432
|
1304 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
1305
|
|
1306 * XEmacs 21.2.24 is released.
|
|
1307
|
|
1308 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1309
|
|
1310 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
|
442
|
1311 instead of PACKAGEPATH
|
432
|
1312 From Marcus Harnisch <harnisch@mikrom.de>
|
|
1313
|
430
|
1314 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
1315
|
|
1316 * XEmacs 21.2.23 is released.
|
|
1317
|
|
1318 1999-12-06 Sandra Wambold <wambold@pobox.com>
|
|
1319
|
|
1320 * xemacs-faq.texi: Added MS-Windows questions; some other changes
|
|
1321
|
|
1322 1999-11-29 Martin Buchholz <martin@xemacs.org>
|
|
1323
|
442
|
1324 * info.texi (Top):
|
430
|
1325 Remove @ifnottex, which gives old makeinfos indigestion.
|
442
|
1326 * texinfo.texi (Top):
|
430
|
1327 Revert to pre-texinfo-4.0 version, plus small changes to make
|
|
1328 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
|
|
1329
|
|
1330 1999-11-30 Sandra Wambold <wambold@cygnus.com>
|
|
1331
|
|
1332 * xemacs-faq.texi: fixed and commented out bad URL links
|
|
1333
|
428
|
1334 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1335
|
|
1336 * XEmacs 21.2.22 is released
|
|
1337
|
|
1338 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
1339
|
|
1340 * XEmacs 21.2.21 is released.
|
|
1341
|
|
1342 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
1343
|
|
1344 * internals.texi (Lstream Functions):
|
|
1345 * internals.texi (Lstream Methods):
|
|
1346 Types have changed to size_t and ssize_t. Document them.
|
|
1347
|
|
1348 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1349
|
|
1350 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
|
|
1351 XEmacs 21
|
|
1352
|
|
1353 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
1354
|
|
1355 * xemacs/programs.texi: Upgrade to etags Version 13.32
|
442
|
1356
|
428
|
1357 * Makefile:
|
|
1358 - Make sure the default target is `info' instead of cl.info.
|
|
1359 - Use $(INFODIR) consistently where appropriate.
|
|
1360 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info).
|
|
1361 - Comment out unused macros: EMACS EMACSFLAGS
|
|
1362 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
|
|
1363 - Get dependencies up to date.
|
|
1364
|
|
1365 * internals/Makefile:
|
|
1366 * xemacs/Makefile:
|
|
1367 * lispref/Makefile:
|
|
1368 * new-users-guide/Makefile:
|
|
1369 * lispref/index.perm:
|
|
1370 * lispref/index.unperm:
|
|
1371 * lispref/permute-index:
|
|
1372 * internals/index.perm:
|
|
1373 * internals/index.unperm:
|
|
1374 Remove these Makefiles.
|
|
1375 Include all functionality in man/Makefile.
|
|
1376 Support only non-permuted indexes for simplicity.
|
|
1377
|
|
1378 * emodules.texi:
|
|
1379 - TeX doesn't tolerate `_' in variable names; use `-' instead.
|
|
1380
|
|
1381 * lispref/commands.texi:
|
|
1382 * lispref/display.texi:
|
|
1383 * lispref/faces.texi:
|
|
1384 * lispref/functions.texi:
|
|
1385 * lispref/keymaps.texi:
|
|
1386 * lispref/lists.texi:
|
|
1387 * lispref/modes.texi:
|
|
1388 * lispref/objects.texi:
|
|
1389 * lispref/os.texi:
|
|
1390 * lispref/sequences.texi:
|
|
1391 * lispref/strings.texi:
|
|
1392 * lispref/text.texi:
|
|
1393 * new-users-guide/custom1.texi:
|
|
1394 * xemacs/custom.texi:
|
|
1395 * xemacs/menus.texi:
|
|
1396 - Make sources compatible with makeinfo 4.0 *and* 3.12.
|
|
1397 - Replace @sc{ASCII} with @sc{ascii}, etc...
|
|
1398 - Replace @var{(foo)} with (@var{foo}), etc...
|
|
1399
|
|
1400 * info-stnd.texi: Remove. Who cares about the standalone info reader?
|
|
1401
|
|
1402 * texinfo.tex:
|
|
1403 * texinfo.texi:
|
|
1404 * info.texi:
|
|
1405 * standards.texi:
|
|
1406 * make-stds.texi:
|
|
1407 Import FSF-maintained files from texinfo-4.0.
|
|
1408
|
|
1409 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1410
|
|
1411 * XEmacs 21.2.20 is released
|
|
1412
|
|
1413 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
|
|
1414
|
|
1415 * xemacs/packages.texi (Using Packages): Added description of
|
|
1416 package-get-package-provider.
|
|
1417
|
|
1418 1999-07-27 Charles G Waldman <cgw@fnal.gov>
|
|
1419
|
|
1420 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
|
|
1421
|
434
|
1422 1999-08-01 Adrian Aichner <adrian@xemacs.org>
|
428
|
1423
|
|
1424 * xemacs/programs.texi (Balanced Editing): Remove broken
|
|
1425 line-break.
|
|
1426
|
|
1427 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
|
|
1428 menus.
|
|
1429 (Q1.4.1): ditto.
|
|
1430 (Q1.4.3): ditto.
|
|
1431 (Q2.0.5): Hyphenate words.
|
|
1432
|
|
1433 * info.texi (Add): Fix one typo.
|
|
1434
|
|
1435 1999-08-23 Stephane Epardaud <stephane@lunatech.com>
|
|
1436
|
|
1437 * internals/internals.texi (Garbage Collection - Step by Step):
|
|
1438 just added some dots to shut up compile warnings.
|
|
1439
|
|
1440 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de>
|
|
1441
|
|
1442 * internals/internals.texi (Garbage Collection - Step by Step):
|
|
1443 new section in chapter Allocation of Objects in XEmacs Lisp.
|
|
1444
|
|
1445 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
1446
|
|
1447 * internals.texi (Glyphs): add some glyph documentation.
|
|
1448
|
|
1449 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1450
|
|
1451 * XEmacs 21.2.19 is released
|
|
1452
|
434
|
1453 1999-07-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
1454
|
|
1455 * emodules.texi: Use @set emacs and @value{emacs} instead of
|
|
1456 @macro (unsupported by texinfo package). Remove stray @code.
|
|
1457 * custom.texi: Add info extension to @setfilename.
|
|
1458 * texinfo.texi: Ditto.
|
|
1459 * widget.texi: Ditto.
|
|
1460 * packages.texi: Reword a sentence, fixing @item Decide where to
|
|
1461 install ...
|
|
1462
|
442
|
1463 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
1464
|
|
1465 * custom.texi (Wishlist): removed the Custom Comments wishlist
|
|
1466 entry. They are implemented.
|
|
1467
|
|
1468 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1469
|
|
1470 * XEmacs 21.2.18 is released
|
|
1471
|
|
1472 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1473
|
|
1474 * XEmacs 21.2.17 is released
|
|
1475
|
|
1476 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1477
|
|
1478 * XEmacs 21.2.16 is released
|
|
1479
|
|
1480 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1481
|
|
1482 * XEmacs 21.2.15 is released
|
|
1483
|
|
1484 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com>
|
|
1485
|
|
1486 * custom.texi, external-widget.texi: Minor
|
|
1487 fix to get info DIR entry correct.
|
|
1488
|
|
1489 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
1490
|
|
1491 * xemacs/cmdargs.texi:
|
|
1492 Document -private.
|
|
1493
|
|
1494 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
1495
|
|
1496 * Makefile: Added `emodules.info' to info targets.
|
|
1497
|
|
1498 1999-05-20 Karl M. Hegbloom <karlheg@debian.org>
|
|
1499
|
|
1500 * internals/internals.texi (The XEmacs Object System
|
|
1501 (Abstractly Speaking)): typo.
|
|
1502
|
|
1503 1999-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
1504
|
|
1505 * lispref/text.texi (Substitution): Document improvements in
|
|
1506 `translate-region'.
|
|
1507
|
|
1508 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1509
|
|
1510 * XEmacs 21.2.14 is released
|
|
1511
|
|
1512 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com>
|
|
1513
|
|
1514 * man/internals/internals.texi:
|
|
1515 * man/lispref/lispref.texi:
|
|
1516 * man/new-users-guide/new-users-guide.texi:
|
|
1517 * man/xemacs/xemacs.texi:
|
|
1518 * man/cl.texi:
|
|
1519 * man/custom.texi:
|
|
1520 * man/term.texi:
|
|
1521 * man/termcap.texi:
|
|
1522 * man/widget.texi:
|
|
1523 * man/xemacs-faq.texi:
|
|
1524 * man/external-widget.texi:
|
|
1525 Added info dir entries so install-info will add them to
|
|
1526 the common `dir' file.
|
|
1527
|
|
1528 1999-04-28 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1529
|
|
1530 * man/lispref/mule.texi: Document CCL
|
|
1531 - add sections: syntax, statements, expressions, and examples.
|
|
1532 - fix naming and description errors.
|
|
1533 - update links in neighboring nodes.
|
|
1534
|
|
1535 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1536
|
|
1537 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
|
|
1538
|
|
1539 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1540
|
|
1541 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
|
|
1542 Appearance)
|
|
1543
|
|
1544 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1545
|
|
1546 * XEmacs 21.2.13 is released
|
|
1547
|
|
1548 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1549
|
|
1550 * XEmacs 21.2.12 is released
|
|
1551
|
|
1552 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1553
|
|
1554 * XEmacs 21.2.11 is released
|
|
1555
|
|
1556 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1557
|
|
1558 * XEmacs 21.2.10 is released
|
|
1559
|
|
1560 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1561
|
|
1562 * XEmacs 21.2.9 is released
|
|
1563
|
434
|
1564 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
1565
|
|
1566 * internals\internals.texi (Techniques for XEmacs Developers):
|
|
1567 Fixing documentation.
|
|
1568 (Basic Lisp Modules): ditto.
|
|
1569
|
|
1570 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
1571
|
|
1572 * emodules.texi: New file to describe XEmacs modules.
|
|
1573
|
|
1574 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
1575
|
|
1576 * XEmacs 21.2.8 is released.
|
|
1577
|
|
1578 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
1579
|
|
1580 * XEmacs 21.2.7 is released.
|
|
1581
|
|
1582 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
1583
|
|
1584 * XEmacs 21.2.6 is released
|
|
1585
|
|
1586 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
1587
|
|
1588 * XEmacs 21.2.5 is released
|
|
1589
|
|
1590 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
1591
|
|
1592 * xemacs/startup.texi (Startup Paths):
|
|
1593 * xemacs/custom.texi (Widgets):
|
|
1594 * xemacs-faq.texi (Q3.0.5):
|
|
1595 * xemacs-faq.texi (Top):
|
|
1596
|
|
1597 * widget.texi (info-link):
|
|
1598
|
|
1599 * lispref/objects.texi (Type Predicates):
|
|
1600 * lispref/objects.texi (Hash Table Type):
|
|
1601 * lispref/objects.texi (Primitive Types):
|
|
1602 * lispref/objects.texi (Lisp Data Types):
|
|
1603 * lispref/macros.texi (Backquote):
|
|
1604 * lispref/hash-tables.texi (Weak Hash Tables):
|
|
1605 * lispref/hash-tables.texi:
|
|
1606 * lispref/errors.texi (Standard Errors):
|
|
1607 * lispref/compile.texi (Disassembly):
|
|
1608 * lispref/compile.texi (Compiled-Function Objects):
|
|
1609 * lispref/compile.texi (Eval During Compile):
|
|
1610 * lispref/compile.texi (Docs and Compilation):
|
|
1611 * lispref/compile.texi (Compilation Functions):
|
|
1612 * lispref/compile.texi (Speed of Byte-Code):
|
|
1613 * lispref/compile.texi (Byte Compilation):
|
|
1614 * lispref/building.texi (Garbage Collection):
|
|
1615
|
|
1616 * internals/internals.texi (Simple Special Forms):
|
|
1617 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
|
|
1618 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
|
|
1619 * internals/internals.texi (String):
|
|
1620 * internals/internals.texi (Introduction to Allocation):
|
|
1621 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
|
|
1622 * internals/internals.texi (Modules for Internationalization):
|
|
1623 * internals/internals.texi (Modules for Interfacing with X Windows):
|
|
1624 * internals/internals.texi (Modules for Interfacing with the Operating System):
|
|
1625 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
|
|
1626 * internals/internals.texi (Modules for Interfacing with the File System):
|
|
1627 * internals/internals.texi (Modules for the Redisplay Mechanism):
|
|
1628 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
|
|
1629 * internals/internals.texi (Editor-Level Control Flow Modules):
|
|
1630 * internals/internals.texi (Modules for Standard Editing Operations):
|
|
1631 * internals/internals.texi (Basic Lisp Modules):
|
|
1632 * internals/internals.texi (Low-Level Modules):
|
|
1633 * internals/internals.texi (A Summary of the Various XEmacs Modules):
|
|
1634 * internals/internals.texi (An Example of Mule-Aware Code):
|
|
1635 * internals/internals.texi (Working With Character and Byte Positions):
|
|
1636 * internals/internals.texi (Writing Lisp Primitives):
|
|
1637 * internals/internals.texi (General Coding Rules):
|
|
1638 * internals/internals.texi (How Lisp Objects Are Represented in C):
|
|
1639 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
|
|
1640 * internals/internals.texi (XEmacs From the Perspective of Building):
|
|
1641 * internals/internals.texi (The Lisp Language):
|
|
1642 * internals/internals.texi (Top):
|
|
1643 * internals/internals.texi:
|
|
1644 - rewrite Internals manual
|
|
1645
|
|
1646 * cl.texi (Porting Common Lisp):
|
|
1647 * cl.texi (Hash Tables):
|
|
1648 * cl.texi (Association Lists):
|
|
1649 * cl.texi (Declarations):
|
|
1650 * cl.texi (For Clauses):
|
|
1651 * cl.texi (Basic Setf):
|
|
1652 * cl.texi (Equality Predicates):
|
|
1653 - mega patch
|
|
1654
|
|
1655 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
1656
|
|
1657 * XEmacs 21.2-beta4 is released.
|
|
1658
|
|
1659 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
1660
|
|
1661 * XEmacs 21.2-beta3 is released.
|
|
1662
|
|
1663 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
1664
|
|
1665 * Makefile (MAKEINFO): Undo no-split change.
|
|
1666
|
|
1667 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
1668
|
|
1669 * XEmacs 21.2-beta2 is released.
|
|
1670
|
|
1671 1998-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
1672
|
|
1673 * lispref/customize.texi: New file.
|
|
1674
|
|
1675 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
1676
|
|
1677 * internals/internals.texi (Coding for Mule): New node and
|
|
1678 section.
|
|
1679
|
|
1680 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
1681
|
|
1682 * xemacs/packages.texi: Document manually installing binary packages.
|
|
1683
|
|
1684 1998-09-02 Jeff Miller <jmiller@smart.net>
|
|
1685
|
|
1686 * Synch calendar.texi with Emacs 20.3
|
|
1687
|
|
1688 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
1689
|
|
1690 * xemacs/packages.texi: Correct and update package documentation.
|
|
1691 Updated the package installation section to mention the visual
|
|
1692 package browser/installer.
|
|
1693
|
|
1694 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
1695
|
|
1696 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
|
|
1697 specifics.
|
|
1698
|
|
1699 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
1700
|
|
1701 * lispref/files.texi (User Name Completion): new section.
|
|
1702
|
434
|
1703 1998-07-23 Adrian Aichner <adrian@xemacs.org>
|
428
|
1704
|
|
1705 * xemacs/packages.texi (Packages): Changing @itemize @emph to
|
|
1706 @itemize @bullet (this is what all other files included in
|
|
1707 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
|
|
1708
|
|
1709 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1710
|
|
1711 * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
|
|
1712
|
|
1713 * xemacs/xemacs.texi:
|
|
1714 * xemacs/packages.texi: More packages documentation.
|
|
1715
|
|
1716 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
1717
|
|
1718 * XEmacs 21.2-beta1 is released.
|
|
1719
|
|
1720 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
1721
|
|
1722 * XEmacs 21.0-pre5 is released.
|
|
1723
|
|
1724 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
1725
|
|
1726 * XEmacs 21.0-pre4 is released.
|
|
1727
|
|
1728 1998-07-09 Oliver Graf <ograf@fga.de>
|
|
1729
|
|
1730 * lispref/dragndrop.texi: added warning to OffiX Protocol section
|
|
1731
|
|
1732 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
1733
|
|
1734 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
|
|
1735 damage in transit.
|
|
1736
|
|
1737 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
1738
|
|
1739 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
|
|
1740
|
|
1741 * lispref/internationalization.texi: Fixed PREV to @node LDAP
|
|
1742
|
|
1743 * lispref/lispref.texi: Added LDAP chapter from ldap.texi
|
|
1744
|
|
1745 * lispref/Makefile: Added ldap.texi to srcs
|
|
1746
|
|
1747 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
1748
|
|
1749 * standards.texi (Preface): Revert previous change to @node
|
|
1750 because it doesn't pass makeinfo.
|
|
1751
|
434
|
1752 1998-06-27 Adrian Aichner <adrian@xemacs.org>
|
428
|
1753
|
|
1754 * cl.texi: See ALL.
|
|
1755 * info-stnd.texi: Fixed @setfilename.
|
|
1756 * info.texi: Fixed @setfilename and a typo.
|
|
1757 * standards.texi: Added NEXT to @node Preface. See ALL.
|
|
1758 * texinfo.texi: Fixed section names, quoted usage of @TeX{},
|
442
|
1759 changed some occurrences of `:' to `colon'.
|
428
|
1760 * xemacs-faq.texi: See ALL.
|
|
1761 * internals/internals.texi: See ALL.
|
|
1762 * lispref/back.texi: Fixed @setfilename.
|
|
1763 * lispref/compile.texi: See ALL.
|
|
1764 * lispref/debugging.texi: See ALL.
|
|
1765 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
|
|
1766 * lispref/eval.texi: See ALL.
|
|
1767 * lispref/extents.texi: See ALL.
|
|
1768 * lispref/loading.texi: See ALL.
|
|
1769 * lispref/searching.texi: Escaped `(' in
|
|
1770 @cindex @samp{(?:} in regex
|
|
1771 * lispref/variables.texi: See ALL.
|
|
1772
|
|
1773 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
1774
|
|
1775 * xemacs/calendar.texi: Massive update.
|
|
1776 From Jeff Miller <jmiller@smart.net>
|
|
1777
|
|
1778 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1779
|
|
1780 * xemacs/abbrevs.texi:
|
|
1781 * xemacs/basic.texi:
|
|
1782 * xemacs/buildings.texi:
|
|
1783 * xemacs/cmdargs.texi:
|
|
1784 * xemacs/files.texi:
|
|
1785 * xemacs/adjustments.texi: Adjustments to integrate startup.texi
|
|
1786 and packages.texi stuff.
|
|
1787
|
|
1788 * xemacs/startup.texi:
|
|
1789 * xemacs/packages.texi: Created.
|
|
1790
|
434
|
1791 1998-06-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
1792
|
|
1793 * texinfo.texi: added ../info/ to @setfilename, broke line after
|
|
1794 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
|
|
1795 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
|
|
1796 happy. Fixed refs broken by a previous patch of mine.
|
|
1797
|
|
1798 1998-06-18 Darryl Okahata <darrylo@sr.hp.com>
|
|
1799
|
|
1800 * lispref/os.texi (os.texi): Document `user-home-directory'.
|
|
1801
|
|
1802 1998-06-13 Greg Klanderman <greg@alphatech.com>
|
|
1803
|
|
1804 * lispref/windows.texi (Resizing Windows): document third optional
|
|
1805 WINDOW argument to enlarge-window and shrink-window.
|
|
1806 (Selecting Windows): document select-window optional norecord
|
|
1807 argument.
|
|
1808 (Size of Window): document window-text-area-pixel-height and
|
|
1809 window-text-area-pixel-width.
|
|
1810 (Size of Window): document window-displayed-text-pixel-height.
|
|
1811 (Position of Window): document window-text-area-pixel-edges.
|
|
1812
|
|
1813 * lispref/positions.texi (Screen Lines): cleanup docs for
|
|
1814 vertical-motion and vertical-motion-pixels.
|
|
1815
|
|
1816 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1817
|
|
1818 * lispref/windows.texi (Resizing Windows): Document
|
|
1819 `enlarge-window-pixels' and `shrink-window-pixels'.
|
|
1820
|
|
1821 * lispref/positions.texi (Screen Lines): Update documentation of
|
|
1822 `vertical-motion'.
|
|
1823 (Screen Lines): Document `vertical-motion-pixels'.
|
|
1824
|
|
1825 * lispref/frames.texi (Input Focus): Document `focus-frame',
|
|
1826 `save-selected-frame' and `with-selected-frame'.
|
|
1827
|
|
1828 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1829
|
|
1830 * lispref/searching.texi (Regexp Search): Document `split-path'.
|
|
1831
|
|
1832 * lispref/files.texi (Unique File Names): Update docs for
|
|
1833 `make-temp-name'; document `temp-directory'.
|
|
1834
|
|
1835 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1836
|
|
1837 * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
|
|
1838
|
|
1839 * lispref/specifiers.texi (Specifier Instancing): Correct
|
|
1840 instantiation order.
|
|
1841 (Specifier Instancing Functions): Ditto.
|
|
1842
|
|
1843 1998-06-11 Oliver Graf <ograf@fga.de>
|
|
1844
|
|
1845 * lispref/lispref.texi: references to Drag'n'Drop fixed
|
|
1846 * lispref/modes.texi: references to Drag'n'Drop fixed
|
|
1847 * lispref/scrollbars.texi: references to Drag'n'Drop fixed
|
|
1848 * lispref/dragndrop.texi: naming changed to Drag and Drop
|
|
1849 added some docu about the drop procedure
|
|
1850
|
434
|
1851 1998-06-09 Adrian Aichner <adrian@xemacs.org>
|
428
|
1852
|
|
1853 * info-stnd.texi: added ../info/ to @setfilename.
|
|
1854 * info.texi: added ../info/ to @setfilename.
|
|
1855 * lispref/commands.texi: see ALL.
|
|
1856 * lispref/frames.texi: see ALL.
|
|
1857 * lispref/os.texi: see ALL.
|
|
1858 * lispref/text.texi: see ALL.
|
|
1859 * new-users-guide/custom1.texi: broke line after enumerated @item.
|
|
1860 * new-users-guide/custom2.texi: see ALL.
|
|
1861 * new-users-guide/edit.texi: see ALL.
|
|
1862 * new-users-guide/enter.texi: see ALL.
|
|
1863 * new-users-guide/files.texi: see ALL.
|
|
1864 * new-users-guide/help.texi
|
|
1865 * new-users-guide/modes.texi: see ALL.
|
|
1866 * new-users-guide/new-users-guide.texi: see ALL.
|
|
1867 * new-users-guide/region.texi: see ALL.
|
|
1868 * new-users-guide/search.texi: see ALL.
|
|
1869 * new-users-guide/xmenu.texi: see ALL.
|
|
1870 * standards.texi: added ../info/ to @setfilename.
|
|
1871 * texinfo.texi: added ../info/ to @setfilename, broke line after
|
|
1872 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
|
|
1873 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
|
|
1874 happy.
|
|
1875 * xemacs-faq.texi: added ../info/ to @setfilename.
|
|
1876 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
|
|
1877 p?xefs (most were empty, some elisp and emacs), used
|
|
1878 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
|
|
1879 User's Manual" respectively for all these.
|
|
1880
|
|
1881 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
1882
|
|
1883 * lispref/dragndrop.texi: added experimental
|
|
1884
|
|
1885 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
1886
|
|
1887 * lispref/dragndrop.texi: a warning, and a bit more text this time
|
|
1888
|
|
1889 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
1890
|
|
1891 * lispref/dragndrop.texi: only small changes
|
|
1892
|
|
1893 1998-05-15 Christian Nybø <chr@mediascience.no>
|
|
1894
|
|
1895 * xemacs/killing.texi: Properly document `zap-to-char'.
|
|
1896
|
|
1897 1998-05-13 Greg Klanderman <greg@alphatech.com>
|
|
1898
|
|
1899 * lispref/frames.texi (Input Focus): cleanup select-frame
|
|
1900 documentation.
|
|
1901
|
|
1902 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
1903
|
|
1904 * lispref/dragndrop.texi: new section for the DnD API
|
|
1905 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
|
|
1906 modes
|
|
1907 * lispref/modes.texi: changed back-ref to Drag'n'Drop
|
|
1908 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
|
|
1909
|
|
1910 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
1911
|
|
1912 * commands.texi: exchange of dnd-drop with misc-user
|
|
1913
|
|
1914 1998-05-04 Martin Buchholz <martin@xemacs.org>
|
|
1915
|
|
1916 * internals.texi (Techniques for XEmacs Developers): Add some more
|
|
1917 comments on adding new files, inspired by Olivier Galibert.
|
|
1918
|
|
1919 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1920
|
|
1921 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
|
|
1922 scroll-conservatively.
|
|
1923
|
|
1924 * lispref/loading.texi (Named Features): Document advanced args to
|
|
1925 `feature'.
|
|
1926
|
|
1927 * lispref/files.texi (File Name Expansion): Document that
|
|
1928 expand-file-name does not treat // and ~/ in the middle of file
|
|
1929 names specially.
|
|
1930
|
|
1931 * lispref/positions.texi (Excursions): Document
|
|
1932 `with-current-buffer' and `with-temp-file'.
|
|
1933
|
|
1934 * lispref/strings.texi (Formatting Strings): Document `%*'
|
|
1935 construct.
|
|
1936
|
|
1937 * lispref/os.texi (Time Conversion): Document that TIME may be
|
|
1938 omitted from format-time-string.
|
|
1939
|
|
1940 * lispref/strings.texi (String Conversion): Document BASE argument
|
|
1941 to `string-to-number'.
|
|
1942
|
|
1943 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
|
|
1944 constructs documentation.
|
|
1945 (Regexp Search): Document `split-string'.
|
|
1946
|
|
1947 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
|
|
1948
|
|
1949 * xemacs/killing.texi (Active Regions): Document that errors no
|
|
1950 longer highlight the region.
|
|
1951
|
|
1952 * lispref/display.texi (The Echo Area): Document message log
|
|
1953 stuff, including `display-message', `lmessage', `clear-message',
|
|
1954 (Warnings): Document warning stuff.
|
|
1955
|
|
1956 * lispref/commands.texi (Working With Events): Update `make-event'
|
|
1957 for misc-user events.
|
|
1958 (Using Interactive): Document `function-interactive'.
|
|
1959
|
|
1960 * lispref/os.texi (System Environment): Document USE-FLOATS
|
|
1961 argument to `load-average'.
|
|
1962 (User Identification): Document the new semantics of
|
|
1963 `user-full-name'.
|
|
1964
|
|
1965 * lispref/strings.texi (Creating Strings): Document `string'
|
|
1966 function.
|
|
1967
|
|
1968 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1969
|
|
1970 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
|
|
1971 comparison functions.
|
|
1972
|
|
1973 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
1974
|
|
1975 * lispref/frames.texi (Input Focus): Document behavior of
|
|
1976 select-frame wrt focus-follows-mouse.
|
|
1977
|
|
1978 1998-04-30 Martin Buchholz <martin@xemacs.org>
|
|
1979
|
|
1980 * Makefile: Support generic makes by avoiding `%' syntax.
|
|
1981 It breaks my heart to uglify the Makefile like this, but this is
|
|
1982 going to be a perpetual FAQ otherwise.
|
|
1983 General cleanup.
|
|
1984 Comment out w3 and vm info rules.
|
|
1985 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
|
|
1986
|
|
1987 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1988
|
|
1989 * xemacs/frame.texi: Document cursor appearance at end of line.
|
|
1990
|
|
1991 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1992
|
|
1993 * internals/internals.texi (GCPROing): Explain when it is
|
|
1994 necessary to GCPRO function parameters.
|
|
1995
|
|
1996 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
1997
|
|
1998 * internals/internals.texi (Writing Lisp Primitives): Updated
|
|
1999 definition of For().
|
|
2000
|
|
2001 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
2002
|
|
2003 * lispref/menus.texi: Use recommended forms in examples.
|
|
2004
|
|
2005 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2006
|
|
2007 * cl.texi (Creating Symbols): Tell a little bit about the new
|
|
2008 handling of gensyms.
|
|
2009
|
|
2010 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
2011
|
|
2012 * xemacs/custom.texi (X Resources): update to describe automatic
|
|
2013 setting of x-emacs-application-class.
|
|
2014
|
|
2015 * lispref/x-windows.texi (Resources): update doc for
|
|
2016 x-emacs-application-class.
|
|
2017
|
|
2018 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2019
|
|
2020 * cl.texi (Equality Predicates): Update to reflect change to
|
|
2021 `equalp' made in "cl-extra.el" - now compares characters case
|
|
2022 insensitively.
|
|
2023
|
|
2024 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
2025
|
|
2026 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
|
|
2027
|
|
2028 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2029
|
|
2030 * lispref/display.texi (Beeping): Linux has sound too.
|
|
2031
|
|
2032 1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
2033
|
|
2034 * cl.texi (Argument Lists): Keywords are handled specially by
|
|
2035 XEmacs.
|
|
2036 (Porting Common Lisp): XEmacs backquotes are OK.
|
|
2037
|
|
2038 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2039
|
|
2040 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
|
|
2041 syntax for integers.
|
434
|
2042 From Adrian Aichner <adrian@xemacs.org>
|
428
|
2043 * cl.texi (Porting Common Lisp): ' '
|
|
2044 * lispref/numbers.texi (Numbers): ' '
|
|
2045
|
|
2046 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2047
|
|
2048 * lispref/searching.texi (Regular Expressions): Document the
|
|
2049 recent regular expression syntax extensions.
|
|
2050
|
|
2051 1998-02-10 Olivier Galibert <galibert@pobox.com>
|
|
2052
|
|
2053 * internals/internals.texi: Remove all mocklisp references.
|
|
2054
|
|
2055 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
2056
|
|
2057 * Makefile (SUBDIR): skk and gnats are packaged.
|
|
2058
|
|
2059 * lispref/intro.texi (Acknowledgements): Update to v3.3.
|
|
2060
|
|
2061 * lispref/lispref.texi: Update to 20.5/v3.3.
|
|
2062
|
|
2063 1997-12-10 SL Baur <steve@altair.xemacs.org>
|
|
2064
|
|
2065 * Makefile: Don't stop on errors.
|
|
2066
|
|
2067 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
2068
|
|
2069 * Makefile: add skk manual.
|
|
2070
|
|
2071 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
2072
|
|
2073 * internals/internals.texi (XEmacs): Updated history section.
|
|
2074
|
|
2075 1997-11-28 SL Baur <steve@altair.xemacs.org>
|
|
2076
|
|
2077 * lispref/compile.texi (Compilation Functions): Plug in the real
|
|
2078 return value.
|
|
2079 (Speed of Byte-Code): Ditto.
|
|
2080 (Compilation Functions): Ditto.
|
|
2081 (Compiled-Function Objects): Ditto.
|
|
2082 (Speed of Byte-Code): Increase loop counter by factor of 50 (the
|
|
2083 previous value was embarrassing).
|
|
2084
|
|
2085 1997-11-21 SL Baur <steve@altair.xemacs.org>
|
|
2086
|
|
2087 * Makefile (srcs): vhdl-mode has been packaged.
|
|
2088
|
|
2089 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
2090
|
|
2091 * lispref/windows.texi (scroll-conservatively): Fix typo.
|
|
2092
|
|
2093 1997-11-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
2094
|
|
2095 * lispref/commands.texi (Working With Events): Document fully.
|
|
2096
|
|
2097 * lispref/windows.texi (Vertical Scrolling): Document
|
|
2098 scroll-conservatively.
|
|
2099
|
|
2100 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
2101
|
|
2102 * lispref/extents.texi (Intro to Extents): Minor correction.
|
|
2103 (Extent Properties): Document `extent-keymap'.
|
|
2104
|
|
2105 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2106
|
|
2107 * xemacs/mule.texi (Mule): Modify description about supported
|
|
2108 scripts.
|
|
2109
|
|
2110 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2111
|
|
2112 * xemacs/mule.texi: Add description for
|
|
2113 `universal-coding-system-argument'.
|
|
2114
|
|
2115 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
2116
|
|
2117 * internals/internals.texi: XEmacs 19.16 is released.
|
|
2118
|
|
2119 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
2120
|
|
2121 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
|
|
2122 been packaged.
|
|
2123
|
|
2124 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
2125
|
|
2126 * xemacs-faq.texi: Added the detailed menu listing.
|
|
2127
|
|
2128 * lispref/extents.texi (Extent Properties): Documented
|
|
2129 `set-extent-properties'.
|
|
2130
|
|
2131 * xemacs/custom.texi (Face Customization): Updated for XEmacs.
|
|
2132
|
|
2133 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
2134
|
|
2135 * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
|
|
2136 From Rebecca Ore <rebecca.ore@op.net>
|
|
2137
|
|
2138 * lispref/databases.texi (Connecting to a Database): Describe
|
|
2139 valid types of `type' and `subtype'.
|
|
2140 From Raymond Toy <toy@rtp.ericsson.se>
|
|
2141
|
|
2142 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2143
|
|
2144 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed
|
|
2145 reference to (emacs) into a reference to (xemacs).
|
|
2146
|
|
2147 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2148
|
|
2149 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
|
|
2150 to prevent line wrap.
|
|
2151
|
|
2152 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
2153
|
|
2154 * gnats/flowchart.eps: New file.
|
|
2155
|
|
2156 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
2157
|
|
2158 * xemacs/custom.texi (Easy Customization): Ditto.
|
|
2159
|
|
2160 * xemacs/xemacs.texi (Top): Added pointer to easy customization.
|
|
2161
|
|
2162 1997-09-18 SL Baur <steve@altair.xemacs.org>
|
|
2163
|
|
2164 * internals/Makefile (../../info/$(NAME).info): Warn and clean up
|
|
2165 if someone hasn't upgraded makeinfo.
|
|
2166
|
|
2167 * Makefile (EMACS): Refer to xemacs binary in source tree.
|
|
2168 * tm/Makefile (EMACS): Ditto.
|
|
2169
|
|
2170 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2171
|
|
2172 * cl.texi (Type Predicates): Update for corrected handling of
|
|
2173 `string-char' and `character'.
|
|
2174
|
|
2175 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2176
|
|
2177 * cc-mode.texi:
|
|
2178 In FAQ section, document use of c-mode-base-map instead of c-mode-map.
|
|
2179
|
|
2180 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2181
|
|
2182 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
|
|
2183
|
|
2184 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2185
|
|
2186 * cc-mode.texi:
|
|
2187 Added description of template-args-cont syntactic symbol
|
|
2188
|
|
2189 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2190
|
|
2191 * cc-mode.texi: Describe support for idl-mode
|
|
2192
|
|
2193 * cc-mode.texi:
|
|
2194 Document c-initialization-hook. Also rewrite the "Getting Connected"
|
|
2195 section on byte compiling the source.
|
|
2196
|
|
2197 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2198
|
|
2199 * lispref/streams.texi: "Output Streams", change `last-output'
|
|
2200 result list from integers to characters.
|
|
2201
|
|
2202 * lispref/minibuf.texi: "Object from Minibuffer", correction.
|
|
2203
|
|
2204 * lispref/minibuf.texi: "Minibuffer History", add
|
|
2205 `Info-minibuffer-history', `Manual-page-minibuffer-history', and
|
|
2206 short paragraph refering to `M-x apropos'.
|
|
2207
|
|
2208 1997-07-17 Steven L Baur <steve@altair.xemacs.org>
|
|
2209
|
|
2210 * Makefile: makeinfo-1.68 is verified to work.
|
|
2211
|
|
2212 * tm/Makefile (../../info/%-ja.info): Die if not running
|
|
2213 XEmacs/Mule.
|
|
2214 (../../info/%-en.info): Inherit setting of MAKEINFO.
|
|
2215
|
|
2216 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2217
|
|
2218 * cc-mode.texi:
|
|
2219 Describe the variable c-indent-comments-syntactically-p.
|
|
2220
|
|
2221 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
|
|
2222
|
|
2223 * internals/internals.texi (Top): Convert Buffer@'s node name to
|
|
2224 `Buffer's' because the former confuses makeinfo.
|
|
2225
|
|
2226 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
2227
|
|
2228 * cc-mode.texi: Fixed spelling of Texinfo
|
|
2229
|
|
2230 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2231
|
|
2232 * lispref/files.texi (Writing to Files): Correct docstring of
|
|
2233 write-region.
|
|
2234
|
|
2235 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2236
|
|
2237 * lispref/annotations.texi (Annotation Primitives):
|
|
2238 `delete-annotation' does not return the deleted annotation.
|
|
2239
|
|
2240 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2241
|
|
2242 * lispref/lispref.texi: Correct release dates.
|
|
2243
|
|
2244 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2245
|
|
2246 * lispref/files.texi (File Name Expansion): Update documentation
|
|
2247 of file-relative-name.
|
|
2248
|
|
2249 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2250
|
|
2251 * lispref/lispref.texi: Update version numbers (with patches from
|
|
2252 Hrvoje Niksic).
|
|
2253
|
|
2254 * lispref/building.texi (Building XEmacs): Update version numbers
|
|
2255 and build identification.
|
|
2256
|
|
2257 * lispref/intro.texi (Introduction): Update version number.
|
|
2258
|
|
2259 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2260
|
|
2261 * Makefile (srcs): Add efs.texi.
|
|
2262
|
|
2263 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2264
|
|
2265 * Makefile (srcs): Add hm--html-mode.texi.
|
|
2266
|
|
2267 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2268
|
|
2269 * gnats/Makefile (gnats_srcs): New manuals for GNATS.
|
|
2270
|
|
2271 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2272
|
|
2273 * lispref/strings.texi (Text Comparison): Correct example for
|
|
2274 `char-equal'. Add new function `char='.
|
|
2275
|
|
2276 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2277
|
|
2278 * Makefile: Update for new texinfo manual.
|
|
2279
|
|
2280 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2281
|
|
2282 * Makefile (../info/w3.info): Use special version of makeinfo
|
|
2283 since this manual is not backwards compatible.
|
|
2284 Clean up error handling so we only have to type make once to
|
|
2285 rebuild the info tree.
|
|
2286 (../info/vm.info): Make sure to continue in the event of error.
|
|
2287
|
|
2288 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2289
|
|
2290 * auctex/Makefile: Added `mostlyclean' and `distclean' target.
|
|
2291
|
|
2292 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2293
|
|
2294 * Makefile (auctex): New subdirectory target.
|
|
2295
|
|
2296 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com>
|
|
2297
|
|
2298 * mule/languages.texi: Correct typo.
|
|
2299
|
|
2300 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2301
|
|
2302 * Makefile (srcs): Add custom and widget to srcs.
|
|
2303
|
|
2304 * lispref/extents.texi (Intro to Extents): Removed erroneous
|
|
2305 reference to `start-glyph' property.
|
|
2306
|
|
2307 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2308
|
|
2309 * widget.texi: New file.
|
|
2310
|
|
2311 * custom.texi: New file.
|
|
2312
|
|
2313 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2314
|
|
2315 * lispref/extents.texi (Duplicable Extents): replicable extents
|
|
2316 are history.
|
|
2317
|
|
2318 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2319
|
|
2320 * xemacs-faq.texi (Q1.1.1): Correct typos.
|
|
2321
|
|
2322 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com>
|
|
2323
|
|
2324 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
|
|
2325 XEmacs manual available.
|
|
2326 (Q4.6.1): Updated Infodock Information.
|
|
2327
|
|
2328 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
2329
|
|
2330 * vhdl-mode.texi: Correct typo in email address.
|
|
2331
|
|
2332 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
2333
|
|
2334 * Makefile (srcs): Add vhdl-mode.
|
|
2335
|
|
2336 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
2337
|
|
2338 * Makefile (realclean): Don't delete itself `make distclean'
|
|
2339
|
|
2340 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
|
|
2341
|
|
2342 * Makefile: New File.
|
|
2343
|
|
2344 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
2345
|
|
2346 * vhdl-mode.texi: New file.
|
|
2347
|
|
2348 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
|
|
2349
|
|
2350 * texinfo.tex: Delete spurious character at beginning.
|
|
2351
|
|
2352 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
2353
|
|
2354 * emacs.tex: Corrected two typos. No other changes before
|
|
2355 Version 19 will be made.
|
|
2356
|
|
2357 * vip.texinfo: Removed menu entry Adding Lisp Code in node
|
|
2358 Customization since the menu entry did not point to anything.
|
|
2359 Also added an @finalout command to remove overfull hboxes from the
|
|
2360 printed output.
|
|
2361
|
|
2362 * cl.texinfo: Added @bye, \input line and @settitle to file.
|
|
2363 This file is clearly intended to be a chapter of some other work,
|
|
2364 but the other work does not yet exist.
|
|
2365
|
|
2366 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
2367
|
|
2368 * texinfo.texinfo: Three typos corrected.
|
|
2369
|
|
2370 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
|
|
2371
|
|
2372 * texindex.c (indexify): when comparing to initial strings to
|
|
2373 decide whether to change the header, must use `strncmp' to avoid
|
|
2374 comparing entire strings of which initials are a substring.
|
|
2375
|
|
2376 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
|
|
2377
|
|
2378 * texindex.c (sort_in_core, sort_offline, parsefile):
|
|
2379 Give up on input file if any line doesn't start with backslash.
|
|
2380
|
|
2381 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
2382
|
|
2383 * emacs.tex: Update information for obtaining TeX distribution from the
|
|
2384 University of Washington.
|