284
|
1 1998-05-15 Christian Nybø <chr@mediascience.no>
|
|
2
|
|
3 * xemacs/killing.texi: Properly document `zap-to-char'.
|
|
4
|
|
5 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
6
|
|
7 * lispref/dragndrop.texi: new section for the DnD API
|
|
8 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
|
|
9 modes
|
|
10 * lispref/modes.texi: changed back-ref to Drag'n'Drop
|
|
11 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
|
|
12
|
282
|
13 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
14
|
|
15 * commands.texi: exchange of dnd-drop with misc-user
|
|
16
|
|
17 1998-05-04 Martin Buchholz <martin@xemacs.org>
|
|
18
|
|
19 * internals.texi (Techniques for XEmacs Developers): Add some more
|
|
20 comments on adding new files, inspired by Olivier Galibert.
|
|
21
|
280
|
22 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
23
|
|
24 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
|
|
25 scroll-conservatively.
|
|
26
|
|
27 * lispref/loading.texi (Named Features): Document advanced args to
|
|
28 `feature'.
|
|
29
|
|
30 * lispref/files.texi (File Name Expansion): Document that
|
|
31 expand-file-name does not treat // and ~/ in the middle of file
|
|
32 names specially.
|
|
33
|
|
34 * lispref/positions.texi (Excursions): Document
|
|
35 `with-current-buffer' and `with-temp-file'.
|
|
36
|
|
37 * lispref/strings.texi (Formatting Strings): Document `%*'
|
|
38 construct.
|
|
39
|
|
40 * lispref/os.texi (Time Conversion): Document that TIME may be
|
|
41 omitted from format-time-string.
|
|
42
|
|
43 * lispref/strings.texi (String Conversion): Document BASE argument
|
|
44 to `string-to-number'.
|
|
45
|
|
46 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
|
|
47 constructs documentation.
|
|
48 (Regexp Search): Document `split-string'.
|
|
49
|
|
50 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
|
|
51
|
|
52 * xemacs/killing.texi (Active Regions): Document that errors no
|
|
53 longer highlight the region.
|
|
54
|
|
55 * lispref/display.texi (The Echo Area): Document message log
|
|
56 stuff, including `display-message', `lmessage', `clear-message',
|
|
57 (Warnings): Document warning stuff.
|
|
58
|
|
59 * lispref/commands.texi (Working With Events): Update `make-event'
|
|
60 for misc-user events.
|
|
61 (Using Interactive): Document `function-interactive'.
|
|
62
|
|
63 * lispref/os.texi (System Environment): Document USE-FLOATS
|
|
64 argument to `load-average'.
|
|
65 (User Identification): Document the new semantics of
|
|
66 `user-full-name'.
|
|
67
|
|
68 * lispref/strings.texi (Creating Strings): Document `string'
|
|
69 function.
|
|
70
|
|
71 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
72
|
|
73 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
|
|
74 comparison functions.
|
|
75
|
|
76 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
77
|
|
78 * lispref/frames.texi (Input Focus): Document behavior of
|
|
79 select-frame wrt focus-follows-mouse.
|
|
80
|
|
81 1998-04-30 Martin Buchholz <martin@xemacs.org>
|
|
82
|
|
83 * Makefile: Support generic makes by avoiding `%' syntax.
|
|
84 It breaks my heart to uglify the Makefile like this, but this is
|
|
85 going to be a perpetual FAQ otherwise.
|
|
86 General cleanup.
|
|
87 Comment out w3 and vm info rules.
|
|
88 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
|
|
89
|
269
|
90 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
91
|
|
92 * xemacs/frame.texi: Document cursor appearance at end of line.
|
|
93
|
265
|
94 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
95
|
|
96 * internals/internals.texi (GCPROing): Explain when it is
|
|
97 necessary to GCPRO function parameters.
|
|
98
|
|
99 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
100
|
|
101 * internals/internals.texi (Writing Lisp Primitives): Updated
|
|
102 definition of For().
|
|
103
|
263
|
104 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
105
|
|
106 * lispref/menus.texi: Use recommended forms in examples.
|
|
107
|
259
|
108 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
109
|
|
110 * cl.texi (Creating Symbols): Tell a little bit about the new
|
|
111 handling of gensyms.
|
|
112
|
|
113 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
114
|
|
115 * xemacs/custom.texi (X Resources): update to describe automatic
|
|
116 setting of x-emacs-application-class.
|
|
117
|
|
118 * lispref/x-windows.texi (Resources): update doc for
|
|
119 x-emacs-application-class.
|
|
120
|
|
121 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
122
|
|
123 * cl.texi (Equality Predicates): Update to reflect change to
|
|
124 `equalp' made in "cl-extra.el" - now compares characters case
|
|
125 insensitively.
|
|
126
|
|
127 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
128
|
|
129 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
|
|
130
|
|
131 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
132
|
|
133 * lispref/display.texi (Beeping): Linux has sound too.
|
|
134
|
257
|
135 1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
136
|
|
137 * cl.texi (Argument Lists): Keywords are handled specially by
|
|
138 XEmacs.
|
|
139 (Porting Common Lisp): XEmacs backquotes are OK.
|
|
140
|
|
141 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
142
|
|
143 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
|
|
144 syntax for integers.
|
|
145 From Adrian Aichner <aichner@ecf.teradyne.com>
|
|
146 * cl.texi (Porting Common Lisp): ' '
|
|
147 * lispref/numbers.texi (Numbers): ' '
|
|
148
|
255
|
149 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
150
|
|
151 * lispref/searching.texi (Regular Expressions): Document the
|
|
152 recent regular expression syntax extensions.
|
|
153
|
253
|
154 1998-02-10 Olivier Galibert <galibert@pobox.com>
|
|
155
|
|
156 * internals/internals.texi: Remove all mocklisp references.
|
|
157
|
227
|
158 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
159
|
|
160 * Makefile (SUBDIR): skk and gnats are packaged.
|
|
161
|
|
162 * lispref/intro.texi (Acknowledgements): Update to v3.3.
|
|
163
|
|
164 * lispref/lispref.texi: Update to 20.5/v3.3.
|
|
165
|
223
|
166 1997-12-10 SL Baur <steve@altair.xemacs.org>
|
|
167
|
|
168 * Makefile: Don't stop on errors.
|
|
169
|
219
|
170 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
171
|
|
172 * Makefile: add skk manual.
|
|
173
|
|
174 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
175
|
|
176 * internals/internals.texi (XEmacs): Updated history section.
|
|
177
|
|
178 1997-11-28 SL Baur <steve@altair.xemacs.org>
|
|
179
|
|
180 * lispref/compile.texi (Compilation Functions): Plug in the real
|
|
181 return value.
|
|
182 (Speed of Byte-Code): Ditto.
|
|
183 (Compilation Functions): Ditto.
|
|
184 (Compiled-Function Objects): Ditto.
|
|
185 (Speed of Byte-Code): Increase loop counter by factor of 50 (the
|
|
186 previous value was embarrassing).
|
|
187
|
217
|
188 1997-11-21 SL Baur <steve@altair.xemacs.org>
|
|
189
|
|
190 * Makefile (srcs): vhdl-mode has been packaged.
|
|
191
|
213
|
192 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
193
|
|
194 * lispref/windows.texi (scroll-conservatively): Fix typo.
|
|
195
|
|
196 1997-11-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
197
|
|
198 * lispref/commands.texi (Working With Events): Document fully.
|
|
199
|
|
200 * lispref/windows.texi (Vertical Scrolling): Document
|
|
201 scroll-conservatively.
|
|
202
|
211
|
203 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
204
|
|
205 * lispref/extents.texi (Intro to Extents): Minor correction.
|
|
206 (Extent Properties): Document `extent-keymap'.
|
|
207
|
209
|
208 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
209
|
|
210 * xemacs/mule.texi (Mule): Modify description about supported
|
|
211 scripts.
|
|
212
|
|
213 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
214
|
|
215 * xemacs/mule.texi: Add description for
|
|
216 `universal-coding-system-argument'.
|
|
217
|
|
218 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
219
|
|
220 * internals/internals.texi: XEmacs 19.16 is released.
|
|
221
|
207
|
222 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
223
|
|
224 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
|
|
225 been packaged.
|
|
226
|
|
227 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
228
|
|
229 * xemacs-faq.texi: Added the detailed menu listing.
|
|
230
|
|
231 * lispref/extents.texi (Extent Properties): Documented
|
|
232 `set-extent-properties'.
|
|
233
|
|
234 * xemacs/custom.texi (Face Customization): Updated for XEmacs.
|
|
235
|
203
|
236 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
237
|
|
238 * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
|
|
239 From Rebecca Ore <rebecca.ore@op.net>
|
|
240
|
|
241 * lispref/databases.texi (Connecting to a Database): Describe
|
|
242 valid types of `type' and `subtype'.
|
|
243 From Raymond Toy <toy@rtp.ericsson.se>
|
|
244
|
199
|
245 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
246
|
|
247 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed
|
|
248 reference to (emacs) into a reference to (xemacs).
|
|
249
|
|
250 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
251
|
|
252 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
|
|
253 to prevent line wrap.
|
|
254
|
197
|
255 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
256
|
|
257 * gnats/flowchart.eps: New file.
|
|
258
|
195
|
259 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
260
|
|
261 * xemacs/custom.texi (Easy Customization): Ditto.
|
|
262
|
|
263 * xemacs/xemacs.texi (Top): Added pointer to easy customization.
|
|
264
|
193
|
265 1997-09-18 SL Baur <steve@altair.xemacs.org>
|
|
266
|
|
267 * internals/Makefile (../../info/$(NAME).info): Warn and clean up
|
|
268 if someone hasn't upgraded makeinfo.
|
|
269
|
|
270 * Makefile (EMACS): Refer to xemacs binary in source tree.
|
|
271 * tm/Makefile (EMACS): Ditto.
|
|
272
|
183
|
273 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
274
|
|
275 * cl.texi (Type Predicates): Update for corrected handling of
|
|
276 `string-char' and `character'.
|
|
277
|
181
|
278 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
279
|
|
280 * cc-mode.texi:
|
|
281 In FAQ section, document use of c-mode-base-map instead of c-mode-map.
|
|
282
|
|
283 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
284
|
|
285 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
|
|
286
|
|
287 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
288
|
|
289 * cc-mode.texi:
|
|
290 Added description of template-args-cont syntactic symbol
|
|
291
|
177
|
292 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org>
|
|
293
|
|
294 * cc-mode.texi: Describe support for idl-mode
|
|
295
|
|
296 * cc-mode.texi:
|
|
297 Document c-initialization-hook. Also rewrite the "Getting Connected"
|
|
298 section on byte compiling the source.
|
|
299
|
|
300 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
301
|
|
302 * lispref/streams.texi: "Output Streams", change `last-output'
|
|
303 result list from integers to characters.
|
|
304
|
|
305 * lispref/minibuf.texi: "Object from Minibuffer", correction.
|
|
306
|
|
307 * lispref/minibuf.texi: "Minibuffer History", add
|
|
308 `Info-minibuffer-history', `Manual-page-minibuffer-history', and
|
|
309 short paragraph refering to `M-x apropos'.
|
|
310
|
175
|
311 1997-07-17 Steven L Baur <steve@altair.xemacs.org>
|
|
312
|
|
313 * Makefile: makeinfo-1.68 is verified to work.
|
|
314
|
|
315 * tm/Makefile (../../info/%-ja.info): Die if not running
|
|
316 XEmacs/Mule.
|
|
317 (../../info/%-en.info): Inherit setting of MAKEINFO.
|
|
318
|
|
319 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
320
|
|
321 * cc-mode.texi:
|
|
322 Describe the variable c-indent-comments-syntactically-p.
|
|
323
|
|
324 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
|
|
325
|
|
326 * internals/internals.texi (Top): Convert Buffer@'s node name to
|
|
327 `Buffer's' because the former confuses makeinfo.
|
|
328
|
171
|
329 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
330
|
|
331 * cc-mode.texi: Fixed spelling of Texinfo
|
|
332
|
142
|
333 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
334
|
|
335 * lispref/files.texi (Writing to Files): Correct docstring of
|
|
336 write-region.
|
|
337
|
|
338 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
339
|
|
340 * lispref/annotations.texi (Annotation Primitives):
|
|
341 `delete-annotation' does not return the deleted annotation.
|
|
342
|
140
|
343 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
344
|
|
345 * lispref/lispref.texi: Correct release dates.
|
|
346
|
136
|
347 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
348
|
|
349 * lispref/files.texi (File Name Expansion): Update documentation
|
|
350 of file-relative-name.
|
|
351
|
120
|
352 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
353
|
|
354 * lispref/lispref.texi: Update version numbers (with patches from
|
|
355 Hrvoje Niksic).
|
|
356
|
|
357 * lispref/building.texi (Building XEmacs): Update version numbers
|
|
358 and build identification.
|
|
359
|
|
360 * lispref/intro.texi (Introduction): Update version number.
|
|
361
|
116
|
362 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
363
|
|
364 * Makefile (srcs): Add efs.texi.
|
|
365
|
|
366 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
367
|
|
368 * Makefile (srcs): Add hm--html-mode.texi.
|
|
369
|
112
|
370 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
371
|
|
372 * gnats/Makefile (gnats_srcs): New manuals for GNATS.
|
|
373
|
110
|
374 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
375
|
|
376 * lispref/strings.texi (Text Comparison): Correct example for
|
|
377 `char-equal'. Add new function `char='.
|
|
378
|
108
|
379 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
380
|
|
381 * Makefile: Update for new texinfo manual.
|
|
382
|
|
383 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
384
|
|
385 * Makefile (../info/w3.info): Use special version of makeinfo
|
|
386 since this manual is not backwards compatible.
|
|
387 Clean up error handling so we only have to type make once to
|
|
388 rebuild the info tree.
|
|
389 (../info/vm.info): Make sure to continue in the event of error.
|
|
390
|
102
|
391 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
392
|
|
393 * auctex/Makefile: Added `mostlyclean' and `distclean' target.
|
|
394
|
100
|
395 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
396
|
|
397 * Makefile (auctex): New subdirectory target.
|
|
398
|
98
|
399 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com>
|
|
400
|
|
401 * mule/languages.texi: Correct typo.
|
|
402
|
|
403 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
404
|
|
405 * Makefile (srcs): Add custom and widget to srcs.
|
|
406
|
|
407 * lispref/extents.texi (Intro to Extents): Removed erroneous
|
|
408 reference to `start-glyph' property.
|
|
409
|
|
410 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
411
|
|
412 * widget.texi: New file.
|
|
413
|
|
414 * custom.texi: New file.
|
|
415
|
96
|
416 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
417
|
|
418 * lispref/extents.texi (Duplicable Extents): replicable extents
|
|
419 are history.
|
|
420
|
88
|
421 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
422
|
|
423 * xemacs-faq.texi (Q1.1.1): Correct typos.
|
|
424
|
86
|
425 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com>
|
|
426
|
|
427 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
|
|
428 XEmacs manual available.
|
|
429 (Q4.6.1): Updated Infodock Information.
|
|
430
|
76
|
431 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
432
|
|
433 * vhdl-mode.texi: Correct typo in email address.
|
|
434
|
|
435 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
436
|
|
437 * Makefile (srcs): Add vhdl-mode.
|
|
438
|
74
|
439 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
440
|
|
441 * Makefile (realclean): Don't delete itself `make distclean'
|
|
442
|
|
443 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
|
|
444
|
|
445 * Makefile: New File.
|
|
446
|
72
|
447 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
448
|
|
449 * vhdl-mode.texi: New file.
|
|
450
|
0
|
451 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
|
|
452
|
|
453 * texinfo.tex: Delete spurious character at beginning.
|
|
454
|
|
455 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
456
|
|
457 * emacs.tex: Corrected two typos. No other changes before
|
|
458 Version 19 will be made.
|
|
459
|
|
460 * vip.texinfo: Removed menu entry Adding Lisp Code in node
|
|
461 Customization since the menu entry did not point to anything.
|
|
462 Also added an @finalout command to remove overfull hboxes from the
|
|
463 printed output.
|
|
464
|
|
465 * cl.texinfo: Added @bye, \input line and @settitle to file.
|
|
466 This file is clearly intended to be a chapter of some other work,
|
|
467 but the other work does not yet exist.
|
|
468
|
|
469 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
470
|
|
471 * texinfo.texinfo: Three typos corrected.
|
|
472
|
|
473 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
|
|
474
|
|
475 * texindex.c (indexify): when comparing to initial strings to
|
|
476 decide whether to change the header, must use `strncmp' to avoid
|
|
477 comparing entire strings of which initials are a substring.
|
|
478
|
|
479 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
|
|
480
|
|
481 * texindex.c (sort_in_core, sort_offline, parsefile):
|
|
482 Give up on input file if any line doesn't start with backslash.
|
|
483
|
|
484 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
485
|
|
486 * emacs.tex: Update information for obtaining TeX distribution from the
|
|
487 University of Washington.
|
|
488
|