comparison man/ChangeLog @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children 3078fd1074e8
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
1 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * xemacs/packages.texi (Creating Packages): new node.
4
5 2000-12-05 Martin Buchholz <martin@xemacs.org>
6
7 * XEmacs 21.2.38 is released.
8
9 2000-12-01 Martin Buchholz <martin@xemacs.org>
10
11 * lispref/compile.texi:
12 Document differences between compiler and interpreter.
13
14 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
15
16 * internals/index.texi:
17 internals/internals.texi:
18 Change "X Windows" to "the X Window System" randomly.
19 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
20 (Lucid Widget Library): new node, added new text, ASCII art, subnode
21 structure.
22 * xemacs/frame.texi (GUI Components): new node.
23 * xemacs/packages.texi: minor updates.
24
25 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org>
26
27 * info.texi (Creating an Info File): Fix typos in xrefs.
28
29 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
30
31 * xemacs/cmdargs.texi (Command Switches): Add documentation of
32 portable dumper switches. Other minor edits.
33
34 2000-11-21 Martin Buchholz <martin@xemacs.org>
35
36 * lispref/positions.texi (Word Motion):
37 forward-word arg is now optional.
38 backward-word arg is now optional.
39 Remove vile comment advising lisp programmer to use (forward-word -1)
40 instead of (backward-word 1).
41 * lispref/syntax.texi (Parsing Expressions):
42 Similarly for forward-comment.
43 * lispref/text.texi (Deletion):
44 Similarly for delete-char.
45 Similarly for delete-backward-char.
46
47 2000-11-09 Martin Buchholz <martin@xemacs.org>
48
49 * cl.texi (Assertions):
50 Remove claim that elisp doesn't have continuable errors.
51 Document check-type as being continuable.
52
53 2000-11-14 Adrian Aichner <adrian@xemacs.org>
54
55 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
56 from elisp to lispref and from emacs to xemacs in relevant ?xefs.
57 This should also serve as a reminder for future merges with GNU
58 Emacs.
59 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
60 "XEmacs User's Manual" for lispref and xemacs respectively.
61
62 2000-11-14 Adrian Aichner <adrian@xemacs.org>
63
64 * lispref/abbrevs.texi (Abbrevs): Ditto.
65 * lispref/backups.texi (Auto-Saving): Ditto.
66 * lispref/backups.texi (Reverting): Ditto.
67 * lispref/display.texi (The Echo Area): Ditto.
68 * lispref/help.texi (Documentation Basics): Ditto.
69 * lispref/help.texi (Help Functions): Ditto.
70 * lispref/keymaps.texi (Scanning Keymaps): Ditto.
71 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
72 * lispref/modes.texi (Auto Major Mode): Ditto.
73 * lispref/positions.texi (List Motion): Ditto.
74 * lispref/searching.texi (Regexp Search): Ditto.
75 * lispref/symbols.texi (Symbol Components): Ditto.
76 * lispref/tips.texi (Comment Tips): Ditto.
77 * lispref/tips.texi (Library Headers): Ditto.
78
79 2000-11-14 Adrian Aichner <adrian@xemacs.org>
80
81 * internals/internals.texi (The Buffer Object): Ditto.
82
83 2000-11-14 Adrian Aichner <adrian@xemacs.org>
84
85 * cl.texi (Hash Tables): Ditto.
86 * texinfo.texi (Other Info Files): Ditto.
87 * xemacs-faq.texi (Q1.0.14): Ditto.
88
1 2000-11-14 Martin Buchholz <martin@xemacs.org> 89 2000-11-14 Martin Buchholz <martin@xemacs.org>
2 90
3 * XEmacs 21.2.37 is released. 91 * XEmacs 21.2.37 is released.
4 92
5 2000-10-27 Martin Buchholz <martin@xemacs.org> 93 2000-10-27 Martin Buchholz <martin@xemacs.org>