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