Mercurial > hg > xemacs-beta
annotate man/ChangeLog @ 4934:714f7c9fabb1
make it easier to debug staticpro crashes.
Add functions to print out the variable names saved during calls to
staticpro(), and change the order of enumerating staticpros to start
from 0 to make it easier to get a count to pass to the new functions.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 19 Jan 2010 01:21:39 -0600 |
parents | e6dec75ded0e |
children | 6772ce4d982b 304aebb79cd3 |
rev | line source |
---|---|
4803
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1 2010-01-06 Jerry James <james@xemacs.org> |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
2 |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
3 * internals/internals.texi (Debugging and Testing): Document |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
4 valgrind configuration and use. |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
5 |
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
6 2009-12-21 Jerry James <james@xemacs.rg> |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
7 |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
8 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
9 Remove references to OffiX support files. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
10 * lispref/dragndrop.texi (Drag and Drop): Remove reference to OffiX. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
11 (Supported Protocols): Ditto. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
12 (OffiX DND): Remove. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
13 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
14 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
15 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
16 * lispref/processes.texi (Functions that Create Subprocesses): Refer |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
17 to etags instead of the obsolete wakeup program. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
18 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
19 2009-12-09 Jerry James <james@xemacs.org> |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
20 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
21 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
22 Remove references to xmu.c and xmu.h. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
23 (Modules for Interfacing with X Windows): Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
24 |
4820
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
25 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
26 |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
27 * lispref/objects.texi (Hash Table Type): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
28 * lispref/hash-tables.texi (Introduction to Hash Tables): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
29 Use keywords, not ordinary symbols, in the hash table read syntax; |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
30 document that we do accept the ordinary symbols for the sake of |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
31 backward-compatiblity. |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
32 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
33 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
34 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
35 * internals/internals.texi (XEmacs from the Perspective of Building): |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
36 Remove reference to dynodump. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
37 (A Summary of the Various XEmacs Modules): Remove references to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
38 deleted files. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
39 (Low-Level Modules): Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
40 (Modules for the Basic Displayable Lisp Objects): Remove reference to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
41 NeXTstep. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
42 * lispref/os.texi (Operating System Environment): Remove references to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
43 old unsupported systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
44 * make-stds.texi (Variables for Installation Directories): Likely |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
45 insufficient update to list of current operating systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
46 * xemacs-faq.texi (Q1.2.2: What versions of Unix does XEmacs run on?): |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
47 Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
48 |
4792
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
49 2009-11-08 Aidan Kehoe <kehoea@parhasard.net> |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
50 |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
51 * lispref/objects.texi (Equality Predicates): |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
52 Document #'equalp here, as well as #'equal and #'eq. |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
53 |
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
54 2009-10-05 Jerry James <james@xemacs.org> |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
55 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
56 * beta.texi (Building XEmacs from a full distribution): Remove |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
57 "(builtin)" from GIF line in example Installation. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
58 (Reporting Problems): Recommend taking screenshots as a PNG |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
59 instead of a GIF. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
60 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
61 Remove GIF-related files. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
62 * lispref/glyphs.texi (Image Instantiator Formats): Remove remark |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
63 about builtin GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
64 |
4678
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
65 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
66 |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
67 * lispref/numbers.texi (Bigfloat Basics): |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
68 Correct this documentation (ignoring for the moment that it breaks |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
69 off in mid-sentence). |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
70 |
4677
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
71 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
72 |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
73 * cl.texi (Organization): |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
74 Remove references to the obsolete multiple-value emulating code. |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
75 |
4668
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
76 2009-07-28 Stephen Turnbull <stephen@xemacs.org> |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
77 |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
78 * internals/internals.texi (Redisplay Piece by Piece): |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
79 Small improvements. |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
80 |
4666
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
81 2009-07-08 Stephen Turnbull <stephen@xemacs.org> |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
82 |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
83 * xemacs/custom.texi (Xft Font Customization): Change references |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
84 from XftFont (now deprecated) to FcFontName. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
85 Thanks, Raymond Toy <raymond.toy@stericsson.com>. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
86 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
87 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
88 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
89 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
90 |
4632
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
91 2009-04-02 Stephen J. Turnbull <stephen@xemacs.org> |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
92 |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
93 * internals/internals.texi: s/@urlref/@uref/g. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
94 (Lstreams): Add urefs to David Beasley tutorials. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
95 |
4658
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
96 2009-04-20 Stephen J. Turnbull <stephen@xemacs.org> |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
97 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
98 * xemacs-faq.texi (Q2.5.3): |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
99 Add information about resolver configuration to Q2.5.3. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
100 Thanks to Guillaume MULLER <gm.work.lists@gmail.com>. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
101 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
102 * xemacs-faq.texi (Top): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
103 * xemacs-faq.texi (Installation): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
104 |
4625
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
105 2009-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
106 |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
107 * xemacs-faq.texi (Q3.0.12): New node for Meta key on Mac. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
108 (Top): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
109 (Editing): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
110 (Q3.0.11): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
111 (Q3.1.1): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
112 Fix up Next/Prev/Menu references. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
113 |
4601
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
114 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
115 |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
116 * xemacs/xemacs.texi (Top): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
117 * xemacs/misc.texi (Emulation): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
118 * xemacs/building.texi (Lisp Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
119 (Compiling Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
120 Remove any reference to mocklisp as an active technology. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
121 Also remove documentation of the related #'set-gosmacs-bindings, |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
122 which is no longer available. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
123 |
4509
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
124 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
125 |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
126 * xemacs-faq.texi (Q5.0.7): Fix broken instructions on use of |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
127 antialiased fonts. |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
128 |
4505
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
129 2008-08-31 Aidan Kehoe <kehoea@parhasard.net> |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
130 |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
131 * xemacs-faq.texi (Q5.0.7): Add a section on how one can use |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
132 antialiased fonts under X11; thank you Giacomo Boffi. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
133 (Q1.0.3): Clarify pronunciation using a serious phonetic |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
134 alphabet. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
135 |
4488 | 136 2008-07-26 Ville Skyttä <scop@xemacs.org> |
137 | |
138 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi, | |
139 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi: | |
140 Spelling fixes. | |
141 | |
4486
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
142 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
143 |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
144 * lispref/objects.texi (Character Type): |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
145 Document the error provoked when the reader sees an over-long |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
146 hexadecimal constant. |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
147 |
4485
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
148 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
149 |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
150 * lispref/variables.texi (Extent): |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
151 Correct a misspelling of macros, add a needed space. Thank you |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
152 John Paul Wallington, thank you Stephen Turnbull. |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
153 |
4472
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
154 2008-05-29 Aidan Kehoe <kehoea@parhasard.net> |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
155 |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
156 * lispref/objects.texi (Equality Predicates): |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
157 Expand on bignum equality; correct an omitted word in the last |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
158 commit. |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
159 |
4471
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
160 2008-05-27 Aidan Kehoe <kehoea@parhasard.net> |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
161 |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
162 * lispref/objects.texi (Equality Predicates): |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
163 Cross reference to the section on comparison of numbers when |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
164 talking about using #'eq with integers; also mention that |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
165 #'eq gives t when passed identical integers, and that #'char= is |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
166 also available there. |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
167 |
4466
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
168 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
169 |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
170 * internals/internals.texi (Ben's README): |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
171 Add a couple of @itemize / @end itemize pairs, to prevent |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
172 #'batch-texinfo-format choking on the input. |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
173 |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
174 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
175 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
176 * xemacs/cmdargs.texi (Command Switches): |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
177 Describe --script, -script. |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
178 |
4427
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
179 2008-02-27 Stephen J. Turnbull <stephen@xemacs.org> |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
180 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
181 * internals/internals.texi (Discussion -- KKCC): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
182 (Discussion -- Incremental Collector): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
183 New nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
184 (Top): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
185 (Discussion -- Garbage Collection): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
186 (Discussion -- Pure Space): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
187 Adjust pointers and menus for new nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
188 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
189 (lrecords): Remark that lcrecords are obsolete. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
190 |
4329
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
191 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
192 |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
193 * lispref/strings.texi (Formatting Strings): |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
194 Document %b for binary output. |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
195 |
4320 | 196 2007-12-10 Ville Skyttä <scop@xemacs.org> |
197 | |
198 * internals/internals.texi: Spelling fixes. | |
199 | |
4313
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
200 2007-12-07 Ville Skyttä <scop@xemacs.org> |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
201 |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
202 * beta.texi, emodules.texi, term.texi, termcap.texi, texinfo.texi, |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
203 widget.texi, xemacs-faq.texi: Spelling fixes. |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
204 |
4291 | 205 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
206 | |
207 * internals/internals.texi (Ibytes and Ichars): | |
208 Cross reference to the Mule docs describing these typedefs, | |
209 instead of saying Not yet documented. | |
210 | |
4265 | 211 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
212 | |
213 * lispref/objects.texi (String Type): | |
214 Describe how one can include a trailing backslash in a raw string, | |
215 by means of the Unicode escape syntax. | |
216 | |
4264 | 217 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
218 | |
219 * xemacs/keystrokes.texi (Character Representation): | |
220 Clarify the description of which characters are displayed as | |
221 themselves and which as octal escapes bzw. "control" characters | |
222 with an initial caret. | |
223 | |
4225 | 224 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
225 | |
226 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile. | |
227 Sort enries to easy future syncs. | |
228 | |
4199 | 229 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
230 | |
231 * lispref/searching.texi (Replacing Match): Document the escapes | |
232 for changing case in `replace-match'. Document the change to | |
233 STRBUFFER to permit subexpressions in string replacement. | |
234 | |
4196 | 235 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
236 | |
237 * Makefile (TEXI2HTML_NOSPLIT): New. | |
238 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT. | |
239 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
240 | |
4195 | 241 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
242 | |
243 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by | |
244 xemacsweb/Documentation/Makefile. | |
245 | |
4143 | 246 2007-08-25 Adrian Aichner <adrian@xemacs.org> |
247 | |
248 * internals/internals.texi (Through Version 18): Fix error in | |
249 Emacs Timeline URL. | |
250 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches): | |
251 | |
4039 | 252 2007-06-27 Aidan Kehoe <kehoea@parhasard.net> |
253 | |
254 * lispref/variables.texi (Extent): | |
255 Mention that lexical scope is available using lexical-let and | |
256 lexical-let* in cl-macs, instead of ignoring them entirely. | |
257 | |
3979 | 258 2007-05-21 Ville Skyttä <scop@xemacs.org> |
259 | |
260 * internals/internals.texi: Fix corrupted/oddly encoded chars. | |
261 * lispref/ldap.texi: Ditto. | |
262 | |
3975 | 263 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
264 | |
265 * XEmacs 21.5.28 "fuki" is released. | |
266 | |
3955 | 267 2007-05-15 Aidan Kehoe <kehoea@parhasard.net> |
268 | |
269 * internals/internals.texi: | |
270 Replace an inaccurate description of the read syntax of a Kanji | |
271 character with one using the recently-added Unicode escapes. Also | |
272 update the size of an Ichar; they're now 21-bit integers, not | |
273 19-bit integers. | |
274 | |
3930 | 275 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
276 | |
277 * internals/internals.texi (Creating a New Console/Device/Frame Type): | |
278 Typo fix. | |
279 | |
3773 | 280 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
281 | |
282 * internals/internals.texi (Ben's README): Use 'grep -F' instead | |
283 of fgrep. | |
284 | |
3772 | 285 2006-11-07 Robert Pluim <rpluim@gmail.com> |
286 | |
287 * lispref/os.texi (User Identification): The code uses HOMEPATH, | |
288 not HOMEDIR. | |
289 | |
3711 | 290 2006-11-29 Aidan Kehoe <kehoea@parhasard.net> |
291 | |
292 * xemacs/custom.texi (Face Resources): | |
293 Mention that the user should use full XLFD forms for specifying | |
294 fonts, and that Mule builds reject the short forms by | |
295 default. Also mention the work-around to the latter design choice | |
296 that was implemented for Ilya. | |
297 | |
3685 | 298 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
299 | |
300 * internals/internals.texi | |
301 (Better Rendering Support -- Configuration with the Interim Patches): | |
302 Fix examples of configuration via X resources. | |
303 (Better Rendering Support -- Implementation): Fix description of | |
304 xftFont resources, introduce fcFontName resource. | |
305 | |
3674 | 306 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
307 | |
308 * lispref/faces.texi (Face Convenience Functions): | |
309 Add information on how to specify a face's font for a given Mule | |
310 charset. | |
311 | |
312 * lispref/specifiers.texi (Specifiers): | |
313 * lispref/specifiers.texi (Simple Specifier Usage): | |
314 * lispref/specifiers.texi (Specifiers In-Depth): | |
315 * lispref/specifiers.texi (Specifier Tag Functions): | |
316 * lispref/specifiers.texi (Specifier Instantiation Functions): | |
317 Update the documentation of specifiers to reflect the new support | |
318 for Mule character sets and associating tags with them. | |
319 | |
3543 | 320 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
321 | |
322 * lispref/objects.texi (String Type): | |
323 Give details of the raw string syntax, taken from SXEmacs and | |
324 Python. | |
325 | |
3516 | 326 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
327 | |
328 * new-users-guide/edit.texi (Insert): Document bogosity in | |
329 vendor labeling of DEL key. | |
330 (Numeric Argument): Remove spurious RETs from keystroke examples. | |
331 Thanks to Michael C. Wescott <wescott@sc.rr.com>. | |
332 | |
3510 | 333 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> |
334 | |
335 * xemacs/custom.texi (File Variables): | |
336 Make it clearer that file variables are buffer-local. | |
337 * xemacs/custom.texi (Faces): | |
338 "must be encoding" -> "must be encoded". | |
339 | |
340 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> | |
341 | |
342 * lispref/variables.texi (Creating Buffer-Local): | |
343 Mention that buffer-local variables are created when file local | |
344 variables are set. | |
345 | |
3496 | 346 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
347 | |
348 * internals/internals.texi (Internal String Encoding): | |
349 Mention that UTF-8 would be a reasonable alternative encoding. | |
350 * internals/internals.texi (Internal Character Encoding): | |
351 Re-arrange the description of characters to deal with 21-bit | |
352 characters. | |
353 | |
3439 | 354 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
355 | |
356 * lispref/mule.texi (CCL Syntax): | |
357 * lispref/mule.texi (CCL Statements): | |
358 Describe the mule-to-unicode and unicode-to-mule statements; | |
359 rename the section they are described in. | |
360 | |
3404 | 361 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
362 | |
363 * xemacs-faq.texi (Q2.2.3): New node. | |
364 (Q2.2.2, Q2.3.1): Fix navigation references. | |
365 (Top, Installation): Add to menus. | |
366 | |
3402 | 367 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
368 | |
369 * XEmacs 21.5.27 "fiddleheads" is released. | |
370 | |
3388 | 371 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
372 | |
373 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'. | |
374 (Reporting Problems): Improve it, make it a top-level node, add | |
375 some vertical spacing to make node breaks more visible. | |
376 (Getting the Source): Flesh it out a bit and move it to the | |
377 Building Beta XEmacs node. | |
378 | |
3387 | 379 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
380 | |
381 * xemacs/custom.texi (Xft Font Customization): New node. | |
382 (Faces): Create menu, add new node. | |
383 * xemacs/xemacs.texi (Top): add new node to detail menu. | |
384 | |
3367 | 385 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
386 | |
387 * lispref/objects.texi (Character Type): | |
388 Document the Unicode syntax for characters in characters and | |
389 strings. | |
390 | |
3354 | 391 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
392 | |
393 * internals/internals.texi: Run texinfo-master-menu. | |
394 (Creating a New Console/Device/Frame Type): New node. | |
395 | |
3323 | 396 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
397 | |
398 * XEmacs 21.5.26 "endive" is released. | |
399 | |
3322 | 400 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
401 | |
402 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
403 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
404 README.ben-separate-stderr to Internals Manual. | |
405 | |
406 * internals/internals.texi (Ben's TODO list): | |
407 (CHANGES from 21.4-windows branch): | |
408 (Ben's README): | |
409 (Ben's separate stderr notes): | |
410 New nodes. | |
411 | |
412 (Subprocesses): Add "Ben's separate stderr notes" to menu. | |
413 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and | |
414 "Ben's README" to menu. | |
415 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch" | |
416 to menu. | |
417 | |
418 (Top): Update detailmenu. | |
419 | |
420 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
421 | |
422 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
423 Internals Manual. | |
424 | |
425 * internals/internals.texi (The Great Mule Merge of March 2002): | |
426 Insert CHANGES-ben-mule here, and reformat for Texinfo. | |
427 | |
3260 | 428 2006-02-26 Mike Sperber <mike@xemacs.org> |
429 | |
430 * xemacs/building.texi (External Lisp): Document that `run-lisp' | |
431 needs the os-utils package. | |
432 | |
3259 | 433 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
434 | |
435 * XEmacs 21.5.25 "eggplant" is released. | |
436 | |
3179 | 437 2005-11-25 Mike Sperber <mike@xemacs.org> |
438 | |
439 * lispref/packaging.texi (The User View): | |
440 * xemacs/startup.texi (Startup Paths): | |
441 * xemacs-faq.texi (Q2.1.6): Document new configure options and | |
442 environment variables for | |
443 package locations. | |
444 | |
3171 | 445 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
446 | |
447 * xemacs/keystrokes.texi (Keystrokes): | |
448 Add new node on keyboards with which one can't type Latin. | |
449 * xemacs/keystrokes.texi (Non-Latin keyboards): | |
450 Describe the support for falling back to a US key layout on | |
451 keyboards where typing the Roman alphabet is difficult. | |
452 | |
3150 | 453 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
454 | |
455 * XEmacs 21.5.24 "dandelion" is released. | |
456 | |
3147 | 457 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
458 | |
459 * internals/internals.texi (The configure Script): Documented | |
460 more fully the behaviour of complex options. Provided examples. | |
461 | |
3128 | 462 2005-12-03 Adrian Aichner <adrian@xemacs.org> |
463 | |
464 * custom.texi (Declaring Variables): Typo fixes. | |
465 | |
3111 | 466 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
467 | |
468 * xemacs/custom.texi (Faces): Describe some of the more important | |
469 font naming syntaxes under `set-face-font'. Fix a typo. | |
470 | |
3094 | 471 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org> |
472 | |
473 * internals/internals.texi (Working with Lisp Objects): Explain | |
474 better why DEFSYMBOL is usually preferable to intern. | |
475 | |
3073 | 476 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
477 | |
478 * internals/internals.texi (The configure Script): Added the | |
479 definition of the new macro XE_HELP_SUBSECTION. | |
480 | |
3062 | 481 2005-11-13 Ben Wing <ben@xemacs.org> |
482 | |
483 * Makefile: | |
484 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
485 Do some refactoring for cleanliness. | |
486 | |
3059 | 487 2005-11-13 Ben Wing <ben@xemacs.org> |
488 | |
489 * internals/internals.texi (Top): | |
490 * internals/internals.texi (CVS Techniques): | |
491 * internals/internals.texi (Creating a Branch): | |
492 * internals/internals.texi (Merging a Branch into the Trunk): | |
493 Add node on Creating a Branch. Update info concerning problems | |
494 with rtag on symlinks. (#### Is this still valid?) | |
495 | |
3031 | 496 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
497 | |
498 * XEmacs 21.5.23 "daikon" is released. | |
499 | |
3018 | 500 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
501 | |
502 * xemacs-faq.texi (Q1.2.2): | |
503 * xemacs-faq.texi (Q2.1.1): | |
504 * xemacs-faq.texi (Q2.1.6): | |
505 * xemacs-faq.texi (Q2.2.1): | |
506 * xemacs-faq.texi (Q2.3.6): | |
507 * xemacs-faq.texi (Q2.4.3): | |
508 * xemacs-faq.texi (Q2.4.4): | |
509 * xemacs-faq.texi (Q2.4.7): | |
510 * xemacs-faq.texi (Q5.3.3): | |
511 * xemacs-faq.texi (Q6.0.8): | |
512 * xemacs-faq.texi (Q7.2.1): | |
513 Add 21.5 specific examples of configure options in addition to the | |
514 existing 21.4 ones. | |
515 | |
3003 | 516 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
517 | |
518 * internals/internals.texi: "API's" -> "APIs". This fixes | |
519 problems generating dvi and pdf versions. | |
520 * internals/internals.texi (The configure Script): | |
521 Describe the use of XE_MERGED_ARG. | |
522 | |
2995 | 523 2005-10-13 Ben Wing <ben@xemacs.org> |
524 | |
525 * xemacs-faq.texi (Top): | |
526 * xemacs-faq.texi (External Subsystems): | |
527 * xemacs-faq.texi (Q5.4.4): | |
528 * xemacs-faq.texi (Q5.4.5): | |
529 * xemacs-faq.texi (Q5.4.6): | |
530 Add question about need to run `rebaseall' under Cygwin. | |
531 | |
2972 | 532 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
533 | |
534 * emodules.texi (Distribution with XEmacs): New node describing | |
535 organization of module-related code in top-level configure.ac and | |
536 src/Makefile.in.in. | |
537 | |
2960 | 538 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
539 | |
540 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL | |
541 argument in `byte-compile-print-gensym' documentation, as | |
542 suggested by Stephen. | |
543 | |
2955 | 544 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
545 | |
546 * lispref/packaging.texi: Get file to compile with teinfmt.el. | |
547 * lispref/packaging.texi (Packaging): Ditto. | |
548 * lispref/packaging.texi (Package Overview): Ditto. | |
549 * lispref/packaging.texi (The User View): Ditto. | |
550 * lispref/packaging.texi (The Library Maintainer View): Ditto. | |
551 * lispref/packaging.texi (Infrastructure): Ditto. | |
552 * lispref/packaging.texi (Obtaining): Ditto. | |
553 * lispref/packaging.texi (Local.rules File): Ditto. | |
554 * lispref/packaging.texi (package-info.in): Ditto. | |
555 * lispref/packaging.texi (Makefile): Ditto. | |
556 * lispref/packaging.texi (Documenting Packages): Ditto. | |
557 | |
558 2005-09-27 Adrian Aichner <adrian@xemacs.org> | |
559 | |
560 * internals/internals.texi (A Summary of the Various XEmacs | |
561 Modules): Get file to compile with texinfmt.el. | |
562 * internals/internals.texi (Windows Build Flags): Ditto. | |
563 | |
2953 | 564 2005-09-26 Ben Wing <ben@xemacs.org> |
565 | |
566 * lispref/glyphs.texi (Images): | |
567 * lispref/glyphs.texi (Image Instantiators): | |
568 * lispref/glyphs.texi (Image Instantiator Formats): | |
569 * lispref/glyphs.texi (Image Instances): | |
570 * lispref/glyphs.texi (Image Instance Functions): | |
571 * lispref/glyphs.texi (Creating Glyphs): | |
572 * lispref/glyphs.texi (Lisp API to Native Widgets): | |
573 * lispref/glyphs.texi (Glyph Properties): | |
574 * lispref/glyphs.texi (Glyph Examples): | |
575 * lispref/lispref.texi (Top): | |
576 * lispref/specifiers.texi (Specifiers): | |
577 * lispref/specifiers.texi (Introduction to Specifiers): | |
578 * lispref/specifiers.texi (Simple Specifier Usage): | |
579 * lispref/specifiers.texi (Specifiers In-Depth): | |
580 * lispref/specifiers.texi (Specifier Instantiation): | |
581 * lispref/specifiers.texi (Retrieving Specifications): | |
582 * lispref/specifiers.texi (Specifier Tag Functions): | |
583 * lispref/specifiers.texi (Specifier Validation Functions): | |
584 Use "instantiation" not "instancing". Fix some places where | |
585 "specifier" is used to mean "instantiator". | |
586 | |
2949 | 587 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
588 | |
589 * lispref/compile.texi (Compilation Options): Supply missing | |
590 argument to @var{}, using same SYMBOL as in variable docstring of | |
591 `byte-compile-print-gensym'. | |
592 | |
2931 | 593 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
594 | |
595 * XEmacs 21.5.22 "cucumber" is released. | |
596 | |
2867 | 597 2005-07-20 Didier Verna <didier@xemacs.org> |
598 | |
599 * lispref/faces.texi (Basic Face Functions): Rephrase the face | |
600 aliasing paragraph following a suggestion from Stephen J. | |
601 Turnbull. | |
602 | |
2865 | 603 2005-07-19 Didier Verna <didier@xemacs.org> |
604 | |
605 * lispref/faces.texi (Basic Face Functions): Document the face | |
606 aliasing feature. | |
607 | |
2862 | 608 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
609 | |
610 * lispref/commands.texi (Converting Events): | |
611 Give details on the deprecated ALLOW-NON-ASCII argument to | |
2865 | 612 event-to-character, and why you shouldn't use it. |
2862 | 613 |
2828 | 614 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> |
615 | |
2865 | 616 * lispref/commands.texi (Converting Events): |
2828 | 617 * lispref/keymaps.texi (Key Sequences): |
618 Stop pretending ASCII is an eight-bit character set, and remove | |
619 documentation of event-to-character's vanished fourth argument. | |
620 | |
621 * internals/internals.texi (Old Future Work -- Improvements in | |
622 support for non-ASCII (European) keysyms under X): | |
2865 | 623 Rename the ascii-character property. |
624 | |
2818 | 625 2005-06-19 Aidan Kehoe <kehoea@parhasard.net> |
626 | |
627 * lispref/building.texi (Building XEmacs and Object Allocation): | |
2865 | 628 Pure storage has been gone for half a decade or more. |
629 * lispref/mule.texi (Internationalization Terminology): | |
630 Phrase stuff a little more clearly, compare Mule with Unicode. | |
2818 | 631 * lispref/lispref.texi (Top): |
2865 | 632 Take out info on pure storage. |
2818 | 633 |
2791 | 634 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
635 | |
636 * XEmacs 21.5.21 "corn" is released. | |
637 | |
2769 | 638 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
639 | |
640 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook | |
2865 | 641 'turn-on-auto-fill) is not a good idea. |
2769 | 642 |
2768 | 643 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
644 | |
2865 | 645 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is |
646 underfeatured and not getting better anytime soon; suggest using | |
647 another mailer. | |
2768 | 648 |
2757 | 649 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
650 | |
651 * xemacs/building.texi (Lisp Modes): | |
652 * xemacs/building.texi (Lisp Interaction): | |
653 * xemacs/entering.texi (Entering Emacs): | |
654 * xemacs/menus.texi (File Menu): | |
655 * xemacs/text.texi (Auto Fill): | |
656 None of the keymaps I have access to have linefeed keys; they all | |
657 use Return. As such, for new users, C-j is really the only option | |
658 for evaluation in Lisp interaction mode, and should be documented | |
2865 | 659 as such. |
660 | |
3050 | 661 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2736 | 662 |
663 * internals/internals.texi | |
664 (Better Rendering Support -- Modern Font Support): | |
665 (Modern Font Support -- Font Concepts): | |
666 (Modern Font Support -- fontconfig): | |
667 (Modern Font Support -- Xft): | |
668 New nodes describing the Lisp API. | |
669 (Future Work -- Better Rendering Support): | |
670 Add Better Rendering Support -- Modern Font Support to menu. | |
671 | |
672 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org> | |
673 | |
674 * xemacs/custom.texi (X Resources): Improve wording. | |
675 | |
676 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org> | |
677 | |
678 * xemacs/custom.texi (Minor Modes): Improve general description. | |
679 Add description of Pending Delete and Filladapt modes. | |
680 (File Variables): Improve caution against invoking minor modes. | |
681 (Syntax Entry): Strengthen caution against "\s ". | |
682 | |
683 * xemacs/major.texi (Major Modes): Improve accuracy of wording. | |
684 (Mode Hooks): Describe use of hooks to invoke minor modes. | |
685 | |
2715 | 686 2005-04-06 Ben Wing <ben@xemacs.org> |
687 | |
688 * internals/internals.texi (Authorship of XEmacs): Copy authorship | |
689 section from FAQ and comment out old info, which is quite out of | |
690 date and full of typos. | |
691 | |
2690 | 692 2005-03-26 Aidan Kehoe <kehoea@parhasard.net> |
693 | |
694 * lispref/mule.texi (CCL Example): | |
2691 | 695 char-int -> char-to-int, and hex 41 is decimal 65, both problems |
2865 | 696 with my previous patch pointed out by Stephen. |
2690 | 697 * lispref/mule.texi (The actual coding system): |
698 Give information on the make-coding-system call, and where the | |
2865 | 699 actual package can be found. |
700 | |
2681 | 701 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
702 | |
703 * xemacs/custom.texi (X Resources): | |
704 "Emacs" as the application class -> "XEmacs" as the application | |
705 class, mention the old resource class determination behaviour, and | |
2865 | 706 how one can temporarily re-instate it. |
707 | |
2665 | 708 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
709 | |
710 * internals/internals.texi (The XEmacs Split): | |
711 * standards.texi (Option Table): | |
712 Shut up makeinfo and hack-local-variables. | |
713 | |
2662 | 714 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
715 | |
716 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
717 Document compiler warnings when assert expands to empty statement. | |
718 | |
2653 | 719 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
720 | |
721 * XEmacs 21.5.20 "cilantro" is released. | |
722 | |
2647 | 723 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
724 | |
725 * beta.texi : Change configure arguments to the new autoconf 2.5 | |
726 style configure. | |
727 * internals/internals.texi (The Build Configuration System): Fill | |
728 out the details. | |
729 | |
2640 | 730 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
731 | |
732 * lispref/mule.texi (CCL Example): Detail an implementation of the | |
2865 | 733 web's URL encoding as a CCL coding system example. |
2640 | 734 |
735 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
736 | |
737 * internals/internals.texi (The version.sh Script): New node. | |
738 (XEmacs from the Perspective of Building): | |
739 (Low-Level Modules): | |
740 (The Build Configuration System): | |
741 (Adding Configurable Features): | |
742 Add or update references to the version.sh node and/or file. | |
743 | |
744 (XEmacs from the Perspective of Building): Improve text. | |
745 | |
746 | |
747 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org> | |
748 | |
749 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list. | |
750 (The XEmacs Split): Add comments on untrue legal factoids. | |
751 (The XEmacs Split): Add some @urefs for Jamie's commentary. | |
752 | |
2608 | 753 2005-02-23 Aidan Kehoe <kehoea@parhasard.net> |
754 | |
755 * lispref/searching.texi (Syntax of Regexps): | |
756 Mention the \c and \C regular expression constructs; cross | |
2865 | 757 reference to the Category Table documentation. |
2608 | 758 |
2602 | 759 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> |
760 | |
761 * internals/internals.texi (The version.sh Script): New node. | |
762 (XEmacs from the Perspective of Building): | |
763 (Low-Level Modules): | |
764 (The Build Configuration System): | |
765 (Adding Configurable Features): | |
766 Add or update references to the version.sh node and/or file. | |
767 | |
768 (XEmacs from the Perspective of Building): Improve text. | |
769 | |
2597 | 770 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
771 | |
772 * internals/internals.texi (Introduction to Writing C Code): | |
773 Change "mostly warning-free" to "warning-free" to encourage | |
774 reporting warnings as bugs. | |
775 (The configure Script): | |
776 Incorporate Malcolm Purvis's notes from configure.ac. Document | |
777 his implementations of keyword and complex options, and remove | |
778 descriptions of my obsolete code. | |
779 | |
780 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org> | |
781 | |
782 * internals/internals.texi (Better Rendering Support -- | |
783 Configuration with the Interim Patches): | |
784 Improve notes on configuration. | |
785 | |
786 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
787 | |
788 * internals/internals.texi (Better Rendering Support -- | |
789 Configuration with the Interim Patches): Menubar uses xftFont | |
790 resource, too. | |
791 | |
792 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
793 | |
794 * internals/internals.texi (XEmacs from the Perspective of | |
795 Building): Mention autoconf. | |
796 (The Modules of XEmacs): Point Next the The Build Configuration | |
797 System and add Modules for Building XEmacs to the menu. | |
798 (A Summary of the Various XEmacs Modules): Add Modules for | |
799 Building XEmacs to menu, and Modules for Build Configuration, | |
800 Modules for Compiling XEmacs, and Modules for Preloading Lisp to | |
801 the table of sections. | |
802 (Low-Level Modules): Point Previous to Modules for Building XEmacs. | |
803 (Modules for Building XEmacs): | |
804 (Modules for Build Configuration): | |
805 (Modules for Compiling XEmacs): | |
806 (Modules for Preloading Lisp): | |
807 (The Build Configuration System): | |
808 (Adding Configurable Features): | |
809 (The configure Script): | |
810 (The Makefile Precursors): | |
811 New nodes. | |
812 (Rules When Writing New C Code): | |
813 Point Previous to The Build Configuration System. | |
814 | |
2594 | 815 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
816 | |
817 * XEmacs 21.5.19 "chives" is released. | |
818 | |
2559 | 819 2005-02-03 Ben Wing <ben@xemacs.org> |
820 | |
821 * xemacs-faq.texi: | |
822 * xemacs-faq.texi (Top): | |
823 * xemacs-faq.texi (Introduction): | |
824 * xemacs-faq.texi (Q1.2.2): | |
825 * xemacs-faq.texi (Q1.2.5): | |
826 * xemacs-faq.texi (Q1.2.9): | |
827 * xemacs-faq.texi (Q1.2.10): | |
828 * xemacs-faq.texi (Q1.2.11): | |
829 * xemacs-faq.texi (Q1.2.12): | |
830 * xemacs-faq.texi (Q1.4.2): | |
831 * xemacs-faq.texi (Q1.5.2): | |
832 * xemacs-faq.texi (Q1.5.3): | |
833 * xemacs-faq.texi (Q1.5.4): | |
834 * xemacs-faq.texi (Q1.5.5): | |
835 * xemacs-faq.texi (Q1.6.6): | |
836 * xemacs-faq.texi (Q1.7.1): | |
837 * xemacs-faq.texi (Q1.7.2): | |
838 * xemacs-faq.texi (Q1.7.3): | |
839 * xemacs-faq.texi (Q1.7.4): | |
840 * xemacs-faq.texi (Installation): | |
841 * xemacs-faq.texi (Q2.0.1): | |
842 * xemacs-faq.texi (Q2.0.2): | |
843 * xemacs-faq.texi (Q2.0.3): | |
844 * xemacs-faq.texi (Q2.0.4): | |
845 * xemacs-faq.texi (Q2.0.5): | |
846 * xemacs-faq.texi (Q2.1.1): | |
847 * xemacs-faq.texi (Q2.1.2): | |
848 * xemacs-faq.texi (Q2.1.3): | |
849 * xemacs-faq.texi (Q2.1.4): | |
850 * xemacs-faq.texi (Q2.1.5): | |
851 * xemacs-faq.texi (Q2.1.6): | |
852 * xemacs-faq.texi (Q2.1.7): | |
853 * xemacs-faq.texi (Q2.2.1): | |
854 * xemacs-faq.texi (Q2.2.2): | |
855 * xemacs-faq.texi (Q2.3.1): | |
856 * xemacs-faq.texi (Q2.3.2): | |
857 * xemacs-faq.texi (Q2.3.3): | |
858 * xemacs-faq.texi (Q2.3.4): | |
859 * xemacs-faq.texi (Q2.3.5): | |
860 * xemacs-faq.texi (Q2.3.6): | |
861 * xemacs-faq.texi (Q2.3.7): | |
862 * xemacs-faq.texi (Q2.3.8): | |
863 * xemacs-faq.texi (Q2.4.1): | |
864 * xemacs-faq.texi (Q2.4.2): | |
865 * xemacs-faq.texi (Q2.4.3): | |
866 * xemacs-faq.texi (Q2.4.4): | |
867 * xemacs-faq.texi (Q2.4.5): | |
868 * xemacs-faq.texi (Q2.4.6): | |
869 * xemacs-faq.texi (Q2.4.7): | |
870 * xemacs-faq.texi (Q2.4.8): | |
871 * xemacs-faq.texi (Q2.4.9): | |
872 * xemacs-faq.texi (Q2.4.10): | |
873 * xemacs-faq.texi (Q2.4.11): | |
874 * xemacs-faq.texi (Q2.4.12): | |
875 * xemacs-faq.texi (Q2.5.1): | |
876 * xemacs-faq.texi (Q2.5.2): | |
877 * xemacs-faq.texi (Q2.5.3): | |
878 * xemacs-faq.texi (Q2.5.4): | |
879 * xemacs-faq.texi (Q2.5.5): | |
880 * xemacs-faq.texi (Legacy Versions): | |
881 * xemacs-faq.texi (Q10.0.1): | |
882 * xemacs-faq.texi (Q10.0.2): | |
883 Flesh out intro section on packages and section on installing | |
884 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES. | |
885 Various other changes. | |
886 | |
2547 | 887 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> |
888 | |
889 * beta.texi: Update Copyright. Add pointer comment. | |
890 | |
891 (New packages): Remove personal names, point at jobs.html | |
892 instead. | |
893 | |
894 (Syncing with GNU Emacs): Change "don't assume Mule" to | |
895 "conditionalize Mule dependencies correctly". RMS stroking: use | |
896 "GNU", not "FSF", in sync notices. | |
897 | |
898 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org> | |
899 | |
900 * beta.texi (Top): | |
2865 | 901 Add reference to Index in catalog to prevent |
2547 | 902 errors compiling with GNU makeinfo 4.5. |
903 | |
904 * beta.texi (Syncing with GNU Emacs): | |
2865 | 905 Add forward reference to Index in next node to prevent |
2547 | 906 errors compiling with GNU makeinfo 4.5. |
907 | |
908 * beta.texi (Index): | |
909 Add backward reference to Syncing with GNU Emacs to | |
2865 | 910 replace obsolete reference to Defining Variables to |
2547 | 911 prevent errors compiling with GNU makeinfo 4.5. |
912 | |
2537 | 913 2005-01-31 Ben Wing <ben@xemacs.org> |
914 | |
915 * xemacs/help.texi (Misc Help): | |
916 Delete references to DISTRIB. Point to FAQ. | |
2865 | 917 |
2537 | 918 * xemacs/new.texi: |
919 Update sample code for version checking. | |
2865 | 920 |
2537 | 921 * xemacs/xemacs.texi (Distrib): |
922 * xemacs/xemacs.texi (Intro): | |
923 Delete references to DISTRIB. Point directly to web site. | |
924 Update stuff referring to GNU Emacs. Delete references to Win-Emacs. | |
925 | |
926 2005-01-31 Ben Wing <ben@xemacs.org> | |
927 | |
928 * Makefile: | |
929 * Makefile (info_files): | |
930 * Makefile (html_files): | |
931 * Makefile (dvi_files): | |
932 * Makefile (pdf_files): | |
933 * Makefile ($(INFODIR)/beta.info): | |
934 Add beta.texi and built files. | |
2865 | 935 |
2537 | 936 * xemacs-faq.texi (Top): |
937 * xemacs-faq.texi (Introduction): | |
938 * xemacs-faq.texi (Q1.0.3): | |
939 * xemacs-faq.texi (Q1.0.4): | |
940 * xemacs-faq.texi (Q1.0.5): | |
941 * xemacs-faq.texi (Q1.0.6): | |
942 * xemacs-faq.texi (Q1.1.1): | |
943 * xemacs-faq.texi (Q1.1.2): | |
944 * xemacs-faq.texi (Q1.1.3): | |
945 * xemacs-faq.texi (Q1.1.4): | |
946 * xemacs-faq.texi (Q1.2.1): | |
947 * xemacs-faq.texi (Q1.2.2): | |
948 * xemacs-faq.texi (Q1.2.3): | |
949 * xemacs-faq.texi (Q1.2.4): | |
950 * xemacs-faq.texi (Q1.2.5): | |
951 * xemacs-faq.texi (Q1.2.6): | |
952 * xemacs-faq.texi (Q1.2.7): | |
953 * xemacs-faq.texi (Q1.2.8): | |
954 * xemacs-faq.texi (Q1.2.9): | |
955 * xemacs-faq.texi (Q1.2.10): | |
956 * xemacs-faq.texi (Q1.2.11): | |
957 * xemacs-faq.texi (Q1.2.12): | |
958 * xemacs-faq.texi (Q1.2.13): | |
959 * xemacs-faq.texi (Q1.3.1): | |
960 * xemacs-faq.texi (Q1.3.2): | |
961 * xemacs-faq.texi (Q1.3.3): | |
962 * xemacs-faq.texi (Q1.3.4): | |
963 * xemacs-faq.texi (Q1.3.5): | |
964 * xemacs-faq.texi (Q1.3.6): | |
965 * xemacs-faq.texi (Q1.3.7): | |
966 * xemacs-faq.texi (Q1.3.8): | |
967 * xemacs-faq.texi (Q1.4.1): | |
968 * xemacs-faq.texi (Q1.4.2): | |
969 * xemacs-faq.texi (double-word): New. | |
970 * xemacs-faq.texi (Q1.4.3): | |
971 * xemacs-faq.texi (Q1.4.4): | |
972 * xemacs-faq.texi (Q1.4.5): | |
973 * xemacs-faq.texi (Q1.5.1): | |
974 * xemacs-faq.texi (Q1.5.2): | |
975 * xemacs-faq.texi (Q1.5.3): | |
976 * xemacs-faq.texi (Q1.6.1): | |
977 * xemacs-faq.texi (Q1.6.2): | |
978 * xemacs-faq.texi (Q1.6.3): | |
979 * xemacs-faq.texi (Q1.6.4): | |
980 * xemacs-faq.texi (Q1.6.5): | |
981 * xemacs-faq.texi (Q1.6.6): | |
982 * xemacs-faq.texi (Q1.7.1): | |
983 * xemacs-faq.texi (Q1.8.1): | |
984 * xemacs-faq.texi (Q1.8.2): | |
985 * xemacs-faq.texi (Q1.8.3): | |
986 * xemacs-faq.texi (Q1.8.4): | |
987 * xemacs-faq.texi (Q1.8.5): | |
988 * xemacs-faq.texi (Q1.8.6): | |
989 * xemacs-faq.texi (Q1.8.7): | |
990 * xemacs-faq.texi (Q1.8.8): | |
991 * xemacs-faq.texi (Q1.8.9): | |
992 * xemacs-faq.texi (Q2.2.1): | |
993 * xemacs-faq.texi (Q2.2.2): | |
994 * xemacs-faq.texi (Q2.4.2): | |
995 * xemacs-faq.texi (Advanced): | |
996 * xemacs-faq.texi (Q7.0.1): | |
997 * xemacs-faq.texi (Q7.0.2): | |
998 * xemacs-faq.texi (Q7.0.3): | |
999 * xemacs-faq.texi (Q7.0.4): | |
1000 * xemacs-faq.texi (Q7.0.5): | |
1001 * xemacs-faq.texi (Q7.0.6): | |
1002 * xemacs-faq.texi (Q7.1.1): | |
1003 * xemacs-faq.texi (Q7.1.2): | |
1004 * xemacs-faq.texi (Q7.1.3): | |
1005 * xemacs-faq.texi (Q7.1.4): | |
1006 * xemacs-faq.texi (Q7.1.5): | |
1007 * xemacs-faq.texi (Q7.1.6): | |
1008 * xemacs-faq.texi (Q7.1.7): | |
1009 * xemacs-faq.texi (Q7.1.8): | |
1010 * xemacs-faq.texi (Q7.1.9): | |
1011 * xemacs-faq.texi (Q7.1.10): | |
1012 * xemacs-faq.texi (Q7.1.11): | |
1013 * xemacs-faq.texi (Q7.2.1): | |
1014 * xemacs-faq.texi (Q7.2.2): | |
1015 * xemacs-faq.texi (Q7.2.3): | |
1016 * xemacs-faq.texi (Other Packages): | |
1017 * xemacs-faq.texi (Current Events): | |
1018 * xemacs-faq.texi (Legacy Versions): | |
1019 Major overhaul of section 1. Add mailing list info, update | |
1020 downloading info, add info on CVS, etc. | |
1021 | |
2522 | 1022 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org> |
1023 | |
1024 * xemacs/programs.texi (Program Modes): Updated it to reflect | |
1025 current status of programming modes. | |
1026 * xemacs/programs.texi (CC Mode): New section introduces CC | |
1027 Mode. Introduces customization with reference to CC Mode | |
1028 manual. Also introduce C/AWK modes in prog-modes package | |
1029 * xemacs/programs.texi (C Ident): Removed - it was | |
1030 obsolete. prog-modes package documentation now contains | |
2865 | 1031 indentation description for old C mode |
2522 | 1032 * xemacs/major.texi (Mode Hooks): Add description of major mode |
1033 hooks. Cleaned up and updated programming mode descriptions. | |
1034 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new | |
1035 CC Mode section in programs.texi | |
1036 | |
1037 | |
2507 | 1038 2005-01-26 Ben Wing <ben@xemacs.org> |
1039 | |
1040 * internals/internals.texi: | |
1041 * internals/internals.texi (Through Version 18): | |
1042 * internals/internals.texi (GNU Emacs 19): | |
1043 * internals/internals.texi (GNU Emacs 20): | |
1044 Update History. | |
1045 | |
1046 * internals/internals.texi (Unicode support under Windows): | |
1047 Redo section on Windows 95 support for Unicode. | |
1048 | |
2492 | 1049 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
1050 | |
1051 * man/lispref/functions.texi (Functions): Rename to "Functions and | |
1052 Commands" | |
1053 * man/lispref/functions.texi (What Is a Function): Move the definition | |
1054 of a command further up the list, give information on a trivial | |
1055 (interactive) declaration, and cross-reference to the key binding | |
1056 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp | |
2865 | 1057 (comp.emacs.xemacs, 2005-01-18). |
2492 | 1058 * man/lispref/eval.texi man/lispref/lispref.texi |
2865 | 1059 man/lispref/macros.texi man/lispref/symbols.texi |
2492 | 1060 man/lispref/variables.texi: Fix cross references. |
1061 | |
2459 | 1062 2004-12-28 Ben Wing <ben@xemacs.org> |
1063 | |
1064 * xemacs-faq.texi (Top): | |
1065 * xemacs-faq.texi (Introduction): | |
1066 * xemacs-faq.texi (Q1.0.3): | |
1067 * xemacs-faq.texi (Q1.0.5): | |
1068 * xemacs-faq.texi (Q1.0.10): | |
1069 * xemacs-faq.texi (Q1.1.4): | |
1070 * xemacs-faq.texi (Q1.1.5): | |
1071 * xemacs-faq.texi (Q1.4.1): | |
1072 * xemacs-faq.texi (Q1.4.3): | |
1073 * xemacs-faq.texi (Q1.5.8): | |
1074 * xemacs-faq.texi (Installation): | |
1075 * xemacs-faq.texi (Q2.0.3): | |
1076 * xemacs-faq.texi (Q2.0.5): | |
1077 * xemacs-faq.texi (Q2.1.1): | |
1078 * xemacs-faq.texi (Q2.1.2): | |
1079 * xemacs-faq.texi (Q2.2.7): | |
1080 * xemacs-faq.texi (Q2.4.6): | |
1081 * xemacs-faq.texi (Editing): | |
1082 * xemacs-faq.texi (Q3.0.1): | |
1083 * xemacs-faq.texi (Q3.0.2): | |
1084 * xemacs-faq.texi (Q3.0.3): | |
1085 * xemacs-faq.texi (Q3.0.4): | |
1086 * xemacs-faq.texi (Q3.0.5): | |
1087 * xemacs-faq.texi (Q3.0.6): | |
1088 * xemacs-faq.texi (Q3.0.7): | |
1089 * xemacs-faq.texi (Q3.0.8): | |
1090 * xemacs-faq.texi (Q3.0.9): | |
1091 * xemacs-faq.texi (Q3.0.10): | |
1092 * xemacs-faq.texi (Q3.0.11): | |
1093 * xemacs-faq.texi (Q3.1.1): | |
1094 * xemacs-faq.texi (Q3.1.2): | |
1095 * xemacs-faq.texi (Q3.1.3): | |
1096 * xemacs-faq.texi (Q3.1.4): | |
1097 * xemacs-faq.texi (Q3.1.5): | |
1098 * xemacs-faq.texi (Q3.2.1): | |
1099 * xemacs-faq.texi (Q3.2.2): | |
1100 * xemacs-faq.texi (Q3.2.3): | |
1101 * xemacs-faq.texi (Q3.2.4): | |
1102 * xemacs-faq.texi (Q3.2.5): | |
1103 * xemacs-faq.texi (Q3.3.1): | |
1104 * xemacs-faq.texi (Q3.3.2): | |
1105 * xemacs-faq.texi (Q3.3.3): | |
1106 * xemacs-faq.texi (Q3.3.4): | |
1107 * xemacs-faq.texi (Q3.3.5): | |
1108 * xemacs-faq.texi (Q3.3.6): | |
1109 * xemacs-faq.texi (Q3.4.1): | |
1110 * xemacs-faq.texi (Q3.4.2): | |
1111 * xemacs-faq.texi (Display): | |
1112 * xemacs-faq.texi (Q4.0.1): | |
1113 * xemacs-faq.texi (Q4.0.2): | |
1114 * xemacs-faq.texi (Q4.0.3): | |
1115 * xemacs-faq.texi (Q4.0.4): | |
1116 * xemacs-faq.texi (my-toggle-toolbar): Removed. | |
1117 * xemacs-faq.texi (Q4.0.5): | |
1118 * xemacs-faq.texi (Q4.0.6): | |
1119 * xemacs-faq.texi (Q4.0.7): | |
1120 * xemacs-faq.texi (Q4.0.8): | |
1121 * xemacs-faq.texi (Q4.0.9): | |
1122 * xemacs-faq.texi (Q4.1.1): | |
1123 * xemacs-faq.texi (Q4.1.2): | |
1124 * xemacs-faq.texi (Q4.2.1): | |
1125 * xemacs-faq.texi (Q4.2.2): | |
1126 * xemacs-faq.texi (Q4.2.3): | |
1127 * xemacs-faq.texi (Q4.2.4): | |
1128 * xemacs-faq.texi (Q4.3.1): | |
1129 * xemacs-faq.texi (Q4.3.2): | |
1130 * xemacs-faq.texi (Q4.3.3): | |
1131 * xemacs-faq.texi (Q4.4.1): | |
1132 * xemacs-faq.texi (Q4.4.2): | |
1133 * xemacs-faq.texi (Q4.4.3): | |
1134 * xemacs-faq.texi (Q4.4.4): | |
1135 * xemacs-faq.texi (Q4.4.5): | |
1136 * xemacs-faq.texi (Q4.5.1): | |
1137 * xemacs-faq.texi (Q4.5.2): | |
1138 * xemacs-faq.texi (Q4.5.3): | |
1139 * xemacs-faq.texi (Q4.5.4): | |
1140 * xemacs-faq.texi (Q4.6.1): | |
1141 * xemacs-faq.texi (Q4.6.2): | |
1142 * xemacs-faq.texi (Q4.6.3): | |
1143 * xemacs-faq.texi (Q4.6.4): | |
1144 * xemacs-faq.texi (scroll-up): Removed. | |
1145 * xemacs-faq.texi (Q4.6.5): | |
1146 * xemacs-faq.texi (scroll-down): Removed. | |
1147 * xemacs-faq.texi (Q4.6.6): | |
1148 * xemacs-faq.texi (Q4.6.7): | |
1149 * xemacs-faq.texi (Q4.7.1): | |
1150 * xemacs-faq.texi (Q4.7.2): | |
1151 * xemacs-faq.texi (Q4.7.3): | |
1152 * xemacs-faq.texi (Q4.7.4): | |
1153 * xemacs-faq.texi (External Subsystems): | |
1154 * xemacs-faq.texi (Q5.0.1): | |
1155 * xemacs-faq.texi (Q5.0.2): | |
1156 * xemacs-faq.texi (Q5.0.3): | |
1157 * xemacs-faq.texi (Q5.0.4): | |
1158 * xemacs-faq.texi (Q5.0.5): | |
1159 * xemacs-faq.texi (Q5.0.6): | |
1160 * xemacs-faq.texi (Q5.1.1): | |
1161 * xemacs-faq.texi (Q5.1.2): | |
1162 * xemacs-faq.texi (Q5.2.1): | |
1163 * xemacs-faq.texi (Q5.2.2): | |
1164 * xemacs-faq.texi (Q5.2.3): | |
1165 * xemacs-faq.texi (Q5.2.4): | |
1166 * xemacs-faq.texi (Q5.3.1): | |
1167 * xemacs-faq.texi (Q5.3.2): | |
1168 * xemacs-faq.texi (Q5.3.3): | |
1169 * xemacs-faq.texi (Q5.3.4): | |
1170 * xemacs-faq.texi (Q5.4.1): | |
1171 * xemacs-faq.texi (Q5.4.2): | |
1172 * xemacs-faq.texi (Q5.4.3): | |
1173 * xemacs-faq.texi (Q5.4.4): | |
1174 * xemacs-faq.texi (Q5.4.5): | |
1175 * xemacs-faq.texi (Q5.5.1): | |
1176 * xemacs-faq.texi (Q5.5.2): | |
1177 * xemacs-faq.texi (Q5.5.3): | |
1178 * xemacs-faq.texi (Q5.5.4): | |
1179 * xemacs-faq.texi (Q5.5.5): | |
1180 * xemacs-faq.texi (Internet): | |
1181 * xemacs-faq.texi (Q6.0.1): | |
1182 * xemacs-faq.texi (Q6.0.2): | |
1183 * xemacs-faq.texi (Q6.0.3): | |
1184 * xemacs-faq.texi (Q6.0.4): | |
1185 * xemacs-faq.texi (Q6.0.5): | |
1186 * xemacs-faq.texi (Q6.0.6): | |
1187 * xemacs-faq.texi (Q6.0.7): | |
1188 * xemacs-faq.texi (Q6.0.8): | |
1189 * xemacs-faq.texi (Q6.0.9): | |
1190 * xemacs-faq.texi (Q6.0.10): | |
1191 * xemacs-faq.texi (Q6.0.11): | |
1192 * xemacs-faq.texi (Q6.1.1): | |
1193 * xemacs-faq.texi (Q6.1.2): | |
1194 * xemacs-faq.texi (Q6.1.3): | |
1195 * xemacs-faq.texi (Q6.1.4): | |
1196 * xemacs-faq.texi (Q6.1.5): | |
1197 * xemacs-faq.texi (Q6.1.6): | |
1198 * xemacs-faq.texi (Q6.2.1): | |
1199 * xemacs-faq.texi (Q6.2.2): | |
1200 * xemacs-faq.texi (Q6.3.1): | |
1201 * xemacs-faq.texi (Q6.3.2): | |
1202 * xemacs-faq.texi (Q6.4.1): | |
1203 * xemacs-faq.texi (Q6.4.2): | |
1204 * xemacs-faq.texi (Q6.4.3): | |
1205 * xemacs-faq.texi (Advanced): | |
1206 * xemacs-faq.texi (Q7.0.1): | |
1207 * xemacs-faq.texi (Q7.0.2): | |
1208 * xemacs-faq.texi (Q7.1.1): | |
1209 * xemacs-faq.texi (Q7.1.2): | |
1210 * xemacs-faq.texi (Q7.1.3): | |
1211 * xemacs-faq.texi (Q7.1.4): | |
1212 * xemacs-faq.texi (Q7.1.5): | |
1213 * xemacs-faq.texi (Q7.1.6): | |
1214 * xemacs-faq.texi (Q7.2.1): | |
1215 * xemacs-faq.texi (Q7.2.2): | |
1216 * xemacs-faq.texi (Q7.2.3): | |
1217 * xemacs-faq.texi (Q7.2.4): | |
1218 * xemacs-faq.texi (Q7.2.5): | |
1219 * xemacs-faq.texi (Q7.2.6): | |
1220 * xemacs-faq.texi (Q7.2.7): | |
1221 * xemacs-faq.texi (Q7.2.8): | |
1222 * xemacs-faq.texi (Q7.2.9): | |
1223 * xemacs-faq.texi (Q7.2.10): | |
1224 * xemacs-faq.texi (Q7.2.11): | |
1225 * xemacs-faq.texi (Q7.3.1): | |
1226 * xemacs-faq.texi (Q7.3.2): | |
1227 * xemacs-faq.texi (Q7.3.3): | |
1228 * xemacs-faq.texi (Q7.3.4): | |
1229 * xemacs-faq.texi (Other Packages): | |
1230 * xemacs-faq.texi (Q8.0.1): | |
1231 * xemacs-faq.texi (Q8.0.2): | |
1232 * xemacs-faq.texi (Q8.0.3): | |
1233 * xemacs-faq.texi (Q8.0.4): | |
1234 * xemacs-faq.texi (Q8.1.1): | |
1235 * xemacs-faq.texi (Q8.1.2): | |
1236 * xemacs-faq.texi (Q8.1.3): | |
1237 * xemacs-faq.texi (Q8.2.1): | |
1238 * xemacs-faq.texi (Q8.2.2): | |
1239 * xemacs-faq.texi (Q8.2.3): | |
1240 * xemacs-faq.texi (Q8.2.4): | |
1241 * xemacs-faq.texi (Current Events): | |
1242 * xemacs-faq.texi (Q9.0.1): | |
1243 * xemacs-faq.texi (my-function): Removed. | |
1244 * xemacs-faq.texi (Q9.0.2): | |
1245 * xemacs-faq.texi (Q9.0.3): | |
1246 * xemacs-faq.texi (Q9.0.4): | |
1247 * xemacs-faq.texi (Q9.0.5): | |
1248 * xemacs-faq.texi (Legacy Versions): | |
1249 Major rearrangement. Expand to 10 sections. Add various questions, | |
1250 mostly stubs currently. Remove some obsolete stuff. Update a bunch | |
1251 of the links. | |
1252 | |
2444 | 1253 2004-12-15 Ville Skyttä <scop@xemacs.org> |
1254 | |
1255 * lispref/help.texi: Document 3rd arg to `make-obsolete'. | |
1256 | |
2441 | 1257 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org> |
1258 | |
1259 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1260 Objects): Remove Mote in Make's eye, fix build. | |
1261 | |
2438 | 1262 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org> |
1263 | |
1264 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1265 Objects): Comment on problems, and extensions needed to handle | |
1266 native widgets properly. | |
1267 | |
2431 | 1268 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
1269 | |
1270 * internals/internals.texi (Better Rendering Support -- | |
1271 Implementation): Document reasons for Label Widget crash. | |
1272 | |
2427 | 1273 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
1274 | |
1275 * Makefile (RECURSIVE_MAKE): Removed. | |
1276 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for | |
1277 handling parallel builds. | |
1278 | |
2421 | 1279 2004-12-05 Ben Wing <ben@xemacs.org> |
1280 | |
1281 * xemacs/packages.texi (Packages): | |
1282 * xemacs/packages.texi (Manually): | |
1283 * xemacs/packages.texi (Building Packages): | |
1284 * xemacs/packages.texi (Local.rules File): | |
1285 * xemacs/packages.texi (Available Packages): | |
1286 Add long form of Lisp Reference Manual to links. | |
1287 Add links pointing to Lisp Reference Manual for more detailed | |
1288 package discussion. | |
2422 | 1289 |
1290 * xemacs/xemacs-faq.texi: | |
1291 As per Adrian's suggestion, mention that Pitts Jarvis is deceased. | |
1292 | |
2421 | 1293 2004-12-05 Ben Wing <ben@xemacs.org> |
1294 | |
1295 * lispref/range-tables.texi (Range Tables): | |
1296 * lispref/range-tables.texi (Introduction to Range Tables): | |
1297 * lispref/range-tables.texi (Working With Range Tables): | |
1298 Document range-table changes. | |
1299 | |
1300 2004-12-05 Ben Wing <ben@xemacs.org> | |
1301 | |
1302 * internals/internals.texi (A History of Emacs): | |
1303 Update history section. | |
1304 | |
1305 2004-12-05 Ben Wing <ben@xemacs.org> | |
1306 | |
1307 * xemacs-faq.texi: | |
1308 * xemacs-faq.texi (fix-main-menu): New. | |
1309 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
1310 * xemacs-faq.texi (Top): | |
1311 * xemacs-faq.texi (Introduction): | |
1312 * xemacs-faq.texi (Q1.0.1): | |
1313 * xemacs-faq.texi (Q1.0.2): | |
1314 * xemacs-faq.texi (Q1.0.4): | |
1315 * xemacs-faq.texi (Q1.0.5): | |
1316 * xemacs-faq.texi (Q1.0.6): | |
1317 * xemacs-faq.texi (Q1.0.7): | |
1318 * xemacs-faq.texi (Q1.0.8): | |
1319 * xemacs-faq.texi (Q1.0.9): | |
1320 * xemacs-faq.texi (Q1.0.10): | |
1321 * xemacs-faq.texi (Q1.0.11): | |
1322 * xemacs-faq.texi (Q1.0.12): | |
1323 * xemacs-faq.texi (Q1.0.13): | |
1324 * xemacs-faq.texi (Q1.0.14): | |
1325 * xemacs-faq.texi (Q1.1.1): | |
1326 * xemacs-faq.texi (Q1.1.2): | |
1327 * xemacs-faq.texi (Q1.1.3): | |
1328 * xemacs-faq.texi (Q1.1.4): | |
1329 * xemacs-faq.texi (Q1.1.5): | |
1330 * xemacs-faq.texi (Q1.1.6): | |
1331 * xemacs-faq.texi (Q1.1.7): | |
1332 * xemacs-faq.texi (Q1.1.8): | |
1333 * xemacs-faq.texi (Q1.1.9): | |
1334 * xemacs-faq.texi (Q1.2.1): | |
1335 * xemacs-faq.texi (Q1.2.2): | |
1336 * xemacs-faq.texi (Q1.2.3): | |
1337 * xemacs-faq.texi (Q1.3.1): | |
1338 * xemacs-faq.texi (Q1.3.2): | |
1339 * xemacs-faq.texi (Q1.3.3): | |
1340 * xemacs-faq.texi (Q1.4.1): | |
1341 * xemacs-faq.texi (Q1.4.2): | |
1342 * xemacs-faq.texi (Q1.4.3): | |
1343 * xemacs-faq.texi (Q1.4.4): | |
1344 * xemacs-faq.texi (Q1.4.5): | |
1345 * xemacs-faq.texi (Q1.4.6): | |
1346 * xemacs-faq.texi (Q1.4.7): | |
1347 * xemacs-faq.texi (Q1.4.8): | |
1348 * xemacs-faq.texi (Q1.4.9): | |
1349 * xemacs-faq.texi (Q1.5.1): | |
1350 * xemacs-faq.texi (Q1.5.2): | |
1351 * xemacs-faq.texi (Q1.5.3): | |
1352 * xemacs-faq.texi (Q1.5.4): | |
1353 * xemacs-faq.texi (Q1.5.5): | |
1354 * xemacs-faq.texi (Q1.5.6): | |
1355 * xemacs-faq.texi (Q1.5.7): | |
1356 * xemacs-faq.texi (Q1.5.8): | |
1357 * xemacs-faq.texi (Installation): | |
1358 * xemacs-faq.texi (Q2.0.1): | |
1359 * xemacs-faq.texi (Q2.0.2): | |
1360 * xemacs-faq.texi (Q2.0.3): | |
1361 * xemacs-faq.texi (Q2.0.4): | |
1362 * xemacs-faq.texi (Q2.0.5): | |
1363 * xemacs-faq.texi (Q2.0.6): | |
1364 * xemacs-faq.texi (Q2.0.7): | |
1365 * xemacs-faq.texi (Q2.1.1): | |
1366 * xemacs-faq.texi (Q2.1.2): | |
1367 * xemacs-faq.texi (Q2.1.3): | |
1368 * xemacs-faq.texi (Q2.1.4): | |
1369 * xemacs-faq.texi (Q2.2.1): | |
1370 * xemacs-faq.texi (Q2.2.2): | |
1371 * xemacs-faq.texi (Q2.2.3): | |
1372 * xemacs-faq.texi (Q2.2.4): | |
1373 * xemacs-faq.texi (Q2.2.5): | |
1374 * xemacs-faq.texi (Q2.2.6): | |
1375 * xemacs-faq.texi (Q2.2.7): | |
1376 * xemacs-faq.texi (Q2.2.8): | |
1377 * xemacs-faq.texi (Q2.3.1): | |
1378 * xemacs-faq.texi (Q2.3.2): | |
1379 * xemacs-faq.texi (Q2.3.3): | |
1380 * xemacs-faq.texi (Q2.3.4): | |
1381 * xemacs-faq.texi (Q2.3.5): | |
1382 * xemacs-faq.texi (Q2.3.6): | |
1383 * xemacs-faq.texi (Q2.3.7): | |
1384 * xemacs-faq.texi (Q2.3.8): | |
1385 * xemacs-faq.texi (Q2.3.9): | |
1386 * xemacs-faq.texi (Q2.3.10): | |
1387 * xemacs-faq.texi (Q2.3.11): | |
1388 * xemacs-faq.texi (Q2.4.1): | |
1389 * xemacs-faq.texi (Q2.4.2): | |
1390 * xemacs-faq.texi (Q2.4.3): | |
1391 * xemacs-faq.texi (Q2.4.4): | |
1392 * xemacs-faq.texi (Q2.4.5): | |
1393 * xemacs-faq.texi (Q2.4.6): | |
1394 * xemacs-faq.texi (Display Subsystems): | |
1395 * xemacs-faq.texi (running-xemacs): Removed. | |
1396 * xemacs-faq.texi (Q3.0.1): | |
1397 * xemacs-faq.texi (Q3.0.2): | |
1398 * xemacs-faq.texi (Q3.0.3): | |
1399 * xemacs-faq.texi (Q3.0.4): | |
1400 * xemacs-faq.texi (Q3.0.5): | |
1401 * xemacs-faq.texi (Q3.0.6): | |
1402 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
1403 * xemacs-faq.texi (Q3.0.7): | |
1404 * xemacs-faq.texi (Q3.0.8): | |
1405 * xemacs-faq.texi (Q3.0.9): | |
1406 * xemacs-faq.texi (Q3.0.10): | |
1407 * xemacs-faq.texi (Q3.1.1): | |
1408 * xemacs-faq.texi (Q3.1.2): | |
1409 * xemacs-faq.texi (Q3.1.3): | |
1410 * xemacs-faq.texi (Q3.1.4): | |
1411 * xemacs-faq.texi (Q3.1.5): | |
1412 * xemacs-faq.texi (Q3.2.1): | |
1413 * xemacs-faq.texi (Q3.2.2): | |
1414 * xemacs-faq.texi (Q3.2.3): | |
1415 * xemacs-faq.texi (Q3.2.4): | |
1416 * xemacs-faq.texi (Q3.2.5): | |
1417 * xemacs-faq.texi (Q3.2.6): | |
1418 * xemacs-faq.texi (Q3.2.7): | |
1419 * xemacs-faq.texi (Q3.2.8): | |
1420 * xemacs-faq.texi (Q3.2.9): | |
1421 * xemacs-faq.texi (Q3.3.1): | |
1422 * xemacs-faq.texi (Q3.3.2): | |
1423 * xemacs-faq.texi (Q3.3.3): | |
1424 * xemacs-faq.texi (Q3.3.4): | |
1425 * xemacs-faq.texi (Q3.3.5): | |
1426 * xemacs-faq.texi (Q3.3.6): | |
1427 * xemacs-faq.texi (Q3.4.1): | |
1428 * xemacs-faq.texi (Q3.4.2): | |
1429 * xemacs-faq.texi (Q3.4.3): | |
1430 * xemacs-faq.texi (Q3.4.4): | |
1431 * xemacs-faq.texi (Q3.4.5): | |
1432 * xemacs-faq.texi (Q3.4.6): | |
1433 * xemacs-faq.texi (Q3.5.1): | |
1434 * xemacs-faq.texi (Q3.5.2): | |
1435 * xemacs-faq.texi (Q3.5.3): | |
1436 * xemacs-faq.texi (Q3.5.4): | |
1437 * xemacs-faq.texi (Q3.6.1): | |
1438 * xemacs-faq.texi (Q3.6.2): | |
1439 * xemacs-faq.texi (Q3.6.3): | |
1440 * xemacs-faq.texi (Q3.7.1): | |
1441 * xemacs-faq.texi (Q3.7.2): | |
1442 * xemacs-faq.texi (Q3.7.3): | |
1443 * xemacs-faq.texi (Q3.7.4): | |
1444 * xemacs-faq.texi (Q3.7.5): | |
1445 * xemacs-faq.texi (Q3.7.6): | |
1446 * xemacs-faq.texi (Q3.7.7): | |
1447 * xemacs-faq.texi (Q3.7.8): | |
1448 * xemacs-faq.texi (Q3.8.1): | |
1449 * xemacs-faq.texi (Q3.8.2): | |
1450 * xemacs-faq.texi (Q3.8.3): | |
1451 * xemacs-faq.texi (my-toggle-toolbar): New. | |
1452 * xemacs-faq.texi (Q3.8.4): | |
1453 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
1454 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
1455 * xemacs-faq.texi (Q3.8.5): | |
1456 * xemacs-faq.texi (Q3.9.1): | |
1457 * xemacs-faq.texi (Q3.9.2): | |
1458 * xemacs-faq.texi (Q3.9.3): | |
1459 * xemacs-faq.texi (Q3.9.4): | |
1460 * xemacs-faq.texi (Q3.9.5): | |
1461 * xemacs-faq.texi (External Subsystems): | |
1462 * xemacs-faq.texi (Q4.0.1): | |
1463 * xemacs-faq.texi (Q4.0.2): | |
1464 * xemacs-faq.texi (Q4.0.3): | |
1465 * xemacs-faq.texi (Q4.0.4): | |
1466 * xemacs-faq.texi (Q4.0.5): | |
1467 * xemacs-faq.texi (Q4.0.6): | |
1468 * xemacs-faq.texi (global-map): Removed. | |
1469 * xemacs-faq.texi (Q4.1.1): | |
1470 * xemacs-faq.texi (Q4.1.2): | |
1471 * xemacs-faq.texi (Q4.2.1): | |
1472 * xemacs-faq.texi (Q4.2.2): | |
1473 * xemacs-faq.texi (Q4.2.3): | |
1474 * xemacs-faq.texi (Q4.2.4): | |
1475 * xemacs-faq.texi (Q4.3.1): | |
1476 * xemacs-faq.texi (Q4.3.2): | |
1477 * xemacs-faq.texi (Q4.3.3): | |
1478 * xemacs-faq.texi (Q4.3.4): | |
1479 * xemacs-faq.texi (Q4.4.1): | |
1480 * xemacs-faq.texi (Q4.4.2): | |
1481 * xemacs-faq.texi (Q4.4.3): | |
1482 * xemacs-faq.texi (Q4.4.4): | |
1483 * xemacs-faq.texi (Q4.4.5): | |
1484 * xemacs-faq.texi (Q4.5.1): | |
1485 * xemacs-faq.texi (Q4.5.2): | |
1486 * xemacs-faq.texi (Q4.5.3): | |
1487 * xemacs-faq.texi (Q4.5.4): | |
1488 * xemacs-faq.texi (Q4.5.5): | |
1489 * xemacs-faq.texi (Q4.6.1): | |
1490 * xemacs-faq.texi (Q4.6.2): | |
1491 * xemacs-faq.texi (Q4.6.3): | |
1492 * xemacs-faq.texi (Q4.6.4): | |
1493 * xemacs-faq.texi (Q4.7.1): | |
1494 * xemacs-faq.texi (Q4.7.2): | |
1495 * xemacs-faq.texi (Q4.7.3): | |
1496 * xemacs-faq.texi (Q4.8.1): | |
1497 * xemacs-faq.texi (Q4.8.2): | |
1498 * xemacs-faq.texi (Q4.8.3): | |
1499 * xemacs-faq.texi (Q4.8.4): | |
1500 * xemacs-faq.texi (Internet): | |
1501 * xemacs-faq.texi (Q5.0.1): | |
1502 * xemacs-faq.texi (Q5.0.2): | |
1503 * xemacs-faq.texi (Q5.0.3): | |
1504 * xemacs-faq.texi (Q5.0.4): | |
1505 * xemacs-faq.texi (Q5.0.5): | |
1506 * xemacs-faq.texi (Q5.0.6): | |
1507 * xemacs-faq.texi (Q5.0.7): | |
1508 * xemacs-faq.texi (Q5.0.8): | |
1509 * xemacs-faq.texi (Q5.0.9): | |
1510 * xemacs-faq.texi (Q5.0.10): | |
1511 * xemacs-faq.texi (Q5.0.11): | |
1512 * xemacs-faq.texi (Q5.1.1): | |
1513 * xemacs-faq.texi (Q5.1.2): | |
1514 * xemacs-faq.texi (Q5.1.3): | |
1515 * xemacs-faq.texi (Q5.1.4): | |
1516 * xemacs-faq.texi (Q5.1.5): | |
1517 * xemacs-faq.texi (Q5.1.6): | |
1518 * xemacs-faq.texi (Q5.2.1): | |
1519 * xemacs-faq.texi (Q5.2.2): | |
1520 * xemacs-faq.texi (Q5.3.1): | |
1521 * xemacs-faq.texi (Q5.3.2): | |
1522 * xemacs-faq.texi (Q5.4.1): | |
1523 * xemacs-faq.texi (Q5.4.2): | |
1524 * xemacs-faq.texi (Q5.4.3): | |
1525 * xemacs-faq.texi (Advanced): | |
1526 * xemacs-faq.texi (Q6.0.1): | |
1527 * xemacs-faq.texi (Q6.0.2): | |
1528 * xemacs-faq.texi (Q6.1.1): | |
1529 * xemacs-faq.texi (Q6.1.2): | |
1530 * xemacs-faq.texi (Q6.1.3): | |
1531 * xemacs-faq.texi (Q6.1.4): | |
1532 * xemacs-faq.texi (Q6.1.5): | |
1533 * xemacs-faq.texi (Q6.1.6): | |
1534 * xemacs-faq.texi (Q6.2.1): | |
1535 * xemacs-faq.texi (Q6.2.2): | |
1536 * xemacs-faq.texi (Q6.2.3): | |
1537 * xemacs-faq.texi (Q6.2.4): | |
1538 * xemacs-faq.texi (Q6.2.5): | |
1539 * xemacs-faq.texi (Q6.2.6): | |
1540 * xemacs-faq.texi (Q6.2.7): | |
1541 * xemacs-faq.texi (Q6.2.8): | |
1542 * xemacs-faq.texi (Q6.2.9): | |
1543 * xemacs-faq.texi (Q6.2.10): | |
1544 * xemacs-faq.texi (Q6.2.11): | |
1545 * xemacs-faq.texi (Q6.3.1): | |
1546 * xemacs-faq.texi (Q6.3.2): | |
1547 * xemacs-faq.texi (Q6.3.3): | |
1548 * xemacs-faq.texi (Q6.3.4): | |
1549 * xemacs-faq.texi (Current Events): | |
1550 * xemacs-faq.texi (Q7.0.1): | |
1551 * xemacs-faq.texi (Q7.0.2): | |
1552 * xemacs-faq.texi (Q7.0.3): | |
1553 * xemacs-faq.texi (Q7.0.5): | |
1554 * xemacs-faq.texi (Q7.0.6): | |
1555 * xemacs-faq.texi (Legacy Versions): | |
1556 * xemacs-faq.texi (my-function): Removed. | |
1557 * xemacs-faq.texi (Q8.0.1): | |
1558 | |
1559 The section on Troubleshooting (now 2.3) has been completely | |
1560 written and includes a lot of stuff that is not properly | |
1561 documented anywhere else. A fair amount of obsolete info has been | |
1562 deleted and I've incorporated the comments that people (mostly | |
1563 Stephen T) made. Former chapter 3 has been split up in two, one | |
1564 pertaining to basic I/O and the other to external I/O. What were | |
1565 formerly chapters 5 and 6 no longer exist as such; the info in | |
1566 them has been distributed across various other chapters. Old | |
1567 chapter 4 got split up, part going to the new chapter 4 on | |
1568 external I/O and part going to the new chapter 5 on the Internet. | |
1569 In this new chapter, stuff not pertaining to a specific package | |
1570 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
1571 general mail section was constituted. Part of old chapter 5 | |
1572 remains in a new chapter 6 devoted to Emacs Lisp and other | |
1573 advanced stuff, and a section from old chapter 3 on basic | |
1574 init-file Lisp and some stuff from old chapter 5 on Info. The | |
1575 rest of chapter 5 was just "misc" and has gotten scattered to the | |
1576 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
1577 quite scattered; there is no longer any section specifically | |
1578 devoted to Windows except one of the Installation sections (along | |
1579 with a section specfically devoted to Unix), and the rest has | |
1580 moved to join the appropriate non-Windows-specific section | |
1581 elsewhere. A lot of chapters had their sections rearranged and | |
1582 likewise for sections having entries rearranged, with the | |
1583 intention that the new arrangement should be more natural. In | |
1584 general I hope that stuff should be much easier to locate. I also | |
1585 rewrote the entries on the relation between XEmacs and GNU Emacs | |
1586 on the authors of XEmacs, including lots of info on who wrote | |
1587 specific subsections. | |
1588 | |
2418 | 1589 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
1590 | |
1591 * Makefile (TEXI2HTML): Changed to produce unsplit output. | |
1592 * Makefile (TEXI2HTML_SPLIT): New. | |
1593 * Makefile (CP): New. | |
1594 * Makefile (PHOTODIR): New. | |
1595 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT. | |
1596 * Makefile ($(HTMLDIR)/custom.html): Ditto. | |
1597 * Makefile ($(HTMLDIR)/emodules.html): Ditto. | |
1598 * Makefile ($(HTMLDIR)/external-widget.html): Ditto. | |
1599 * Makefile ($(HTMLDIR)/info.html): Ditto. | |
1600 * Makefile ($(HTMLDIR)/standards.html): Ditto. | |
1601 * Makefile ($(HTMLDIR)/term.html): Ditto. | |
1602 * Makefile ($(HTMLDIR)/termcap.html): Ditto. | |
1603 * Makefile ($(HTMLDIR)/texinfo.html): Ditto. | |
1604 * Makefile ($(HTMLDIR)/widget.html): Ditto. | |
1605 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
1606 Produce unsplit output for website also, copy photos to HTMLDIR. | |
1607 * Makefile ($(HTMLDIR)/xemacs.html): Ditto. | |
1608 * Makefile ($(HTMLDIR)/lispref.html): Ditto. | |
1609 * Makefile ($(HTMLDIR)/internals.html): Ditto. | |
1610 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto. | |
1611 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output. | |
1612 | |
2406 | 1613 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
1614 | |
1615 * internals/internals.texi (Better Rendering Support -- | |
1616 Configuration with the Interim Patches): | |
1617 Add documentation of X resources, especially for GUI elements. | |
1618 (Better Rendering Support -- Implementation): | |
1619 More comments about specification and design issues. | |
1620 (Better Rendering Support -- Current Status): | |
1621 New subsubsection "Bugs Reported in sjt-xft". | |
1622 | |
2405 | 1623 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
1624 | |
1625 * internals/internals.texi (Future Work -- Better Rendering Support): | |
1626 New node. | |
2865 | 1627 (Top): |
2405 | 1628 (Future Work): |
1629 (Future Work -- Lisp Engine Replacement): | |
1630 Add pointers to new node. | |
1631 | |
2393 | 1632 2004-11-16 Ben Wing <ben@xemacs.org> |
1633 | |
1634 * internals/internals.texi (Top): | |
1635 * internals/internals.texi (Introduction): | |
1636 * internals/internals.texi (Authorship of XEmacs): | |
1637 * internals/internals.texi (A History of Emacs): | |
1638 * internals/internals.texi (Through Version 18): | |
1639 * internals/internals.texi (Epoch): | |
1640 * internals/internals.texi (Lucid Emacs): | |
1641 * internals/internals.texi (GNU Emacs 19): | |
1642 * internals/internals.texi (GNU Emacs 20): | |
1643 * internals/internals.texi (XEmacs): | |
1644 * internals/internals.texi (The XEmacs Split): | |
1645 * internals/internals.texi (Build-Time Dependencies): | |
1646 * internals/internals.texi (Low-Level Modules): | |
1647 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
1648 * internals/internals.texi (Rules When Writing New C Code): | |
1649 * internals/internals.texi (Introduction to Writing C Code): | |
1650 * internals/internals.texi (Writing New Modules): | |
1651 * internals/internals.texi (Working with Lisp Objects): | |
1652 * internals/internals.texi (Writing Lisp Primitives): | |
1653 * internals/internals.texi (Adding Global Lisp Variables): | |
1654 * internals/internals.texi (Writing Macros): | |
1655 * internals/internals.texi (Proper Use of Unsigned Types): | |
1656 * internals/internals.texi (Major Textual Changes): | |
1657 * internals/internals.texi (Great Integral Type Renaming): | |
1658 * internals/internals.texi (Text/Char Type Renaming): | |
1659 * internals/internals.texi (Debugging and Testing): | |
1660 * internals/internals.texi (Modules for Regression Testing): | |
1661 * internals/internals.texi (Merging a Branch into the Trunk): | |
1662 * internals/internals.texi (XEmacs from the Inside): | |
1663 * internals/internals.texi (Basic Types): | |
1664 * internals/internals.texi (Low-Level Allocation): | |
1665 * internals/internals.texi (Basic Heap Allocation): | |
1666 * internals/internals.texi (Stack Allocation): | |
1667 * internals/internals.texi (Dynamic Arrays): | |
1668 * internals/internals.texi (Allocation by Blocks): | |
1669 * internals/internals.texi (Modules for Allocation): | |
1670 * internals/internals.texi (Critical Redisplay Sections): | |
1671 * internals/internals.texi (Control-G (Quit) Checking): | |
1672 * internals/internals.texi (Future Work Discussion): | |
1673 * internals/internals.texi (Discussion -- Garbage Collection): | |
1674 * internals/internals.texi (Discussion -- Pure Space): | |
1675 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup): | |
1676 * internals/internals.texi (Discussion -- The Anti-Cons): | |
1677 * internals/internals.texi (Discussion -- Glyphs): | |
1678 * internals/internals.texi (Discussion -- Dialog Boxes): | |
1679 * internals/internals.texi (Discussion -- Multilingual Issues): | |
1680 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors): | |
1681 * internals/internals.texi (image-instance-property): New. | |
1682 * internals/internals.texi (set-image-instance-property): New. | |
1683 * internals/internals.texi (Discussion -- Switching to C++): | |
1684 * internals/internals.texi (Discussion -- Windows External Widget): | |
1685 | |
1686 Add sections on Basic Types and Low-Level Allocation. Move module | |
1687 docs here. Incorporate dynamic array and blocktype docs from | |
1688 source. | |
1689 | |
1690 Add info on beta releases up to present. | |
1691 | |
1692 Redo chapter on "Rules When Writing New C Code", grouping stuff | |
1693 together properly. Put "Major Textual Changes" under this | |
1694 chapter. Incorporate etc/CODING-STANDARDS. | |
1695 | |
1696 Add discussion sections on "Instantiators and Generic Property | |
1697 Accessors" and "Switching to C++". Fill out discussion on garbage | |
1698 collection. | |
1699 | |
1700 Incorporate backtraces showing crashes due to problems with | |
1701 redisplay-critical-section protection. | |
1702 | |
2367 | 1703 2004-11-04 Ben Wing <ben@xemacs.org> |
1704 | |
1705 * lispref/mule.texi (CCL Syntax): | |
1706 * lispref/mule.texi (INT-OR-CHAR): New. | |
1707 * lispref/mule.texi (CCL Statements): | |
1708 Update CCL docs. | |
1709 | |
1710 2004-11-04 Ben Wing <ben@xemacs.org> | |
1711 | |
1712 * internals/internals.texi (Top): | |
1713 * internals/internals.texi (NOTE): New. | |
1714 * internals/internals.texi (list-to-texinfo): New. | |
1715 * internals/internals.texi (remove-spacing): New. | |
1716 * internals/internals.texi (table-to-texinfo): New. | |
1717 * internals/internals.texi (convert-text-to-texinfo): New. | |
1718 * internals/internals.texi ('make-future): New. | |
1719 * internals/internals.texi ('make-discussion): New. | |
1720 * internals/internals.texi ('make-old-future): New. | |
1721 * internals/internals.texi ('make-section): New. | |
1722 * internals/internals.texi ('make-subsection): New. | |
1723 * internals/internals.texi (Introduction): | |
1724 * internals/internals.texi (divisions): New. | |
1725 * internals/internals.texi (Authorship of XEmacs): | |
1726 * internals/internals.texi (XEmacs): | |
1727 * internals/internals.texi (The XEmacs Split): | |
1728 * internals/internals.texi (Author): New. | |
1729 * internals/internals.texi (XEmacs from the Outside): | |
1730 * internals/internals.texi (The Lisp Language): | |
1731 * internals/internals.texi (XEmacs from the Perspective of Building): | |
1732 * internals/internals.texi (Build-Time Dependencies): | |
1733 * internals/internals.texi (The Modules of XEmacs): | |
1734 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
1735 * internals/internals.texi (ways): Removed. | |
1736 * internals/internals.texi (Low-Level Modules): | |
1737 * internals/internals.texi (Basic Lisp Modules): | |
1738 * internals/internals.texi (Modules for Standard Editing Operations): | |
1739 * internals/internals.texi (files): Removed. | |
1740 * internals/internals.texi (Modules for Interfacing with the File System): | |
1741 * internals/internals.texi (some_variable): Removed. | |
1742 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
1743 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
1744 * internals/internals.texi (character): Removed. | |
1745 * internals/internals.texi (Major Textual Changes): | |
1746 * internals/internals.texi (Great Integral Type Renaming): | |
1747 * internals/internals.texi (commands): Removed. | |
1748 * internals/internals.texi (Text/Char Type Renaming): | |
1749 * internals/internals.texi (pattern): Removed. | |
1750 * internals/internals.texi (Rules When Writing New C Code): | |
1751 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
1752 * internals/internals.texi (General Coding Rules): | |
1753 * internals/internals.texi (examples): Removed. | |
1754 * internals/internals.texi (Object-Oriented Techniques for C): | |
1755 * internals/internals.texi (Writing Lisp Primitives): | |
1756 * internals/internals.texi (Writing Good Comments): | |
1757 * internals/internals.texi (Adding Global Lisp Variables): | |
1758 * internals/internals.texi (Writing Macros): | |
1759 * internals/internals.texi (Proper Use of Unsigned Types): | |
1760 * internals/internals.texi (Techniques for XEmacs Developers): | |
1761 * internals/internals.texi (Regression Testing XEmacs): | |
1762 * internals/internals.texi (How to Regression-Test): | |
1763 * internals/internals.texi (Modules for Regression Testing): | |
1764 * internals/internals.texi (CVS Techniques): | |
1765 * internals/internals.texi (Merging a Branch into the Trunk): | |
1766 * internals/internals.texi (XEmacs from the Inside): | |
1767 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
1768 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1769 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
1770 * internals/internals.texi (Introduction to Allocation): | |
1771 * internals/internals.texi (Garbage Collection): | |
1772 * internals/internals.texi (GCPROing): | |
1773 * internals/internals.texi (Garbage Collection - Step by Step): | |
1774 * internals/internals.texi (Invocation): | |
1775 * internals/internals.texi (garbage_collect_1): | |
1776 * internals/internals.texi (mark_object): | |
1777 * internals/internals.texi (gc_sweep): | |
1778 * internals/internals.texi (sweep_lcrecords_1): | |
1779 * internals/internals.texi (compact_string_chars): | |
1780 * internals/internals.texi (sweep_strings): | |
1781 * internals/internals.texi (sweep_bit_vectors_1): | |
1782 * internals/internals.texi (Integers and Characters): | |
1783 * internals/internals.texi (Allocation from Frob Blocks): | |
1784 * internals/internals.texi (lrecords): | |
1785 * internals/internals.texi (Low-level allocation): | |
1786 * internals/internals.texi (Cons): | |
1787 * internals/internals.texi (Vector): | |
1788 * internals/internals.texi (Bit Vector): | |
1789 * internals/internals.texi (Symbol): | |
1790 * internals/internals.texi (Marker): | |
1791 * internals/internals.texi (String): | |
1792 * internals/internals.texi (Compiled Function): | |
1793 * internals/internals.texi (The Lisp Reader and Compiler): | |
1794 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
1795 * internals/internals.texi (Evaluation): | |
1796 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
1797 * internals/internals.texi (Simple Special Forms): | |
1798 * internals/internals.texi (Catch and Throw): | |
1799 * internals/internals.texi (Error Trapping): | |
1800 * internals/internals.texi (Symbols and Variables): | |
1801 * internals/internals.texi (Introduction to Symbols): | |
1802 * internals/internals.texi (Obarrays): | |
1803 * internals/internals.texi (Symbol Values): | |
1804 * internals/internals.texi (Buffers): | |
1805 * internals/internals.texi (Introduction to Buffers): | |
1806 * internals/internals.texi (Buffer Lists): | |
1807 * internals/internals.texi (Markers and Extents): | |
1808 * internals/internals.texi (The Buffer Object): | |
1809 * internals/internals.texi (Text): | |
1810 * internals/internals.texi (The Text in a Buffer): | |
1811 * internals/internals.texi (Ibytes and Ichars): | |
1812 * internals/internals.texi (Byte-Char Position Conversion): | |
1813 * internals/internals.texi (Searching and Matching): | |
1814 * internals/internals.texi (Multilingual Support): | |
1815 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
1816 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
1817 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
1818 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
1819 * internals/internals.texi (Character Sets): | |
1820 * internals/internals.texi (Encodings): | |
1821 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
1822 * internals/internals.texi (JIS7): | |
1823 * internals/internals.texi (Internal Mule Encodings): | |
1824 * internals/internals.texi (Internal String Encoding): | |
1825 * internals/internals.texi (Internal Character Encoding): | |
1826 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
1827 * internals/internals.texi (Byte Types): | |
1828 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
1829 * internals/internals.texi (Buffer Positions): | |
1830 * internals/internals.texi (Other Typedefs): | |
1831 * internals/internals.texi (Usage of the Various Representations): | |
1832 * internals/internals.texi (Working With the Various Representations): | |
1833 * internals/internals.texi (Internal Text API's): | |
1834 * internals/internals.texi (Basic internal-format API's): | |
1835 * internals/internals.texi (The DFC API): | |
1836 * internals/internals.texi (The Eistring API): | |
1837 * internals/internals.texi (Coding for Mule): | |
1838 * internals/internals.texi (Character-Related Data Types): | |
1839 * internals/internals.texi (Working With Character and Byte Positions): | |
1840 * internals/internals.texi (Conversion to and from External Data): | |
1841 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
1842 * internals/internals.texi (An Example of Mule-Aware Code): | |
1843 * internals/internals.texi (Mule-izing Code): | |
1844 * internals/internals.texi (CCL): | |
1845 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues): | |
1846 * internals/internals.texi (Microsoft Documentation): | |
1847 * internals/internals.texi (Locales): | |
1848 * internals/internals.texi (More about code pages): | |
1849 * internals/internals.texi (More about locales): | |
1850 * internals/internals.texi (Unicode support under Windows): | |
1851 * internals/internals.texi (The golden rules of writing Unicode-safe code): | |
1852 * internals/internals.texi (The format of the locale in setlocale()): | |
1853 * internals/internals.texi (Random other Windows I18N docs): | |
1854 * internals/internals.texi (Modules for Internationalization): | |
1855 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
1856 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
1857 * internals/internals.texi (Point): | |
1858 * internals/internals.texi (Window Hierarchy): | |
1859 * internals/internals.texi (The Window Object): | |
1860 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
1861 * internals/internals.texi (The Redisplay Mechanism): | |
1862 * internals/internals.texi (Critical Redisplay Sections): | |
1863 * internals/internals.texi (Line Start Cache): | |
1864 * internals/internals.texi (Redisplay Piece by Piece): | |
1865 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
1866 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
1867 * internals/internals.texi (Extents): | |
1868 * internals/internals.texi (Introduction to Extents): | |
1869 * internals/internals.texi (Extent Ordering): | |
1870 * internals/internals.texi (Format of the Extent Info): | |
1871 * internals/internals.texi (Zero-Length Extents): | |
1872 * internals/internals.texi (Mathematics of Extent Ordering): | |
1873 * internals/internals.texi (Extent Fragments): | |
1874 * internals/internals.texi (Faces): | |
1875 * internals/internals.texi (Glyphs): | |
1876 * internals/internals.texi (Specifiers): | |
1877 * internals/internals.texi (Menus): | |
1878 * internals/internals.texi (Events and the Event Loop): | |
1879 * internals/internals.texi (Introduction to Events): | |
1880 * internals/internals.texi (Main Loop): | |
1881 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
1882 * internals/internals.texi (Specifics About the Emacs Event): | |
1883 * internals/internals.texi (Event Queues): | |
1884 * internals/internals.texi (Event Stream Callback Routines): | |
1885 * internals/internals.texi (Other Event Loop Functions): | |
1886 * internals/internals.texi (Stream Pairs): | |
1887 * internals/internals.texi (Converting Events): | |
1888 * internals/internals.texi (Dispatching Events; The Command Builder): | |
1889 * internals/internals.texi (Focus Handling): | |
1890 * internals/internals.texi (Editor-Level Control Flow Modules): | |
1891 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
1892 * internals/internals.texi (Signal Handling): | |
1893 * internals/internals.texi (Control-G (Quit) Checking): | |
1894 * internals/internals.texi (Profiling): | |
1895 * internals/internals.texi (Asynchronous Timeouts): | |
1896 * internals/internals.texi (Exiting): | |
1897 * internals/internals.texi (Lstreams): | |
1898 * internals/internals.texi (Creating an Lstream): | |
1899 * internals/internals.texi (Lstream Types): | |
1900 * internals/internals.texi (Lstream Functions): | |
1901 * internals/internals.texi (Lstream Methods): | |
1902 * internals/internals.texi (Subprocesses): | |
1903 * internals/internals.texi (Interface to MS Windows): | |
1904 * internals/internals.texi (Different kinds of Windows environments): | |
1905 * internals/internals.texi (Windows Build Flags): | |
1906 * internals/internals.texi (Windows I18N Introduction): | |
1907 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
1908 * internals/internals.texi (Interface to the X Window System): | |
1909 * internals/internals.texi (Lucid Widget Library): | |
1910 * internals/internals.texi (Generic Widget Interface): | |
1911 * internals/internals.texi (dependencies): New. | |
1912 * internals/internals.texi (routines): New. | |
1913 * internals/internals.texi (Summary): New. | |
1914 * internals/internals.texi (Scrollbars): | |
1915 * internals/internals.texi (Menubars): | |
1916 * internals/internals.texi (Checkboxes and Radio Buttons): | |
1917 * internals/internals.texi (Progress Bars): | |
1918 * internals/internals.texi (Tab Controls): | |
1919 * internals/internals.texi (Modules for Interfacing with X Windows): | |
1920 * internals/internals.texi (Dumping): | |
1921 * internals/internals.texi (Dumping Justification): | |
1922 * internals/internals.texi (Overview): | |
1923 * internals/internals.texi (Data descriptions): | |
1924 * internals/internals.texi (Dumping phase): | |
1925 * internals/internals.texi (Object inventory): | |
1926 * internals/internals.texi (Address allocation): | |
1927 * internals/internals.texi (The header): | |
1928 * internals/internals.texi (Data dumping): | |
1929 * internals/internals.texi (Pointers dumping): | |
1930 * internals/internals.texi (Reloading phase): | |
1931 * internals/internals.texi (Abstract): New. | |
1932 * internals/internals.texi (Remaining issues): | |
1933 * internals/internals.texi (Future Work): | |
1934 * internals/internals.texi (Future Work -- General Suggestions): | |
1935 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
1936 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
1937 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
1938 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
1939 * internals/internals.texi (Future Work -- Keyword Parameters): | |
1940 * internals/internals.texi (Future Work -- Property Interface Changes): | |
1941 * internals/internals.texi (Future Work -- Toolbars): | |
1942 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
1943 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
1944 * internals/internals.texi (Future Work -- Menu API Changes): | |
1945 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
1946 * internals/internals.texi (Future Work -- Mouse Pointer): | |
1947 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
1948 * internals/internals.texi (Future Work -- Busy Pointer): | |
1949 * internals/internals.texi (Future Work -- Extents): | |
1950 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
1951 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
1952 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
1953 * internals/internals.texi (Future Work -- Keybindings): | |
1954 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
1955 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
1956 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
1957 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
1958 * internals/internals.texi (Future Work -- Autodetection): | |
1959 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
1960 * internals/internals.texi (Future Work -- Unicode): | |
1961 * internals/internals.texi (Future Work -- BIDI Support): | |
1962 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
1963 * internals/internals.texi (Future Work -- Lisp Stream API): | |
1964 * internals/internals.texi (Future Work -- Multiple Values): | |
1965 * internals/internals.texi (Future Work -- Macros): | |
1966 * internals/internals.texi (Future Work -- Specifiers): | |
1967 * internals/internals.texi (Future Work -- Display Tables): | |
1968 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster): | |
1969 * internals/internals.texi (Future Work -- Lisp Engine Replacement): | |
1970 * internals/internals.texi (Future Work -- Lisp Engine Discussion): | |
1971 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation): | |
1972 * internals/internals.texi (Future Work -- Startup File Modification by Packages): | |
1973 * internals/internals.texi (Future Work Discussion): | |
1974 * internals/internals.texi (Discussion -- garbage collection): | |
1975 * internals/internals.texi (Discussion -- glyphs): | |
1976 * internals/internals.texi (Discussion -- Dialog Boxes): | |
1977 * internals/internals.texi (Discussion -- Multilingual Issues): | |
1978 * internals/internals.texi (Discussion -- Windows External Widget): | |
1979 * internals/internals.texi (Discussion -- Packages): | |
1980 * internals/internals.texi (Discussion -- Distribution Layout): | |
1981 * internals/internals.texi (Old Future Work): | |
1982 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement): | |
1983 * internals/internals.texi (backtrace): New. | |
1984 * internals/internals.texi (Old Future Work -- Indirect Buffers): | |
1985 * internals/internals.texi (emacs-lisp): New. | |
1986 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X): | |
1987 * internals/internals.texi (Newsgroups): New. | |
1988 * internals/internals.texi (Old Future Work -- RTF Clipboard Support): | |
1989 * internals/internals.texi (own-selection): New. | |
1990 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes): | |
1991 * internals/internals.texi (COMMENT): New. | |
1992 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code): | |
1993 * internals/internals.texi (Now): Removed. | |
1994 * internals/internals.texi (Proof): Removed. | |
1995 * internals/internals.texi (Note): Removed. | |
1996 * internals/internals.texi (Date): New. | |
1997 * internals/internals.texi (ben): Removed. | |
1998 * internals/internals.texi (importance): New. | |
1999 * internals/internals.texi (From): New. | |
2000 Major work on internals manual. Rearranged many chapters so as to | |
2001 lie in coherent divisions. | |
2002 Add tons of stuff to Future Work, Old Future Work, Discussions. | |
2003 Add lots of stuff to Mule section (Multilingual ...). | |
2004 Remove index.texi, incorporate into internals.texi. | |
2005 Section on early history and an introduction. | |
2006 Section on XEmacs split. Lots of new MS Windows docs | |
2007 Mostly recently: Windows-I18N docs. Lots if new I18N docs. | |
2008 Loads of other stuff. | |
2009 | |
2362 | 2010 2004-11-02 Ben Wing <ben@xemacs.org> |
2011 | |
2012 * internals/index.texi: | |
2013 Deleted. Incorporated into internals.texi. Having a separate | |
2014 index file messes up texinfo-master-menu. | |
2865 | 2015 |
2362 | 2016 * internals/internals.texi: |
2017 * internals/internals.texi (Top): | |
2018 * internals/internals.texi (Introduction): | |
2019 * internals/internals.texi (Authorship of XEmacs): | |
2020 * internals/internals.texi (A History of Emacs): | |
2021 * internals/internals.texi (Through Version 18): | |
2022 * internals/internals.texi (Lucid Emacs): | |
2023 * internals/internals.texi (GNU Emacs 19): | |
2024 * internals/internals.texi (GNU Emacs 20): | |
2025 * internals/internals.texi (XEmacs): | |
2026 * internals/internals.texi (XEmacs From the Outside): | |
2027 * internals/internals.texi (The Lisp Language): | |
2028 * internals/internals.texi (XEmacs From the Perspective of Building): | |
2029 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
2030 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
2031 * internals/internals.texi (Major Textual Changes): | |
2032 * internals/internals.texi (Great Integral Type Renaming): | |
2033 * internals/internals.texi (Text/Char Type Renaming): | |
2034 * internals/internals.texi (Rules When Writing New C Code): | |
2035 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
2036 * internals/internals.texi (General Coding Rules): | |
2037 * internals/internals.texi (Object-Oriented Techniques for C): | |
2038 * internals/internals.texi (Writing Lisp Primitives): | |
2039 * internals/internals.texi (Writing Good Comments): | |
2040 * internals/internals.texi (Adding Global Lisp Variables): | |
2041 * internals/internals.texi (Writing Macros): | |
2042 * internals/internals.texi (Proper Use of Unsigned Types): | |
2043 * internals/internals.texi (Techniques for XEmacs Developers): | |
2044 * internals/internals.texi (Regression Testing XEmacs): | |
2045 * internals/internals.texi (How to Regression-Test): | |
2046 * internals/internals.texi (Modules for Regression Testing): | |
2047 * internals/internals.texi (CVS Techniques): | |
2048 * internals/internals.texi (Merging a Branch into the Trunk): | |
2049 * internals/internals.texi (The Modules of XEmacs): | |
2050 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
2051 * internals/internals.texi (Low-Level Modules): | |
2052 * internals/internals.texi (Basic Lisp Modules): | |
2053 * internals/internals.texi (Modules for Standard Editing Operations): | |
2054 * internals/internals.texi (Modules for Interfacing with the File System): | |
2055 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2056 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2057 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2058 * internals/internals.texi (Introduction to Allocation): | |
2059 * internals/internals.texi (Garbage Collection): | |
2060 * internals/internals.texi (GCPROing): | |
2061 * internals/internals.texi (Garbage Collection - Step by Step): | |
2062 * internals/internals.texi (Invocation): | |
2063 * internals/internals.texi (garbage_collect_1): | |
2064 * internals/internals.texi (mark_object): | |
2065 * internals/internals.texi (gc_sweep): | |
2066 * internals/internals.texi (sweep_lcrecords_1): | |
2067 * internals/internals.texi (compact_string_chars): | |
2068 * internals/internals.texi (Integers and Characters): | |
2069 * internals/internals.texi (Allocation from Frob Blocks): | |
2070 * internals/internals.texi (lrecords): | |
2071 * internals/internals.texi (Low-level allocation): | |
2072 * internals/internals.texi (Cons): | |
2073 * internals/internals.texi (Vector): | |
2074 * internals/internals.texi (Symbol): | |
2075 * internals/internals.texi (Marker): | |
2076 * internals/internals.texi (String): | |
2077 * internals/internals.texi (Dumping): | |
2078 * internals/internals.texi (Dumping Justification): | |
2079 * internals/internals.texi (Overview): | |
2080 * internals/internals.texi (Data descriptions): | |
2081 * internals/internals.texi (Dumping phase): | |
2082 * internals/internals.texi (Object inventory): | |
2083 * internals/internals.texi (Address allocation): | |
2084 * internals/internals.texi (The header): | |
2085 * internals/internals.texi (Data dumping): | |
2086 * internals/internals.texi (Pointers dumping): | |
2087 * internals/internals.texi (Reloading phase): | |
2088 * internals/internals.texi (Remaining issues): | |
2089 * internals/internals.texi (Events and the Event Loop): | |
2090 * internals/internals.texi (Introduction to Events): | |
2091 * internals/internals.texi (Main Loop): | |
2092 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
2093 * internals/internals.texi (Specifics About the Emacs Event): | |
2094 * internals/internals.texi (Event Queues): | |
2095 * internals/internals.texi (Event Stream Callback Routines): | |
2096 * internals/internals.texi (IMPORTANT): New. | |
2097 * internals/internals.texi (Other Event Loop Functions): | |
2098 * internals/internals.texi (Stream Pairs): | |
2099 * internals/internals.texi (Converting Events): | |
2100 * internals/internals.texi (Dispatching Events; The Command Builder): | |
2101 * internals/internals.texi (Focus Handling): | |
2102 * internals/internals.texi (Editor-Level Control Flow Modules): | |
2103 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
2104 * internals/internals.texi (Control-G (Quit) Checking): | |
2105 * internals/internals.texi (completely): New. | |
2106 * internals/internals.texi (Profiling): | |
2107 * internals/internals.texi (Exiting): | |
2108 * internals/internals.texi (BEWARE): New. | |
2109 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
2110 * internals/internals.texi (Evaluation): | |
2111 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
2112 * internals/internals.texi (Simple Special Forms): | |
2113 * internals/internals.texi (Catch and Throw): | |
2114 * internals/internals.texi (Introduction to Symbols): | |
2115 * internals/internals.texi (Obarrays): | |
2116 * internals/internals.texi (Symbol Values): | |
2117 * internals/internals.texi (Buffers): | |
2118 * internals/internals.texi (Introduction to Buffers): | |
2119 * internals/internals.texi (Buffer Lists): | |
2120 * internals/internals.texi (Markers and Extents): | |
2121 * internals/internals.texi (The Buffer Object): | |
2122 * internals/internals.texi (Text): | |
2123 * internals/internals.texi (The Text in a Buffer): | |
2124 * internals/internals.texi (Ibytes and Ichars): | |
2125 * internals/internals.texi (Byte-Char Position Conversion): | |
2126 * internals/internals.texi (Searching and Matching): | |
2127 * internals/internals.texi (Multilingual Support): | |
2128 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
2129 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
2130 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
2131 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
2132 * internals/internals.texi (Character Sets): | |
2133 * internals/internals.texi (Encodings): | |
2134 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
2135 * internals/internals.texi (JIS7): | |
2136 * internals/internals.texi (Internal Mule Encodings): | |
2137 * internals/internals.texi (Internal String Encoding): | |
2138 * internals/internals.texi (Internal Character Encoding): | |
2139 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
2140 * internals/internals.texi (Byte Types): | |
2141 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
2142 * internals/internals.texi (prefixes): New. | |
2143 * internals/internals.texi (C): New. | |
2144 * internals/internals.texi (U): New. | |
2145 * internals/internals.texi (S): New. | |
2146 * internals/internals.texi (Specifically): New. | |
2147 * internals/internals.texi (Buffer Positions): | |
2148 * internals/internals.texi (Other Typedefs): | |
2149 * internals/internals.texi (Usage of the Various Representations): | |
2150 * internals/internals.texi (Working With the Various Representations): | |
2151 * internals/internals.texi (Internal Text API's): | |
2152 * internals/internals.texi (Basic internal-format API's): | |
2153 * internals/internals.texi (The DFC API): | |
2154 * internals/internals.texi (The Eistring API): | |
2155 * internals/internals.texi (Coding for Mule): | |
2156 * internals/internals.texi (Character-Related Data Types): | |
2157 * internals/internals.texi (Working With Character and Byte Positions): | |
2158 * internals/internals.texi (Conversion to and from External Data): | |
2159 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2160 * internals/internals.texi (An Example of Mule-Aware Code): | |
2161 * internals/internals.texi (Mule-izing Code): | |
2162 * internals/internals.texi (CCL): | |
2163 * internals/internals.texi (Modules for Internationalization): | |
2164 * internals/internals.texi (The Lisp Reader and Compiler): | |
2165 * internals/internals.texi (Lstreams): | |
2166 * internals/internals.texi (Creating an Lstream): | |
2167 * internals/internals.texi (Lstream Types): | |
2168 * internals/internals.texi (Lstream Functions): | |
2169 * internals/internals.texi (Lstream Methods): | |
2170 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
2171 * internals/internals.texi (Point): | |
2172 * internals/internals.texi (Window Hierarchy): | |
2173 * internals/internals.texi (The Window Object): | |
2174 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
2175 * internals/internals.texi (The Redisplay Mechanism): | |
2176 * internals/internals.texi (Critical Redisplay Sections): | |
2177 * internals/internals.texi (Line Start Cache): | |
2178 * internals/internals.texi (Redisplay Piece by Piece): | |
2179 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
2180 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
2181 * internals/internals.texi (Introduction to Extents): | |
2182 * internals/internals.texi (Extent Ordering): | |
2183 * internals/internals.texi (Format of the Extent Info): | |
2184 * internals/internals.texi (Zero-Length Extents): | |
2185 * internals/internals.texi (Mathematics of Extent Ordering): | |
2186 * internals/internals.texi (Extent Fragments): | |
2187 * internals/internals.texi (Faces): | |
2188 * internals/internals.texi (Glyphs): | |
2189 * internals/internals.texi (Specifiers): | |
2190 * internals/internals.texi (Menus): | |
2191 * internals/internals.texi (Subprocesses): | |
2192 * internals/internals.texi (Interface to MS Windows): | |
2193 * internals/internals.texi (Different kinds of Windows environments): | |
2194 * internals/internals.texi (Windows Build Flags): | |
2195 * internals/internals.texi (Windows I18N Introduction): | |
2196 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
2197 * internals/internals.texi (Interface to the X Window System): | |
2198 * internals/internals.texi (Generic Widget Interface): | |
2199 * internals/internals.texi (Scrollbars): | |
2200 * internals/internals.texi (Menubars): | |
2201 * internals/internals.texi (Checkboxes and Radio Buttons): | |
2202 * internals/internals.texi (Modules for Interfacing with X Windows): | |
2203 * internals/internals.texi (Future Work): | |
2204 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
2205 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
2206 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
2207 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
2208 * internals/internals.texi (Future Work -- Keyword Parameters): | |
2209 * internals/internals.texi (Future Work -- Property Interface Changes): | |
2210 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
2211 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
2212 * internals/internals.texi (Future Work -- Menu API Changes): | |
2213 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
2214 * internals/internals.texi (Future Work -- Mouse Pointer): | |
2215 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
2216 * internals/internals.texi (Future Work -- Busy Pointer): | |
2217 * internals/internals.texi (Future Work -- Extents): | |
2218 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
2219 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
2220 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
2221 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
2222 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
2223 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
2224 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
2225 * internals/internals.texi (Future Work -- Autodetection): | |
2226 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
2227 * internals/internals.texi (Future Work -- BIDI Support): | |
2228 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
2229 * internals/internals.texi (freeze): New. | |
2230 * internals/internals.texi (fail-safe): New. | |
2231 * internals/internals.texi (like): New. | |
2232 * internals/internals.texi (user): New. | |
2233 * internals/internals.texi (ben): New. | |
2234 * internals/internals.texi ('type): New. | |
2235 * internals/internals.texi (NOTE): New. | |
2236 * internals/internals.texi (ILLEGIBLE): New. | |
2237 * internals/internals.texi (language): New. | |
2238 * internals/internals.texi (preprocessing): New. | |
2239 * internals/internals.texi (Subject): New. | |
2240 * internals/internals.texi (http): New. | |
2241 * internals/internals.texi (Now): Removed. | |
2242 * internals/internals.texi (wrong): New. | |
2243 * internals/internals.texi (Proof): Removed. | |
2244 | |
2245 Add bunches and bunches and bunches and bunches of stuff, taken | |
2246 from documentation floating around in various places -- text.c, | |
2247 file-coding.c, other .c and .h files, stuff that I wrote up for an | |
2248 old XEmacs contract, proposals written up in the process of an | |
2249 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra | |
2250 crap from CCL, duplicated with Lispref, removed. Sections on Old | |
2251 Future Work and Future Work Discussion added. | |
2252 | |
2253 Bunches of other work. Add bunches of documentation taken from the | |
2254 source code. Fixup various places to use @strong{}, @code{}, | |
2255 @file{}. Create new Text chapter, split off from Buffers and | |
2256 Textual Representation. Create new chapter for MS Windows, mostly | |
2257 written from scratch. Consolidate all Mule info under | |
2258 "Multilingual Support". Break up chapter on modules and move some | |
2259 parts to the sections discussing the modules, for consolidation | |
2260 purposes. Add a big cross-reference table for all the modules to | |
2261 where they're discussed (or not). New chapter Asynchronous | |
2262 Events; Quit Checking. (Taken from various parts of the code.) New | |
2263 Introduction. New section on Focus Handling (from the code). | |
2264 | |
2265 NOTE that in the process, I discovered that we essentially have | |
2266 FOUR redundant introductions to Mule issues! Someone really needs | |
2267 to go through and clean them up and integrate them (sjt?). | |
2268 | |
2355 | 2269 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru> |
2270 | |
2271 * lispref/windows.texi (Basic Windows): Fix typo. | |
2272 | |
2346 | 2273 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
2274 | |
2275 * XEmacs 21.5.18 "chestnut" is released. | |
2276 | |
2297 | 2277 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
2278 | |
2279 * lispref/control.texi (Examples of Catch): Mention use of a cons | |
2280 as a catch tag. | |
2281 | |
2282 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2283 | |
2284 * lispref/glyphs.texi (Image Instantiator Formats): Add a few | |
2285 words about the tab control widget. | |
2286 | |
2289 | 2287 2004-05-14 Darryl Okahata <darrylo@xemacs.org> |
2288 | |
2289 * lispref/windows.texi. Added documentation for the functions, | |
2290 ``current-pixel-row'' and ``current-pixel-column''. | |
2291 | |
2269 | 2292 2004-09-13 Jerry James <james@xemacs.org> |
2293 | |
2294 * internals/internals.texi (Modules for Interfacing with the | |
2295 Operating System): The code formerly in callproc.c is now | |
2296 implemented in Lisp in process.el. | |
2297 | |
2256 | 2298 2004-08-30 Jerry James <james@xemacs.org> |
2299 | |
2300 * lispref/text.texi: Document text fields. | |
2301 | |
2255 | 2302 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
2303 | |
2304 * lispref/searching.texi (Syntax of Regexps): Add example of use | |
2305 of shy groups in variable subexpression, correct rumor that there | |
2297 | 2306 may be substantial performance gain. Document double-digit back- |
2307 references. | |
2255 | 2308 |
2214 | 2309 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org> |
2310 | |
2215 | 2311 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node |
2312 to function index. Document Info-goto-emacs-command-node. | |
2313 | |
2214 | 2314 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. |
2315 | |
2182 | 2316 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
2317 | |
2318 * lispref/glyphs.texi: Complete reorganization, some content updated. | |
2319 * lispref/lispref.texi (Top): Update menu to match. | |
2320 * lispref/extents.texi (Extent Properties): Update xref. | |
2321 | |
2322 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org> | |
2323 | |
2324 * internals/internals.texi (Modules for Other Aspects of the Lisp | |
2325 Interpreter and Object System): Add description of Sextword syntax | |
2326 class (now obsolete). | |
2327 | |
2328 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2329 | |
2330 * internals/internals.texi (Techniques for XEmacs Developers): Be | |
2331 specific when discussing optimization. | |
2255 | 2332 (Techniques for XEmacs Developers): Fragments that are meaningless |
2182 | 2333 by themselves or contain placeholders should be @samp, not @code. |
2334 (Modules for Internationalization): Add description of mule-coding.c | |
2335 and further deprecate mule.c. | |
2336 (Modules for Regression Testing): Add {tag,weak}-tests.el to list. | |
2337 | |
2164 | 2338 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org> |
2339 | |
2340 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in | |
2341 the "pc" package. | |
2342 | |
2141 | 2343 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org> |
2344 | |
2345 * lispref/specifiers.texi (Specifier Instancing): Add "neon | |
2346 modeline" hack as an example. Thanks to Giacomo Boffi. | |
2347 | |
2135 | 2348 2004-06-07 Jerry James <james@xemacs.org> |
2349 | |
2350 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
2351 the use of a nil argument to defined-derived mode. | |
2352 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
2353 delay-mode-hooks and define-derived-mode. | |
2354 * lispref/modes.texi (Derived Modes): Warn against the use of | |
2355 interactive specs in derived mode definitions. | |
2356 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
2357 delay-mode-hooks, run-hook-with-args, | |
2358 run-hook-with-args-until-failure, and0 | |
2359 run-hook-with-args-until-success. | |
2360 | |
2127 | 2361 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
2362 | |
2363 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | |
2364 couple of typos. | |
2365 | |
2366 * lispref/faces.texi (Face Properties): Background pixmaps | |
2367 can be used on GTK and MS Windows. | |
2368 (Face Convenience Functions): Cross-reference glyph interface. | |
2369 Background pixmap is an image specifier, not a glyph. | |
2370 | |
2091 | 2371 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
2372 | |
2373 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql. | |
2374 (Predicates on Numbers): Fix thinko in description of `bigfloatp'. | |
2375 | |
2090 | 2376 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2377 | |
2378 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
2379 precision rationals," and fix description of floating-point | |
2380 contagion. | |
2381 (Integer Basics, Float Basics): Fix typos. | |
2382 (Canonicalization and Contagion): Complete rewrite. | |
2383 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
2384 bigfloatp, floatingp, realp, oddp and evenp. | |
2385 (Rational Basics): Add numerator and denominator. | |
2386 (Random Numbers): Fix description of range, and add paranoid | |
2387 comment about how unpredictable `(random t)' is. | |
2388 (Canonicalization and Contagion): Renamed from Contagion and | |
2389 Canonicalization. | |
2390 (The Bignum Extension): Fix it in menu. | |
2391 | |
2069 | 2392 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2393 | |
2394 * internals/internals.texi (Object-Oriented Techniques for C): | |
2395 Remove reference to "encouraging port to C++". | |
2396 | |
2397 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2033 | 2398 |
2399 * lispref/numbers.texi (The Bignum Extension): Mention the feature | |
2400 symbols provided. | |
2401 | |
2069 | 2402 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
2032 | 2403 |
2404 * lispref/numbers.texi (Rational Basics): There's a reason why | |
2405 this node is named "Rational" and not "Ratio" in the menu.... | |
2406 | |
2028 | 2407 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2408 | |
2409 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
2410 New node. | |
2411 (The XEmacs Object System (Abstractly Speaking)): | |
2412 Reorder the list of objects somewhat. | |
2413 Add brief descriptions of the arbitrary-precision number types. | |
2414 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
2415 (Character-Related Data Types): Add a few comments re Unicode. | |
2416 (Working With Character and Byte Positions): Ditto. | |
2417 (General Guidelines for Writing Mule-Aware Code): Query. | |
2418 (Conversion to and from External Data): Ditto. | |
2419 (Techniques for XEmacs Developers): Typo. | |
2420 (Modules for Regression Testing): Add an xref. | |
2421 (Overview): Note that dump file is now inside the executable. | |
2422 (Remaining issues): Mention ExecShield vs. pdumper. | |
2423 (Searching and Matching): Mention UTF-8 wrt Mule. | |
2424 | |
2425 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
2426 | |
2427 * widget.texi (Introduction): Update historical references a bit. | |
2428 Fix many typos and grammatical problems. | |
2429 (User Interface): Fix typo. | |
2430 | |
2069 | 2431 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
2028 | 2432 |
2433 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
2434 bigfloats briefly. | |
2435 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
2436 statement of minimum available precision and the examples. | |
2437 Document most-positive-fixnum and most-negative-fixnum. Add a | |
2438 pointer to the node "The Bignum Extension". | |
2439 (Float Basics): Document most-positive-float, most-negative-float, | |
2440 least-positive-float, least-positive-normalized-float, | |
2441 least-negative-float, and least-negative-normalized-float. Add a | |
2442 pointer to the node "The Bignum Extension". | |
2443 (Comparison of Numbers): Update for bignums. | |
2444 | |
2445 (The Bignum Extension): | |
2446 (Bignum Basics): | |
2447 (Ratio Basics): | |
2448 (Bigfloat Basics): | |
2449 (Contagion and Canonicalization): | |
2450 (Compatibility Issues): | |
2451 New nodes. | |
2452 | |
2453 * lispref/lispref.texi (Top): | |
2865 | 2454 * lispref/numbers.texi (Numbers): |
2028 | 2455 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. |
2456 | |
2457 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
2458 | |
2459 * lispref/specifiers.texi: Update FSF copyright. | |
2460 (Specifier Compatibility Notes): New node. | |
2461 | |
2462 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
2463 (Glyphs): | |
2464 (Native GUI Widgets): New node. | |
2465 | |
2466 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
2467 (Gutter): | |
2865 | 2468 (Gutter Intro): |
2469 (Creating Gutter): | |
2470 (Specifying a Gutter): | |
2028 | 2471 Pluralize node name to Creating Gutters. |
2472 (Creating Gutters): Improve explanation of gutter descriptors. | |
2473 (Other Gutter Variables): Remove extraneous text. | |
2474 (Common Gutter Widgets): In lieu of real documentation, at least | |
2475 point to gutter-items.el. | |
2476 | |
2069 | 2477 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
1987 | 2478 |
2479 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | |
2480 Thanks to Jerry James <james@xemacs.org>. | |
2481 | |
2482 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | |
2483 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as | |
2484 replacement section 5.3. | |
2485 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums. | |
2486 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings. | |
2487 (Q6.4.1) Correct @unnumberedsec heading. | |
2488 | |
1964 | 2489 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
2490 | |
2491 * XEmacs 21.5.17 "chayote" is released. | |
2492 | |
1920 | 2493 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
2494 | |
2495 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify | |
2496 that references, not the objects themselves, are what is marked. | |
2497 | |
1882 | 2498 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> |
2499 | |
2500 * lispref/specifiers.texi (Copyright): Update. | |
2501 | |
2502 (Creating Specifiers): Correct more instances of subject-verb | |
2503 disagreement. | |
2504 | |
1877 | 2505 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org> |
2506 | |
2507 * lispref/specifiers.texi (Specifier Instancing Functions): Fix | |
2508 typos, thanks to Ilpo Nyyssönen. | |
2509 | |
1875 | 2510 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
2511 | |
2512 * lispref/specifiers.texi (Specifier Instancing Functions): Add | |
2513 documentation of `specifier-matching-instance'. | |
2514 (Introduction to Specifiers): Fix typos. | |
2515 (Simple Specifier Usage): Cross-reference Toolbar Intro. | |
2516 (Creating Specifiers): | |
2517 (Specifier Instancing Functions): | |
2518 (Adding Specifications): | |
2519 Various improvements. Deprecate set-specifier a bit more. | |
2520 | |
1869 | 2521 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org> |
2522 | |
2523 * lispref/specifiers.texi (Specifier Examples): Add new example, | |
2524 pluralize node name and section title. | |
2525 (Specifiers): Pluralize "Specifier Examples" in menu. | |
2526 | |
2527 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu. | |
2528 | |
2529 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | |
2530 | |
2531 * xemacs-faq.texi: Fix Tony Rossini's address. | |
2532 | |
1833 | 2533 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> |
2534 | |
2535 * lispref/customize.texi (Defining New Types): New node. | |
2536 From Per Abrahamsen <abraham@dina.kvl.dk> | |
2537 | |
1755 | 2538 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> |
2539 | |
2540 * lispref/tips.texi (Comment Tips): Typo fix. | |
2541 | |
1738 | 2542 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
2543 | |
2544 * new-users-guide/custom2.texi (Init File): | |
2545 | |
2546 Fix up erroneous uses of @var instead of @code for the names of | |
2547 particular variables in programming languages. | |
2548 | |
2549 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> | |
2550 | |
2551 * custom.texi (The Init File): | |
2552 * xemacs-faq.texi (Q2.1.3): | |
2553 (Q2.1.5): | |
2554 | |
2555 * internals/internals.texi (Modules for Internationalization): | |
2556 | |
2557 * lispref/display.texi (Beeping): | |
2558 * lispref/ldap.texi (Encoder/Decoder Functions): | |
2559 * lispref/markers.texi (The Mark): | |
2560 (The Region): | |
2561 * lispref/menus.texi (Menu Accelerator Functions): | |
2562 * lispref/numbers.texi (Math Functions): | |
2563 * lispref/packaging.texi (package-info.in): | |
2564 (Makefile): | |
2565 (Local.rules File): | |
2566 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): | |
2567 (libpq Lisp Variables): | |
2568 (Synchronous Interface Functions): | |
2569 (Other libpq Functions): | |
2570 | |
2571 * new-users-guide/custom2.texi (Init File): | |
2572 (Setting Variables): | |
2573 * new-users-guide/files.texi (File Names): | |
2574 (Saving Files): | |
2575 * new-users-guide/search.texi (Search and Replace): | |
2576 | |
2577 * xemacs/custom.texi (X Resources): | |
2578 | |
2579 Fix up erroneous uses of @var instead of @code for the names of | |
2580 particular variables in programming languages. | |
2581 | |
2582 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org> | |
2583 | |
2584 * Makefile: Remove old package and redundant cruft. | |
2585 | |
1734 | 2586 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
2587 | |
2588 * lispref/mule.texi (Charset Property Functions): Charset registry | |
2589 can be set. | |
2590 (Predefined Charsets): Add registry to Vietnamese charset names. | |
2865 | 2591 |
1716 | 2592 2003-09-26 Steve Youngs <youngs@xemacs.org> |
2593 | |
2594 * XEmacs 21.5.16 "celeriac" is released. | |
2595 | |
1710 | 2596 2003-09-22 Adrian Aichner <adrian@xemacs.org> |
2597 | |
2598 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE | |
2599 argument for a cross reference to "The XEmacs User's Manual". | |
2600 | |
1709 | 2601 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
2602 | |
2603 * internals/internals.texi: Update copyright notice. | |
2604 (GCPROing): Add missing period. | |
2605 (Adding Global Lisp Variables): general.c -> general-slots.h. | |
2606 (A Reader's Guide to XEmacs Coding Conventions): New node. | |
2607 | |
1703 | 2608 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
2609 | |
2610 * xemacs/mini.texi (Minibuffer): Add customizing message display | |
2611 reference. | |
2612 * lispref/display.texi (Customizing Message Display): New, | |
2613 describe `redisplay-echo-area-function', | |
2614 `undisplay-echo-area-function', `minibuffer-echo-wait-function'. | |
2615 (The Echo Area): Add menu. | |
2616 | |
1702 | 2617 2003-09-19 Sandra Wambold <wambold@xemacs.org> |
2618 | |
2619 * Makefile: add targets to produce PDF files | |
2620 | |
1665 | 2621 2003-09-03 Steve Youngs <youngs@xemacs.org> |
2622 | |
2623 * XEmacs 21.5.15 "celery" is released. | |
2624 | |
1648 | 2625 2003-08-28 Steve Youngs <youngs@xemacs.org> |
2626 | |
2627 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to | |
2628 remove a package. | |
2629 (Q3.8.2): big-menubar is in the edit-utils package. | |
2630 (Q4.3.2): Add a comment about not needing TM for things like Gnus, | |
2631 MH-E and VM. | |
2632 (Q5.3.3): State correct location of ps-print.el. | |
2633 | |
2634 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu | |
2635 entry. | |
2636 (Package Terminology): Whitespace clean up. | |
2637 (Installing Packages): Whitespace clean up and add some @code | |
2865 | 2638 formatters. |
1648 | 2639 Re-organise the menu so that installation via PUI is first and |
2640 Sumo is last. | |
2641 (Automatically): mule-base is no longer a requirement for using | |
2642 PUI. | |
2643 Mention optionally requiring mailcrypt. | |
2644 (Note): Removed. | |
2645 (Manually): Move to below the PUI installation method. | |
2646 (Sumo): Move to below the manual installation method. | |
2647 (Which Packages): Add mailcrypt. | |
2648 (Building Packages): Remove duplicated stuff that is in | |
2649 lispref/packaging.texi, xref to it instead. | |
2650 (Local.rules File): xref to the appropriate node in | |
2865 | 2651 lispref/packaging.texi. |
1648 | 2652 (Available Packages): Update to current reality. |
2653 (all): Removed. | |
2654 (srckit): Removed. | |
2655 (binkit): Removed. | |
2865 | 2656 |
1648 | 2657 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. |
2658 | |
2659 * new-users-guide/custom2.texi (Init File): big-menubar.el is in | |
2660 the edit-utils package. | |
2661 | |
2662 * lispref/packaging.texi (Packaging): | |
2663 (The User View): | |
2664 (The Library Maintainer View): | |
2665 (Infrastructure): | |
2666 (Control Files): | |
2667 (Obtaining): | |
2668 (The Package Release Engineer View): | |
2669 (Package Terminology): | |
2670 (Building Packages): | |
2671 (Makefile Targets): | |
2672 (packages): New. | |
2673 (Local.rules File): | |
2674 (XEMACS_PACKAGES): Removed. | |
2675 (XEMACS_INSTALLED_PACKAGES_ROOT): New. | |
2676 (NONMULE_PACKAGES): New. | |
2677 (EXCLUDES): New. | |
2678 (Creating Packages): | |
2679 (BATCH): New. | |
2680 (VERSION): Removed. | |
2681 (AUTHOR_VERSION): Removed. | |
2682 (MAINTAINER): Removed. | |
2683 (PACKAGE): Removed. | |
2684 (PKG_TYPE): Removed. | |
2685 (REQUIRES): Removed. | |
2686 (CATEGORY): Removed. | |
2687 (ELS): Removed. | |
2688 (ELCS): Removed. | |
2689 (all): Removed. | |
2690 (srckit): Removed. | |
2691 (binkit): Removed. | |
2692 (are): New. | |
2693 (STANDARD_DOCS): New. | |
2694 (ELCS_1_DEST): New. | |
2695 (example): New. | |
2696 (PACKAGE_SUPPRESS): New. | |
2697 (EXPLICIT_DOCS): New. | |
2698 (DATA_DEST): New. | |
2699 (Documenting Packages): | |
2700 | |
2701 Not quite a total rewrite, but a fairly thorough audit | |
2702 nonetheless. | |
2703 | |
1620 | 2704 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> |
2705 | |
2706 * lispref/display.texi (Invisible Text): | |
2707 mention line-move-ignore-invisible. | |
2708 * lispref/extents.texi (Extent Properties): | |
2709 end-glyph will still be displayed when invisible is set. | |
2710 * lispref/extents.texi (Extents and Events): | |
2711 only begin-glyph is highlighted. | |
2712 | |
1616 | 2713 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
2714 | |
2715 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. | |
2716 | |
1613 | 2717 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
2718 | |
2719 * lispref/packaging.texi (Creating Packages): | |
2720 * xemacs/packages.texi (Creating Packages): | |
2721 Style guideline for package-info.in description. | |
2722 | |
1554 | 2723 2003-06-30 Vin Shelton <acs@xemacs.org> |
2724 | |
2725 * lispref/lists.texi (List-related Predicates): Add @end defun. | |
2726 | |
1549 | 2727 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> |
2728 | |
2729 * xemacs-faq.texi (Q3.2.2): Fix typo. | |
2730 | |
2731 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2732 | |
2733 * lispref/objects.texi (Character Type): Document ?\x00 read | |
2734 syntax and range limitations on ?\000 and ?\x00 read syntaxes. | |
2735 | |
2736 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2737 | |
2738 * lispref/lists.texi (List-related Predicates): Document | |
2739 `true-list-p', and reference it from `listp'. | |
2740 | |
1510 | 2741 2003-06-01 Steve Youngs <youngs@xemacs.org> |
2742 | |
2743 * XEmacs 21.5.14 "cassava" is released. | |
2744 | |
1496 | 2745 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
2746 | |
2747 * internals/internals.texi (Searching and Matching): New node. | |
2748 | |
1495 | 2749 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
2750 | |
2751 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption. | |
2752 (Legacy Versions): New section. | |
2753 (Q8.0.1): New question. | |
2754 | |
2755 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2756 | |
2757 * lispref/searching.texi (Regexp Search): Update split-string for | |
2758 new specification. | |
2759 | |
2760 * lispref/strings.texi (Creating Strings): Xref split-string | |
2761 (this is where GNU Emacs documents it). | |
2762 | |
1473 | 2763 2003-05-10 Steve Youngs <youngs@xemacs.org> |
2764 | |
2765 * XEmacs 21.5.13 "cauliflower" is released. | |
2766 | |
1468 | 2767 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
2768 | |
2769 * lispref/searching.texi (Match Data): Failed match preserves data. | |
2770 | |
1441 | 2771 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
2772 | |
2773 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. | |
2774 | |
1431 | 2775 2003-04-24 Steve Youngs <youngs@xemacs.org> |
2776 | |
2777 * XEmacs 21.5.12 "carrot" is released. | |
2778 | |
1389 | 2779 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
2780 | |
2781 * xemacs/frame.texi (XEmacs under X): | |
2782 * xemacs-faq.texi: | |
2783 Global substitute .Xresources for .Xdefaults. | |
1386 | 2784 |
2785 * xemacs-faq.texi (Q3.2.2): `default' is also a face. | |
2786 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule. | |
2787 Suggested by Janis Dzerins <jonis@dir.lv>. | |
2788 | |
1366 | 2789 2003-03-20 Steve Youngs <youngs@xemacs.org> |
2790 | |
2791 * xemacs/packages.texi (Automatically): Refer to | |
2792 'pui-set-local-package-get-directory' instead of | |
2865 | 2793 'pui-add-install-directory'. |
1366 | 2794 Remove comment about PGP not being intergrated into PUI. |
2795 Document balloon-help in PUI. | |
2796 Add heading "Keeping Packages Up To Date". | |
2797 (Building Packages): makeinfo 4.2 is required. | |
2798 | |
1362 | 2799 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
2800 | |
2801 * xemacs/frame.texi (Gutter Basics): Describe common options for | |
2802 buffers tab control. | |
2803 | |
1353 | 2804 2003-03-11 Adrian Aichner <adrian@xemacs.org> |
2805 | |
2806 * cl.texi: Change incorrect references to GNU where XEmacs is | |
2807 appropriate. | |
2808 | |
1347 | 2809 2003-03-09 Ben Wing <ben@xemacs.org> |
2810 | |
2811 * widget.texi (Defining New Widgets): | |
2812 Fix Turnbull typos. | |
2813 | |
1339 | 2814 2003-03-02 Stephen Turnbull <stephen@xemacs.org> |
2815 | |
2816 * widget.texi (Defining New Widgets): | |
2817 Document `widget-create-child', `widget-create-child-and-convert', | |
2818 and `widget-create-child-value'. Document the `:copy' method. | |
2819 Improve discussion of the `:convert-widget' method. | |
2820 | |
1333 | 2821 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
2822 | |
2823 * internals/internals.texi (XEmacs From the Perspective of Building): | |
2824 Fix typo. | |
2825 (Build-Time Dependencies): New node. | |
2826 | |
1307 | 2827 2003-02-16 Steve Youngs <youngs@xemacs.org> |
2828 | |
2829 * XEmacs 21.5.11 "cabbage" is released. | |
2830 | |
1288 | 2831 2003-02-11 Adrian Aichner <adrian@xemacs.org> |
2832 | |
2833 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user | |
2834 manual. | |
2835 | |
1263 | 2836 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
2837 | |
2838 * internals/internals.texi (Top): | |
2839 (Buffers and Textual Representation): | |
2840 Fix up white space in menu. | |
2841 (Character-Related Data Types): | |
2842 (Conversion to and from External Data): | |
2843 (Format of the Extent Info): | |
2844 Pedantic grammatical nits. | |
2845 | |
1261 | 2846 2003-02-05 Ben Wing <ben@xemacs.org> |
2847 | |
2848 * lispref/mule.texi (Internationalization Terminology): | |
2849 Lots of Mule rewriting. | |
2850 | |
2851 2003-02-05 Ben Wing <ben@xemacs.org> | |
2852 | |
2853 * internals/internals.texi (Top): | |
2854 * internals/internals.texi (Coding for Mule): | |
2855 * internals/internals.texi (Character-Related Data Types): | |
2856 * internals/internals.texi (Working With Character and Byte Positions): | |
2857 * internals/internals.texi (Conversion to and from External Data): | |
2858 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2859 * internals/internals.texi (An Example of Mule-Aware Code): | |
2860 * internals/internals.texi (Mule-izing Code): | |
2861 * internals/internals.texi (help): New. | |
2862 * internals/internals.texi (Buffers and Textual Representation): | |
2863 * internals/internals.texi (The Text in a Buffer): | |
2864 * internals/internals.texi (Markers and Extents): | |
2865 * internals/internals.texi (MULE Character Sets and Encodings): | |
2866 * internals/internals.texi (Lstream Functions): | |
2867 * internals/internals.texi (Lstream Methods): | |
2868 * internals/internals.texi (Format of the Extent Info): | |
2869 * internals/internals.texi (Mathematics of Extent Ordering): | |
2870 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and | |
2871 lots of Mule rewriting. | |
2872 | |
1258 | 2873 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
2874 | |
2875 * xemacs/startup.texi (Startup Paths): Clarification of package | |
2876 hierarchy structure. | |
2877 | |
2878 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW. | |
2879 (Q2.1.15): Stylistic changes for clarity. | |
2880 | |
1251 | 2881 2003-02-03 Steve Youngs <youngs@xemacs.org> |
2882 | |
2883 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's | |
2884 recent dabble into the packages. | |
2885 | |
1187 | 2886 2003-01-04 Steve Youngs <youngs@xemacs.org> |
2887 | |
2888 * XEmacs 21.5.10 "burdock" is released. | |
2889 | |
1188 | 2890 2003-01-04 Steve Youngs <youngs@xemacs.org> |
2891 | |
2892 * lispref/mule.texi (Charset Unification): Menu item "Internals" | |
2893 should be "Unification Internals". | |
2894 | |
1183 | 2895 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> |
2896 | |
2897 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout. | |
2898 | |
2899 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> | |
2900 | |
2901 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing. | |
2902 (Q2.0.6): Mention union type bugs. | |
2903 (Q2.1.1): Debugging HOWTO improvements. | |
2904 (Q2.1.15): Decoding Lisp objects in the debugger. | |
2905 | |
2906 * widget.texi (Widget Internals): New node. | |
2907 (Top): Add menu item for it. | |
2908 | |
2909 * xemacs/xemacs.texi (Top): Better short description of Mule in | |
2910 menu. Mule submenu. | |
2911 | |
2912 Charset unification docs. What a concept---commit docs first! | |
2913 | |
2914 * lispref/mule.texi (MULE): Add Unification and Tables menu entries. | |
2915 (Unicode Support): Fixup next node. | |
2916 (Charset Unification): | |
2917 (Overview): | |
2918 (Usage): | |
2919 (Basic Functionality): | |
2920 (Interactive Usage): | |
2921 (Configuration): | |
2922 (Theory of Operation): | |
2923 (What Unification Cannot Do for You): | |
2924 (Unification Internals): | |
2925 (Charsets and Coding Systems): | |
2926 New nodes. | |
2927 | |
2928 * xemacs/mule.texi (Mule): Menu items for Unification and Tables. | |
2929 (Recognize Coding): | |
2930 (Specify Coding): | |
2931 Fixup next and previous pointers. | |
2932 (Unification): | |
2933 (Unification Overview): | |
2934 (Unification Usage): | |
2935 (Unification Configuration): | |
2936 (Unification FAQs): | |
2937 (Unification Theory): | |
2938 (What Unification Cannot Do for You): | |
2939 (Charsets and Coding Systems): | |
2940 New nodes. | |
2941 | |
2942 2002-12-17 Stephen Turnbull <stephen@xemacs.org> | |
2943 | |
2944 * widget.texi (Widget Wishlist): Typo. | |
2945 (Defining New Widgets): s/widget-define/define-widget/g. | |
2946 | |
2947 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
2948 | |
2949 * internals/internals.texi (Regression Testing XEmacs): Hints for | |
2950 test design. | |
2951 | |
1143 | 2952 2002-10-29 Ville Skyttä <scop@xemacs.org> |
2953 | |
2954 * xemacs-faq.texi (Top): | |
2955 The canonical location for FAQ on the website is /FAQ/. | |
2956 | |
1142 | 2957 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru> |
2958 | |
2959 * xemacs/custom.texi (Face Customization): | |
2960 (Faces): | |
2961 Document face-frob-from-locale-first variable. | |
2962 | |
1138 | 2963 2002-12-03 Didier Verna <didier@xemacs.org> |
2964 | |
2965 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7. | |
2966 | |
2967 2002-12-03 Didier Verna <didier@xemacs.org> | |
2968 | |
2969 * lispref/specifiers.texi (Introduction to Specifiers): fix case | |
2970 spelling of `Buffer-Local Variables' crossref. | |
2971 | |
1137 | 2972 2002-12-03 Didier Verna <didier@xemacs.org> |
2973 | |
2974 * xemacs/custom.texi (Faces): document | |
2975 `set-face-background-pixmap-file'. | |
2976 | |
2977 2002-12-03 Didier Verna <didier@xemacs.org> | |
2978 | |
2979 * lispref/faces.texi (Face Convenience Functions): ditto. | |
2980 * lispref/glyphs.texi (Creating Glyphs): reference it. | |
2981 | |
1135 | 2982 2002-11-29 Stephen Turnbull <stephen@xemacs.org> |
2983 | |
2984 * lispref/specifiers.texi (Simple Specifier Usage): New node. | |
2985 (Specifiers): Adjust node pointers. | |
2986 (Simple Specifier Usage): Revise. Adjust node pointers. | |
2987 | |
2988 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example. | |
2989 | |
2990 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
2991 | |
2992 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII. | |
2993 (Q3.5.7, Q1.3.3): Cross-reference it. | |
2994 | |
2995 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
2996 | |
2997 * xemacs-faq.texi (Q2.1.1): Mention bug report commands. | |
2998 (Q2.0.9): Note how out-of-date the entry is. | |
2999 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update. | |
3000 (Q1.2.1): Fix typo. | |
3001 | |
3002 * internals/internals.texi (Regression Testing XEmacs): Thorough | |
3003 rewrite, documenting macros explicitly. | |
3004 | |
3005 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org> | |
1103 | 3006 |
3007 * lispref/compile.texi (Compilation Options): New node. | |
3008 (Byte Compilation): Add it to menu. | |
3009 (Compilation Functions): Minor mods. | |
3010 (Docs and Compilation): | |
3011 (Dynamic Loading): | |
3012 Document some variable defaults. | |
3013 | |
1135 | 3014 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
1096 | 3015 |
3016 * internals/internals.texi (Low-Level Modules): Add urefs to Doug | |
3017 Lea's and Wolfram Gloger's home pages. | |
3018 | |
1135 | 3019 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
1058 | 3020 |
3021 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. | |
3022 (Q6.1.4): Document cygXpm-noX. | |
3023 | |
1030 | 3024 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org> |
3025 | |
3026 * xemacs/packages.texi (Available Packages): Add fortran-modes, | |
3027 perl-modes, psgml-dtds, python-modes and ruby-modes. | |
3028 Some consistency tweaks. | |
3029 | |
1026 | 3030 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org> |
3031 | |
3032 * lispref/variables.texi (add-to-list): Document the new | |
3033 (optional) append argument. | |
3034 | |
1024 | 3035 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
3036 | |
3037 * internals/internals.texi (Techniques for XEmacs Developers): | |
3038 More performance optimization hints. | |
3039 (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3040 Describe syntax code internals. | |
3041 | |
3042 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". | |
3043 (Syntax Class Table): Deprecate SPC as whitespace designator. | |
3044 (Syntax Flags): Rewrite for `8-bit' comment syntax flags. | |
3045 | |
981 | 3046 2002-08-30 Steve Youngs <youngs@xemacs.org> |
3047 | |
3048 * XEmacs 21.5.9 "brussels sprouts" is released. | |
3049 | |
973 | 3050 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
3051 | |
3052 * internals/internals.texi (Regression Testing XEmacs): Document | |
3053 how to skip and warn about tests that depend on packages. | |
3054 | |
967 | 3055 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3056 |
967 | 3057 * internals/internals.texi (Regression Testing XEmacs): Fix typo. |
3058 | |
965 | 3059 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3060 |
965 | 3061 * internals/internals.texi (GCPROing): Add comment on GCPRO. |
3062 (Regression Testing XEmacs): New node. | |
3063 (Modules for Regression Testing): New node. | |
3064 | |
959 | 3065 2002-08-12 Simon Josefsson <jas@extundo.com> |
3066 | |
3067 * lispref/building.texi (Pure Storage): purecopy is a no-op. | |
3068 | |
955 | 3069 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org> |
3070 | |
3071 * xemacs/packages.texi (Available Packages): Bring up to date. | |
3072 | |
947 | 3073 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org> |
3074 | |
3075 * xemacs/packages.texi (Available Packages): | |
3076 Bring package list up to date, thanks also to Brian Palmer. | |
3077 | |
936 | 3078 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> |
3079 | |
3080 * term.texi (Input to the inferior): Fix term line/char mode | |
3081 switch keybindings. Kudos to Jacob P. Burckhardt. | |
3082 | |
3083 * xemacs/misc.texi (Term Mode): Ditto. | |
3084 | |
933 | 3085 2002-07-27 Steve Youngs <youngs@xemacs.org> |
3086 | |
3087 * XEmacs 21.5.8 "broccoli" is released. | |
3088 | |
918 | 3089 2002-07-06 Adrian Aichner <adrian@xemacs.org> |
3090 | |
3091 * new-users-guide/custom1.texi (Customizing key Bindings): Fix | |
3092 improper use of indef. art. "a". | |
3093 | |
3094 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3095 | |
3096 * lispref/commands.texi (Peeking and Discarding): Ditto. | |
3097 * lispref/customize.texi (Type Keywords): Ditto. | |
3098 * lispref/dragndrop.texi (Drop Interface): Ditto. | |
3099 | |
3100 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3101 | |
3102 * termcap.texi (Clearing): Ditto. | |
3103 * widget.texi (User Interface): Ditto. | |
3104 * widget.texi (Basic Types): Ditto. | |
3105 * widget.texi (group): Ditto. | |
3106 | |
901 | 3107 2002-07-05 Adrian Aichner <adrian@xemacs.org> |
3108 | |
3109 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of | |
3110 indef. art. "an". | |
3111 | |
3112 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3113 | |
3114 * lispref/control.texi (Processing of Errors): Ditto. | |
3115 * lispref/mule.texi (ISO 2022): Ditto. | |
3116 * lispref/packaging.texi (Package Terminology): Ditto. | |
3117 * lispref/text.texi (Transformations): Ditto. | |
3118 | |
3119 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3120 | |
3121 * termcap.texi (Naming): Ditto. | |
3122 * texinfo.texi (itemize): Ditto. | |
3123 * texinfo.texi (Tips): Ditto. | |
3124 * widget.texi (Introduction): Ditto. | |
3125 * widget.texi (group): Ditto. | |
3126 | |
894 | 3127 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3128 | |
3129 * XEmacs 21.5.7 "broccoflower" is released. | |
3130 | |
892 | 3131 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3132 | |
3133 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): | |
3134 New "killing is slow" FAQ and link updates. | |
3135 | |
880 | 3136 2002-06-17 Jerry James <james@xemacs.org> |
3137 | |
3138 * emodules.texi (Loading other Modules): Describe why we do not | |
3139 use RTLD_GLOBAL. | |
3140 | |
873 | 3141 2002-06-20 Adrian Aichner <adrian@xemacs.org> |
3142 | |
3143 * xemacs/mule.texi (Language Environments): Typo fix suggested by | |
3144 Frank Schmitt. | |
3145 | |
871 | 3146 2002-06-11 Adrian Aichner <adrian@xemacs.org> |
3147 | |
3148 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el | |
3149 (found by linklint) with Google's help. | |
3150 | |
3151 2002-05-25 Adrian Aichner <adrian@xemacs.org> | |
3152 | |
3153 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. | |
3154 | |
868 | 3155 2002-06-05 Ben Wing <ben@xemacs.org> |
3156 | |
3157 * internals/internals.texi (Top): | |
3158 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3159 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3160 * internals/internals.texi (Major Textual Changes): | |
3161 * internals/internals.texi (Great Integral Type Renaming): | |
3162 * internals/internals.texi (Text/Char Type Renaming): | |
3163 * internals/internals.texi (files): New. | |
3164 | |
863 | 3165 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
3166 | |
3167 * custom.texi (The Init File): Rewrite completely. | |
3168 | |
3169 2002-03-19 Adrian Aichner <adrian@xemacs.org> | |
3170 | |
3171 * widget.texi (constants): Typo fix. | |
3172 | |
3173 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org> | |
3174 | |
3175 * external-widget.texi (External Client Widget Internals): New node. | |
3176 | |
3177 2001-11-15 Darryl Okahata <darrylo@xemacs.org> | |
3178 | |
3179 * lispref/glyphs.texi: | |
3180 lispref/lispref.texi: Add examples of how to insert graphics into a | |
3181 buffer. | |
1137 | 3182 |
863 | 3183 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org> |
3184 | |
3185 * xemacs/packages.texi (Packages): | |
3186 (Package Terminology): | |
3187 Carefully distinguish libraries and packages. | |
3188 (Package Terminology): | |
3189 More careful definitions of ``category'' and ``distribution.'' | |
3190 Use ``generic'' instead of ``normal'' (N.B. package tools use | |
3191 ``standard''.) | |
3192 (Installing Packages): | |
3193 Use @var to mark variable version strings, not @t or <>. | |
3194 (Sumo): | |
3195 Add disk space estimate when unpacked. | |
3196 | |
3197 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
3198 | |
3199 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3200 | |
3201 2002-02-01 Steve Youngs <youngs@xemacs.org> | |
3202 | |
3203 * xemacs/packages.texi (Removing Packages): The interactive | |
3204 function is 'package-get-delete-package'. | |
3205 | |
3206 2001-11-27 Adrian Aichner <adrian@xemacs.org> | |
3207 | |
3208 * xemacs-faq.texi: Hyperlink fixes. | |
1137 | 3209 |
863 | 3210 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3211 | |
3212 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3213 | |
3214 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3215 | |
3216 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3217 | |
3218 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3219 | |
3220 * xemacs/files.texi (Files): | |
3221 (File Names): | |
3222 Document remote file editing, refer to EFS and TRAMP. | |
3223 | |
861 | 3224 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
3225 | |
3226 * lispref/packaging.texi (package-info.in Fields): Typo fix. | |
3227 | |
836 | 3228 2002-05-11 Adrian Aichner <adrian@xemacs.org> |
3229 | |
3230 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and | |
3231 Trouble Shooting". | |
3232 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation | |
3233 menu. | |
3234 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. | |
3235 * xemacs-faq.texi (Q2.0.15): New. | |
3236 | |
824 | 3237 2002-05-01 Steve Youngs <youngs@xemacs.org> |
3238 | |
3239 * xemacs/packages.texi (Automatically): Don't mention "Options" | |
3240 menu. | |
3241 (Installing Packages): Don't mention getting list of packages via | |
1137 | 3242 customize. |
824 | 3243 |
804 | 3244 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
3245 | |
3246 * XEmacs 21.5.6 "bok choi" is released. | |
3247 | |
802 | 3248 2002-04-03 Ben Wing <ben@xemacs.org> |
3249 | |
3250 * internals/internals.texi (Top): | |
3251 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3252 * internals/internals.texi (Techniques for XEmacs Developers): | |
3253 * internals/internals.texi (CVS Techniques): | |
3254 * internals/internals.texi (Merging a Branch into the Trunk): | |
3255 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
3256 Add section on correctly merging a branch back into the trunk. | |
3257 | |
785 | 3258 2002-03-19 Adrian Aichner <adrian@xemacs.org> |
3259 | |
3260 * widget.texi (constants): Typo fix. | |
3261 | |
778 | 3262 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
3263 | |
3264 * cl.texi (Sequence Basics): Avoid splitting link over two lines, | |
3265 which makes cygwin texinfo 4.0 unhappy. | |
3266 | |
776 | 3267 2002-03-15 Ben Wing <ben@xemacs.org> |
3268 | |
3269 * Makefile (new-users-guide-srcs): | |
3270 * Makefile (extraclean): | |
3271 Use -no-packages to avoid problems with package files shadowing | |
3272 core files (e.g. unicode.el in mule-ucs). | |
3273 | |
775 | 3274 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
3275 | |
3276 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}. | |
3277 | |
1137 | 3278 * lispref/mule.texi (Unicode Support): |
775 | 3279 * xemacs/custom.texi (Behaviors): |
3280 * lispref/customize.texi (Enabling Behavior): | |
3281 New nodes. | |
3282 | |
774 | 3283 2002-03-12 Ben Wing <ben@xemacs.org> |
3284 | |
3322 | 3285 * The Great Mule Merge of March 2002: |
3286 see node by that name in the Internals Manual. | |
774 | 3287 |
768 | 3288 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
3289 | |
3290 * XEmacs 21.5.5 "beets" is released. | |
3291 | |
761 | 3292 2002-03-01 Jeff Miller <jmiller@cablespeed.com> |
3293 | |
3294 * lispref/packaging.texi (The User View, The Library Maintainer | |
3295 View, The Package Release Engineer View): Remove apostrophes. | |
3296 * lispref/lispref.texi (The User View, The Library Maintainer | |
3297 View, The Package Release Engineer View): Remove apostrophes. | |
3298 | |
759 | 3299 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
3300 | |
3301 * lispref/packaging.texi (The User View, The Library Maintainer | |
3302 View, The Package Release Engineer View): Remove apostrophes. | |
3303 | |
755 | 3304 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
3305 | |
3306 * external-widget.texi | |
3307 (Example Program Using the External Client Widget): Fix braces. | |
3308 From Mats Lidell <matsl@contactor.se>. | |
3309 | |
753 | 3310 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org> |
3311 | |
3312 * external-widget.texi | |
3313 (Example Program Using the External Client Widget): Fix | |
3314 documentation to explain needed resource settings. | |
3315 | |
752 | 3316 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
3317 | |
3318 * lispref/packaging.texi (Documenting Packages): New node. | |
3319 (Makefile Variables): Fix typo per Steve Youngs. | |
3320 | |
750 | 3321 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org> |
3322 | |
3323 * external-widget.texi | |
3324 (Example Program Using the External Client Widget): New node. | |
3325 | |
3326 * lispref/packaging.texi (Documenting Packages): New node. | |
3327 | |
749 | 3328 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org> |
3329 | |
3330 * lispref/packaging.texi (Makefile Variables): Document GENERATED | |
3331 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms. | |
3332 | |
745 | 3333 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
3334 | |
3335 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3336 | |
742 | 3337 2001-01-24 Adrian Aichner <adrian@xemacs.org> |
3338 | |
3339 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3340 | |
741 | 3341 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3342 | |
3343 * xemacs/files.texi (Files): | |
3344 (File Names): | |
3345 Document remote file editing, refer to EFS and TRAMP. | |
3346 | |
3347 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3348 | |
3349 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3350 | |
3351 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3352 | |
3353 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3354 | |
737 | 3355 2002-02-01 Steve Youngs <youngs@xemacs.org> |
3356 | |
3357 * xemacs/packages.texi (Removing Packages): The interactive | |
3358 function is 'package-get-delete-package'. | |
3359 | |
725 | 3360 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
3361 | |
3362 * XEmacs 21.5.4 "bamboo" is released. | |
3363 | |
724 | 3364 2001-11-15 Darryl Okahata <darrylo@xemacs.org> |
3365 | |
3366 * glyphs.texi: | |
3367 lispref.texi: Add examples of how to insert graphics into a | |
3368 buffer. | |
1137 | 3369 |
721 | 3370 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
3371 | |
3372 * emodules.texi: Add missing direntry, reword "dynamic loadable" | |
3373 to "dynamically loadable". | |
3374 * external-widget.texi: Add missing direntry. | |
3375 | |
709 | 3376 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
3377 | |
3378 * xemacs/programs.texi: Etags update from Francesco. | |
3379 | |
704 | 3380 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu> |
3381 | |
3382 * xemacs/programs.texi (Tags): Add node name to Ebrowse | |
3383 cross reference. | |
3384 | |
696 | 3385 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
3386 | |
3387 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for | |
3388 the benefit of HTML online docs. | |
3389 | |
3390 2001-12-15 Adrian Aichner <adrian@xemacs.org> | |
3391 | |
3392 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and | |
3393 @chapter agree with new title. | |
3394 | |
694 | 3395 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
3396 | |
3397 * lispref/packaging.texi (The User's View): | |
3398 Correct description of man subdirectory. | |
3399 | |
3400 (The Package Release Engineer's View): | |
3401 (package-compile.el): | |
3402 Change hazmat to useful documentation. | |
3403 | |
3404 (Issues): | |
3405 Hazmat removal. | |
3406 | |
693 | 3407 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
3408 | |
3409 * lispref/packaging.texi: New file. | |
3410 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. | |
3411 Include packaging.texi. | |
3412 * lispref/intro.texi (Introduction): Next -> Packaging. | |
3413 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. | |
3414 * Makefile (lispref-srcs): Depend on lispref/packaging.texi. | |
1137 | 3415 |
675 | 3416 2001-11-26 Adrian Aichner <adrian@xemacs.org> |
3417 | |
3418 * xemacs-faq.texi (Top): Remove duplicate node "Introduction". | |
3419 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely. | |
3420 * xemacs-faq.texi (Q7.0.3): Ditto. | |
3421 | |
3422 2001-11-26 Adrian Aichner <adrian@xemacs.org> | |
3423 | |
3424 * external-widget.texi: Add @settitle to this stand-alone | |
3425 document. | |
3426 | |
3427 2001-11-25 Adrian Aichner <adrian@xemacs.org> | |
3428 | |
3429 * Makefile: Add rule to produce html from texi sources (currently | |
3430 using texi2html). | |
3431 * Makefile (HTMLDIR): New. | |
3432 * Makefile (html_files): New. | |
3433 * Makefile (html): New target. | |
3434 | |
662 | 3435 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3436 | |
3437 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I | |
3438 got from Gregory Neil Shapiro. | |
3439 | |
661 | 3440 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3441 | |
3442 * xemacs-faq.texi (Q1.3.7): Update moved link. | |
3443 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to | |
3444 avoid HTML error in texi2html translation. | |
3445 | |
660 | 3446 2001-09-15 Adrian Aichner <adrian@xemacs.org> |
3447 | |
3448 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, | |
3449 infodock.com is no more. | |
3450 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. | |
3451 | |
3452 2001-09-15 Adrian Aichner <adrian@xemacs.org> | |
3453 | |
3454 * xemacs-faq.texi (Q4.6.1): | |
3455 | |
658 | 3456 2001-09-09 Adrian Aichner <adrian@xemacs.org> |
3457 | |
3458 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested | |
3459 by Robin S. Socha. | |
3460 | |
654 | 3461 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
3462 | |
3463 * XEmacs 21.5.3 "asparagus" is released. | |
3464 | |
652 | 3465 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org> |
3466 | |
3467 * widget.texi (Basic Types, Defining New Widgets): | |
3468 Distinguish between :action and :notify. | |
3469 | |
641 | 3470 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
3471 | |
3472 * XEmacs 21.5.2 "artichoke" is released. | |
3473 | |
635 | 3474 2001-07-25 Jim Horning <jim.horning@lmco.com> |
3475 | |
3476 * xemacs/packages.texi (Package Terminology): | |
3477 * xemacs/packages.texi (Automatically): | |
3478 In itemize and enumerate lists @item should be on it's own line. | |
3479 | |
626 | 3480 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3481 | |
3482 * xemacs-faq.texi (Q1.0.14): Update information following a | |
3483 request by Tom Mostyn. | |
3484 | |
625 | 3485 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3486 | |
3487 * lispref\windows.texi (Window Configurations): Fix typos. | |
3488 * lispref\x-windows.texi (Resources): Ditto. | |
3489 | |
3490 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3491 | |
3492 * internals\internals.texi (XEmacs From the Inside): Ditto. | |
3493 | |
3494 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3495 | |
3496 * emodules.texi (Initialization Mode): Ditto. | |
3497 * xemacs-faq.texi (Q6.3.2): Ditto. | |
3498 | |
613 | 3499 2001-06-10 Ben Wing <ben@xemacs.org> |
3500 | |
3501 * xemacs-faq.texi (Q1.0.10): | |
3502 * xemacs-faq.texi (Q1.0.11): | |
3503 * xemacs-faq.texi (Q1.0.12): | |
3504 Update sections on Windows and MacOS availability. | |
3505 | |
611 | 3506 2001-06-08 Ben Wing <ben@xemacs.org> |
3507 | |
3508 * xemacs-faq.texi (Top): | |
3509 * xemacs-faq.texi (MS Windows): | |
3510 * xemacs-faq.texi (Q6.2.1): | |
3511 * xemacs-faq.texi (Q6.2.2): | |
3512 * xemacs-faq.texi (Q6.2.3): | |
3513 * xemacs-faq.texi (Q6.2.4): | |
3514 * xemacs-faq.texi (Q6.2.5): | |
3515 * xemacs-faq.texi (Q6.3.1): | |
3516 * xemacs-faq.texi (Q6.3.2): | |
3517 * xemacs-faq.texi (Q6.3.3): | |
3518 * xemacs-faq.texi (Q6.3.4): | |
3519 * xemacs-faq.texi (Q6.4.1): | |
3520 * xemacs-faq.texi (Q6.4.2): | |
3521 * xemacs-faq.texi (Current Events): | |
3522 * xemacs-faq.texi (Q7.0.1): | |
3523 * xemacs-faq.texi (Q7.0.2): | |
3524 * xemacs-faq.texi (Q7.0.3): | |
3525 * xemacs-faq.texi (Q7.0.4): | |
3526 * xemacs-faq.texi (Q7.0.5): | |
3527 * xemacs-faq.texi (Q7.0.6): | |
3528 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 | |
3529 to update current reality and add condensed versions of | |
3530 new changes for 21.1 and 21.4. (Not quite done for 21.4.) | |
3531 Lots more Windows updates. | |
3532 | |
600 | 3533 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru> |
3534 | |
3535 * xemacs/custom.texi: Documented keyboard shortcut. | |
3536 | |
3537 * xemacs/mule.texi: Updated to match reality; tiny fixes. | |
3538 | |
593 | 3539 2001-05-30 Ben Wing <ben@xemacs.org> |
3540 | |
3541 * xemacs-faq.texi (Top): | |
3542 * xemacs-faq.texi (MS Windows): | |
3543 * xemacs-faq.texi (Q6.0.1): | |
3544 * xemacs-faq.texi (Q6.0.2): | |
3545 * xemacs-faq.texi (Q6.0.3): | |
3546 * xemacs-faq.texi (Q6.0.4): | |
3547 * xemacs-faq.texi (Q6.1.1): | |
3548 * xemacs-faq.texi (Q6.1.4): | |
3549 * xemacs-faq.texi (Q6.1.5): | |
3550 * xemacs-faq.texi (Q6.1.6): | |
3551 * xemacs-faq.texi (Q6.2.1): | |
3552 * xemacs-faq.texi (Q6.2.2): | |
3553 * xemacs-faq.texi (Q6.3.1): | |
3554 * xemacs-faq.texi (Q6.3.2): | |
3555 * xemacs-faq.texi (Q6.3.3): | |
3556 * xemacs-faq.texi (Q6.4.1): | |
3557 * xemacs-faq.texi (Current Events): | |
3558 Major rewrite. | |
3559 Update all MS Windows info to current. | |
3560 Redo section 6.1 almost completely. | |
3561 Incorporate sections 1 and 2 of Hrvoje's FAQ. | |
3562 | |
563 | 3563 2001-05-24 Ben Wing <ben@xemacs.org> |
3564 | |
3565 * xemacs-faq.texi (Top): | |
3566 * xemacs-faq.texi (Installation): | |
3567 * xemacs-faq.texi (Q2.1.15): | |
3568 * xemacs-faq.texi (Q2.1.18): | |
3569 * xemacs-faq.texi (Q2.1.19): | |
3570 document how to debug X errors | |
1137 | 3571 |
540 | 3572 2001-05-15 Steve Youngs <youngs@xemacs.org> |
3573 | |
3574 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. | |
3575 (Creating Packages): Ditto. | |
3576 (Available Packages): Ditto. | |
3577 | |
522 | 3578 2001-05-09 Martin Buchholz <martin@xemacs.org> |
3579 | |
3580 * XEmacs 21.5.1 "anise" is released. | |
3581 | |
511 | 3582 2001-05-07 Martin Buchholz <martin@xemacs.org> |
3583 | |
3584 * make-stds.texi: Support makeinfo 3.12 | |
3585 | |
485 | 3586 2001-04-26 John H. Palmieri <palmieri@math.washington.edu> |
3587 | |
3588 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist | |
3589 rather than default-frame-alist. | |
3590 | |
479 | 3591 2001-04-15 Ben Wing <ben@xemacs.org> |
3592 | |
3593 * xemacs-faq.texi (Q1.0.1): | |
3594 * xemacs-faq.texi (Q1.0.2): | |
3595 Rewrite description of XEmacs to match what's on web page, | |
3596 in about.el. | |
3597 | |
472 | 3598 2001-04-18 Martin Buchholz <martin@xemacs.org> |
3599 | |
3600 * XEmacs 21.5.0 "alfalfa" is released. | |
3601 | |
464 | 3602 2001-03-30 Ben Wing <ben@xemacs.org> |
3603 | |
3604 * internals\internals.texi: | |
3605 * internals\internals.texi (Top): | |
3606 * internals\internals.texi (Lucid Emacs): | |
3607 * internals\internals.texi (XEmacs): | |
3608 * internals\internals.texi (XEmacs From the Outside): | |
3609 Bump version to 1.4 and fix this everywhere. Document all | |
3610 XEmacs releases up through 21.2.46. | |
3611 | |
3612 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3613 | |
3614 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save | |
3615 result of INSERT in R in pq-cmd-status example. | |
3616 | |
462 | 3617 2001-03-21 Martin Buchholz <martin@xemacs.org> |
3618 | |
3619 * XEmacs 21.2.46 "Urania" is released. | |
3620 | |
3621 2001-03-08 Ben Wing <ben@xemacs.org> | |
3622 | |
3623 * internals\internals.texi (Top): | |
3624 * internals\internals.texi (A History of Emacs): | |
3625 * internals\internals.texi (Through Version 18): | |
3626 * internals\internals.texi (Lucid Emacs): | |
3627 * internals\internals.texi (GNU Emacs 19): | |
3628 * internals\internals.texi (GNU Emacs 20): | |
3629 * internals\internals.texi (XEmacs From the Outside): | |
3630 * internals\internals.texi (The Lisp Language): | |
3631 * internals\internals.texi (XEmacs From the Perspective of Building): | |
3632 * internals\internals.texi (XEmacs From the Inside): | |
3633 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3634 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
3635 * internals\internals.texi (Rules When Writing New C Code): | |
3636 * internals\internals.texi (General Coding Rules): | |
3637 * internals\internals.texi (Writing Lisp Primitives): | |
3638 * internals\internals.texi (Writing Good Comments): | |
3639 * internals\internals.texi (Adding Global Lisp Variables): | |
3640 * internals\internals.texi (Proper Use of Unsigned Types): | |
3641 * internals\internals.texi (Coding for Mule): | |
3642 * internals\internals.texi (Character-Related Data Types): | |
3643 * internals\internals.texi (Working With Character and Byte Positions): | |
3644 * internals\internals.texi (Conversion to and from External Data): | |
3645 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3646 * internals\internals.texi (An Example of Mule-Aware Code): | |
3647 * internals\internals.texi (Techniques for XEmacs Developers): | |
3648 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
3649 * internals\internals.texi (Low-Level Modules): | |
3650 * internals\internals.texi (Basic Lisp Modules): | |
3651 * internals\internals.texi (Modules for Standard Editing Operations): | |
3652 * internals\internals.texi (Editor-Level Control Flow Modules): | |
3653 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3654 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
3655 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
3656 * internals\internals.texi (Modules for Interfacing with the File System): | |
3657 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3658 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
3659 * internals\internals.texi (Modules for Interfacing with X Windows): | |
3660 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
3661 * internals\internals.texi (Introduction to Allocation): | |
3662 * internals\internals.texi (Garbage Collection): | |
3663 * internals\internals.texi (GCPROing): | |
3664 * internals\internals.texi (Garbage Collection - Step by Step): | |
3665 * internals\internals.texi (Invocation): | |
3666 * internals\internals.texi (garbage_collect_1): | |
3667 * internals\internals.texi (mark_object): | |
3668 * internals\internals.texi (gc_sweep): | |
3669 * internals\internals.texi (sweep_lcrecords_1): | |
3670 * internals\internals.texi (compact_string_chars): | |
3671 * internals\internals.texi (sweep_strings): | |
3672 * internals\internals.texi (sweep_bit_vectors_1): | |
3673 * internals\internals.texi (Integers and Characters): | |
3674 * internals\internals.texi (Allocation from Frob Blocks): | |
3675 * internals\internals.texi (lrecords): | |
3676 * internals\internals.texi (Low-level allocation): | |
3677 * internals\internals.texi (Cons): | |
3678 * internals\internals.texi (Vector): | |
3679 * internals\internals.texi (Bit Vector): | |
3680 * internals\internals.texi (Symbol): | |
3681 * internals\internals.texi (Marker): | |
3682 * internals\internals.texi (String): | |
3683 * internals\internals.texi (Dumping): | |
3684 * internals\internals.texi (Overview): | |
3685 * internals\internals.texi (Data descriptions): | |
3686 * internals\internals.texi (Dumping phase): | |
3687 * internals\internals.texi (Object inventory): | |
3688 * internals\internals.texi (Address allocation): | |
3689 * internals\internals.texi (The header): | |
3690 * internals\internals.texi (Data dumping): | |
3691 * internals\internals.texi (Pointers dumping): | |
3692 * internals\internals.texi (Reloading phase): | |
3693 * internals\internals.texi (Events and the Event Loop): | |
3694 * internals\internals.texi (Introduction to Events): | |
3695 * internals\internals.texi (Main Loop): | |
3696 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
3697 * internals\internals.texi (Specifics About the Emacs Event): | |
3698 * internals\internals.texi (The Event Stream Callback Routines): | |
3699 * internals\internals.texi (Other Event Loop Functions): | |
3700 * internals\internals.texi (Converting Events): | |
3701 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
3702 * internals\internals.texi (Evaluation): | |
3703 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3704 * internals\internals.texi (Simple Special Forms): | |
3705 * internals\internals.texi (Symbols and Variables): | |
3706 * internals\internals.texi (Introduction to Symbols): | |
3707 * internals\internals.texi (Obarrays): | |
3708 * internals\internals.texi (Buffers and Textual Representation): | |
3709 * internals\internals.texi (Introduction to Buffers): | |
3710 * internals\internals.texi (The Text in a Buffer): | |
3711 * internals\internals.texi (Buffer Lists): | |
3712 * internals\internals.texi (Markers and Extents): | |
3713 * internals\internals.texi (Bufbytes and Emchars): | |
3714 * internals\internals.texi (MULE Character Sets and Encodings): | |
3715 * internals\internals.texi (Character Sets): | |
3716 * internals\internals.texi (Encodings): | |
3717 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
3718 * internals\internals.texi (JIS7): | |
3719 * internals\internals.texi (Internal Mule Encodings): | |
3720 * internals\internals.texi (Internal String Encoding): | |
3721 * internals\internals.texi (Internal Character Encoding): | |
3722 * internals\internals.texi (The Lisp Reader and Compiler): | |
3723 * internals\internals.texi (Lstreams): | |
3724 * internals\internals.texi (Creating an Lstream): | |
3725 * internals\internals.texi (Lstream Types): | |
3726 * internals\internals.texi (Lstream Functions): | |
3727 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
3728 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3729 * internals\internals.texi (Point): | |
3730 * internals\internals.texi (Window Hierarchy): | |
3731 * internals\internals.texi (The Redisplay Mechanism): | |
3732 * internals\internals.texi (Critical Redisplay Sections): | |
3733 * internals\internals.texi (Line Start Cache): | |
3734 * internals\internals.texi (Extents): | |
3735 * internals\internals.texi (Introduction to Extents): | |
3736 * internals\internals.texi (Extent Ordering): | |
3737 * internals\internals.texi (Format of the Extent Info): | |
3738 * internals\internals.texi (Zero-Length Extents): | |
3739 * internals\internals.texi (Mathematics of Extent Ordering): | |
3740 * internals\internals.texi (Faces): | |
3741 * internals\internals.texi (Glyphs): | |
3742 * internals\internals.texi (Specifiers): | |
3743 * internals\internals.texi (Menus): | |
3744 * internals\internals.texi (Subprocesses): | |
3745 * internals\internals.texi (Interface to the X Window System): | |
3746 * internals\internals.texi (Lucid Widget Library): | |
3747 * internals\internals.texi (Generic Widget Interface): | |
3748 * internals\internals.texi (Scrollbars): | |
3749 * internals\internals.texi (Menubars): | |
3750 * internals\internals.texi (Checkboxes and Radio Buttons): | |
3751 * internals\internals.texi (Progress Bars): | |
3752 * internals\internals.texi (Tab Controls): | |
3753 Add more index entries. Add sections on comments and unsigned types. | |
3754 | |
3755 2001-03-08 Ben Wing <ben@xemacs.org> | |
3756 | |
3757 * make-stds.texi (Makefile Basics): | |
3758 * make-stds.texi (Command Variables): | |
3759 * make-stds.texi (Directory Variables): | |
3760 * make-stds.texi (Standard Targets): | |
3761 * standards.texi: | |
3762 * standards.texi (Top): | |
3763 * standards.texi (Preface): | |
3764 * standards.texi (Legal Issues): | |
3765 * standards.texi (Reading Non-Free Code): | |
3766 * standards.texi (Contributions): | |
3767 * standards.texi (Trademarks): | |
3768 * standards.texi (Design Advice): | |
3769 * standards.texi (Source Language): | |
3770 * standards.texi (Compatibility): | |
3771 * standards.texi (Using Extensions): | |
3772 * standards.texi (Standard C): | |
3773 * standards.texi (Program Behavior): | |
3774 * standards.texi (Semantics): | |
3775 * standards.texi (Libraries): | |
3776 * standards.texi (Errors): | |
3777 * standards.texi (User Interfaces): | |
3778 * standards.texi (Graphical Interfaces): | |
3779 * standards.texi (Command-Line Interfaces): | |
3780 * standards.texi (Option Table): | |
3781 * standards.texi (Memory Usage): | |
3782 * standards.texi (File Usage): | |
3783 * standards.texi (Formatting): | |
3784 * standards.texi (Comments): | |
3785 * standards.texi (Syntactic Conventions): | |
3786 * standards.texi (Names): | |
3787 * standards.texi (System Portability): | |
3788 * standards.texi (CPU Portability): | |
3789 * standards.texi (System Functions): | |
3790 * standards.texi (Internationalization): | |
3791 * standards.texi (Mmap): | |
3792 * standards.texi (Documentation): | |
3793 * standards.texi (GNU Manuals): | |
3794 * standards.texi (Doc Strings and Manuals): | |
3795 * standards.texi (Manual Structure Details): | |
3796 * standards.texi (License for Manuals): | |
3797 * standards.texi (Manual Credits): | |
3798 * standards.texi (Printed Manuals): | |
3799 * standards.texi (NEWS File): | |
3800 * standards.texi (Change Logs): | |
3801 * standards.texi (Style of Change Logs): | |
3802 * standards.texi (Simple Changes): | |
3803 * standards.texi (Conditional Changes): | |
3804 * standards.texi (Indicating the Part Changed): | |
3805 * standards.texi (Managing Releases): | |
3806 * standards.texi (Configuration): | |
3807 * standards.texi (Releases): | |
3808 * standards.texi (References): | |
3809 * standards.texi (Index): | |
3810 Update to latest GNU version. | |
1137 | 3811 |
462 | 3812 * xemacs-faq.texi (Q6.3.3): |
3813 * xemacs-faq.texi (Q6.4.1): | |
3814 Improve questions on current Windows activity. | |
3815 | |
3816 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
3817 | |
3818 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
3819 | |
3820 2001-02-25 Ben Wing <ben@xemacs.org> | |
3821 | |
3822 * xemacs-faq.texi (Top): | |
3823 * xemacs-faq.texi (Introduction): | |
3824 * xemacs-faq.texi (Q1.0.1): | |
3825 * xemacs-faq.texi (Q1.0.4): | |
3826 * xemacs-faq.texi (Q1.0.6): | |
3827 * xemacs-faq.texi (Q1.0.10): | |
3828 * xemacs-faq.texi (Q1.2.1): | |
3829 * xemacs-faq.texi (Q1.4.1): | |
3830 * xemacs-faq.texi (Q1.4.2): | |
3831 * xemacs-faq.texi (Q2.0.12): | |
3832 * xemacs-faq.texi (Q2.1.1): | |
3833 * xemacs-faq.texi (Q2.1.2): | |
3834 * xemacs-faq.texi (Q2.1.9): | |
3835 * xemacs-faq.texi (Q2.1.15): | |
3836 * xemacs-faq.texi (Q2.1.19): | |
3837 * xemacs-faq.texi (Customization): | |
3838 * xemacs-faq.texi (Q3.0.1): | |
3839 * xemacs-faq.texi (Q3.0.2): | |
3840 * xemacs-faq.texi (Q3.0.3): | |
3841 * xemacs-faq.texi (Q3.0.7): | |
3842 * xemacs-faq.texi (Q3.1.5): | |
3843 * xemacs-faq.texi (Q3.1.6): | |
3844 * xemacs-faq.texi (Q3.2.1): | |
3845 * xemacs-faq.texi (Q3.2.3): | |
3846 * xemacs-faq.texi (Q3.2.4): | |
3847 * xemacs-faq.texi (Q3.3.1): | |
3848 * xemacs-faq.texi (Q3.3.2): | |
3849 * xemacs-faq.texi (Q3.3.3): | |
3850 * xemacs-faq.texi (Q3.3.4): | |
3851 * xemacs-faq.texi (Q3.3.5): | |
3852 * xemacs-faq.texi (Q3.4.1): | |
3853 * xemacs-faq.texi (Q3.4.2): | |
3854 * xemacs-faq.texi (Q3.5.2): | |
3855 * xemacs-faq.texi (Q3.5.4): | |
3856 * xemacs-faq.texi (key-translation-map): New. | |
3857 * xemacs-faq.texi (Q3.5.5): | |
3858 * xemacs-faq.texi (Q3.5.6): | |
3859 * xemacs-faq.texi (Q3.5.7): | |
3860 * xemacs-faq.texi (Q3.5.8): | |
3861 * xemacs-faq.texi (global-map): Removed. | |
3862 * xemacs-faq.texi (Q3.5.9): | |
3863 * xemacs-faq.texi (Q3.6.1): | |
3864 * xemacs-faq.texi (Q3.6.2): | |
3865 * xemacs-faq.texi (Q3.6.3): | |
3866 * xemacs-faq.texi (Q3.7.6): | |
3867 * xemacs-faq.texi (Q3.7.7): | |
3868 * xemacs-faq.texi (Q3.8.1): | |
3869 * xemacs-faq.texi (Q3.8.2): | |
3870 * xemacs-faq.texi (Q3.8.3): | |
3871 * xemacs-faq.texi (Q3.9.1): | |
3872 * xemacs-faq.texi (Q3.9.4): | |
3873 * xemacs-faq.texi (Q3.10.1): | |
3874 * xemacs-faq.texi (Q3.10.2): | |
3875 * xemacs-faq.texi (Q3.10.3): | |
3876 * xemacs-faq.texi (Q4.0.12): | |
3877 * xemacs-faq.texi (Miscellaneous): | |
3878 * xemacs-faq.texi (Q5.0.1): | |
3879 * xemacs-faq.texi (Q5.0.2): | |
3880 * xemacs-faq.texi (Q5.0.3): | |
3881 * xemacs-faq.texi (Q5.0.4): | |
3882 * xemacs-faq.texi (Q5.0.5): | |
3883 * xemacs-faq.texi (Q5.0.8): | |
3884 * xemacs-faq.texi (Q5.0.9): | |
3885 * xemacs-faq.texi (Q5.0.11): | |
3886 * xemacs-faq.texi (Q5.0.12): | |
3887 * xemacs-faq.texi (Q5.0.13): | |
3888 * xemacs-faq.texi (Q5.0.16): | |
3889 * xemacs-faq.texi (Q5.0.17): | |
3890 * xemacs-faq.texi (Q5.1.9): | |
3891 * xemacs-faq.texi (Q5.1.11): | |
3892 * xemacs-faq.texi (Q5.2.1): | |
3893 * xemacs-faq.texi (Q5.2.2): | |
3894 * xemacs-faq.texi (Q5.3.1): | |
3895 * xemacs-faq.texi (Q5.3.2): | |
3896 * xemacs-faq.texi (Q5.3.4): | |
3897 * xemacs-faq.texi (MS Windows): | |
3898 * xemacs-faq.texi (Q6.0.1): | |
3899 * xemacs-faq.texi (Q6.0.2): | |
3900 * xemacs-faq.texi (Q6.0.3): | |
3901 * xemacs-faq.texi (Q6.0.4): | |
3902 * xemacs-faq.texi (Q6.1.5): | |
3903 * xemacs-faq.texi (Q6.2.3): | |
3904 * xemacs-faq.texi (Q6.3.1): | |
3905 | |
3906 Remove most references to XEmacs pre-19.15, since they are way out | |
3907 of date and are cluttering up and confusing many answers. Update | |
3908 references to .emacs to take into account the new init file | |
3909 location. Update information about the MS Windows port. Change | |
3910 description of XEmacs at beginning to match the web site. Update | |
3911 info about current developers. | |
1137 | 3912 |
462 | 3913 |
3914 2001-02-25 Ben Wing <ben@xemacs.org> | |
3915 | |
3916 * lispref\help.texi (Describing Characters): | |
3917 kp- not kp_. | |
1137 | 3918 |
462 | 3919 2001-02-25 Ben Wing <ben@xemacs.org> |
3920 | |
3921 * new-users-guide\custom1.texi (Customization Basics): | |
3922 * new-users-guide\custom1.texi (Customizing key Bindings): | |
3923 * new-users-guide\custom1.texi (Customizing Menus): | |
3924 * new-users-guide\custom2.texi (Other Customizations): | |
3925 * new-users-guide\custom2.texi (Setting Variables): | |
3926 * new-users-guide\custom2.texi (Init File): | |
3927 * new-users-guide\xmenu.texi (Options Menu): | |
3928 * new-users-guide\modes.texi (Major Modes): | |
3929 * new-users-guide\modes.texi (Minor Modes): | |
3930 * new-users-guide\new-users-guide.texi (Top): | |
3931 Fix up references to .emacs to take into account init.el. | |
1137 | 3932 |
460 | 3933 2001-02-23 Martin Buchholz <martin@xemacs.org> |
3934 | |
3935 * XEmacs 21.2.45 "Thelxepeia" is released. | |
3936 | |
3937 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
3938 | |
3939 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. | |
3940 | |
458 | 3941 2001-02-08 Martin Buchholz <martin@xemacs.org> |
3942 | |
3943 * XEmacs 21.2.44 "Thalia" is released. | |
3944 | |
3945 2001-02-04 Steve Youngs <youngs@xemacs.org> | |
3946 | |
3947 * xemacs/xemacs.texi: Update to accomodate new and improved | |
3948 packages.texi. | |
3949 | |
3950 * xemacs/packages.texi: Basically, apart from a few things, | |
3951 rewritten from scratch. | |
3952 | |
456 | 3953 2001-01-27 Martin Buchholz <martin@xemacs.org> |
3954 | |
3955 * lispref/variables.texi (max-specpdl-size): Correct default value. | |
3956 * lispref/eval.texi (max-lisp-eval-depth): Correct default value. | |
3957 | |
3958 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
3959 | |
3960 * XEmacs 21.2.43 "Terspichore" is released. | |
3961 | |
454 | 3962 2001-01-20 Martin Buchholz <martin@xemacs.org> |
3963 | |
3964 * XEmacs 21.2.42 "Poseidon" is released. | |
3965 | |
3966 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
3967 | |
3968 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. | |
3969 | |
3970 2001-01-17 Andy Piper <andy@xemacs.org> | |
3971 | |
3972 * internals.texi: some glyph documentation. | |
3973 | |
3974 2001-01-16 Didier Verna <didier@xemacs.org> | |
3975 | |
3976 * frame.texi (Mode Line Basics): new node ... | |
3977 * frame.texi (GUI Components): ... under this one ... | |
3978 * frame.texi (Scrollbar Basics): ... after this one ... | |
3979 * frame.texi (Toolbar Basics): ... before this one. | |
3980 | |
452 | 3981 2001-01-17 Martin Buchholz <martin@xemacs.org> |
3982 | |
3983 * XEmacs 21.2.41 "Polyhymnia" is released. | |
3984 | |
3985 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
3986 | |
3987 * internals/internals.texi: A little post-pdump-rename fixup. | |
3988 | |
3989 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
3990 | |
3991 * internals/internals.texi: See `pdump-rename' in src/ChangeLog. | |
3992 | |
3993 2001-01-10 Martin Buchholz <martin@xemacs.org> | |
3994 | |
3995 * internals/internals.texi: Update for pdump changes. | |
3996 | |
3997 2001-01-04 Adrian Aichner <adrian@xemacs.org> | |
3998 | |
3999 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to | |
4000 XEmacs. | |
4001 * texinfo.texi (First Node): Fixing grammar. | |
4002 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs | |
4003 to XEmacs. | |
4004 | |
450 | 4005 2001-01-08 Martin Buchholz <martin@xemacs.org> |
4006 | |
4007 * XEmacs 21.2.40 is released. | |
4008 | |
4009 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
4010 | |
4011 * emodules.texi (Required Functions): Xref coding rules for dual-use | |
4012 modules (module and statically linked). Typo fix. | |
4013 | |
4014 * texinfo.texi (ref): Typo fix. | |
4015 | |
448 | 4016 2000-12-31 Martin Buchholz <martin@xemacs.org> |
4017 | |
4018 * XEmacs 21.2.39 is released. | |
4019 | |
4020 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
4021 | |
4022 * internals/internals.texi (General Coding Rules): further document | |
4023 usage of symsinit.h. Reorder slightly. | |
4024 | |
446 | 4025 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
4026 | |
4027 * xemacs/packages.texi (Creating Packages): new node. | |
4028 | |
4029 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
4030 | |
4031 * XEmacs 21.2.38 is released. | |
4032 | |
4033 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
4034 | |
4035 * lispref/compile.texi: | |
4036 Document differences between compiler and interpreter. | |
4037 | |
4038 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> | |
4039 | |
4040 * internals/index.texi: | |
4041 internals/internals.texi: | |
4042 Change "X Windows" to "the X Window System" randomly. | |
4043 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. | |
4044 (Lucid Widget Library): new node, added new text, ASCII art, subnode | |
4045 structure. | |
4046 * xemacs/frame.texi (GUI Components): new node. | |
4047 * xemacs/packages.texi: minor updates. | |
4048 | |
4049 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org> | |
4050 | |
4051 * info.texi (Creating an Info File): Fix typos in xrefs. | |
4052 | |
4053 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org> | |
4054 | |
4055 * xemacs/cmdargs.texi (Command Switches): Add documentation of | |
4056 portable dumper switches. Other minor edits. | |
4057 | |
4058 2000-11-21 Martin Buchholz <martin@xemacs.org> | |
4059 | |
4060 * lispref/positions.texi (Word Motion): | |
4061 forward-word arg is now optional. | |
4062 backward-word arg is now optional. | |
4063 Remove vile comment advising lisp programmer to use (forward-word -1) | |
4064 instead of (backward-word 1). | |
4065 * lispref/syntax.texi (Parsing Expressions): | |
4066 Similarly for forward-comment. | |
4067 * lispref/text.texi (Deletion): | |
4068 Similarly for delete-char. | |
4069 Similarly for delete-backward-char. | |
4070 | |
4071 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
4072 | |
4073 * cl.texi (Assertions): | |
4074 Remove claim that elisp doesn't have continuable errors. | |
4075 Document check-type as being continuable. | |
4076 | |
4077 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4078 | |
4079 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME | |
4080 from elisp to lispref and from emacs to xemacs in relevant ?xefs. | |
4081 This should also serve as a reminder for future merges with GNU | |
4082 Emacs. | |
4083 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and | |
4084 "XEmacs User's Manual" for lispref and xemacs respectively. | |
4085 | |
4086 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4087 | |
4088 * lispref/abbrevs.texi (Abbrevs): Ditto. | |
4089 * lispref/backups.texi (Auto-Saving): Ditto. | |
4090 * lispref/backups.texi (Reverting): Ditto. | |
4091 * lispref/display.texi (The Echo Area): Ditto. | |
4092 * lispref/help.texi (Documentation Basics): Ditto. | |
4093 * lispref/help.texi (Help Functions): Ditto. | |
4094 * lispref/keymaps.texi (Scanning Keymaps): Ditto. | |
4095 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. | |
4096 * lispref/modes.texi (Auto Major Mode): Ditto. | |
4097 * lispref/positions.texi (List Motion): Ditto. | |
4098 * lispref/searching.texi (Regexp Search): Ditto. | |
4099 * lispref/symbols.texi (Symbol Components): Ditto. | |
4100 * lispref/tips.texi (Comment Tips): Ditto. | |
4101 * lispref/tips.texi (Library Headers): Ditto. | |
4102 | |
4103 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4104 | |
4105 * internals/internals.texi (The Buffer Object): Ditto. | |
4106 | |
4107 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4108 | |
4109 * cl.texi (Hash Tables): Ditto. | |
4110 * texinfo.texi (Other Info Files): Ditto. | |
4111 * xemacs-faq.texi (Q1.0.14): Ditto. | |
4112 | |
444 | 4113 2000-11-14 Martin Buchholz <martin@xemacs.org> |
4114 | |
4115 * XEmacs 21.2.37 is released. | |
4116 | |
4117 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
4118 | |
4119 * xemacs/windows.texi (Other Window): | |
4120 | |
4121 * new-users-guide/files.texi (Saving Files): | |
4122 * new-users-guide/search.texi (Search and Replace): | |
4123 | |
4124 * lispref/abbrevs.texi (Abbrev Tables): | |
4125 * lispref/abbrevs.texi (Defining Abbrevs): | |
4126 * lispref/abbrevs.texi (Abbrev Files): | |
4127 * lispref/annotations.texi (Annotation Primitives): | |
4128 * lispref/backups.texi (Auto-Saving): | |
4129 * lispref/backups.texi (Reverting): | |
4130 * lispref/buffers.texi (Current Buffer): | |
4131 * lispref/buffers.texi (Buffer Names): | |
4132 * lispref/buffers.texi (Buffer Modification): | |
4133 * lispref/buffers.texi (Read Only Buffers): | |
4134 * lispref/buffers.texi (The Buffer List): | |
4135 * lispref/buffers.texi (Killing Buffers): | |
4136 * lispref/buffers.texi (Indirect Buffers): | |
4137 * lispref/building.texi (Building XEmacs): | |
4138 * lispref/building.texi (Garbage Collection): | |
4139 * lispref/commands.texi (Interactive Call): | |
4140 * lispref/commands.texi (Events): | |
4141 * lispref/commands.texi (Event Predicates): | |
4142 * lispref/commands.texi (Working With Events): | |
4143 * lispref/commands.texi (Converting Events): | |
4144 * lispref/commands.texi (Key Sequence Input): | |
4145 * lispref/commands.texi (Reading One Event): | |
4146 * lispref/commands.texi (Waiting): | |
4147 * lispref/commands.texi (Prefix Command Arguments): | |
4148 * lispref/commands.texi (Recursive Editing): | |
4149 * lispref/compile.texi (Compilation Functions): | |
4150 * lispref/compile.texi (Compiled-Function Objects): | |
4151 * lispref/consoles-devices.texi (Basic Device Functions): | |
4152 * lispref/consoles-devices.texi (Console Types and Device Classes): | |
4153 * lispref/consoles-devices.texi (Connecting to a Console or Device): | |
4154 * lispref/control.texi (Signaling Errors): | |
4155 * lispref/customize.texi (Type Keywords): | |
4156 * lispref/databases.texi (Connecting to a Database): | |
4157 * lispref/databases.texi (Working With a Database): | |
4158 * lispref/databases.texi (Other Database Functions): | |
4159 * lispref/debugging.texi (Function Debugging): | |
4160 * lispref/display.texi (Refresh Screen): | |
4161 * lispref/display.texi (The Echo Area): | |
4162 * lispref/display.texi (Blinking): | |
4163 * lispref/edebug-inc.texi (Tracing): | |
4164 * lispref/edebug-inc.texi (Instrumenting Macro Calls): | |
4165 * lispref/edebug-inc.texi (Edebug Options): | |
4166 * lispref/eval.texi (Function Indirection): | |
4167 * lispref/extents.texi (Creating and Modifying Extents): | |
4168 * lispref/extents.texi (Finding Extents): | |
4169 * lispref/extents.texi (Mapping Over Extents): | |
4170 * lispref/extents.texi (Extent Properties): | |
4171 * lispref/faces.texi (Basic Face Functions): | |
4172 * lispref/faces.texi (Face Properties): | |
4173 * lispref/faces.texi (Face Convenience Functions): | |
4174 * lispref/faces.texi (Other Face Display Functions): | |
4175 * lispref/faces.texi (Font Instance Characteristics): | |
4176 * lispref/faces.texi (Color Specifiers): | |
4177 * lispref/files.texi (Visiting Functions): | |
4178 * lispref/files.texi (Reading from Files): | |
4179 * lispref/files.texi (Changing File Attributes): | |
4180 * lispref/files.texi (File Names): | |
4181 * lispref/files.texi (File Name Components): | |
4182 * lispref/files.texi (Directory Names): | |
4183 * lispref/files.texi (Relative File Names): | |
4184 * lispref/files.texi (File Name Expansion): | |
4185 * lispref/files.texi (File Name Completion): | |
4186 * lispref/files.texi (User Name Completion): | |
4187 * lispref/files.texi (Magic File Names): | |
4188 * lispref/files.texi (Creating a Partial File): | |
4189 * lispref/files.texi (Format Conversion): | |
4190 * lispref/frames.texi (Creating Frames): | |
4191 * lispref/frames.texi (Property Access): | |
4192 * lispref/frames.texi (Size and Position): | |
4193 * lispref/frames.texi (Deleting Frames): | |
4194 * lispref/frames.texi (Finding All Frames): | |
4195 * lispref/frames.texi (Frames and Windows): | |
4196 * lispref/frames.texi (Visibility of Frames): | |
4197 * lispref/frames.texi (Frame Configurations): | |
4198 * lispref/functions.texi (Calling Functions): | |
4199 * lispref/functions.texi (Function Cells): | |
4200 * lispref/glyphs.texi (Creating Glyphs): | |
4201 * lispref/glyphs.texi (Image Specifiers): | |
4202 * lispref/glyphs.texi (Image Instance Types): | |
4203 * lispref/glyphs.texi (Image Instance Functions): | |
4204 * lispref/gutter.texi (Creating Gutter): | |
4205 * lispref/gutter.texi (Specifying a Gutter): | |
4206 * lispref/gutter.texi (Other Gutter Variables): | |
4207 * lispref/help.texi (Accessing Documentation): | |
4208 * lispref/help.texi (Help Functions): | |
4209 * lispref/help.texi (Obsoleteness): | |
4210 * lispref/internationalization.texi (Domain Specification): | |
4211 * lispref/intro.texi (Caveats): | |
4212 * lispref/keymaps.texi (Active Keymaps): | |
4213 * lispref/keymaps.texi (Functions for Key Lookup): | |
4214 * lispref/keymaps.texi (Changing Key Bindings): | |
4215 * lispref/keymaps.texi (Scanning Keymaps): | |
4216 * lispref/ldap.texi (The High-Level LDAP API): | |
4217 * lispref/ldap.texi (Low-level Operations on a LDAP Server): | |
4218 * lispref/ldap.texi (Encoder/Decoder Functions): | |
4219 * lispref/lists.texi (Setcar): | |
4220 * lispref/lists.texi (Setcdr): | |
4221 * lispref/lists.texi (Working With Normal Plists): | |
4222 * lispref/lists.texi (Working With Lax Plists): | |
4223 * lispref/loading.texi (Autoload): | |
4224 * lispref/loading.texi (Named Features): | |
4225 * lispref/markers.texi (Creating Markers): | |
4226 * lispref/markers.texi (Changing Markers): | |
4227 * lispref/markers.texi (The Mark): | |
4228 * lispref/menus.texi (Modifying Menus): | |
4229 * lispref/menus.texi (Pop-Up Menus): | |
4230 * lispref/menus.texi (Menu Accelerator Functions): | |
4231 * lispref/minibuf.texi (Text from Minibuffer): | |
4232 * lispref/minibuf.texi (Object from Minibuffer): | |
4233 * lispref/minibuf.texi (Basic Completion): | |
4234 * lispref/minibuf.texi (High-Level Completion): | |
4235 * lispref/minibuf.texi (Reading a Password): | |
4236 * lispref/minibuf.texi (Minibuffer Misc): | |
4237 * lispref/mouse.texi (Mouse Tracking): | |
4238 * lispref/syntax.texi (Syntax Table Functions): | |
4239 * lispref/numbers.texi (Arithmetic Operations): | |
4240 * lispref/numbers.texi (Rounding Operations): | |
4241 * lispref/numbers.texi (Math Functions): | |
4242 * lispref/objects.texi (String Type): | |
4243 * lispref/objects.texi (Equality Predicates): | |
4244 * lispref/os.texi (Killing XEmacs): | |
4245 * lispref/os.texi (Suspending XEmacs): | |
4246 * lispref/os.texi (System Environment): | |
4247 * lispref/os.texi (Time Conversion): | |
4248 * lispref/os.texi (Timers): | |
4249 * lispref/os.texi (Input Modes): | |
4250 * lispref/os.texi (Translating Input): | |
4251 * lispref/os.texi (Terminal Output): | |
4252 * lispref/os.texi (Flow Control): | |
4253 * lispref/positions.texi (Character Motion): | |
4254 * lispref/positions.texi (Word Motion): | |
4255 * lispref/positions.texi (Text Lines): | |
4256 * lispref/positions.texi (Screen Lines): | |
4257 * lispref/positions.texi (List Motion): | |
4258 * lispref/positions.texi (Narrowing): | |
4259 * lispref/postgresql.texi (Asynchronous Interface Functions): | |
4260 * lispref/processes.texi (Subprocess Creation): | |
4261 * lispref/processes.texi (Synchronous Processes): | |
4262 * lispref/processes.texi (Asynchronous Processes): | |
4263 * lispref/processes.texi (Process Information): | |
4264 * lispref/processes.texi (Input to Processes): | |
4265 * lispref/processes.texi (Signals to Processes): | |
4266 * lispref/processes.texi (Process Buffers): | |
4267 * lispref/processes.texi (Filter Functions): | |
4268 * lispref/processes.texi (Network): | |
4269 * lispref/range-tables.texi (Working With Range Tables): | |
4270 * lispref/searching.texi (String Search): | |
4271 * lispref/searching.texi (Regexp Search): | |
4272 * lispref/searching.texi (POSIX Regexps): | |
4273 * lispref/searching.texi (Replacing Match): | |
4274 * lispref/searching.texi (Entire Match Data): | |
4275 * lispref/sequences.texi (Bit Vector Functions): | |
4276 * lispref/specifiers.texi (Adding Specifications): | |
4277 * lispref/specifiers.texi (Creating Specifiers): | |
4278 * lispref/specifiers.texi (Specifier Validation Functions): | |
4279 * lispref/specifiers.texi (Other Specification Functions): | |
4280 * lispref/streams.texi (Output Variables): | |
4281 * lispref/symbols.texi (Other Plists): | |
4282 * lispref/text.texi (Insertion): | |
4283 * lispref/text.texi (Commands for Insertion): | |
4284 * lispref/text.texi (Deletion): | |
4285 * lispref/text.texi (User-Level Deletion): | |
4286 * lispref/text.texi (Kill Functions): | |
4287 * lispref/text.texi (Low-Level Kill Ring): | |
4288 * lispref/text.texi (Undo): | |
4289 * lispref/text.texi (Maintaining Undo): | |
4290 * lispref/text.texi (Margins): | |
4291 * lispref/text.texi (Sorting): | |
4292 * lispref/text.texi (Columns): | |
4293 * lispref/text.texi (Primitive Indent): | |
4294 * lispref/text.texi (Mode-Specific Indent): | |
4295 * lispref/text.texi (Region Indent): | |
4296 * lispref/text.texi (Case Changes): | |
4297 * lispref/text.texi (Examining Properties): | |
4298 * lispref/text.texi (Property Search): | |
4299 * lispref/text.texi (Registers): | |
4300 * lispref/text.texi (Transformations): | |
4301 * lispref/mule.texi (Charset Property Functions): | |
4302 * lispref/mule.texi (MULE Characters): | |
4303 * lispref/mule.texi (Composite Characters): | |
4304 * lispref/mule.texi (Coding System Properties): | |
4305 * lispref/mule.texi (Big5 and Shift-JIS Functions): | |
4306 * lispref/mule.texi (CCL Statements): | |
4307 * lispref/mule.texi (Calling CCL): | |
4308 * lispref/mule.texi (Category Tables): | |
4309 * lispref/toolbar.texi (Specifying the Toolbar): | |
4310 * lispref/toolbar.texi (Other Toolbar Variables): | |
4311 * lispref/tooltalk.texi (Elisp Interface for Sending Messages): | |
4312 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): | |
4313 * lispref/variables.texi (Creating Buffer-Local): | |
4314 * lispref/variables.texi (Variable Aliases): | |
4315 * lispref/windows.texi (Splitting Windows): | |
4316 * lispref/windows.texi (Deleting Windows): | |
4317 * lispref/windows.texi (Selecting Windows): | |
4318 * lispref/windows.texi (Cyclic Window Ordering): | |
4319 * lispref/windows.texi (Buffers and Windows): | |
4320 * lispref/windows.texi (Displaying Buffers): | |
4321 * lispref/windows.texi (Choosing Window): | |
4322 * lispref/windows.texi (Window Point): | |
4323 * lispref/windows.texi (Window Start): | |
4324 * lispref/windows.texi (Vertical Scrolling): | |
4325 * lispref/windows.texi (Horizontal Scrolling): | |
4326 * lispref/windows.texi (Resizing Windows): | |
4327 * lispref/windows.texi (Window Configurations): | |
4328 * lispref/x-windows.texi (X Selections): | |
4329 * lispref/x-windows.texi (Resources): | |
4330 * lispref/strings.texi (Creating Strings): | |
4331 * lispref/strings.texi (Character Codes): | |
4332 * lispref/strings.texi (Text Comparison): | |
4333 * lispref/strings.texi (String Conversion): | |
4334 * lispref/strings.texi (Formatting Strings): | |
4335 * lispref/strings.texi (Character Case): | |
4336 * lispref/strings.texi (Case Tables): | |
4337 * lispref/strings.texi (Char Table Types): | |
4338 * lispref/strings.texi (Working With Char Tables): | |
4339 Giant docstring parameter/Texinfo fixes. | |
4340 | |
4341 Don't use abbreviations for English words, especially when those | |
4342 words have other meanings. For example, use START, not BEG. | |
4343 Use OBJECT, not OBJ. | |
4344 Use VALUE, not VAL. | |
4345 Use BUFFER, not BUF. | |
4346 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) | |
4347 Use CHARACTER, not CH or CHR. | |
4348 Use NUMBER, not NUM. | |
4349 Use COLUMN, not COL. | |
4350 Use POSITION, not POS. | |
4351 Use SYMBOL, not SYM. | |
4352 Use STRING, not STR. | |
4353 Use LIMIT, not LIM. | |
4354 Use OTHER-WINDOW-P, not OTHER-P. | |
4355 Use PRIORITY, not PRI. | |
4356 | |
4357 Use `non-nil', not `true'. | |
4358 | |
4359 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. | |
4360 | |
4361 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. | |
4362 | |
4363 Try to find better parameter names than ARG. | |
4364 | |
4365 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; | |
4366 | |
4367 Use type information in parameter names. For example, use | |
4368 (make-bit-vector length bit), not (make-bit-vector length init). | |
4369 | |
4370 Completion functions should have parameters with names like | |
4371 PARTIAL-FILENAME instead of the misleading FILENAME. | |
4372 | |
4373 Type predicates should consistently take an OBJECT parameter, | |
4374 since any object is valid as input. | |
4375 | |
4376 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for | |
4377 functions like next-window and next-frame that walk over window or | |
4378 frame lists. | |
4379 | |
4380 Deleted duplicated documentation for: | |
4381 one-window-p, format-insert-file | |
4382 | |
4383 Deleted 21 lines of VMS-specific texinfo documentation. | |
4384 | |
4385 Fixed up a few places where `_' was used in docstring parameter | |
4386 names instead of `-'. | |
4387 | |
4388 Fixed up places that used nil or t without @code. | |
4389 | |
4390 Fixed up places that erroneously used @code instead of @var. | |
4391 | |
4392 Fixed many typos. | |
4393 | |
4394 Fixed many places where the parameters mentioned in the docstring | |
4395 didn't match the actual parameters. | |
4396 | |
4397 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. | |
4398 | |
4399 Fixed 40 places where docstrings were missing trailing `.' | |
4400 | |
4401 Fixed the texi documentation of 41 functions where the | |
4402 interactiveness of the function in the documentation did not match | |
4403 the implementation. | |
4404 | |
4405 Fixed 117 functions where the names of parameters in the texi was | |
4406 different from the names in the implementation. | |
4407 | |
4408 Fixed the texi documentation of 137 functions where the parameter | |
4409 list of the function in the texi was semantically different from | |
4410 the implementation. | |
4411 | |
4412 2000-10-28 Adrian Aichner <adrian@xemacs.org> | |
4413 | |
4414 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to | |
4415 incorporate raw HTML output in the HTML version. | |
4416 | |
4417 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4418 | |
4419 * xemacs/menus.texi: | |
4420 * widget.texi: | |
4421 Typo fixes and tiny clarifications. | |
4422 | |
4423 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
4424 | |
4425 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. | |
4426 Added Q2.1.25 - function not found due to package not installed. | |
4427 | |
4428 * xemacs/xemacs.texi: | |
4429 * xemacs/abbrevs.texi: | |
4430 * xemacs/basic.texi: | |
4431 * xemacs/building.texi: | |
4432 * xemacs/packages.texi: | |
4433 * xemacs/startup.texi: | |
4434 Moved "Packages" node to "Important General Concepts" section. | |
4435 | |
4436 * xemacs/packages.texi: Added package list from etc/PACKAGES. | |
4437 | |
442 | 4438 2000-10-04 Martin Buchholz <martin@xemacs.org> |
4439 | |
4440 * XEmacs 21.2.36 is released. | |
4441 | |
4442 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
4443 | |
4444 * lispref/processes.texi (Signals to Processes): Many corrections. | |
4445 | |
4446 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
4447 | |
4448 * xemacs/startup.texi (Startup Paths): Minor fixes. | |
4449 | |
4450 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
4451 | |
4452 * *: Spelling mega-patch | |
4453 | |
4454 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
4455 | |
4456 * internals/internals.texi (Low-Level Modules): | |
4457 Correct the list of source files. | |
4458 | |
4459 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
4460 | |
4461 * emodules.texi (Introduction): Trivial typo fix. | |
4462 | |
4463 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4464 | |
4465 * emodules.texi (Initialization Mode): Spell-Check. | |
4466 | |
4467 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4468 | |
4469 * lispref/databases.texi (Connecting to a Database): | |
4470 s/berkeley_db/berkeley-db/. Too much C programming. | |
4471 | |
4472 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4473 | |
4474 * xemacs/custom.texi (Menubar Resources): Document FontSet resource. | |
4475 | |
4476 2000-07-30 Ben Wing <ben@xemacs.org> | |
4477 | |
4478 * xemacs\search.texi (Regexp Search): | |
4479 * xemacs\search.texi (Regexps): | |
4480 Synch up with updated docs below (describing non-greedy | |
4481 operators and such). | |
4482 | |
4483 2000-07-30 Ben Wing <ben@xemacs.org> | |
4484 | |
4485 * lispref\searching.texi (Syntax of Regexps): | |
4486 Document ??, which we've supported since 20.4. | |
4487 | |
4488 2000-07-31 Sandra Wambold <wambold@cygnus.com> | |
4489 | |
4490 * xemacs-faq.texi: Minor updates in first two sections | |
4491 | |
4492 2000-07-27 Andy Piper <andy@xemacs.org> | |
4493 | |
4494 * lispref/hash-tables.texi: add new hash table type. | |
4495 | |
4496 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
4497 | |
4498 * XEmacs 21.2.35 is released. | |
4499 | |
4500 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
4501 | |
4502 * Makefile: rm -f ==> $(RM) | |
4503 | |
4504 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
4505 | |
454 | 4506 * lispref/postgresql.texi: |
442 | 4507 - Don't mention ".so" extension. |
4508 - Make installation instructions more generic. | |
4509 - Mention M-x describe-installation. | |
4510 | |
4511 2000-07-08 Ben Wing <ben@xemacs.org> | |
4512 | |
4513 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under | |
4514 Windows problem with binary locs and latest info. | |
4515 | |
4516 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com> | |
4517 | |
4518 * lispref/glyphs.texi: Fix trivial typos. | |
4519 * lispref/gutter.texi: Ditto. | |
4520 * lispref/loading.texi: Ditto. | |
4521 * lispref/postgresql.texi: Ditto. | |
4522 | |
4523 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
4524 | |
4525 * internals/internals.texi (Markers and Extents): Fix trivial typo. | |
4526 | |
4527 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com> | |
4528 | |
4529 * make-stds.texi: Fix trivial typos. | |
4530 * xemacs-faq.texi: Ditto. | |
4531 * internals/internals.texi: Ditto. | |
4532 * new-users-guide/edit.texi: Ditto. | |
4533 * new-users-guide/modes.texi: Ditto. | |
4534 * new-users-guide/region.texi: Ditto. | |
4535 | |
4536 2000-06-10 Ben Wing <ben@xemacs.org> | |
4537 | |
4538 * xemacs-faq.texi (Q6.1.2): | |
4539 * xemacs-faq.texi (Q6.1.5): | |
4540 * xemacs-faq.texi (Q6.1.6): | |
4541 Corrections for Cygwin, MinGW. | |
4542 | |
4543 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
4544 | |
4545 * xemacs/basic.texi: Fix trivial typos. | |
4546 * xemacs/buffers.texi: Fix trivial typos. | |
4547 * xemacs/building.texi: Ditto. | |
4548 * xemacs/glossary.texi: Ditto. | |
4549 * xemacs/gnu.texi: Ditto. | |
4550 * xemacs/help.texi: Ditto. | |
4551 * xemacs/keystrokes.texi: Ditto. | |
4552 * xemacs/programs.texi: Ditto. | |
4553 * xemacs/search.texi: Ditto. | |
4554 * xemacs/sending.texi: Ditto. | |
4555 | |
4556 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
4557 | |
4558 * XEmacs 21.2.34 is released. | |
4559 | |
4560 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4561 | |
4562 * xemacs/basic.texi: Document translation of tutorial. | |
4563 * xemacs/startup.texi: Remove lock-directory. | |
4564 * xemacs/enterings.texi: Update. | |
4565 | |
4566 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4567 | |
4568 * lispref/display.texi: | |
4569 * lispref/faces.texi: | |
4570 * lispref/glyphs.texi: | |
4571 * lispref/gutter.texi: | |
4572 * lispref/modes.texi: | |
4573 * lispref/specifiers.texi: | |
4574 * lispref/toolbar.texi: | |
4575 Update. Merge Ben's doc-string update. | |
4576 | |
4577 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4578 | |
4579 * xemacs/basic.texi: | |
4580 * xemacs/enterings.texi: | |
4581 * xemacs/mini.texi: | |
4582 Partial sync with FSF Emacs 20.6 and some update. | |
4583 | |
4584 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
4585 | |
4586 * XEmacs 21.2.33 is released. | |
4587 | |
4588 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4589 | |
4590 * xemacs-faq.texi (Q2.1.24): Removed wrong header. | |
4591 | |
4592 2000-04-01 Oscar Figueiredo <oscar@xemacs.org> | |
4593 | |
4594 * lispref/ldap.texi: Documentation of the add/modify/delete and | |
4595 internationalization APIs | |
4596 | |
4597 * lispref/lispref.texi: Updated LDAP-related menus | |
4598 | |
4599 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
4600 | |
4601 * XEmacs 21.2.32 is released. | |
4602 | |
4603 2000-03-15 SL Baur <steve@musashimaru.m17n.org> | |
4604 | |
4605 * lispref/postgresql.texi (Unimplemented libpq Functions): Update | |
4606 documentation to reflect the latest code. | |
4607 | |
4608 2000-03-07 SL Baur <steve@musashimaru.m17n.org> | |
4609 | |
4610 * lispref/postgresql.texi (PostgreSQL Support): New File. | |
4611 | |
4612 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. | |
4613 * lispref/lispref.texi (Top): Ditto. | |
4614 * lispref/internationalization.texi: Ditto. | |
4615 | |
4616 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4617 | |
4618 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. | |
4619 | |
4620 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4621 | |
4622 * xemacs-faq.texi: Put node before section. | |
4623 | |
4624 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
4625 | |
4626 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. | |
4627 | |
4628 2000-03-01 Sandra Wambold <wambold@xemacs.org> | |
4629 | |
4630 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows | |
4631 | |
4632 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4633 | |
4634 * xemacs/xemacs.texi: Detailed menu update. | |
4635 | |
4636 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4637 | |
4638 * xemacs/help.texi: Synch with FSF 20.5. Update. | |
4639 | |
4640 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4641 | |
4642 * lispref/minibuf.texi: Add default argument documentation. | |
4643 | |
4644 2000-02-27 Martin Buchholz <martin@xemacs.org> | |
4645 | |
4646 * internals/internals.texi (lrecords): Update docs for new lisp | |
4647 object representation. | |
4648 | |
4649 2000-02-25 Martin Buchholz <martin@xemacs.org> | |
4650 | |
4651 * internals/internals.texi (Techniques for XEmacs Developers): | |
4652 Document INLINE_HEADER and how to create macros and inline functions. | |
4653 Cleanup entire section. | |
4654 | |
2069 | 4655 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4656 |
4657 * man/lispref/gutter.texi: New file describing gutter API. | |
4658 | |
4659 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | |
4660 | |
4661 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | |
4662 | |
2069 | 4663 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4664 |
4665 * man/lispref/frames.texi, man/xemacs/custom.texi, | |
4666 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | |
4667 toolbars, and gutters as optional components of frames, with | |
4668 pointers to descriptions. | |
4669 | |
2069 | 4670 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4671 |
4672 * man/lispref/mule.texi: Substantial reorganization and | |
4673 revision for style of descriptions of character sets, | |
4674 encodings, and coding systems. Addition of a complete table | |
4675 of coding systems as of XEmacs 21.2.19. | |
4676 | |
4677 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
4678 | |
4679 * XEmacs 21.2.31 is released. | |
4680 | |
4681 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
4682 | |
4683 * XEmacs 21.2.30 is released. | |
4684 | |
4685 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
4686 | |
4687 * internals/internals.texi: Made texinfmt-friendly. | |
4688 | |
4689 2000-01-20 Mark Thomas <mthomas@jprc.com> | |
4690 | |
4691 * lispref/backups.texi (Numbered Backups): | |
4692 * xemacs/files.texi (Backup Deletion): | |
4693 Change trim-versions-without-asking to delete-old-versions. | |
4694 | |
4695 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
4696 | |
4697 * internals/internals.texi (Conversion to and from External Data): | |
4698 Document TO_EXTERNAL_FORMAT and friends. | |
4699 Doc bug fixes. | |
4700 | |
4701 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
4702 | |
4703 * XEmacs 21.2.29 is released. | |
4704 | |
4705 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
4706 | |
4707 * internals/internals.texi: Integrate Olivier's portable dumping docs. | |
4708 | |
4709 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
4710 | |
4711 * lispref/symbols.texi (Object Plists): | |
4712 Document `object-plist'. | |
4713 Document `remprop'. | |
4714 Rework all plist frobbing docs for accuracy. | |
4715 | |
440 | 4716 2000-02-07 Martin Buchholz <martin@xemacs.org> |
4717 | |
4718 * XEmacs 21.2.28 is released. | |
4719 | |
4720 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
4721 | |
4722 * cl.texi: Remove (or replace by `get') references to `get*'. | |
4723 | |
4724 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4725 | |
4726 * widget.texi: | |
4727 * internals/internals.texi: | |
4728 * lispref/commands.texi: | |
4729 * lispref/consoles-devices.texi: | |
4730 * lispref/customize.texi: | |
4731 * lispref/dialog.texi: | |
4732 * lispref/extents.texi: | |
4733 * lispref/faces.texi: | |
4734 * lispref/glyphs.texi: | |
4735 * lispref/keymaps.texi: | |
4736 * lispref/lists.texi: | |
4737 * lispref/markers.texi: | |
4738 * lispref/menus.texi: | |
4739 * lispref/mule.texi: | |
4740 * lispref/objects.texi: | |
4741 * lispref/specifiers.texi: | |
4742 * lispref/toolbar.texi: | |
4743 * lispref/tooltalk.texi: | |
4744 * lispref/x-windows.texi: | |
4745 * new-users-guide/custom2.texi: | |
4746 * new-users-guide/help.texi: | |
4747 * new-users-guide/modes.texi: | |
4748 * xemacs/abbrevs.texi: | |
4749 * xemacs/buffers.texi: | |
4750 * xemacs/custom.texi: | |
4751 * xemacs/help.texi: | |
4752 * xemacs/keystrokes.texi: | |
4753 * xemacs/mini.texi: | |
4754 * xemacs/new.texi: | |
4755 * xemacs/packages.texi: | |
4756 * xemacs/programs.texi: | |
4757 * xemacs/sending.texi: | |
4758 Change ' -- ' to '---' since Texinfo formats --- to --. | |
4759 Untabify. TeX doesn't like TAB. | |
4760 | |
4761 2000-01-27 Sandra Wambold <wambold@xemacs.org> | |
4762 | |
4763 * xemacs-faq.texi (Q6.2.2): updated font instructions to include | |
4764 21.2.* | |
4765 | |
4766 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4767 | |
4768 * xemacs-faq.texi: Untabify. | |
442 | 4769 |
440 | 4770 2000-01-22 Martin Buchholz <martin@xemacs.org> |
4771 | |
4772 * internals/internals.texi (General Coding Rules): Document why we | |
4773 #include <config.h> | |
4774 | |
4775 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4776 | |
4777 * xemacs-faq.texi: Change ' -- ' to '---'. | |
442 | 4778 |
440 | 4779 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
4780 | |
4781 * lispref/faces.texi (Face Properties): Document | |
4782 remove-face-property. | |
4783 | |
438 | 4784 2000-01-18 Martin Buchholz <martin@xemacs.org> |
4785 | |
4786 * XEmacs 21.2.27 is released. | |
4787 | |
4788 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4789 | |
4790 * xemacs/regs.texi: Synch with FSF 20.5. | |
4791 | |
4792 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4793 | |
4794 * info.texi: Change cross reference from emacs to xemacs. | |
4795 | |
4796 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4797 | |
4798 * xemacs/mini.texi: Synch with FSF 20.5. Update. | |
4799 | |
4800 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
4801 | |
4802 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. | |
4803 | |
4804 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
4805 | |
4806 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. | |
4807 | |
4808 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
4809 | |
4810 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. | |
4811 | |
4812 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
4813 | |
4814 * xemacs-faq.texi: Updated Macintosh information, | |
4815 updated OS/2 info, changed turn-on-pending-delete answer. | |
4816 | |
4817 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
4818 | |
4819 * xemacs-faq.texi (Q2.1.15): Make debugging info current. | |
4820 | |
4821 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr> | |
4822 | |
4823 * lispref/control.texi (Signaling Errors): Document that `signal' | |
4824 is continuable. | |
4825 (Signaling Errors): Document `cerror', `signal-error', and | |
4826 `check-argument-type'. | |
4827 (Handling Errors): Mention `debug-on-signal'. | |
4828 (Error Symbols): Document `define-error'. | |
4829 (Processing of Errors): Document `display-error' and | |
4830 `error-message-string'. | |
4831 | |
4832 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4833 | |
4834 * internals/internals.texi: Remove latin-1 char. | |
4835 | |
4836 2000-01-05 Didier Verna <didier@xemacs.org> | |
4837 | |
4838 * xemacs/custom.texi (Key bindings using strings): add missing | |
4839 whitespace. | |
4840 | |
4841 * xemacs/xemacs.texi (Top): | |
4842 * new-users-guide/new-users-guide.texi (Top): add missing `@top' | |
4843 node. | |
4844 | |
4845 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4846 | |
4847 * lispref/minibuf.texi (Reading a Password): New section. | |
4848 | |
4849 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4850 | |
4851 * lispref/minibuf.texi: Remove documentation about | |
4852 minibuffer-local-ns-map, read-no-blanks-input. | |
4853 | |
4854 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
4855 | |
4856 * lispref/minibuf.texi: Partial Synch with FSF manual. | |
4857 Add description about DEFAULT argument of reading functions. | |
4858 | |
436 | 4859 1999-12-31 Martin Buchholz <martin@xemacs.org> |
4860 | |
4861 * XEmacs 21.2.26 is released. | |
4862 | |
4863 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
4864 | |
4865 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs | |
4866 | |
434 | 4867 1999-12-24 Martin Buchholz <martin@xemacs.org> |
4868 | |
4869 * XEmacs 21.2.25 is released. | |
4870 | |
4871 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
4872 | |
4873 * lispref/text.texi (Near Point): Document `char-before'. | |
4874 | |
4875 1999-12-20 Adrian Aichner <adrian@xemacs.org> | |
4876 | |
4877 * widget.texi: Fix typos and possessive singular errors. Break | |
4878 long sentences for readability. Remove some redundant commas. | |
4879 | |
4880 1999-12-18 Martin Buchholz <martin@xemacs.org> | |
4881 | |
442 | 4882 * lispref/functions.texi (Mapping Functions): |
434 | 4883 Warn about mapping functions modifying their sequences. |
4884 | |
4885 1999-12-15 Sandra Wambold <wambold@xemacs.org> | |
4886 | |
4887 * xemacs-faq.texi: link to matlab.el added; misc. address changes | |
4888 | |
432 | 4889 1999-12-14 Martin Buchholz <martin@xemacs.org> |
4890 | |
4891 * XEmacs 21.2.24 is released. | |
4892 | |
4893 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
4894 | |
4895 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH | |
442 | 4896 instead of PACKAGEPATH |
432 | 4897 From Marcus Harnisch <harnisch@mikrom.de> |
4898 | |
430 | 4899 1999-12-07 Martin Buchholz <martin@xemacs.org> |
4900 | |
4901 * XEmacs 21.2.23 is released. | |
4902 | |
4903 1999-12-06 Sandra Wambold <wambold@pobox.com> | |
4904 | |
4905 * xemacs-faq.texi: Added MS-Windows questions; some other changes | |
4906 | |
4907 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
4908 | |
442 | 4909 * info.texi (Top): |
430 | 4910 Remove @ifnottex, which gives old makeinfos indigestion. |
442 | 4911 * texinfo.texi (Top): |
430 | 4912 Revert to pre-texinfo-4.0 version, plus small changes to make |
4913 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. | |
4914 | |
4915 1999-11-30 Sandra Wambold <wambold@cygnus.com> | |
4916 | |
4917 * xemacs-faq.texi: fixed and commented out bad URL links | |
4918 | |
428 | 4919 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
4920 | |
4921 * XEmacs 21.2.22 is released | |
4922 | |
4923 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
4924 | |
4925 * XEmacs 21.2.21 is released. | |
4926 | |
4927 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
4928 | |
4929 * internals.texi (Lstream Functions): | |
4930 * internals.texi (Lstream Methods): | |
4931 Types have changed to size_t and ssize_t. Document them. | |
4932 | |
4933 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
4934 | |
4935 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on | |
4936 XEmacs 21 | |
4937 | |
4938 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
4939 | |
4940 * xemacs/programs.texi: Upgrade to etags Version 13.32 | |
442 | 4941 |
428 | 4942 * Makefile: |
4943 - Make sure the default target is `info' instead of cl.info. | |
4944 - Use $(INFODIR) consistently where appropriate. | |
4945 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). | |
4946 - Comment out unused macros: EMACS EMACSFLAGS | |
4947 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. | |
4948 - Get dependencies up to date. | |
4949 | |
4950 * internals/Makefile: | |
4951 * xemacs/Makefile: | |
4952 * lispref/Makefile: | |
4953 * new-users-guide/Makefile: | |
4954 * lispref/index.perm: | |
4955 * lispref/index.unperm: | |
4956 * lispref/permute-index: | |
4957 * internals/index.perm: | |
4958 * internals/index.unperm: | |
4959 Remove these Makefiles. | |
4960 Include all functionality in man/Makefile. | |
4961 Support only non-permuted indexes for simplicity. | |
4962 | |
4963 * emodules.texi: | |
4964 - TeX doesn't tolerate `_' in variable names; use `-' instead. | |
4965 | |
4966 * lispref/commands.texi: | |
4967 * lispref/display.texi: | |
4968 * lispref/faces.texi: | |
4969 * lispref/functions.texi: | |
4970 * lispref/keymaps.texi: | |
4971 * lispref/lists.texi: | |
4972 * lispref/modes.texi: | |
4973 * lispref/objects.texi: | |
4974 * lispref/os.texi: | |
4975 * lispref/sequences.texi: | |
4976 * lispref/strings.texi: | |
4977 * lispref/text.texi: | |
4978 * new-users-guide/custom1.texi: | |
4979 * xemacs/custom.texi: | |
4980 * xemacs/menus.texi: | |
4981 - Make sources compatible with makeinfo 4.0 *and* 3.12. | |
4982 - Replace @sc{ASCII} with @sc{ascii}, etc... | |
4983 - Replace @var{(foo)} with (@var{foo}), etc... | |
4984 | |
4985 * info-stnd.texi: Remove. Who cares about the standalone info reader? | |
4986 | |
4987 * texinfo.tex: | |
4988 * texinfo.texi: | |
4989 * info.texi: | |
4990 * standards.texi: | |
4991 * make-stds.texi: | |
4992 Import FSF-maintained files from texinfo-4.0. | |
4993 | |
4994 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
4995 | |
4996 * XEmacs 21.2.20 is released | |
4997 | |
4998 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
4999 | |
5000 * xemacs/packages.texi (Using Packages): Added description of | |
5001 package-get-package-provider. | |
5002 | |
5003 1999-07-27 Charles G Waldman <cgw@fnal.gov> | |
5004 | |
5005 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' | |
5006 | |
434 | 5007 1999-08-01 Adrian Aichner <adrian@xemacs.org> |
428 | 5008 |
5009 * xemacs/programs.texi (Balanced Editing): Remove broken | |
5010 line-break. | |
5011 | |
5012 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs | |
5013 menus. | |
5014 (Q1.4.1): ditto. | |
5015 (Q1.4.3): ditto. | |
5016 (Q2.0.5): Hyphenate words. | |
5017 | |
5018 * info.texi (Add): Fix one typo. | |
5019 | |
5020 1999-08-23 Stephane Epardaud <stephane@lunatech.com> | |
5021 | |
5022 * internals/internals.texi (Garbage Collection - Step by Step): | |
5023 just added some dots to shut up compile warnings. | |
5024 | |
5025 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de> | |
5026 | |
5027 * internals/internals.texi (Garbage Collection - Step by Step): | |
5028 new section in chapter Allocation of Objects in XEmacs Lisp. | |
5029 | |
5030 1999-07-28 Andy Piper <andy@xemacs.org> | |
5031 | |
5032 * internals.texi (Glyphs): add some glyph documentation. | |
5033 | |
5034 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5035 | |
5036 * XEmacs 21.2.19 is released | |
5037 | |
434 | 5038 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 5039 |
5040 * emodules.texi: Use @set emacs and @value{emacs} instead of | |
5041 @macro (unsupported by texinfo package). Remove stray @code. | |
5042 * custom.texi: Add info extension to @setfilename. | |
5043 * texinfo.texi: Ditto. | |
5044 * widget.texi: Ditto. | |
5045 * packages.texi: Reword a sentence, fixing @item Decide where to | |
5046 install ... | |
5047 | |
442 | 5048 1999-07-19 Didier Verna <didier@xemacs.org> |
428 | 5049 |
5050 * custom.texi (Wishlist): removed the Custom Comments wishlist | |
5051 entry. They are implemented. | |
5052 | |
5053 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5054 | |
5055 * XEmacs 21.2.18 is released | |
5056 | |
5057 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5058 | |
5059 * XEmacs 21.2.17 is released | |
5060 | |
5061 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5062 | |
5063 * XEmacs 21.2.16 is released | |
5064 | |
5065 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5066 | |
5067 * XEmacs 21.2.15 is released | |
5068 | |
5069 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com> | |
5070 | |
5071 * custom.texi, external-widget.texi: Minor | |
5072 fix to get info DIR entry correct. | |
5073 | |
5074 1999-05-22 Vin Shelton <acs@xemacs.org> | |
5075 | |
5076 * xemacs/cmdargs.texi: | |
5077 Document -private. | |
5078 | |
5079 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
5080 | |
5081 * Makefile: Added `emodules.info' to info targets. | |
5082 | |
5083 1999-05-20 Karl M. Hegbloom <karlheg@debian.org> | |
5084 | |
5085 * internals/internals.texi (The XEmacs Object System | |
5086 (Abstractly Speaking)): typo. | |
5087 | |
5088 1999-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
5089 | |
5090 * lispref/text.texi (Substitution): Document improvements in | |
5091 `translate-region'. | |
5092 | |
5093 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5094 | |
5095 * XEmacs 21.2.14 is released | |
5096 | |
5097 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com> | |
5098 | |
5099 * man/internals/internals.texi: | |
5100 * man/lispref/lispref.texi: | |
5101 * man/new-users-guide/new-users-guide.texi: | |
5102 * man/xemacs/xemacs.texi: | |
5103 * man/cl.texi: | |
5104 * man/custom.texi: | |
5105 * man/term.texi: | |
5106 * man/termcap.texi: | |
5107 * man/widget.texi: | |
5108 * man/xemacs-faq.texi: | |
5109 * man/external-widget.texi: | |
5110 Added info dir entries so install-info will add them to | |
5111 the common `dir' file. | |
5112 | |
2069 | 5113 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
428 | 5114 |
5115 * man/lispref/mule.texi: Document CCL | |
5116 - add sections: syntax, statements, expressions, and examples. | |
5117 - fix naming and description errors. | |
5118 - update links in neighboring nodes. | |
5119 | |
5120 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5121 | |
5122 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. | |
5123 | |
5124 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5125 | |
5126 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame | |
5127 Appearance) | |
5128 | |
5129 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5130 | |
5131 * XEmacs 21.2.13 is released | |
5132 | |
5133 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5134 | |
5135 * XEmacs 21.2.12 is released | |
5136 | |
5137 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5138 | |
5139 * XEmacs 21.2.11 is released | |
5140 | |
5141 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5142 | |
5143 * XEmacs 21.2.10 is released | |
5144 | |
5145 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5146 | |
5147 * XEmacs 21.2.9 is released | |
5148 | |
434 | 5149 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 5150 |
5151 * internals\internals.texi (Techniques for XEmacs Developers): | |
5152 Fixing documentation. | |
5153 (Basic Lisp Modules): ditto. | |
5154 | |
5155 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
5156 | |
5157 * emodules.texi: New file to describe XEmacs modules. | |
5158 | |
5159 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
5160 | |
5161 * XEmacs 21.2.8 is released. | |
5162 | |
5163 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
5164 | |
5165 * XEmacs 21.2.7 is released. | |
5166 | |
5167 1998-12-16 Andy Piper <andy@xemacs.org> | |
5168 | |
5169 * XEmacs 21.2.6 is released | |
5170 | |
5171 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5172 | |
5173 * XEmacs 21.2.5 is released | |
5174 | |
5175 1998-11-30 Martin Buchholz <martin@xemacs.org> | |
5176 | |
5177 * xemacs/startup.texi (Startup Paths): | |
5178 * xemacs/custom.texi (Widgets): | |
5179 * xemacs-faq.texi (Q3.0.5): | |
5180 * xemacs-faq.texi (Top): | |
5181 | |
5182 * widget.texi (info-link): | |
5183 | |
5184 * lispref/objects.texi (Type Predicates): | |
5185 * lispref/objects.texi (Hash Table Type): | |
5186 * lispref/objects.texi (Primitive Types): | |
5187 * lispref/objects.texi (Lisp Data Types): | |
5188 * lispref/macros.texi (Backquote): | |
5189 * lispref/hash-tables.texi (Weak Hash Tables): | |
5190 * lispref/hash-tables.texi: | |
5191 * lispref/errors.texi (Standard Errors): | |
5192 * lispref/compile.texi (Disassembly): | |
5193 * lispref/compile.texi (Compiled-Function Objects): | |
5194 * lispref/compile.texi (Eval During Compile): | |
5195 * lispref/compile.texi (Docs and Compilation): | |
5196 * lispref/compile.texi (Compilation Functions): | |
5197 * lispref/compile.texi (Speed of Byte-Code): | |
5198 * lispref/compile.texi (Byte Compilation): | |
5199 * lispref/building.texi (Garbage Collection): | |
5200 | |
5201 * internals/internals.texi (Simple Special Forms): | |
5202 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
5203 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
5204 * internals/internals.texi (String): | |
5205 * internals/internals.texi (Introduction to Allocation): | |
5206 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
5207 * internals/internals.texi (Modules for Internationalization): | |
5208 * internals/internals.texi (Modules for Interfacing with X Windows): | |
5209 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
5210 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
5211 * internals/internals.texi (Modules for Interfacing with the File System): | |
5212 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
5213 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
5214 * internals/internals.texi (Editor-Level Control Flow Modules): | |
5215 * internals/internals.texi (Modules for Standard Editing Operations): | |
5216 * internals/internals.texi (Basic Lisp Modules): | |
5217 * internals/internals.texi (Low-Level Modules): | |
5218 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
5219 * internals/internals.texi (An Example of Mule-Aware Code): | |
5220 * internals/internals.texi (Working With Character and Byte Positions): | |
5221 * internals/internals.texi (Writing Lisp Primitives): | |
5222 * internals/internals.texi (General Coding Rules): | |
5223 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
5224 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
5225 * internals/internals.texi (XEmacs From the Perspective of Building): | |
5226 * internals/internals.texi (The Lisp Language): | |
5227 * internals/internals.texi (Top): | |
5228 * internals/internals.texi: | |
5229 - rewrite Internals manual | |
5230 | |
5231 * cl.texi (Porting Common Lisp): | |
5232 * cl.texi (Hash Tables): | |
5233 * cl.texi (Association Lists): | |
5234 * cl.texi (Declarations): | |
5235 * cl.texi (For Clauses): | |
5236 * cl.texi (Basic Setf): | |
5237 * cl.texi (Equality Predicates): | |
5238 - mega patch | |
5239 | |
5240 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
5241 | |
5242 * XEmacs 21.2-beta4 is released. | |
5243 | |
5244 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
5245 | |
5246 * XEmacs 21.2-beta3 is released. | |
5247 | |
5248 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
5249 | |
5250 * Makefile (MAKEINFO): Undo no-split change. | |
5251 | |
5252 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
5253 | |
5254 * XEmacs 21.2-beta2 is released. | |
5255 | |
5256 1998-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
5257 | |
5258 * lispref/customize.texi: New file. | |
5259 | |
5260 1998-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
5261 | |
5262 * internals/internals.texi (Coding for Mule): New node and | |
5263 section. | |
5264 | |
5265 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5266 | |
5267 * xemacs/packages.texi: Document manually installing binary packages. | |
5268 | |
5269 1998-09-02 Jeff Miller <jmiller@smart.net> | |
5270 | |
5271 * Synch calendar.texi with Emacs 20.3 | |
5272 | |
5273 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5274 | |
5275 * xemacs/packages.texi: Correct and update package documentation. | |
5276 Updated the package installation section to mention the visual | |
5277 package browser/installer. | |
5278 | |
5279 1998-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
5280 | |
5281 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs | |
5282 specifics. | |
5283 | |
5284 1998-08-21 Greg Klanderman <greg@alphatech.com> | |
5285 | |
5286 * lispref/files.texi (User Name Completion): new section. | |
5287 | |
434 | 5288 1998-07-23 Adrian Aichner <adrian@xemacs.org> |
428 | 5289 |
5290 * xemacs/packages.texi (Packages): Changing @itemize @emph to | |
5291 @itemize @bullet (this is what all other files included in | |
5292 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8. | |
5293 | |
5294 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5295 | |
5296 * xemacs/startup.texi: Small fixes, suggested by Hrvoje. | |
5297 | |
5298 * xemacs/xemacs.texi: | |
5299 * xemacs/packages.texi: More packages documentation. | |
5300 | |
5301 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
5302 | |
5303 * XEmacs 21.2-beta1 is released. | |
5304 | |
5305 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
5306 | |
5307 * XEmacs 21.0-pre5 is released. | |
5308 | |
5309 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5310 | |
5311 * XEmacs 21.0-pre4 is released. | |
5312 | |
5313 1998-07-09 Oliver Graf <ograf@fga.de> | |
5314 | |
5315 * lispref/dragndrop.texi: added warning to OffiX Protocol section | |
5316 | |
5317 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5318 | |
5319 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding | |
5320 damage in transit. | |
5321 | |
5322 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
5323 | |
5324 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP | |
5325 | |
5326 * lispref/internationalization.texi: Fixed PREV to @node LDAP | |
5327 | |
5328 * lispref/lispref.texi: Added LDAP chapter from ldap.texi | |
5329 | |
5330 * lispref/Makefile: Added ldap.texi to srcs | |
5331 | |
5332 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
5333 | |
5334 * standards.texi (Preface): Revert previous change to @node | |
5335 because it doesn't pass makeinfo. | |
5336 | |
434 | 5337 1998-06-27 Adrian Aichner <adrian@xemacs.org> |
428 | 5338 |
5339 * cl.texi: See ALL. | |
5340 * info-stnd.texi: Fixed @setfilename. | |
5341 * info.texi: Fixed @setfilename and a typo. | |
5342 * standards.texi: Added NEXT to @node Preface. See ALL. | |
5343 * texinfo.texi: Fixed section names, quoted usage of @TeX{}, | |
442 | 5344 changed some occurrences of `:' to `colon'. |
428 | 5345 * xemacs-faq.texi: See ALL. |
5346 * internals/internals.texi: See ALL. | |
5347 * lispref/back.texi: Fixed @setfilename. | |
5348 * lispref/compile.texi: See ALL. | |
5349 * lispref/debugging.texi: See ALL. | |
5350 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug. | |
5351 * lispref/eval.texi: See ALL. | |
5352 * lispref/extents.texi: See ALL. | |
5353 * lispref/loading.texi: See ALL. | |
5354 * lispref/searching.texi: Escaped `(' in | |
5355 @cindex @samp{(?:} in regex | |
5356 * lispref/variables.texi: See ALL. | |
5357 | |
5358 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
5359 | |
5360 * xemacs/calendar.texi: Massive update. | |
5361 From Jeff Miller <jmiller@smart.net> | |
5362 | |
5363 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5364 | |
5365 * xemacs/abbrevs.texi: | |
5366 * xemacs/basic.texi: | |
5367 * xemacs/buildings.texi: | |
5368 * xemacs/cmdargs.texi: | |
5369 * xemacs/files.texi: | |
5370 * xemacs/adjustments.texi: Adjustments to integrate startup.texi | |
5371 and packages.texi stuff. | |
5372 | |
5373 * xemacs/startup.texi: | |
5374 * xemacs/packages.texi: Created. | |
5375 | |
434 | 5376 1998-06-10 Adrian Aichner <adrian@xemacs.org> |
428 | 5377 |
5378 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5379 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5380 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5381 happy. Fixed refs broken by a previous patch of mine. | |
5382 | |
5383 1998-06-18 Darryl Okahata <darrylo@sr.hp.com> | |
5384 | |
5385 * lispref/os.texi (os.texi): Document `user-home-directory'. | |
5386 | |
5387 1998-06-13 Greg Klanderman <greg@alphatech.com> | |
5388 | |
5389 * lispref/windows.texi (Resizing Windows): document third optional | |
5390 WINDOW argument to enlarge-window and shrink-window. | |
5391 (Selecting Windows): document select-window optional norecord | |
5392 argument. | |
5393 (Size of Window): document window-text-area-pixel-height and | |
5394 window-text-area-pixel-width. | |
5395 (Size of Window): document window-displayed-text-pixel-height. | |
5396 (Position of Window): document window-text-area-pixel-edges. | |
5397 | |
5398 * lispref/positions.texi (Screen Lines): cleanup docs for | |
5399 vertical-motion and vertical-motion-pixels. | |
5400 | |
5401 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5402 | |
5403 * lispref/windows.texi (Resizing Windows): Document | |
5404 `enlarge-window-pixels' and `shrink-window-pixels'. | |
5405 | |
5406 * lispref/positions.texi (Screen Lines): Update documentation of | |
5407 `vertical-motion'. | |
5408 (Screen Lines): Document `vertical-motion-pixels'. | |
5409 | |
5410 * lispref/frames.texi (Input Focus): Document `focus-frame', | |
5411 `save-selected-frame' and `with-selected-frame'. | |
5412 | |
5413 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5414 | |
5415 * lispref/searching.texi (Regexp Search): Document `split-path'. | |
5416 | |
5417 * lispref/files.texi (Unique File Names): Update docs for | |
5418 `make-temp-name'; document `temp-directory'. | |
5419 | |
5420 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5421 | |
5422 * lispref/os.texi (Recording Input): Update docs for `recent-keys'. | |
5423 | |
5424 * lispref/specifiers.texi (Specifier Instancing): Correct | |
5425 instantiation order. | |
5426 (Specifier Instancing Functions): Ditto. | |
5427 | |
5428 1998-06-11 Oliver Graf <ograf@fga.de> | |
5429 | |
5430 * lispref/lispref.texi: references to Drag'n'Drop fixed | |
5431 * lispref/modes.texi: references to Drag'n'Drop fixed | |
5432 * lispref/scrollbars.texi: references to Drag'n'Drop fixed | |
5433 * lispref/dragndrop.texi: naming changed to Drag and Drop | |
5434 added some docu about the drop procedure | |
5435 | |
434 | 5436 1998-06-09 Adrian Aichner <adrian@xemacs.org> |
428 | 5437 |
5438 * info-stnd.texi: added ../info/ to @setfilename. | |
5439 * info.texi: added ../info/ to @setfilename. | |
5440 * lispref/commands.texi: see ALL. | |
5441 * lispref/frames.texi: see ALL. | |
5442 * lispref/os.texi: see ALL. | |
5443 * lispref/text.texi: see ALL. | |
5444 * new-users-guide/custom1.texi: broke line after enumerated @item. | |
5445 * new-users-guide/custom2.texi: see ALL. | |
5446 * new-users-guide/edit.texi: see ALL. | |
5447 * new-users-guide/enter.texi: see ALL. | |
5448 * new-users-guide/files.texi: see ALL. | |
5449 * new-users-guide/help.texi | |
5450 * new-users-guide/modes.texi: see ALL. | |
5451 * new-users-guide/new-users-guide.texi: see ALL. | |
5452 * new-users-guide/region.texi: see ALL. | |
5453 * new-users-guide/search.texi: see ALL. | |
5454 * new-users-guide/xmenu.texi: see ALL. | |
5455 * standards.texi: added ../info/ to @setfilename. | |
5456 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5457 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5458 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5459 happy. | |
5460 * xemacs-faq.texi: added ../info/ to @setfilename. | |
5461 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant | |
5462 p?xefs (most were empty, some elisp and emacs), used | |
5463 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs | |
5464 User's Manual" respectively for all these. | |
5465 | |
5466 1998-06-01 Oliver Graf <ograf@fga.de> | |
5467 | |
5468 * lispref/dragndrop.texi: added experimental | |
5469 | |
5470 1998-05-28 Oliver Graf <ograf@fga.de> | |
5471 | |
5472 * lispref/dragndrop.texi: a warning, and a bit more text this time | |
5473 | |
5474 1998-05-26 Oliver Graf <ograf@fga.de> | |
5475 | |
5476 * lispref/dragndrop.texi: only small changes | |
5477 | |
933 | 5478 1998-05-15 Christian Nybø <chr@mediascience.no> |
428 | 5479 |
5480 * xemacs/killing.texi: Properly document `zap-to-char'. | |
5481 | |
5482 1998-05-13 Greg Klanderman <greg@alphatech.com> | |
5483 | |
5484 * lispref/frames.texi (Input Focus): cleanup select-frame | |
5485 documentation. | |
5486 | |
5487 1998-05-10 Oliver Graf <ograf@fga.de> | |
5488 | |
5489 * lispref/dragndrop.texi: new section for the DnD API | |
5490 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and | |
5491 modes | |
5492 * lispref/modes.texi: changed back-ref to Drag'n'Drop | |
5493 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop | |
5494 | |
5495 1998-05-05 Oliver Graf <ograf@fga.de> | |
5496 | |
5497 * commands.texi: exchange of dnd-drop with misc-user | |
5498 | |
5499 1998-05-04 Martin Buchholz <martin@xemacs.org> | |
5500 | |
5501 * internals.texi (Techniques for XEmacs Developers): Add some more | |
5502 comments on adding new files, inspired by Olivier Galibert. | |
5503 | |
5504 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
5505 | |
5506 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for | |
5507 scroll-conservatively. | |
5508 | |
5509 * lispref/loading.texi (Named Features): Document advanced args to | |
5510 `feature'. | |
5511 | |
5512 * lispref/files.texi (File Name Expansion): Document that | |
5513 expand-file-name does not treat // and ~/ in the middle of file | |
5514 names specially. | |
5515 | |
5516 * lispref/positions.texi (Excursions): Document | |
5517 `with-current-buffer' and `with-temp-file'. | |
5518 | |
5519 * lispref/strings.texi (Formatting Strings): Document `%*' | |
5520 construct. | |
5521 | |
5522 * lispref/os.texi (Time Conversion): Document that TIME may be | |
5523 omitted from format-time-string. | |
5524 | |
5525 * lispref/strings.texi (String Conversion): Document BASE argument | |
5526 to `string-to-number'. | |
5527 | |
5528 * lispref/searching.texi (Syntax of Regexps): Fix up Perl | |
5529 constructs documentation. | |
5530 (Regexp Search): Document `split-string'. | |
5531 | |
5532 * xemacs/display.texi (Scrolling): Document scroll-conservatively. | |
5533 | |
5534 * xemacs/killing.texi (Active Regions): Document that errors no | |
5535 longer highlight the region. | |
5536 | |
5537 * lispref/display.texi (The Echo Area): Document message log | |
5538 stuff, including `display-message', `lmessage', `clear-message', | |
5539 (Warnings): Document warning stuff. | |
5540 | |
5541 * lispref/commands.texi (Working With Events): Update `make-event' | |
5542 for misc-user events. | |
5543 (Using Interactive): Document `function-interactive'. | |
5544 | |
5545 * lispref/os.texi (System Environment): Document USE-FLOATS | |
5546 argument to `load-average'. | |
5547 (User Identification): Document the new semantics of | |
5548 `user-full-name'. | |
5549 | |
5550 * lispref/strings.texi (Creating Strings): Document `string' | |
5551 function. | |
5552 | |
5553 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
5554 | |
5555 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg | |
5556 comparison functions. | |
5557 | |
5558 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
5559 | |
5560 * lispref/frames.texi (Input Focus): Document behavior of | |
5561 select-frame wrt focus-follows-mouse. | |
5562 | |
5563 1998-04-30 Martin Buchholz <martin@xemacs.org> | |
5564 | |
5565 * Makefile: Support generic makes by avoiding `%' syntax. | |
5566 It breaks my heart to uglify the Makefile like this, but this is | |
5567 going to be a perpetual FAQ otherwise. | |
5568 General cleanup. | |
5569 Comment out w3 and vm info rules. | |
5570 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | |
5571 | |
2069 | 5572 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
428 | 5573 |
5574 * xemacs/frame.texi: Document cursor appearance at end of line. | |
5575 | |
5576 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
5577 | |
5578 * internals/internals.texi (GCPROing): Explain when it is | |
5579 necessary to GCPRO function parameters. | |
5580 | |
5581 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
5582 | |
5583 * internals/internals.texi (Writing Lisp Primitives): Updated | |
5584 definition of For(). | |
5585 | |
5586 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi> | |
5587 | |
5588 * lispref/menus.texi: Use recommended forms in examples. | |
5589 | |
5590 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5591 | |
5592 * cl.texi (Creating Symbols): Tell a little bit about the new | |
5593 handling of gensyms. | |
5594 | |
5595 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
5596 | |
5597 * xemacs/custom.texi (X Resources): update to describe automatic | |
5598 setting of x-emacs-application-class. | |
5599 | |
5600 * lispref/x-windows.texi (Resources): update doc for | |
5601 x-emacs-application-class. | |
5602 | |
5603 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5604 | |
5605 * cl.texi (Equality Predicates): Update to reflect change to | |
5606 `equalp' made in "cl-extra.el" - now compares characters case | |
5607 insensitively. | |
5608 | |
5609 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
5610 | |
5611 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form. | |
5612 | |
5613 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5614 | |
5615 * lispref/display.texi (Beeping): Linux has sound too. | |
5616 | |
5617 1998-02-19 Hrvoje Niksic <hniksic@srce.hr> | |
5618 | |
5619 * cl.texi (Argument Lists): Keywords are handled specially by | |
5620 XEmacs. | |
5621 (Porting Common Lisp): XEmacs backquotes are OK. | |
5622 | |
5623 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5624 | |
5625 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader | |
5626 syntax for integers. | |
434 | 5627 From Adrian Aichner <adrian@xemacs.org> |
428 | 5628 * cl.texi (Porting Common Lisp): ' ' |
5629 * lispref/numbers.texi (Numbers): ' ' | |
5630 | |
5631 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5632 | |
5633 * lispref/searching.texi (Regular Expressions): Document the | |
5634 recent regular expression syntax extensions. | |
5635 | |
5636 1998-02-10 Olivier Galibert <galibert@pobox.com> | |
5637 | |
5638 * internals/internals.texi: Remove all mocklisp references. | |
5639 | |
5640 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
5641 | |
5642 * Makefile (SUBDIR): skk and gnats are packaged. | |
5643 | |
5644 * lispref/intro.texi (Acknowledgements): Update to v3.3. | |
5645 | |
5646 * lispref/lispref.texi: Update to 20.5/v3.3. | |
5647 | |
5648 1997-12-10 SL Baur <steve@altair.xemacs.org> | |
5649 | |
5650 * Makefile: Don't stop on errors. | |
5651 | |
5652 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
5653 | |
5654 * Makefile: add skk manual. | |
5655 | |
5656 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
5657 | |
5658 * internals/internals.texi (XEmacs): Updated history section. | |
5659 | |
5660 1997-11-28 SL Baur <steve@altair.xemacs.org> | |
5661 | |
5662 * lispref/compile.texi (Compilation Functions): Plug in the real | |
5663 return value. | |
5664 (Speed of Byte-Code): Ditto. | |
5665 (Compilation Functions): Ditto. | |
5666 (Compiled-Function Objects): Ditto. | |
5667 (Speed of Byte-Code): Increase loop counter by factor of 50 (the | |
5668 previous value was embarrassing). | |
5669 | |
5670 1997-11-21 SL Baur <steve@altair.xemacs.org> | |
5671 | |
5672 * Makefile (srcs): vhdl-mode has been packaged. | |
5673 | |
5674 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
5675 | |
5676 * lispref/windows.texi (scroll-conservatively): Fix typo. | |
5677 | |
5678 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
5679 | |
5680 * lispref/commands.texi (Working With Events): Document fully. | |
5681 | |
5682 * lispref/windows.texi (Vertical Scrolling): Document | |
5683 scroll-conservatively. | |
5684 | |
5685 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
5686 | |
5687 * lispref/extents.texi (Intro to Extents): Minor correction. | |
5688 (Extent Properties): Document `extent-keymap'. | |
5689 | |
5690 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
5691 | |
5692 * xemacs/mule.texi (Mule): Modify description about supported | |
5693 scripts. | |
5694 | |
5695 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
5696 | |
5697 * xemacs/mule.texi: Add description for | |
5698 `universal-coding-system-argument'. | |
5699 | |
5700 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
5701 | |
5702 * internals/internals.texi: XEmacs 19.16 is released. | |
5703 | |
5704 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
5705 | |
5706 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have | |
5707 been packaged. | |
5708 | |
5709 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> | |
5710 | |
5711 * xemacs-faq.texi: Added the detailed menu listing. | |
5712 | |
5713 * lispref/extents.texi (Extent Properties): Documented | |
5714 `set-extent-properties'. | |
5715 | |
5716 * xemacs/custom.texi (Face Customization): Updated for XEmacs. | |
5717 | |
5718 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
5719 | |
5720 * xemacs-faq.texi (Q1.3.7): Update Russion URLs. | |
5721 From Rebecca Ore <rebecca.ore@op.net> | |
5722 | |
5723 * lispref/databases.texi (Connecting to a Database): Describe | |
5724 valid types of `type' and `subtype'. | |
5725 From Raymond Toy <toy@rtp.ericsson.se> | |
5726 | |
5727 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
5728 | |
5729 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed | |
5730 reference to (emacs) into a reference to (xemacs). | |
5731 | |
5732 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
5733 | |
5734 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu | |
5735 to prevent line wrap. | |
5736 | |
5737 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
5738 | |
5739 * gnats/flowchart.eps: New file. | |
5740 | |
5741 1997-09-23 Hrvoje Niksic <hniksic@srce.hr> | |
5742 | |
5743 * xemacs/custom.texi (Easy Customization): Ditto. | |
5744 | |
5745 * xemacs/xemacs.texi (Top): Added pointer to easy customization. | |
5746 | |
5747 1997-09-18 SL Baur <steve@altair.xemacs.org> | |
5748 | |
5749 * internals/Makefile (../../info/$(NAME).info): Warn and clean up | |
5750 if someone hasn't upgraded makeinfo. | |
5751 | |
5752 * Makefile (EMACS): Refer to xemacs binary in source tree. | |
5753 * tm/Makefile (EMACS): Ditto. | |
5754 | |
5755 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com> | |
5756 | |
5757 * cl.texi (Type Predicates): Update for corrected handling of | |
5758 `string-char' and `character'. | |
5759 | |
5760 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5761 | |
5762 * cc-mode.texi: | |
5763 In FAQ section, document use of c-mode-base-map instead of c-mode-map. | |
5764 | |
5765 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5766 | |
5767 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode. | |
5768 | |
5769 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5770 | |
5771 * cc-mode.texi: | |
5772 Added description of template-args-cont syntactic symbol | |
5773 | |
5774 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org> | |
5775 | |
5776 * cc-mode.texi: Describe support for idl-mode | |
5777 | |
5778 * cc-mode.texi: | |
5779 Document c-initialization-hook. Also rewrite the "Getting Connected" | |
5780 section on byte compiling the source. | |
5781 | |
5782 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
5783 | |
5784 * lispref/streams.texi: "Output Streams", change `last-output' | |
5785 result list from integers to characters. | |
5786 | |
5787 * lispref/minibuf.texi: "Object from Minibuffer", correction. | |
5788 | |
5789 * lispref/minibuf.texi: "Minibuffer History", add | |
5790 `Info-minibuffer-history', `Manual-page-minibuffer-history', and | |
5791 short paragraph refering to `M-x apropos'. | |
5792 | |
5793 1997-07-17 Steven L Baur <steve@altair.xemacs.org> | |
5794 | |
5795 * Makefile: makeinfo-1.68 is verified to work. | |
5796 | |
5797 * tm/Makefile (../../info/%-ja.info): Die if not running | |
5798 XEmacs/Mule. | |
5799 (../../info/%-en.info): Inherit setting of MAKEINFO. | |
5800 | |
5801 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5802 | |
5803 * cc-mode.texi: | |
5804 Describe the variable c-indent-comments-syntactically-p. | |
5805 | |
5806 1997-07-15 Steven L Baur <steve@altair.xemacs.org> | |
5807 | |
5808 * internals/internals.texi (Top): Convert Buffer@'s node name to | |
5809 `Buffer's' because the former confuses makeinfo. | |
5810 | |
5811 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5812 | |
5813 * cc-mode.texi: Fixed spelling of Texinfo | |
5814 | |
5815 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
5816 | |
5817 * lispref/files.texi (Writing to Files): Correct docstring of | |
5818 write-region. | |
5819 | |
5820 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
5821 | |
5822 * lispref/annotations.texi (Annotation Primitives): | |
5823 `delete-annotation' does not return the deleted annotation. | |
5824 | |
5825 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
5826 | |
5827 * lispref/lispref.texi: Correct release dates. | |
5828 | |
5829 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
5830 | |
5831 * lispref/files.texi (File Name Expansion): Update documentation | |
5832 of file-relative-name. | |
5833 | |
5834 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org> | |
5835 | |
5836 * lispref/lispref.texi: Update version numbers (with patches from | |
5837 Hrvoje Niksic). | |
5838 | |
5839 * lispref/building.texi (Building XEmacs): Update version numbers | |
5840 and build identification. | |
5841 | |
5842 * lispref/intro.texi (Introduction): Update version number. | |
5843 | |
5844 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
5845 | |
5846 * Makefile (srcs): Add efs.texi. | |
5847 | |
5848 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
5849 | |
5850 * Makefile (srcs): Add hm--html-mode.texi. | |
5851 | |
5852 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
5853 | |
5854 * gnats/Makefile (gnats_srcs): New manuals for GNATS. | |
5855 | |
5856 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
5857 | |
5858 * lispref/strings.texi (Text Comparison): Correct example for | |
5859 `char-equal'. Add new function `char='. | |
5860 | |
5861 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
5862 | |
5863 * Makefile: Update for new texinfo manual. | |
5864 | |
5865 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
5866 | |
5867 * Makefile (../info/w3.info): Use special version of makeinfo | |
5868 since this manual is not backwards compatible. | |
5869 Clean up error handling so we only have to type make once to | |
5870 rebuild the info tree. | |
5871 (../info/vm.info): Make sure to continue in the event of error. | |
5872 | |
5873 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
5874 | |
5875 * auctex/Makefile: Added `mostlyclean' and `distclean' target. | |
5876 | |
5877 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
5878 | |
5879 * Makefile (auctex): New subdirectory target. | |
5880 | |
5881 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com> | |
5882 | |
5883 * mule/languages.texi: Correct typo. | |
5884 | |
5885 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
5886 | |
5887 * Makefile (srcs): Add custom and widget to srcs. | |
5888 | |
5889 * lispref/extents.texi (Intro to Extents): Removed erroneous | |
5890 reference to `start-glyph' property. | |
5891 | |
5892 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
5893 | |
5894 * widget.texi: New file. | |
5895 | |
5896 * custom.texi: New file. | |
5897 | |
5898 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
5899 | |
5900 * lispref/extents.texi (Duplicable Extents): replicable extents | |
5901 are history. | |
5902 | |
5903 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
5904 | |
5905 * xemacs-faq.texi (Q1.1.1): Correct typos. | |
5906 | |
5907 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com> | |
5908 | |
5909 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the | |
5910 XEmacs manual available. | |
5911 (Q4.6.1): Updated Infodock Information. | |
5912 | |
5913 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
5914 | |
5915 * vhdl-mode.texi: Correct typo in email address. | |
5916 | |
5917 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
5918 | |
5919 * Makefile (srcs): Add vhdl-mode. | |
5920 | |
5921 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com> | |
5922 | |
5923 * Makefile (realclean): Don't delete itself `make distclean' | |
5924 | |
5925 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump. | |
5926 | |
5927 * Makefile: New File. | |
5928 | |
5929 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com> | |
5930 | |
5931 * vhdl-mode.texi: New file. | |
5932 | |
5933 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu) | |
5934 | |
5935 * texinfo.tex: Delete spurious character at beginning. | |
5936 | |
5937 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
5938 | |
5939 * emacs.tex: Corrected two typos. No other changes before | |
5940 Version 19 will be made. | |
5941 | |
5942 * vip.texinfo: Removed menu entry Adding Lisp Code in node | |
5943 Customization since the menu entry did not point to anything. | |
5944 Also added an @finalout command to remove overfull hboxes from the | |
5945 printed output. | |
5946 | |
5947 * cl.texinfo: Added @bye, \input line and @settitle to file. | |
5948 This file is clearly intended to be a chapter of some other work, | |
5949 but the other work does not yet exist. | |
5950 | |
5951 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
5952 | |
5953 * texinfo.texinfo: Three typos corrected. | |
5954 | |
5955 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph) | |
5956 | |
5957 * texindex.c (indexify): when comparing to initial strings to | |
5958 decide whether to change the header, must use `strncmp' to avoid | |
5959 comparing entire strings of which initials are a substring. | |
5960 | |
5961 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
5962 | |
5963 * texindex.c (sort_in_core, sort_offline, parsefile): | |
5964 Give up on input file if any line doesn't start with backslash. | |
5965 | |
5966 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
5967 | |
5968 * emacs.tex: Update information for obtaining TeX distribution from the | |
5969 University of Washington. |