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